From bbab26e6a4870ddfdacca1ab014b34c63f508bb1 Mon Sep 17 00:00:00 2001 From: Zippyous213 <135406936+Zippyous213@users.noreply.github.com> Date: Fri, 2 Jun 2023 23:50:48 -0500 Subject: [PATCH 1/2] Add files via upload --- vibranium.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vibranium.js diff --git a/vibranium.js b/vibranium.js new file mode 100644 index 00000000..e29faf4d --- /dev/null +++ b/vibranium.js @@ -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, +}; From 6c273ba8ba1653654c49fcee77ea34ee708a1963 Mon Sep 17 00:00:00 2001 From: Zippyous213 <135406936+Zippyous213@users.noreply.github.com> Date: Fri, 2 Jun 2023 23:58:32 -0500 Subject: [PATCH 2/2] Rename vibranium.js to mods/vibranium.js --- vibranium.js => mods/vibranium.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vibranium.js => mods/vibranium.js (100%) diff --git a/vibranium.js b/mods/vibranium.js similarity index 100% rename from vibranium.js rename to mods/vibranium.js