Merge pull request #93 from Zippyous213/main

This commit is contained in:
slweeb 2023-06-03 01:18:32 -04:00 committed by GitHub
commit 0efe5e180b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
mods/vibranium.js Normal file
View File

@ -0,0 +1,19 @@
};
elements.vibranium
color:"#455357",
behavior: behaviors.WALL,
category: "solids",
state: "solid",
tempHigh: 1000000000,
conduct: Infinity,
hardness: 1,
};
elements.uru
color: "#719aa6",
behavior: behaviors.WALL,
catagory: "solids",
state: "solid",
tempHigh: 1000000000,
conduct: 0,
Hardness: 1,
};