Update periodic_and_more.js
This commit is contained in:
parent
af2eb5c494
commit
09d45a1b55
|
|
@ -1,20 +1,10 @@
|
||||||
// This is how to add a new mod to the game.
|
|
||||||
|
|
||||||
// Create a new Javascript file like this one.
|
elements.beryllium = {
|
||||||
// Add the file to the mods folder on GitHub, or host it somewhere else.
|
color: "#b3b3b3",
|
||||||
// https://github.com/R74nCom/sandboxels/tree/main/mods
|
behavior: behaviors.WALL,
|
||||||
|
category: "periodic",
|
||||||
// To add it in the Mod Loader:
|
|
||||||
// If it is in the mods folder, you can just use the name of the file.
|
|
||||||
// If it is hosted somewhere else, you can use the full URL, including the HTTPS://.
|
|
||||||
|
|
||||||
// Adding elements:
|
|
||||||
elements.mayo = {
|
|
||||||
color: "#ffffff",
|
|
||||||
behavior: behaviors.LIQUID,
|
|
||||||
category: "liquids",
|
|
||||||
viscosity: 100000,
|
viscosity: 100000,
|
||||||
state: "liquid",
|
state: "solid",
|
||||||
density: 720,
|
density: 720,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue