From 263fe24f819632e8b62fbadbaa6ec55b8110dfa4 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:03:37 -0500 Subject: [PATCH 1/5] Added flamer (Test) --- mods/Neutronium_Mod.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 3f233093..783edde1 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -548,7 +548,7 @@ elements.berry_seed = { color: ["#941260", "#752043"], behavior: [ "XX|M2%0.1|XX", -"L2:berry_leaf%50 AND M2%5|XX|L2:berry_leaf%50 AND M2%5", +"L2:berry_leaf%50 AND M2%5|CH:berry_leaf%0.1|L2:berry_leaf%50 AND M2%5", "XX|M1|XX", ], category: "life", @@ -607,6 +607,16 @@ behavior: [ category: "life", state: "solid" }; +elements.flamer = { +color: ["#ff8000", "#ff00ff"], +category: "machines", +state: "solid", +behavior: [ +"XX|CL%25|XX", +"CL%25|CH:fire, plasma%5|CL%25", +"M2|CL%25 AND M1|M2", +], +}; /* Unfinished: hematite molten hematite From 85fcef7d6a42076c17dd1902023667a9ad7e0f75 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:13:40 -0500 Subject: [PATCH 2/5] Changed Flamer --- mods/Neutronium_Mod.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 783edde1..1a30166b 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -612,10 +612,11 @@ color: ["#ff8000", "#ff00ff"], category: "machines", state: "solid", behavior: [ -"XX|CL%25|XX", -"CL%25|CH:fire, plasma%5|CL%25", -"M2|CL%25 AND M1|M2", +"XX|CL|XX", +"CL|CH:fire, plasma%60|CL", +"M2|CL AND M1|M2", ], +temp: 1000 }; /* Unfinished: hematite From 1562699efb3659f5e78b70516b89a1c38b2d8f6a Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:15:57 -0500 Subject: [PATCH 3/5] Update Neutronium_Mod.js --- mods/Neutronium_Mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 1a30166b..51e44a17 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -613,7 +613,7 @@ category: "machines", state: "solid", behavior: [ "XX|CL|XX", -"CL|CH:fire, plasma%60|CL", +"CL|CH:fire, plasma|CL", "M2|CL AND M1|M2", ], temp: 1000 From a725b962bd8311f82589109b7eae69355b5c84f3 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:18:01 -0500 Subject: [PATCH 4/5] Tweaking flamer --- mods/Neutronium_Mod.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 51e44a17..0d33bdf6 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -612,9 +612,9 @@ color: ["#ff8000", "#ff00ff"], category: "machines", state: "solid", behavior: [ -"XX|CL|XX", -"CL|CH:fire, plasma|CL", -"M2|CL AND M1|M2", +"XX|CL%50|XX", +"CL%50|CH:fire, plasma|CL%50", +"M2|CL%50 AND M1|M2", ], temp: 1000 }; From 19e5862ce532a4964f4f4c1d13ede14ce45019ff Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Wed, 19 Jan 2022 20:05:45 -0500 Subject: [PATCH 5/5] 1.0 --- index.html | 1460 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 873 insertions(+), 587 deletions(-) diff --git a/index.html b/index.html index 0ac123b6..ba6233ad 100644 --- a/index.html +++ b/index.html @@ -76,6 +76,9 @@ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; } + #infoParent, #modParent { + display: none; + } #infoScreen, #modManager { border: 1px solid #ffffff; position: absolute; @@ -86,7 +89,6 @@ max-width: 700px; padding: 10px; background-color: rgb(31, 31, 31); - display: none; overflow-x: hidden; } .menuTitle { @@ -115,25 +117,25 @@ } #infoSearch, #modManagerUrl { position: absolute; - bottom: 0px; - width: 100%; + bottom: 50%; + width: 95%; + max-width: 700px; height: 50px; left: 50%; - transform: translate(-50%, 0%); + transform: translate(-50%, 198.5%); background-color: rgb(66, 66, 66); color: white; font-size: 1.5em; - padding: 10px; - padding-left: 50px; + padding: 8px; font-family: 'Press Start 2P'; } #infoSearch:focus, #modManagerUrl:focus { outline: none; } - #modManagerAdd { + /*#modManagerAdd { position: absolute; - bottom: 0px; - right: 0px; + bottom: 25%; + right: 25%; height: 50px; width: 50px; transform: translate(-25%, -25%); @@ -142,7 +144,7 @@ font-size: 2em; padding: 10px; font-family: 'Press Start 2P'; - } + }*/ #modManagerList { margin-top: 20px; } @@ -317,6 +319,8 @@