Skip to content

U won’t put my mod in the game script below #1314

@thecreatoroflava

Description

@thecreatoroflava

elements.lava = {
color: "#ff4500",
behavior: behaviors.MOLTEN,
category: "liquids",
state: "liquid",
density: 2500,
temp: 1200,
reactions: {
"water": { "elem1": "steam", "elem2": "rock" },
"ice": { "elem1": "steam", "elem2": "rock" },
"snow": { "elem1": "steam", "elem2": "rock" },
"rock": { "elem1": null, "elem2": "basalt", chance: 0.1 }
},
tempLow: 800,
stateLow: "basalt",
conduct: 0.01,
heatConduct: 0.3,
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions