From 4890addb05684899af153d0676879dcba7098309 Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:14:13 -0500 Subject: [PATCH 01/12] Create heat shield.js If this mod works and is added, it will be my first working sandboxels mod. --- mods/heat shield.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mods/heat shield.js diff --git a/mods/heat shield.js b/mods/heat shield.js new file mode 100644 index 00000000..bbf2868a --- /dev/null +++ b/mods/heat shield.js @@ -0,0 +1,8 @@ +elements.Carbon_Fiber = { +color: "#222222", +behavior: behaviors.WALL, +category: "solids", +state: "solid", +temphigh: 6700, +statehigh: "lava", +}; From 25906a8f9743907892dba5970d65a567dca9e756 Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Sun, 7 Jul 2024 12:15:21 -0500 Subject: [PATCH 02/12] Rename heat shield.js to heatshield.js Woops --- mods/{heat shield.js => heatshield.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mods/{heat shield.js => heatshield.js} (100%) diff --git a/mods/heat shield.js b/mods/heatshield.js similarity index 100% rename from mods/heat shield.js rename to mods/heatshield.js From 65a82a1eb763cb192b0e8adccd8112258d244a3a Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:44:41 -0600 Subject: [PATCH 03/12] Fix heatshield.js --- mods/heatshield.js | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/mods/heatshield.js b/mods/heatshield.js index bbf2868a..6ef26a71 100644 --- a/mods/heatshield.js +++ b/mods/heatshield.js @@ -1,8 +1,30 @@ -elements.Carbon_Fiber = { -color: "#222222", -behavior: behaviors.WALL, -category: "solids", -state: "solid", -temphigh: 6700, -statehigh: "lava", +elements.ablative_shield = { + color: "#d6999c", + behavior: behaviors.WALL, + category: "solids", + state: "solid", + tempHigh: 2760, + stateHigh: "smoke", + conduct: 0.01, }; +elements.molten_reusable = { + color: "#ff9900", + behavior: behaviors.MOLTEN, + category: "states", + state: "liquid", + hidden: 1, + temp: 1261, + tempLow: 1259, + stateLow: "reusable_shield", +}; +elements.reusable_shield = { + color: "#3c3c3c", + behavior: behaviors.WALL, + category: "solids", + state: "solid", + tempHigh: 1260, + stateHigh: "molten_reusable", + conduct: 0.01, +}; +elements.plasma.temp = 2800 +; From 936ff312f9e12e9c2f838fa3300791161d47a68f Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:47:31 -0600 Subject: [PATCH 04/12] Create bfdi.js Because this world needs some bfdi in it --- mods/bfdi.js | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 mods/bfdi.js diff --git a/mods/bfdi.js b/mods/bfdi.js new file mode 100644 index 00000000..4ced9836 --- /dev/null +++ b/mods/bfdi.js @@ -0,0 +1,145 @@ +elements.abcdefghijklmon = { + color: "#c86b8f", + name: "myblueberryseed", + behavior: behaviors.POWDER, + reactions: { + "porcelain": { elem1: "grower", elem2: "porcelain"}, +}, + state: "solid", + category: "bfb", +}; +elements.grower = { + color: "#00ff00", + name: "blueberry_plant", + behavior: [ + "XX|CL AND CH:shower%10|XX", + "CR:blueberry%1|XX|CR:blueberry%1", + "XX|XX|XX" + ], + category: "bfb", +}; +elements.blueberry = { + color: "#5500aa", + behavior: [ + "XX|XX|XX", + "XX|EX:20%1|XX", + "XX|XX|XX" +], + category: "bfb", +}; +elements.shower = { + color: "#00aa00", + name: "blueberry_plant", + category: "bfb" +}; +elements.steel.breakInto = "fork" +; +elements.fork = { + color: "#999999", + ignore: "abcd", + behavior: [ + "XX|XX|XX", + "XX|XX|XX", + "M2|DL AND M1|M2" + ], + state: "solid", + category: "bfb", +}; +elements.abcd = { + state: "gas", + name: "forkrepellent", + category: "bfb", + stain: 0, + alpha: 0.4, + behavior: [ + "XX|M1 AND ST|XX", + "M1 AND ST|XX|M1 AND ST", + "XX|M1 AND ST|XX" + ], +}; +elements.cheesecake = { + state: "solid", + behavior: behaviors.POWDER, + color: "#ccbb77", + category: "bfb", + reactions: { + "glass_shard": { elem1: "shardcake", elem2: null } + }, +}; +elements.baked_batter.reactions = {} +elements.baked_batter.reactions.cheese_powder = { elem1: "cheesecake", elem2: null }; +elements.shardcake = { + state: "solid", + name: "cheesecake_with_shards", + behavior: [ + "XX|XX|XX", + "XX|XX|XX", + "XX|DL%5 AND M1|XX" + ], + color: Array ("#ccbb77","#5e807d"), + category: "bfb", +}; +elements.rocky = { + color: "#777777", + behavior: [ + "XX|CR:barf|XX", + "CR:barf|XX|CR:barf", + "XX|CR:barf|XX" + ], + category: "bfb", + reactions: { + "lava_barf": { elem1: null, elem2: "zombie_rocky" } + }, +}; +elements.barf = { + color: "#008800", + category: "bfb", + ignore: Array("rocky", "zombie_rocky","cured_rocky"), + state: "liquid", + behavior: [ + "XX|XX|XX", + "M2|XX|M2", + "M2|DL%30 AND M1|M2" + ], + tempHigh: 800, + stateHigh: "lava_barf", + reactions: { + "lava": { elem1: "lava_barf", elem2: null } + }, +}; +elements.lava_barf = { + color: "#ffaa00", + glow: 1, + state: "liquid", + ignore: Array("zombie_rocky","rocky","cured_rocky"), + behavior: [ + "XX|CH:rocky>zombie_rocky AND CH:barf>lava_barf|XX", + "M2 AND CH:rocky>zombie_rocky AND CH:barf>lava_barf|XX|M2 AND CH:rocky>zombie_rocky AND CH:barf>lavabarf", + "XX|CH:rocky>zombie_rocky AND CH:barf>lava_barf%5 AND M1|XX" + ], + category: "bfb", +}; +elements.zombie_rocky = { + color: "#005500", + category: "bfb", + behavior: [ + "XX|CH:rocky>zombie_rocky AND CR:lava_barf|XX", + "CH:rocky>zombie_rocky AND CR:lava_barf|XX|CH:rocky>zombie_rocky AND CR:lava_barf", + "XX|CH:rocky>zombie_rocky AND CR:lava_barf|XX" + ], + reactions: { + "water": { elem1: null, elem2: "cured_rocky" } + }, +}; +elements.cured_rocky = { + color: "#777777", + category: "bfb", + behavior: [ + "XX|CR:barf AND CH:zombie_rocky>cured_rocky|XX", + "CR:barf AND CH:zombie_rocky>cured_rocky|XX|CR:barf AND CH:zombie_rocky>cured_rocky", + "XX|CR:barf AND CH:zombie_rocky>cured_rocky|XX" + ], + reactions: { + "zombie_rocky": { elem1: "cured_rocky", elem2: "cured_rocky" } + }, +}; From 9518ee9cbb4c7fa1982ef5c99125579262a4bdf5 Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:50:19 -0600 Subject: [PATCH 05/12] Create children.js My first attempt at a sandboxels mod finally works :D --- mods/children.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mods/children.js diff --git a/mods/children.js b/mods/children.js new file mode 100644 index 00000000..0a73aba4 --- /dev/null +++ b/mods/children.js @@ -0,0 +1,14 @@ +elements.child = { + color: "#ffaa55", + behavior: [ + "M2|M2|M2", + "M2|XX|M2", + "XX|M1|XX" +], + tempHigh: 100, + stateHigh: "cooked_meat", + category: "life", + reactions: { + "herb": { elem1: "blood", elem2: "explosion"} +}, +}; From ac22ff56f654b999aef240ff5fc1e27a10642554 Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Tue, 21 Jan 2025 06:58:03 -0600 Subject: [PATCH 06/12] Update mod-list.html --- mod-list.html | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/mod-list.html b/mod-list.html index c00ede85..e9cb18a0 100644 --- a/mod-list.html +++ b/mod-list.html @@ -127,7 +127,6 @@ edible_everything.jsAllows every element to be mixed into Batter and DoughR74n fools.jsAdds back FOOLS ModeR74n fools24.jsAdds back the 2024 Multiversal Update (v5.9.1)R74n -glow.js[CHROME ONLY] Adds a cool lighting effect to many emissive pixels, like FireR74n smooth_water.jsChanges water mechanics so that it flows in one direction until it bounces off of somethingR74n souls.jsAdds Human Souls, Ectoplasm, and TombstonesR74n spring.jsMany nature elements, like sakura trees, butterflies, beehives, and moreR74n @@ -143,26 +142,24 @@ buildingreplicator.jsScans and replicates builds anywhere on the screen, along with some preset submitted buildsnousernamefound change.jsAdds a tool that only replaces existing pixelsAlice color_tools.jsAdds tools that manipulate colorsAlice -controllable_pixel_test.jsAdds a pixel that can be controlled with the keyboard keys. Read the commit description for more info. [PC ONLY]Alice controllable_pixel.jsAdds a pixel controlled using WASD (keyboard required)Jayd -cpt_alt.jsAdds a more destructive variant of the controllable pixelAlice +controllable_pixel_test.jsAdds a pixel that can be controlled with the keyboard keys. Read the commit description for more info. [PC ONLY]Alice customtemptools.jsAdds temperature tools (set/heat/cool) that you change the value of.guzzo86 +cpt_alt.jsAdds a more destructive variant of the controllable pixelAlice debugRework.jsRevamps the Debug toolFioushemastor delete_all_of_element.jsAdds a tool that deletes every pixel of the element(s) the user clicks onAlice descriptions.jsAdds descriptions to the info page and tooltips of elementsmollthecoder editTools.jsSelections, Copying, Pasting, Cutting, Shapes, and more!ggod elementEraser.jsAdds a tool that deletes only desired elementSquareScreamYT -elementreplacer.jsAdds a tool that replaces elements with other elements while keeping their colorSuss elementsManager.jsCreate and edit custom elementsggod evenmoretemptools.jsAdds different temperature-modifying tools (±350/tick, NaN, and Infinity)Alice extra_element_info.jsAdds descriptions to various vanilla elements. Used to provide the functionality that desc now does before it was added to vanillaMelecie extrasaveslots.jsAdds extra saves slots !SAVE IMPORTANT SAVES AS FILES!Jayd find.jsAdds a find mode that highlights a chosen element as pulsating red and yellow (read commit description)Alice -insane_random_events.jsMassively buffs random eventsAlice jaydsfunctions.jsAdds extra toolsJayd +insane_random_events.jsMassively buffs random eventsAlice moretools.jsAdds more temperature-modifying tools (±10/tick, ±50/tick, and absolute zero tools)Sightnado move_tools.jsAdds tools that move pixelsAlice -no_scroll.jsDisables scrolling, useful for Apple Magic Mouse usersCrimera Games noconfirm.jsRemoves all confirmation pop upsmollthecoder page_color.jsAllows changing the background color outside of the canvas with the “pageColor” query parameterAlice pixelResizeTool.jsAdds a button to change pixel scalefeeshmaster @@ -182,11 +179,10 @@ aScientistsWish.jsAdds several things that related to science and physics Carbon Monoxide, salmonfishy bettermetalscrap.jsAllows metal scrap to be melted back into its original materialnousernamefound bigger_star_spawners.jsAdds spawners for larger starsAlice -biology.jsAdds various elements and functions that let you build your own organism.Nekonico bioooze_and_pyrogens.jsAdds Bio-Ooze from Frackin’ Universe and several heat-producing materials from various games’ modsAlice +biology.jsAdds various elements and functions that let you build your own organism.Nekonico boiling_things.jsAllows for various elements to be vaporizedAlice bouncing_balls.jsAdds new types of balls that bounce accurately and roll.Nekonico -bromine.jsAdds bromine which emits an orange gasSuss chalcopyrite.jsAdds the chalcopyrite oreSophie chem.jsAdds several chemistry and physics-related elementslllllllllwith10ls clf3.jsAdds Chlorine TrifluorideAlice @@ -197,6 +193,7 @@ glenn_gases.jsAdds most gases from the Glenn's Gases mod into SandboxelsAlice grav_mudstones.jsAdds various forms of mudstone with different gravitiesAlice halogen.jsAdds the missing halogensnousernamefound +heatshield.jsadds heat shields and makes plasma colderTaterbob hidden_ground.jsHides most rock variants from the_ground.js excluding the base rocks and wallsMelecie iocalfaeus_clones.jsAdds Iorefrius, Iolucius, and Ioradius gasAlice jaydstuff.jsAdds various chemicals and compoundsJayd @@ -217,11 +214,9 @@ 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 -stickyslime.jsAllows slime to stick to other elementsSuss the_ground.jsAdds several rock types, worldgen settings, and gemstonesAlice Machines & Technology -circuitcore.jsAn extension to logicgates.js that adds advanced circuits. Documentation.RedBirdly clone_liquid.jsAdds a liquid form of clonerAlice colored_lightbulbs.jsAdds a light bulb that can be painted.guzzo86, ggod combustion.jsAdds components necessary for combustion enginesuptzik @@ -249,7 +244,6 @@ Weapons aircrafts.jsAdds aircraft and aircraft part pixelsJayd c_fighter_jet.jsAdds a controllable fighter jet, wasd to move, q+wasd to shoot, gvbn for missiles.Jayd -guided_rocket.jsAdds a homing misile.voidapex11 icb.jsAdds various levels of nested cluster bombsAlice life_eater.jsAdds Warhammer 40,000’s Life-Eater Virus and Virus BombsAlice liquid_void.jsAdds a liquid variant of VoidAlice @@ -258,16 +252,16 @@ rays.jsAdds more Ray typesAlice rays++.jsAdds a couple more raysuptzik subspace.jsAdds the Subspace Tripmine from Robloxnousernamefound -war_crimes.jsAdds tear gas & morevoidapex11 weapons.jsAdds a variety of different weaponsJayd +war_crimes.jsAdds tear gas & morevoidapex11 Food & Cooking -aChefsDream_beta.jsBeta testing for aChefsDream. The code can be found on GitHubSquareScreamYT aChefsDream.jsMore foods, animals, tools, and other cooking items. See the YouTube Playlist for updatesSquareScreamYT +aChefsDream_beta.jsBeta testing for aChefsDream. The code can be found on GitHubSquareScreamYT bananas.jsAdds bananas and banana plantsAlice CherrySoda.jsAdds materials to make Cherry soda. Benzaldehyde + seltzer = Cherrysoda.guzzo86 -community_desserts.jsAdds various desserts from community suggestionsTisquares GrapeSoda.jsAdds materials to make Grape soda. Methylanthranilic acid + seltzer = Cherrysoda.guzzo86 +community_desserts.jsAdds various desserts from community suggestionsTisquares greenitemsandmore.jsAdds various green things, including apples and more foodzonneschijn7 ketchup_mod.jsAdds a bunch of ketchup related stuff, plus a few other condimentsNubo318 (main dev), Devi, Alice (contributors) lemonade.jsAdds lemons and lemonadepersonman / baconthemyth @@ -285,6 +279,7 @@ biology.jsAdds various elements and functions that let you build your own organism.Nekonico cat.jsAdds cats and cat foodSquareScreamYT cells.jsAdds several experimental edits of the Cell elementAlice +children.jsadds pesky little gremlinsTaterbob colonies.jsAdds rockets that contain settlers to terraform a planet.Nekonico crimson.jsAdds elements relating to the Crimson from TerrariaAlice dogs.jsAdds a simple dog and dog foodhedera-ivy @@ -299,7 +294,6 @@ human_edit.jsImprovements to humansAlice Humanitize.jsMakes humans cultured and able to craft, mine, build houses, trade, and much more.Nekonico kopalstuff.jsAdds creatures, spirits, DNA, foods, and moreDaviStudios -lizard_mod.jsAdds lizards to sandboxels.RedBirdly lost_souls.jsAdds souls and related elements, the mod can also be found on Githubpixelegend4, SquareScreamYT, salmonfishy miscible_psoup_and_birthpool.jsMakes Primordial Soup and Birthpool mix instead of the birthpool settling to the bottom. Will be deprecated upon the release of Magical MenagerieAlice mobs.jsAdds Creepers, Zombies, and SkeletonsAlice @@ -323,6 +317,7 @@ all_around_fillers.jsAdds directional Filler variantsidk73248 allliquids.jsMade all elements liquidsAdora amogus.jsAdds a small amogus structureAlice +bfdi.jsAdds several bfdi referencesTaterbob citybuilding.jsAdds seeds that create miniature buildings and other city-related itemsSquareScreamYT collab_mod.jsCreated by multiple people, adds random thingsmrapple, ilikepizza, stefanblox doom.jsAs seen on TikTok - Select the Doom element to start, WASDggod @@ -330,11 +325,10 @@ fishin.jsAdds a fishing rod and more fish with scientific names, press B to open bank account, A, S or D to cast your line and Q to reel it back in.Nekonico fools+.jsimproves and makes fools.js EXTREMELY annoying.SquareScreamYT funny elements 2022-11-15.jsAdds a few curated randomly-generated elementsAlice -funny_solid.jsAdds fecesAlice funnynames.jsAdds various ways to mess with the names of elementsnousernamefound +funny_solid.jsAdds fecesAlice haseulite.jsAdds Loona-related materials with various propertiesAlice lactose_intolerance_and_celiac.jsMakes humans explode on contact with milk, wheat, bread, or toastNubo318 -lattice_filler.jsAdds a combination of lattice and filler and adds a destructive variantSuss lone_urea.jsAdds urea without the rest of the piss modAlice maze.jsAdds a solvable maze generatorggod memelists.jsMakes it so you must select elements through a list at the bottom of the page.
We like listsmollthecoder @@ -355,7 +349,6 @@ Visual Effects acid_and_shapes.jsWeird visual effects. Enable in SettingsAlice customBackground.jsSet your background to an image linkJayd -fractals.jsAdds an element and tools to render fractals in gamenousernamefound heatglow.jsRed glowing effect for hot metalsnousernamefound invisible_dye.jsAdds elements like Dye and Spray Paint that take the color of the backgroundAlice invisible_wall.jsAdds an element like Wall that takes the color of the backgroundAlice @@ -448,4 +441,4 @@ - + From bd213bde35450bdad26b62269ea3040e48601ac9 Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:00:30 -0600 Subject: [PATCH 07/12] Fix mod-list.html? --- mod-list.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/mod-list.html b/mod-list.html index e9cb18a0..3085c0e8 100644 --- a/mod-list.html +++ b/mod-list.html @@ -127,6 +127,7 @@ edible_everything.jsAllows every element to be mixed into Batter and DoughR74n fools.jsAdds back FOOLS ModeR74n fools24.jsAdds back the 2024 Multiversal Update (v5.9.1)R74n +glow.js[CHROME ONLY] Adds a cool lighting effect to many emissive pixels, like FireR74n smooth_water.jsChanges water mechanics so that it flows in one direction until it bounces off of somethingR74n souls.jsAdds Human Souls, Ectoplasm, and TombstonesR74n spring.jsMany nature elements, like sakura trees, butterflies, beehives, and moreR74n @@ -142,24 +143,26 @@ buildingreplicator.jsScans and replicates builds anywhere on the screen, along with some preset submitted buildsnousernamefound change.jsAdds a tool that only replaces existing pixelsAlice color_tools.jsAdds tools that manipulate colorsAlice -controllable_pixel.jsAdds a pixel controlled using WASD (keyboard required)Jayd controllable_pixel_test.jsAdds a pixel that can be controlled with the keyboard keys. Read the commit description for more info. [PC ONLY]Alice -customtemptools.jsAdds temperature tools (set/heat/cool) that you change the value of.guzzo86 +controllable_pixel.jsAdds a pixel controlled using WASD (keyboard required)Jayd cpt_alt.jsAdds a more destructive variant of the controllable pixelAlice +customtemptools.jsAdds temperature tools (set/heat/cool) that you change the value of.guzzo86 debugRework.jsRevamps the Debug toolFioushemastor delete_all_of_element.jsAdds a tool that deletes every pixel of the element(s) the user clicks onAlice descriptions.jsAdds descriptions to the info page and tooltips of elementsmollthecoder editTools.jsSelections, Copying, Pasting, Cutting, Shapes, and more!ggod elementEraser.jsAdds a tool that deletes only desired elementSquareScreamYT +elementreplacer.jsAdds a tool that replaces elements with other elements while keeping their colorSuss elementsManager.jsCreate and edit custom elementsggod evenmoretemptools.jsAdds different temperature-modifying tools (±350/tick, NaN, and Infinity)Alice extra_element_info.jsAdds descriptions to various vanilla elements. Used to provide the functionality that desc now does before it was added to vanillaMelecie extrasaveslots.jsAdds extra saves slots !SAVE IMPORTANT SAVES AS FILES!Jayd find.jsAdds a find mode that highlights a chosen element as pulsating red and yellow (read commit description)Alice -jaydsfunctions.jsAdds extra toolsJayd insane_random_events.jsMassively buffs random eventsAlice +jaydsfunctions.jsAdds extra toolsJayd moretools.jsAdds more temperature-modifying tools (±10/tick, ±50/tick, and absolute zero tools)Sightnado move_tools.jsAdds tools that move pixelsAlice +no_scroll.jsDisables scrolling, useful for Apple Magic Mouse usersCrimera Games noconfirm.jsRemoves all confirmation pop upsmollthecoder page_color.jsAllows changing the background color outside of the canvas with the “pageColor” query parameterAlice pixelResizeTool.jsAdds a button to change pixel scalefeeshmaster @@ -179,8 +182,8 @@ aScientistsWish.jsAdds several things that related to science and physics Carbon Monoxide, salmonfishy bettermetalscrap.jsAllows metal scrap to be melted back into its original materialnousernamefound bigger_star_spawners.jsAdds spawners for larger starsAlice -bioooze_and_pyrogens.jsAdds Bio-Ooze from Frackin’ Universe and several heat-producing materials from various games’ modsAlice biology.jsAdds various elements and functions that let you build your own organism.Nekonico +bioooze_and_pyrogens.jsAdds Bio-Ooze from Frackin’ Universe and several heat-producing materials from various games’ modsAlice boiling_things.jsAllows for various elements to be vaporizedAlice bouncing_balls.jsAdds new types of balls that bounce accurately and roll.Nekonico chalcopyrite.jsAdds the chalcopyrite oreSophie @@ -193,7 +196,6 @@ glenn_gases.jsAdds most gases from the Glenn's Gases mod into SandboxelsAlice grav_mudstones.jsAdds various forms of mudstone with different gravitiesAlice halogen.jsAdds the missing halogensnousernamefound -heatshield.jsadds heat shields and makes plasma colderTaterbob hidden_ground.jsHides most rock variants from the_ground.js excluding the base rocks and wallsMelecie iocalfaeus_clones.jsAdds Iorefrius, Iolucius, and Ioradius gasAlice jaydstuff.jsAdds various chemicals and compoundsJayd @@ -214,9 +216,11 @@ 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 +stickyslime.jsAllows slime to stick to other elementsSuss the_ground.jsAdds several rock types, worldgen settings, and gemstonesAlice Machines & Technology +circuitcore.jsAn extension to logicgates.js that adds advanced circuits. Documentation.RedBirdly clone_liquid.jsAdds a liquid form of clonerAlice colored_lightbulbs.jsAdds a light bulb that can be painted.guzzo86, ggod combustion.jsAdds components necessary for combustion enginesuptzik @@ -244,6 +248,7 @@ Weapons aircrafts.jsAdds aircraft and aircraft part pixelsJayd c_fighter_jet.jsAdds a controllable fighter jet, wasd to move, q+wasd to shoot, gvbn for missiles.Jayd +guided_rocket.jsAdds a homing misile.voidapex11 icb.jsAdds various levels of nested cluster bombsAlice life_eater.jsAdds Warhammer 40,000’s Life-Eater Virus and Virus BombsAlice liquid_void.jsAdds a liquid variant of VoidAlice @@ -252,16 +257,16 @@ rays.jsAdds more Ray typesAlice rays++.jsAdds a couple more raysuptzik subspace.jsAdds the Subspace Tripmine from Robloxnousernamefound -weapons.jsAdds a variety of different weaponsJayd war_crimes.jsAdds tear gas & morevoidapex11 +weapons.jsAdds a variety of different weaponsJayd Food & Cooking -aChefsDream.jsMore foods, animals, tools, and other cooking items. See the YouTube Playlist for updatesSquareScreamYT aChefsDream_beta.jsBeta testing for aChefsDream. The code can be found on GitHubSquareScreamYT +aChefsDream.jsMore foods, animals, tools, and other cooking items. See the YouTube Playlist for updatesSquareScreamYT bananas.jsAdds bananas and banana plantsAlice CherrySoda.jsAdds materials to make Cherry soda. Benzaldehyde + seltzer = Cherrysoda.guzzo86 -GrapeSoda.jsAdds materials to make Grape soda. Methylanthranilic acid + seltzer = Cherrysoda.guzzo86 community_desserts.jsAdds various desserts from community suggestionsTisquares +GrapeSoda.jsAdds materials to make Grape soda. Methylanthranilic acid + seltzer = Cherrysoda.guzzo86 greenitemsandmore.jsAdds various green things, including apples and more foodzonneschijn7 ketchup_mod.jsAdds a bunch of ketchup related stuff, plus a few other condimentsNubo318 (main dev), Devi, Alice (contributors) lemonade.jsAdds lemons and lemonadepersonman / baconthemyth @@ -279,7 +284,6 @@ biology.jsAdds various elements and functions that let you build your own organism.Nekonico cat.jsAdds cats and cat foodSquareScreamYT cells.jsAdds several experimental edits of the Cell elementAlice -children.jsadds pesky little gremlinsTaterbob colonies.jsAdds rockets that contain settlers to terraform a planet.Nekonico crimson.jsAdds elements relating to the Crimson from TerrariaAlice dogs.jsAdds a simple dog and dog foodhedera-ivy @@ -294,6 +298,7 @@ human_edit.jsImprovements to humansAlice Humanitize.jsMakes humans cultured and able to craft, mine, build houses, trade, and much more.Nekonico kopalstuff.jsAdds creatures, spirits, DNA, foods, and moreDaviStudios +lizard_mod.jsAdds lizards to sandboxels.RedBirdly lost_souls.jsAdds souls and related elements, the mod can also be found on Githubpixelegend4, SquareScreamYT, salmonfishy miscible_psoup_and_birthpool.jsMakes Primordial Soup and Birthpool mix instead of the birthpool settling to the bottom. Will be deprecated upon the release of Magical MenagerieAlice mobs.jsAdds Creepers, Zombies, and SkeletonsAlice @@ -317,7 +322,6 @@ all_around_fillers.jsAdds directional Filler variantsidk73248 allliquids.jsMade all elements liquidsAdora amogus.jsAdds a small amogus structureAlice -bfdi.jsAdds several bfdi referencesTaterbob citybuilding.jsAdds seeds that create miniature buildings and other city-related itemsSquareScreamYT collab_mod.jsCreated by multiple people, adds random thingsmrapple, ilikepizza, stefanblox doom.jsAs seen on TikTok - Select the Doom element to start, WASDggod @@ -325,10 +329,11 @@ fishin.jsAdds a fishing rod and more fish with scientific names, press B to open bank account, A, S or D to cast your line and Q to reel it back in.Nekonico fools+.jsimproves and makes fools.js EXTREMELY annoying.SquareScreamYT funny elements 2022-11-15.jsAdds a few curated randomly-generated elementsAlice -funnynames.jsAdds various ways to mess with the names of elementsnousernamefound funny_solid.jsAdds fecesAlice +funnynames.jsAdds various ways to mess with the names of elementsnousernamefound haseulite.jsAdds Loona-related materials with various propertiesAlice lactose_intolerance_and_celiac.jsMakes humans explode on contact with milk, wheat, bread, or toastNubo318 +lattice_filler.jsAdds a combination of lattice and filler and adds a destructive variantSuss lone_urea.jsAdds urea without the rest of the piss modAlice maze.jsAdds a solvable maze generatorggod memelists.jsMakes it so you must select elements through a list at the bottom of the page.
We like listsmollthecoder @@ -349,6 +354,7 @@ Visual Effects acid_and_shapes.jsWeird visual effects. Enable in SettingsAlice customBackground.jsSet your background to an image linkJayd +fractals.jsAdds an element and tools to render fractals in gamenousernamefound heatglow.jsRed glowing effect for hot metalsnousernamefound invisible_dye.jsAdds elements like Dye and Spray Paint that take the color of the backgroundAlice invisible_wall.jsAdds an element like Wall that takes the color of the backgroundAlice From 74dceb1246b16b0e797f710818fee0d9cb80b1ca Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:10:32 -0600 Subject: [PATCH 08/12] Fix mod-list.html?! --- mod-list.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mod-list.html b/mod-list.html index 3085c0e8..6051a7e1 100644 --- a/mod-list.html +++ b/mod-list.html @@ -104,7 +104,7 @@ fey_and_more.jsAdds fairies, magic, and a lot of other thingsMelecie - alchemy.jsStart with only 4 elements and unlock more by reacting them together. (Most are not possible)R74n chem.jsAdds several chemistry and physics-related elementslllllllllwith10ls delete_all_of_element.jsAdds a tool that deletes every pixel of the element(s) the user clicks onAlice @@ -135,7 +135,7 @@ velocity.jsBeta for explosion velocity, and later wind, which may come to the base game in the futureR74n Tools & Settings - + adjustablepixelsize.jsAllows you to set the pixelSize with a URL parameterAlice --> betaworldgen.jsadds a more advanced world generation to the gameAdora betterModManager.jsImprovements to the Mod Managerggod betterSettings.jsAdds additional settings and functionalityggod @@ -230,6 +230,7 @@ flipflop.jsToggleable switches; ExplanationFlix fueled_generators.jsFuel powered generators. gameOfLife.jsConway's Game of Life on a screenggod +heatshield.jsadds heatshields, makes plasma coolerTaterbob logicgates.jsAdds predictable electricity and logic gatesnousernamefound note_block.jsAdds musical Note BlocksAlice nousersthings.jsDestroyable machines, pipe variants, filters, and morenousernamefound @@ -284,6 +285,7 @@ biology.jsAdds various elements and functions that let you build your own organism.Nekonico cat.jsAdds cats and cat foodSquareScreamYT cells.jsAdds several experimental edits of the Cell elementAlice +children.jsAdds pesky little gremlinsTaterbob colonies.jsAdds rockets that contain settlers to terraform a planet.Nekonico crimson.jsAdds elements relating to the Crimson from TerrariaAlice dogs.jsAdds a simple dog and dog foodhedera-ivy @@ -322,6 +324,7 @@ all_around_fillers.jsAdds directional Filler variantsidk73248 allliquids.jsMade all elements liquidsAdora amogus.jsAdds a small amogus structureAlice +bfdi.jsAdds several references to bfdiTaterbob citybuilding.jsAdds seeds that create miniature buildings and other city-related itemsSquareScreamYT collab_mod.jsCreated by multiple people, adds random thingsmrapple, ilikepizza, stefanblox doom.jsAs seen on TikTok - Select the Doom element to start, WASDggod From d9ee385444064cb6066c9a8dcf668a89acd4184e Mon Sep 17 00:00:00 2001 From: TaterbobYT <167204207+TaterbobYT@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:16:06 -0600 Subject: [PATCH 09/12] Fix bfdi.js --- mods/bfdi.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/mods/bfdi.js b/mods/bfdi.js index 4ced9836..421d4bcb 100644 --- a/mods/bfdi.js +++ b/mods/bfdi.js @@ -6,7 +6,7 @@ elements.abcdefghijklmon = { "porcelain": { elem1: "grower", elem2: "porcelain"}, }, state: "solid", - category: "bfb", + category: "bfdi", }; elements.grower = { color: "#00ff00", @@ -16,7 +16,7 @@ elements.grower = { "CR:blueberry%1|XX|CR:blueberry%1", "XX|XX|XX" ], - category: "bfb", + category: "bfdi", }; elements.blueberry = { color: "#5500aa", @@ -25,12 +25,12 @@ elements.blueberry = { "XX|EX:20%1|XX", "XX|XX|XX" ], - category: "bfb", + category: "bfdi", }; elements.shower = { color: "#00aa00", name: "blueberry_plant", - category: "bfb" + category: "bfdi" }; elements.steel.breakInto = "fork" ; @@ -43,12 +43,12 @@ elements.fork = { "M2|DL AND M1|M2" ], state: "solid", - category: "bfb", + category: "bfdi", }; elements.abcd = { state: "gas", name: "forkrepellent", - category: "bfb", + category: "bfdi", stain: 0, alpha: 0.4, behavior: [ @@ -61,7 +61,7 @@ elements.cheesecake = { state: "solid", behavior: behaviors.POWDER, color: "#ccbb77", - category: "bfb", + category: "bfdi", reactions: { "glass_shard": { elem1: "shardcake", elem2: null } }, @@ -77,7 +77,7 @@ elements.shardcake = { "XX|DL%5 AND M1|XX" ], color: Array ("#ccbb77","#5e807d"), - category: "bfb", + category: "bfdi", }; elements.rocky = { color: "#777777", @@ -86,14 +86,14 @@ elements.rocky = { "CR:barf|XX|CR:barf", "XX|CR:barf|XX" ], - category: "bfb", + category: "bfdi", reactions: { "lava_barf": { elem1: null, elem2: "zombie_rocky" } }, }; elements.barf = { color: "#008800", - category: "bfb", + category: "bfdi", ignore: Array("rocky", "zombie_rocky","cured_rocky"), state: "liquid", behavior: [ @@ -113,15 +113,15 @@ elements.lava_barf = { state: "liquid", ignore: Array("zombie_rocky","rocky","cured_rocky"), behavior: [ - "XX|CH:rocky>zombie_rocky AND CH:barf>lava_barf|XX", - "M2 AND CH:rocky>zombie_rocky AND CH:barf>lava_barf|XX|M2 AND CH:rocky>zombie_rocky AND CH:barf>lavabarf", + "XX|CH:rocky>zombie_rocky AND CH:barf>lava_barf%5|XX", + "M2 AND CH:rocky>zombie_rocky AND CH:barf>lava_barf%5|XX|M2 AND CH:rocky>zombie_rocky AND CH:barf>lavabarf%5", "XX|CH:rocky>zombie_rocky AND CH:barf>lava_barf%5 AND M1|XX" ], category: "bfb", }; elements.zombie_rocky = { color: "#005500", - category: "bfb", + category: "bfdi", behavior: [ "XX|CH:rocky>zombie_rocky AND CR:lava_barf|XX", "CH:rocky>zombie_rocky AND CR:lava_barf|XX|CH:rocky>zombie_rocky AND CR:lava_barf", @@ -133,7 +133,7 @@ elements.zombie_rocky = { }; elements.cured_rocky = { color: "#777777", - category: "bfb", + category: "bfdi", behavior: [ "XX|CR:barf AND CH:zombie_rocky>cured_rocky|XX", "CR:barf AND CH:zombie_rocky>cured_rocky|XX|CR:barf AND CH:zombie_rocky>cured_rocky", From 7ea63ddf1df04b74f3333bd85cb36ef35efd9e4d Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:29:42 -0500 Subject: [PATCH 10/12] fix --- mod-list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mod-list.html b/mod-list.html index 6051a7e1..ce38840d 100644 --- a/mod-list.html +++ b/mod-list.html @@ -186,6 +186,7 @@ bioooze_and_pyrogens.jsAdds Bio-Ooze from Frackin’ Universe and several heat-producing materials from various games’ modsAlice boiling_things.jsAllows for various elements to be vaporizedAlice bouncing_balls.jsAdds new types of balls that bounce accurately and roll.Nekonico +bromine.jsAdds bromine which emits an orange gasSuss chalcopyrite.jsAdds the chalcopyrite oreSophie chem.jsAdds several chemistry and physics-related elementslllllllllwith10ls clf3.jsAdds Chlorine TrifluorideAlice From 80011f0d2321eb95eada4b1eb4168d813d6b1e85 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:31:10 -0500 Subject: [PATCH 11/12] fix --- mod-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod-list.html b/mod-list.html index ce38840d..6f6e8169 100644 --- a/mod-list.html +++ b/mod-list.html @@ -135,7 +135,7 @@ velocity.jsBeta for explosion velocity, and later wind, which may come to the base game in the futureR74n Tools & Settings - adjustablepixelsize.jsAllows you to set the pixelSize with a URL parameterAlice --> + betaworldgen.jsadds a more advanced world generation to the gameAdora betterModManager.jsImprovements to the Mod Managerggod betterSettings.jsAdds additional settings and functionalityggod From b85f3c054cc7a735fe06ecb7b252f74594b6592b Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Fri, 24 Jan 2025 16:32:08 -0500 Subject: [PATCH 12/12] fix --- mod-list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod-list.html b/mod-list.html index 6f6e8169..b3109154 100644 --- a/mod-list.html +++ b/mod-list.html @@ -104,7 +104,7 @@ fey_and_more.jsAdds fairies, magic, and a lot of other thingsMelecie - +