From 8105c6e2faf4fb5730661bdb27d72d472b0501a6 Mon Sep 17 00:00:00 2001 From: kaeud <97579413+kaeudomt@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:37:38 +0700 Subject: [PATCH 1/5] Add files via upload --- mods/radioactive.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/mods/radioactive.js b/mods/radioactive.js index 4e7967fa..bafc6168 100644 --- a/mods/radioactive.js +++ b/mods/radioactive.js @@ -108,4 +108,28 @@ elements.molten_rutherfordium = { tempLow: 2100, stateLow: "rutherfordium", density: 17000, +} + +elements.dubnium = { + category: "solids", + state: "solid", + density: 21600, + color: ["#495057", "#dee2e6", "#ced4da", "#a61e4d"], + behavior: [ + "XX|CR:radiation%1|XX", + "CR:radiation%1|XX|CR:radiation%1", + "XX|CR:radiation%1|XX", + ], +} + +elements.seaborgium = { + category: "solids", + state: "solid", + density: 23500, + color: ["#ced4da", "#adb5bd", "#868e96", "#339af0", "#4dabf7", "#4263eb", "#3b5bdb", "#1864ab"], + behavior: [ + "XX|CR:radiation%1|XX", + "CR:radiation%1|XX|CR:radiation%1", + "XX|CR:radiation%1|XX", + ], } \ No newline at end of file From 490855eed18d1b05b9007b923d6d7268458ca8cb Mon Sep 17 00:00:00 2001 From: kaeud <97579413+kaeudomt@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:39:18 +0700 Subject: [PATCH 2/5] Update mod-list.html --- mod-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mod-list.html b/mod-list.html index 8facd81c..90496e65 100644 --- a/mod-list.html +++ b/mod-list.html @@ -182,6 +182,7 @@ roseyiede.jsAdds several variants of a substance called roseyiedeAlice some_tf_liquids.jsAdds various liquids from the Thermal Foundation Minecraft modAlice the_ground.jsAdds several rock types, worldgen settings, and gemstonesAlice +radioactive.jsAdds every radioactive elements on the periodic table (WIP)kaeud Machines & Technology clone_liquid.jsAdds a liquid form of clonerAlice From 5fb85662ad78f6e27fc81d0f0b4fc34aa9ccf1d8 Mon Sep 17 00:00:00 2001 From: kaeud <97579413+kaeudomt@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:25:42 +0700 Subject: [PATCH 3/5] Add files via upload --- mods/spouts.js | 717 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 717 insertions(+) create mode 100644 mods/spouts.js diff --git a/mods/spouts.js b/mods/spouts.js new file mode 100644 index 00000000..4255a715 --- /dev/null +++ b/mods/spouts.js @@ -0,0 +1,717 @@ +elements.salt_water_spout = { + category: "spouts", + state: "solid", + color: "#4d85ff", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:salt_water|XX", + "CR:salt_water|XX|CR:salt_water", + "XX|CR:salt_water|XX", + ], +} + +elements.sugar_water_spout = { + category: "spouts", + state: "solid", + color: "#8eaae6", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:sugar_water|XX", + "CR:sugar_water|XX|CR:sugar_water", + "XX|CR:sugar_water|XX", + ], +} + +elements.seltzer_spout = { + category: "spouts", + state: "solid", + color: ["#8eaae6","#82a4ed","#b5c5e8","#8eaae6","#82a4ed"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:seltzer|XX", + "CR:seltzer|XX|CR:seltzer", + "XX|CR:seltzer|XX", + ], +} + +elements.dirty_water_spout = { + category: "spouts", + state: "solid", + color: ["#0e824e","#07755a","#0c6934"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:dirty_water|XX", + "CR:dirty_water|XX|CR:dirty_water", + "XX|CR:dirty_water|XX", + ], +} + +elements.pool_water_spout = { + category: "spouts", + state: "solid", + color: "#a8d2e3", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:pool_water_spout|XX", + "CR:pool_water_spout|XX|CR:pool_water_spout", + "XX|CR:pool_water_spout|XX", + ], +} + +elements.slush_spout = { + category: "spouts", + state: "solid", + color: "#81bcd4", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:slush|XX", + "CR:slush|XX|CR:slush", + "XX|CR:slush|XX", + ], +} + +elements.magma_spout = { + category: "spouts", + state: "solid", + color: ["#ff6f00","#ff8c00","#ff4d00"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:magma|XX", + "CR:magma|XX|CR:magma", + "XX|CR:magma|XX", + ], +} + +elements.slime_spout = { + category: "spouts", + state: "solid", + color: "#81cf63", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:slime|XX", + "CR:slime|XX|CR:slime", + "XX|CR:slime|XX", + ], +} + +elements.cement_spout = { + category: "spouts", + state: "solid", + color: "#b5b5b5", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:cement|XX", + "CR:cement|XX|CR:cement", + "XX|CR:cement|XX", + ], +} + +elements.oil_spout = { + category: "spouts", + state: "solid", + color: "#470e00", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:oil|XX", + "CR:oil|XX|CR:oil", + "XX|CR:oil|XX", + ], +} + +elements.lamp_oil_spout = { + category: "spouts", + state: "solid", + color: "#b3b38b", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:lamp_oil|XX", + "CR:lamp_oil|XX|CR:lamp_oil", + "XX|CR:lamp_oil|XX", + ], +} + +elements.foam_spout = { + category: "spouts", + state: "solid", + color: "#cad2e3", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:foam|XX", + "CR:foam|XX|CR:foam", + "XX|CR:foam|XX", + ], +} + +elements.acid_spout = { + category: "spouts", + state: "solid", + color: ["#b5cf91","#a1ff5e","#288f2a"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:acid|XX", + "CR:acid|XX|CR:acid", + "XX|CR:acid|XX", + ], +} + +elements.neutral_acid_spout = { + category: "spouts", + state: "solid", + color: ["#c8d9b0","#c1d9b0","#b8dbb9"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:neutral_acid|XX", + "CR:neutral_acid|XX|CR:neutral_acid", + "XX|CR:neutral_acid|XX", + ], +} + +elements.glue_spout = { + category: "spouts", + state: "solid", + color: "#f0f0f0", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:glue|XX", + "CR:glue|XX|CR:glue", + "XX|CR:glue|XX", + ], +} + +elements.soda_spout = { + category: "spouts", + state: "solid", + color: "#422016", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:soda|XX", + "CR:soda|XX|CR:soda", + "XX|CR:soda|XX", + ], +} + +elements.melted_wax_spout = { + category: "spouts", + state: "solid", + color: "#d4c196", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:melted_wax|XX", + "CR:melted_wax|XX|CR:melted_wax", + "XX|CR:melted_wax|XX", + ], +} + +elements.juice_spout = { + category: "spouts", + state: "solid", + color: "#f0bf3d", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:juice|XX", + "CR:juice|XX|CR:juice", + "XX|CR:juice|XX", + ], +} + +elements.milk_spout = { + category: "spouts", + state: "solid", + color: "#fafafa", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:milk|XX", + "CR:milk|XX|CR:milk", + "XX|CR:milk|XX", + ], +} + +elements.chocolate_milk_spout = { + category: "spouts", + state: "solid", + color: "#664934", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:chocolate_milk|XX", + "CR:chocolate_milk|XX|CR:chocolate_milk", + "XX|CR:chocolate_milk|XX", + ], +} + +elements.fruit_milk_spout = { + category: "spouts", + state: "solid", + color: "#c9988f", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:fruit_milk|XX", + "CR:fruit_milk|XX|CR:fruit_milk", + "XX|CR:fruit_milk|XX", + ], +} + +elements.pilk_spout = { + category: "spouts", + state: "solid", + color: "#e9cba3", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:pilk|XX", + "CR:pilk|XX|CR:pilk", + "XX|CR:pilk|XX", + ], +} + +elements.eggnog_spout = { + category: "spouts", + state: "solid", + color: "#ddbf98", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:eggnog|XX", + "CR:eggnog|XX|CR:eggnog", + "XX|CR:eggnog|XX", + ], +} + +elements.cream_spout = { + category: "spouts", + state: "solid", + color: "#f7f7f7", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:cream|XX", + "CR:cream|XX|CR:cream", + "XX|CR:cream|XX", + ], +} + +elements.cream_spout = { + category: "spouts", + state: "solid", + color: "#f7f7f7", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:cream|XX", + "CR:cream|XX|CR:cream", + "XX|CR:cream|XX", + ], +} + +elements.nut_milk_spout = { + category: "spouts", + state: "solid", + color: "#D7D1C3", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:nut_milk|XX", + "CR:nut_milk|XX|CR:nut_milk", + "XX|CR:nut_milk|XX", + ], +} + +elements.vinegar_spout = { + category: "spouts", + state: "solid", + color: "#ffecb3", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:vinegar|XX", + "CR:vinegar|XX|CR:vinegar", + "XX|CR:vinegar|XX", + ], +} + +elements.alcohol_spout = { + category: "spouts", + state: "solid", + color: "#c9c5b1", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:alcohol|XX", + "CR:alcohol|XX|CR:alcohol", + "XX|CR:alcohol|XX", + ], +} + +elements.soap_spout = { + category: "spouts", + state: "solid", + color: "#f2f2f2", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:soap|XX", + "CR:soap|XX|CR:soap", + "XX|CR:soap|XX", + ], +} + +elements.bleach_spout = { + category: "spouts", + state: "solid", + color: "#ffffff", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:bleach|XX", + "CR:bleach|XX|CR:bleach", + "XX|CR:bleach|XX", + ], +} + +elements.ink_spout = { + category: "spouts", + state: "solid", + color: "#171717", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:ink|XX", + "CR:ink|XX|CR:ink", + "XX|CR:ink|XX", + ], +} + +elements.mercury_spout = { + category: "spouts", + state: "solid", + color: ["#53574b","#65686a"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:mercury|XX", + "CR:mercury|XX|CR:mercury", + "XX|CR:mercury|XX", + ], +} + +elements.blood_spout = { + category: "spouts", + state: "solid", + color: ["#ff0000","#ee0000"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:blood|XX", + "CR:blood|XX|CR:blood", + "XX|CR:blood|XX", + ], +} + +elements.vaccine_spout = { + category: "spouts", + state: "solid", + color: "#e0d0ad", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:vaccine|XX", + "CR:vaccine|XX|CR:vaccine", + "XX|CR:vaccine|XX", + ], +} + +elements.antibody_spout = { + category: "spouts", + state: "solid", + color: "#ff4040", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:antibody|XX", + "CR:antibody|XX|CR:antibody", + "XX|CR:antibody|XX", + ], +} + +elements.infection_spout = { + category: "spouts", + state: "solid", + color: ["#cf005d","#be004c"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:infection|XX", + "CR:infection|XX|CR:infection", + "XX|CR:infection|XX", + ], +} + +elements.poison_spout = { + category: "spouts", + state: "solid", + color: "#00ff00", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:poison|XX", + "CR:poison|XX|CR:poison", + "XX|CR:poison|XX", + ], +} + +elements.antidote_spout = { + category: "spouts", + state: "solid", + color: "#c9b836", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:antidote|XX", + "CR:antidote|XX|CR:antidote", + "XX|CR:antidote|XX", + ], +} + +elements.tea_spout = { + category: "spouts", + state: "solid", + color: "#6c4317", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:tea|XX", + "CR:tea|XX|CR:tea", + "XX|CR:tea|XX", + ], +} + +elements.coffee_spout = { + category: "spouts", + state: "solid", + color: "#24100b", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:coffee|XX", + "CR:coffee|XX|CR:coffee", + "XX|CR:coffee|XX", + ], +} + +elements.honey_spout = { + category: "spouts", + state: "solid", + color: ["#f6ce1a","#e79001","#bb5503"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:honey|XX", + "CR:honey|XX|CR:honey", + "XX|CR:honey|XX", + ], +} + +elements.sap_spout = { + category: "spouts", + state: "solid", + color: ["#b67f18","#c86305","#cf7a19","#e4ae3a"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:sap|XX", + "CR:sap|XX|CR:sap", + "XX|CR:sap|XX", + ], +} + +elements.caramel_spout = { + category: "spouts", + state: "solid", + color: "#e89a51", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:caramel|XX", + "CR:caramel|XX|CR:caramel", + "XX|CR:caramel|XX", + ], +} + +elements.molasses_spout = { + category: "spouts", + state: "solid", + color: ["#210c06","#170804"], + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:molasses|XX", + "CR:molasses|XX|CR:molasses", + "XX|CR:molasses|XX", + ], +} + +elements.ketchup_spout = { + category: "spouts", + state: "solid", + color: "#ff3119", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:ketchup|XX", + "CR:ketchup|XX|CR:ketchup", + "XX|CR:ketchup|XX", + ], +} + +elements.mayo_spout = { + category: "spouts", + state: "solid", + color: "#fcffbd", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:mayo|XX", + "CR:mayo|XX|CR:mayo", + "XX|CR:mayo|XX", + ], +} + +elements.grease_spout = { + category: "spouts", + state: "solid", + color: "#cf9251", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + behavior: [ + "XX|CR:grease|XX", + "CR:grease|XX|CR:grease", + "XX|CR:grease|XX", + ], +} + +elements.liquid_oxygen_spout = { + category: "spouts", + state: "solid", + color: "#00ad99", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + temp: -190, + behavior: [ + "XX|CR:liquid_oxygen|XX", + "CR:liquid_oxygen|XX|CR:liquid_oxygen", + "XX|CR:liquid_oxygen|XX", + ], +} + +elements.liquid_hydrogen_spout = { + category: "spouts", + state: "solid", + color: "#97afcf", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + temp: -190, + behavior: [ + "XX|CR:liquid_hydrogen|XX", + "CR:liquid_hydrogen|XX|CR:liquid_hydrogen", + "XX|CR:liquid_hydrogen|XX", + ], +} + +elements.perfume_spout = { + category: "spouts", + state: "solid", + color: "#9656e3", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + temp: -190, + behavior: [ + "XX|CR:perfume|XX", + "CR:perfume|XX|CR:perfume", + "XX|CR:perfume|XX", + ], +} + +elements.cyanide_spout = { + category: "spouts", + state: "solid", + color: "#b6ccb6", + tempHigh: 1455.5, + stateHigh: "molten_steel", + conduct: 0.42, + temp: -190, + behavior: [ + "XX|CR:cyanide|XX", + "CR:cyanide|XX|CR:cyanide", + "XX|CR:cyanide|XX", + ], +} \ No newline at end of file From 09d27975bd35c6da1e57fab405bf7b77d2132f67 Mon Sep 17 00:00:00 2001 From: kaeud <97579413+kaeudomt@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:52:52 +0700 Subject: [PATCH 4/5] Update mod-list.html alice's is really not available --- mod-list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod-list.html b/mod-list.html index 90496e65..8dd74687 100644 --- a/mod-list.html +++ b/mod-list.html @@ -178,11 +178,11 @@ Neutronium Mod.jsVariety of scientific elements
ExplosionsStellarX20 neutronium_compressor.jsAdds a compressor (in reference to Minecraft’s Avaritia mod) that compresses 10,000 pixels of an element into a “singularity”Alice noblegas.jsAdds the missing noble gasesnousernamefound +radioactive.jsAdds every radioactive elements on the periodic table (WIP)kaeud random_rocks.jsRandomly generates rocks on game loadAlice roseyiede.jsAdds several variants of a substance called roseyiedeAlice some_tf_liquids.jsAdds various liquids from the Thermal Foundation Minecraft modAlice the_ground.jsAdds several rock types, worldgen settings, and gemstonesAlice -radioactive.jsAdds every radioactive elements on the periodic table (WIP)kaeud Machines & Technology clone_liquid.jsAdds a liquid form of clonerAlice @@ -197,6 +197,7 @@ nousersthings.jsDestroyable machines, pipe variants, filters, and morenousernamefound portal.jsAdds portals that can teleport pixelsAlice pushers.jsAdds pixels that push elements away from themAlice +spouts.jsAdds spouts for all liquids (Alice's is not available)kaeud spouts.jsAdds spouts for all liquidsAlice state_voids.jsAdds several elements that each delete a specific state of matter (and combinations thereof)Alice switches.jsAdds electrical switches that can be toggledAlice From a52a7bc47dfe1339cafd7b6c9484d39d5d091a7e Mon Sep 17 00:00:00 2001 From: kaeud <97579413+kaeudomt@users.noreply.github.com> Date: Sat, 30 Mar 2024 21:02:01 +0700 Subject: [PATCH 5/5] Update mod-list.html i got alice's permission to remove her mod!!11! --- mod-list.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod-list.html b/mod-list.html index 8dd74687..47d45e29 100644 --- a/mod-list.html +++ b/mod-list.html @@ -197,8 +197,7 @@ nousersthings.jsDestroyable machines, pipe variants, filters, and morenousernamefound portal.jsAdds portals that can teleport pixelsAlice pushers.jsAdds pixels that push elements away from themAlice -spouts.jsAdds spouts for all liquids (Alice's is not available)kaeud -spouts.jsAdds spouts for all liquidsAlice +spouts.jsAdds spouts for all liquidskaeud state_voids.jsAdds several elements that each delete a specific state of matter (and combinations thereof)Alice switches.jsAdds electrical switches that can be toggledAlice ticking_temp_stuff.jsAdds more heaters and coolersAlice