2024-01-30 14:58:58 -05:00
{
"#lang.name" : "LANGUAGE NAME" ,
"#lang.credit" : "NAME, NAME, NAME" ,
Version 1.11 - February 21, 2025 - Everyone's Update
[Version 1.11 - February 21, 2025 - Everyone's Update]
+ Portals!
+ Portal In and Portal Out elements
+ Portals teleport pixels and electricity
+ Coral
+ Grows in Water
+ Bleaches in high temperatures
+ Adobe, made from Mud and Straw
+ Element translations for Turkish and Hungarian
[Electricity Rework]
~ Electricity is now more consistent in highly conductive material
~ Sensors give out a single charge instead of 4
~ Pixels now store when they were charged
~ Note: Effects on existing builds should be limited but please report any issues
[Changes]
+ Liquid pixels of the same element move around
+ Tiny canvas size
+ Molten elements oscillate color (Experimental)
~ Pixels can now exist along the border of the canvas
~ Disabling Staining will clear all existing pixel stains
+ Dye, Paint, etc. retain their selected color independently
+ Radioactive Tornado variant
+ Humans panic when shocked
~ Humans are less heat-resistant
~ Pipes are no longer unbreakable
+ Smoke rises in normal air density
~ Tweaked Fire and Cold Fire behavior
+ Sabatier process for producing Methane
+ Bergius process for producing Oil
+ Acid reacts with Potassium
~ Increased Methane autoignition point
+ Uranium radiates Glass on contact
+ Burning Lamp Oil explodes in Water
+ Liquid Ozone explodes when broken or shocked
+ Molten Gallium can react with Gold Coins
+ Slaked Lime reacts with Carbon Dioxide
+ Molten Plastic evaporates
+ Glue turns Color Sand into Stained Glass
+ Butter and Caustic Potash make Soap
+ Neutrons radiate Glass, Clouds, and Water
~ Light absorbed by LEDs is deleted
~ Foam made from Oxygen + Water releases the Oxygen
~ Tweaked Bleach and Acid reaction
~ Increased Molten Sulfur freezing point
~ Tweaked Smash tool
+ Cyanide dirties Water variants
+ Infection dirties Water
+ Tea and Coffee bubble when hot
+ CO2 carbonates Salt Water instead of dirtying
+ Soda and Seltzer release Foam when mixed
+ Pilk creates Foam
+ Cells can ferment Milk variants
~ Cells ferment Milk slower
~ Cheese keeps color when breaking into powder (Pilk Powder?)
~ Caramel is more heat-resistant
~ Acid turns Humans into Bone
~ Birds are less flammable
+ Fish turn to white meat when cooked
+ Worms can compost Petal, Pistil, and Vine
+ Rats can eat Hard Yolk
+ Alcohol calms Humans
+ Humans panic from bad smells
+ Smog breaks into Dirty Water
~ Fireworks create less Carbon Dioxide
+ Bless can fix Brick Rubble
+ Midas Touch converts some metals to Gold variants
+ Malware can affect Snake
~ Pointer retains same speed at any TPS
~ Optimized Cell and Cancer
~ Recolored Pipe Wall
~ Improved Slug, Brick, and Ruins buttons
~ Hid Liquid Oxygen
~ Unhid Liquid Hydrogen
~ Moved Liquid Hydrogen to Liquids
~ Moved Poison Gas to Gases
+ Liquid Nitrogen alias 'LN2'
+ Electric alias 'Electron'
+ Light alias 'Photon'
+ Nut Oil alias 'Cooking Oil'
+ Epsom Salt alias 'Magnesium Sulfate'
+ Pyrite alias 'Iron Sulfide'
+ Limestone alias 'Calcium Carbonate'
+ Quicklime alias 'Calcium Oxide'
+ Slaked Lime alias 'Calcium Hydroxide'
~ Petal displays with dark text
~ Slightly moved Porcelain
+ Built-in dialog boxes
~ Canvas touches the top of the page
~ Wide canvas size takes up more screen space
~ White border no longer shown on wide canvas size
~ Buttons, menus, and the canvas have thicker borders
~ "Elem" in stats bar is no longer uppercase
~ Unknown has no grain
- Loading a save no longer changes your selected element
+ Ctrl+S to bring up save prompt
+ Ctrl+Shift+S to instantly save canvas
+ Retroactive changelogs for versions v0.1-v0.4
+ Bluesky social link
+ Partial translations for Ukrainian, Toki Pona, and Halacae
+ Finished translations for Spanish and Russian
[Bug Fixes]
~ Fixed: Oxygen from hydrolysis immediately turns to Foam
~ Fixed: Menu heights vary dramatically with long categories
~ Fixed: Mod Manager and Info Screen text boxes don't stick to bottom
~ Fixed: Lattice Wars appear without borders
~ Fixed: Smash tool breaks harder elements faster
~ Fixed: Error in console on page load
~ Fixed: Artifacts above stats bar text on Chrome
~ Fixed: Console logging when Hail breaks a pixel
~ Fixed: Milk variants still heat into Yogurt
~ Fixed: Controls still show Smooth View keybind
~ Fixed: "Save to File" button cut off on some small screens
~ Fixed: Many aliases can't be used in Element Select
~ Fixed: Prop tool doesn't change pixel state when changing temperature
~ Fixed: Grenades stop moving while charged
~ Fixed: Lightning doesn't reach bottom on large canvases
~ Fixed: Ghost pixels when placing Foam with low air temperature set
~ Fixed: 'CR' behavior cell errors with low air temperature set
[Technical]
+ Portal 'channel' property can be set with the Prop tool (Integer)
+ runAfterReset function
+ isBreakable function
+ 'breakIntoColorMultiplier' element property
+ 'onMoveInto' element property, called when another pixel moves into it (function(pixel1,pixel2))
+ 'chargeStart' pixel property
~ 'breakIntoColor' element property can be used without 'breakInto'
+ 'sense' sensor property to detect a certain element
~ Optimized electricity
~ Fire is affected by air density
+ View setting dropdown includes views added by mods
~ currentSaveData is now always defined, and holds metadata about the current canvas, even non-saves
+ currentSaveData always contains a UUID for seeded randomness
~ Default max pixel count slightly increased
~ Save version is now sb3
~ Canvas border width is now stored (Default 1 for old saves)
~ Pixel properties with value "undefined" are skipped
+ Error message in console for broken translation files
+ GUI translation support
+ More GUI elements have IDs
+ Future standalone mode
2025-02-21 13:47:50 -05:00
"gui.langSelectLabel" : "Language" ,
"gui.titleTag" : "Sandboxels - Experiment with Pixels" ,
"gui.pageDesc" : "Relax or experiment with over 500 materials in this falling sand simulator, featuring heat, chemical reactions, density, burning, explosions." ,
"gui.shiftButton" : "↑" ,
"gui.shiftButton.title" : "Toggle Shift key" ,
"gui.pauseButton" : "Pause" ,
"gui.pauseButton.title" : "Pause/play the simulation" ,
"gui.frameButton" : ">" ,
"gui.frameButton.title" : "Pause and play one frame" ,
"gui.sizeDownButton" : "-" ,
"gui.sizeDownButton.title" : "Decrease the brush size" ,
"gui.sizeUpButton" : "-" ,
"gui.sizeUpButton.title" : "Increase the brush size" ,
"gui.resetButton" : "Reset" ,
"gui.resetButton.title" : "Clear the entire scene" ,
"gui.replaceButton" : "Replace" ,
"gui.replaceButton.title" : "Override existing pixels when placing" ,
"gui.elemSelectButton" : "E" ,
"gui.elemSelectButton.title" : "Select an element by name" ,
"gui.tpsButton" : "Tps" ,
"gui.tpsButton.title" : "Change the simulation Ticks Per Second (TPS)" ,
"gui.infoButton" : "Info" ,
"gui.infoButton.title" : "Brings up the element info screen" ,
"gui.savesButton" : "Saves" ,
"gui.savesButton.title" : "Brings up the Save & Load menu" ,
"gui.modsButton" : "Mods" ,
"gui.modsButton.title" : "Brings up the Mod Manager" ,
"gui.settingsButton" : "Settings" ,
"gui.settingsButton.title" : "Brings up the settings screen" ,
"gui.changelogButton" : "Changelog" ,
"gui.feedbackButton" : "Feedback" ,
"gui.wikiButton" : "Wiki" ,
"gui.install-button" : "Install Offline" ,
"gui.copyrightLabel" : "All Rights Reserved" ,
"gui.stats.temp" : "Temp" ,
"gui.stats.elem" : "Elem" ,
"gui.stats.burning" : "Burning" ,
"gui.savesMenuTitle" : "Save & Load" ,
"gui.saves.title" : "Save & Load" ,
"gui.saves.unnamed" : "Unnamed" ,
"gui.saves.save" : "Save" ,
"gui.saves.load" : "Load" ,
"gui.saves.clear" : "Clear" ,
"gui.saveFile" : "Save to File" ,
"gui.loadFile" : "Load File" ,
"guitemplate.saves.slot" : "Slot $1" ,
"gui.savePromptTitle.slot" : "Save to Slot" ,
"gui.savePromptTitle.file" : "Save to File" ,
"gui.saveNameLabel" : "Name" ,
"gui.saveName" : "Save Name..." ,
"gui.saveInclude" : "Include" ,
"gui.saveTemp" : "Temperature" ,
"gui.saveColors" : "Colors" ,
"gui.saveSettings" : "Settings" ,
"gui.saveMods" : "Mods" ,
"gui.saveRaw" : "Raw Data" ,
"gui.saveAuthorLabel" : "By" ,
"gui.saveAuthor" : "Your Name..." ,
"gui.saveDescLabel" : "About" ,
"gui.saveDesc" : "Short Description..." ,
"gui.saveConfirm" : "Save" ,
"gui.modWarning" : "Mods might not be necessary to include, and may annoy the user!" ,
"guitemplate.saves.overwrite" : "This will overwrite the save in slot $1!" ,
"gui.settingsMenuTitle" : "Settings" ,
"gui.settingLabel-units" : "Units" ,
"gui.setting-units-m" : "Metric" ,
"gui.setting-units-i" : "Imperial" ,
"gui.setting-units-s" : "SI" ,
"gui.settingLabel-bg" : "Background" ,
"gui.settingLabel-unhide" : "Hiding" ,
"gui.setting-unhide-0" : "Hide Some Elements" ,
"gui.setting-unhide-1" : "Unhide All Elements" ,
"gui.setting-unhide-2" : "Unlock as Discovered" ,
"gui.settingLabel-view" : "Default View" ,
"gui.setting-view-0" : "Unset" ,
"gui.settingLabel-pixelsize" : "Canvas Size" ,
"gui.setting-pixelsize-12" : "Tiny" ,
"gui.setting-pixelsize-8" : "Small" ,
"gui.setting-pixelsize-6" : "Medium" ,
"gui.setting-pixelsize-6w" : "Wide" ,
"gui.setting-pixelsize-4" : "Large" ,
"gui.settingLabel-stain" : "Staining" ,
"gui.settingLabel-burn" : "Burning" ,
"gui.settingLabel-clouds" : "Clouds" ,
"gui.settingLabel-resetwarning" : "Reset Warning" ,
"gui.settingLabel-textures" : "Fancy Pixels" ,
"gui.settingLabel-precision" : "Precision Dot" ,
"gui.settingLabel-invertscroll" : "Invert Scroll" ,
"gui.settingLabel-limitless" : "Limitless" ,
"gui.settingLabel-cheerful" : "Cheerful Mode" ,
"gui.settingLabel-language" : "Language" ,
"gui.settingLabel-events" : "Random Events" ,
"gui.setting-events-0" : "Disabled" ,
"gui.setting-events-0.005" : "Rare (For casual play)" ,
"gui.setting-events-0.025" : "Common" ,
"gui.setting-events-0.05" : "Annoying" ,
"gui.setting-events-0.25" : "Overdrive (DANGEROUS)" ,
"gui.settingLabel-airtemp" : "Air Temp" ,
"gui.settingLabel-airdensity" : "Air Density" ,
"gui.settingLabel-abszero" : "Abs Zero" ,
"gui.resetDiscovered" : "Reset Discovered" ,
"gui.resetAll" : "Reset All" ,
"gui.clearMods" : "Clear Mods" ,
"gui.clearSaves" : "Clear Saves" ,
"gui.settingLabel-worldgen" : "World Gen" ,
"gui.setting-worldgen-off" : "Disabled" ,
"gui.settingLabel-imageelem" : "Image Elem" ,
"gui.settingLabel-imagesmooth" : "Smoothing" ,
"guitemplate.elementCount" : "$1 elements, with $2 hidden" ,
2024-01-30 14:58:58 -05:00
"land" : "" ,
"liquids" : "" ,
"life" : "" ,
"powders" : "" ,
"solids" : "" ,
"energy" : "" ,
"weapons" : "" ,
"gases" : "" ,
"food" : "" ,
"machines" : "" ,
"special" : "" ,
"other" : "" ,
2024-11-03 06:28:27 -05:00
"states" : "" ,
2024-01-30 14:58:58 -05:00
"heat" : "" ,
"cool" : "" ,
"erase" : "" ,
"drag" : "" ,
"pick" : "" ,
"mix" : "" ,
"lookup" : "" ,
"shock" : "" ,
"paint" : "" ,
"sand" : "" ,
"water" : "" ,
"salt_water" : "" ,
"sugar_water" : "" ,
"seltzer" : "" ,
"dirty_water" : "" ,
"pool_water" : "" ,
"dirt" : "" ,
"mud" : "" ,
"wet_sand" : "" ,
"rock" : "" ,
"rock_wall" : "" ,
"mudstone" : "" ,
"packed_sand" : "" ,
"plant" : "" ,
"dead_plant" : "" ,
"frozen_plant" : "" ,
"grass" : "" ,
"algae" : "" ,
"concrete" : "" ,
"wall" : "" ,
"fire" : "" ,
"bomb" : "" ,
"steam" : "" ,
"ice" : "" ,
"rime" : "" ,
"snow" : "" ,
"slush" : "" ,
"packed_snow" : "" ,
"wood" : "" ,
"smoke" : "" ,
"magma" : "" ,
"plasma" : "" ,
"cold_fire" : "" ,
"glass" : "" ,
"molten_glass" : "" ,
"molten_rad_glass" : "" ,
"rad_glass" : "" ,
"meat" : "" ,
"rotten_meat" : "" ,
2025-02-04 20:47:59 -05:00
"cured_meat" : "" ,
2024-01-30 14:58:58 -05:00
"cooked_meat" : "" ,
"frozen_meat" : "" ,
"salt" : "" ,
"molten_salt" : "" ,
"sugar" : "" ,
"flour" : "" ,
"wire" : "" ,
"battery" : "" ,
"cloner" : "" ,
"sensor" : "" ,
"heater" : "" ,
"cooler" : "" ,
"random" : "" ,
"image" : "" ,
"unpaint" : "" ,
"uncharge" : "" ,
"unburn" : "" ,
"smash" : "" ,
"filler" : "" ,
"lattice" : "" ,
"gravel" : "" ,
"slime" : "" ,
"cement" : "" ,
"dust" : "" ,
"void" : "" ,
"sun" : "" ,
"cell" : "" ,
"cancer" : "" ,
"dna" : "" ,
"plague" : "" ,
"worm" : "" ,
"frozen_worm" : "" ,
"flea" : "" ,
"termite" : "" ,
"ant" : "" ,
2025-02-04 20:47:59 -05:00
"spider" : "" ,
"web" : "" ,
2024-01-30 14:58:58 -05:00
"fly" : "" ,
"firefly" : "" ,
"bee" : "" ,
2025-02-04 20:47:59 -05:00
"hive" : "" ,
2024-01-30 14:58:58 -05:00
"stink_bug" : "" ,
"dead_bug" : "" ,
"human" : "" ,
"body" : "" ,
"head" : "" ,
"bird" : "" ,
"rat" : "" ,
"frog" : "" ,
"frozen_frog" : "" ,
"tadpole" : "" ,
"fish" : "" ,
"frozen_fish" : "" ,
"slug" : "" ,
"snail" : "" ,
"burner" : "" ,
"superheater" : "" ,
"freezer" : "" ,
"pipe" : "" ,
"pipe_wall" : "" ,
2024-05-18 04:05:00 -04:00
"mixer" : "" ,
"grinder" : "" ,
2025-02-04 20:47:59 -05:00
"fuse" : "" ,
2024-01-30 14:58:58 -05:00
"ewall" : "" ,
"torch" : "" ,
"spout" : "" ,
"udder" : "" ,
"bone_marrow" : "" ,
"bone" : "" ,
2025-02-04 20:47:59 -05:00
"ball" : "" ,
2024-01-30 14:58:58 -05:00
"balloon" : "" ,
"antipowder" : "" ,
"antimolten" : "" ,
"antifire" : "" ,
"antifluid" : "" ,
"antigas" : "" ,
"vertical" : "" ,
"horizontal" : "" ,
"ash" : "" ,
"molten_ash" : "" ,
"light" : "" ,
"liquid_light" : "" ,
"laser" : "" ,
"pointer" : "" ,
"charcoal" : "" ,
"tinder" : "" ,
"sawdust" : "" ,
"hail" : "" ,
"hydrogen" : "" ,
"oxygen" : "" ,
"nitrogen" : "" ,
"helium" : "" ,
"anesthesia" : "" ,
2025-02-04 20:47:59 -05:00
"carbon_dioxide" : "" ,
"bubble" : "" ,
2024-01-30 14:58:58 -05:00
"ammonia" : "" ,
"liquid_ammonia" : "" ,
"oil" : "" ,
"lamp_oil" : "" ,
"propane" : "" ,
2025-02-04 20:47:59 -05:00
"liquid_propane" : "" ,
2024-01-30 14:58:58 -05:00
"methane" : "" ,
"liquid_methane" : "" ,
"stained_glass" : "" ,
"molten_stained_glass" : "" ,
"art" : "" ,
"rainbow" : "" ,
"static" : "" ,
"border" : "" ,
"clay" : "" ,
"clay_soil" : "" ,
"brick" : "" ,
"ruins" : "" ,
"porcelain" : "" ,
"sapling" : "" ,
"pinecone" : "" ,
"evergreen" : "" ,
"cactus" : "" ,
2024-05-18 04:05:00 -04:00
"kelp" : "" ,
2024-01-30 14:58:58 -05:00
"seeds" : "" ,
"grass_seed" : "" ,
"wheat_seed" : "" ,
"straw" : "" ,
"paper" : "" ,
"pollen" : "" ,
"flower_seed" : "" ,
"pistil" : "" ,
"petal" : "" ,
"tree_branch" : "" ,
"vine" : "" ,
"bamboo_plant" : "" ,
"foam" : "" ,
"acid" : "" ,
"neutral_acid" : "" ,
"acid_gas" : "" ,
"glue" : "" ,
"soda" : "" ,
"gray_goo" : "" ,
"malware" : "" ,
"ecloner" : "" ,
"slow_cloner" : "" ,
"clone_powder" : "" ,
"floating_cloner" : "" ,
"virus" : "" ,
"ice_nine" : "" ,
"strange_matter" : "" ,
"permafrost" : "" ,
"melted_butter" : "" ,
"melted_cheese" : "" ,
"mushroom_spore" : "" ,
"mushroom_stalk" : "" ,
"mushroom_gill" : "" ,
"mushroom_cap" : "" ,
"hyphae" : "" ,
"mycelium" : "" ,
"mulch" : "" ,
"ant_wall" : "" ,
"lichen" : "" ,
"antimatter" : "" ,
"plastic" : "" ,
"molten_plastic" : "" ,
2024-05-18 04:05:00 -04:00
"cloth" : "" ,
2024-01-30 14:58:58 -05:00
"cellulose" : "" ,
"wax" : "" ,
"melted_wax" : "" ,
"incense" : "" ,
"dioxin" : "" ,
"insulation" : "" ,
"sponge" : "" ,
"bamboo" : "" ,
"iron" : "" ,
"copper" : "" ,
"gold" : "" ,
"steel" : "" ,
2025-02-04 20:47:59 -05:00
"galvanized_steel" : "" ,
2024-01-30 14:58:58 -05:00
"zinc" : "" ,
"silver" : "" ,
"tin" : "" ,
"lead" : "" ,
2025-02-04 20:47:59 -05:00
"nickel" : "" ,
2024-01-30 14:58:58 -05:00
"aluminum" : "" ,
"tungsten" : "" ,
"molten_tungsten" : "" ,
"brass" : "" ,
"bronze" : "" ,
"sterling" : "" ,
"gallium" : "" ,
"molten_gallium" : "" ,
"gallium_gas" : "" ,
"rose_gold" : "" ,
"purple_gold" : "" ,
"blue_gold" : "" ,
"electrum" : "" ,
"pyrite" : "" ,
"solder" : "" ,
2025-02-04 20:47:59 -05:00
"amber" : "" ,
2024-01-30 14:58:58 -05:00
"molten_copper" : "" ,
2025-02-04 20:47:59 -05:00
"molten_copper_sulfate" : "" ,
2024-01-30 14:58:58 -05:00
"molten_gold" : "" ,
"molten_silver" : "" ,
"molten_iron" : "" ,
"molten_nickel" : "" ,
"molten_tin" : "" ,
"molten_lead" : "" ,
"molten_solder" : "" ,
"juice" : "" ,
"juice_ice" : "" ,
"broth" : "" ,
"milk" : "" ,
"chocolate_milk" : "" ,
"fruit_milk" : "" ,
"pilk" : "" ,
"eggnog" : "" ,
"egg" : "" ,
"yolk" : "" ,
"hard_yolk" : "" ,
2025-02-04 20:47:59 -05:00
"cream" : "" ,
2024-01-30 14:58:58 -05:00
"nut_milk" : "" ,
"dough" : "" ,
"batter" : "" ,
"homunculus" : "" ,
"butter" : "" ,
"cheese" : "" ,
"rotten_cheese" : "" ,
2025-02-04 20:47:59 -05:00
"cheese_powder" : "" ,
2024-01-30 14:58:58 -05:00
"chocolate" : "" ,
2025-02-04 20:47:59 -05:00
"chocolate_powder" : "" ,
2024-01-30 14:58:58 -05:00
"grape" : "" ,
"vinegar" : "" ,
"herb" : "" ,
"lettuce" : "" ,
"pickle" : "" ,
"tomato" : "" ,
"sauce" : "" ,
"pumpkin" : "" ,
"pumpkin_seed" : "" ,
"corn" : "" ,
"popcorn" : "" ,
"corn_seed" : "" ,
"potato" : "" ,
"baked_potato" : "" ,
"mashed_potato" : "" ,
"potato_seed" : "" ,
"root" : "" ,
"fiber" : "" ,
"yeast" : "" ,
"bread" : "" ,
"toast" : "" ,
"gingerbread" : "" ,
"crumb" : "" ,
"baked_batter" : "" ,
"wheat" : "" ,
2025-02-04 20:47:59 -05:00
"rice" : "" ,
2024-01-30 14:58:58 -05:00
"candy" : "" ,
"coffee_bean" : "" ,
"coffee_ground" : "" ,
"nut" : "" ,
2025-02-04 20:47:59 -05:00
"nut_oil" : "" ,
2024-01-30 14:58:58 -05:00
"nut_meat" : "" ,
"nut_butter" : "" ,
"jelly" : "" ,
"baking_soda" : "" ,
"yogurt" : "" ,
"frozen_yogurt" : "" ,
"ice_cream" : "" ,
"beans" : "" ,
"dry_ice" : "" ,
"nitrogen_ice" : "" ,
"particleboard" : "" ,
"skin" : "" ,
"hair" : "" ,
"alcohol" : "" ,
"alcohol_gas" : "" ,
"basalt" : "" ,
"tuff" : "" ,
"molten_tuff" : "" ,
"soap" : "" ,
"bleach" : "" ,
"chlorine" : "" ,
"liquid_chlorine" : "" ,
"dye" : "" ,
"ink" : "" ,
"mercury" : "" ,
"mercury_gas" : "" ,
"solid_mercury" : "" ,
"blood" : "" ,
"vaccine" : "" ,
"antibody" : "" ,
"infection" : "" ,
"poison" : "" ,
"poison_gas" : "" ,
"poison_ice" : "" ,
"antidote" : "" ,
"tea" : "" ,
"coffee" : "" ,
"honey" : "" ,
"sap" : "" ,
"caramel" : "" ,
"molasses" : "" ,
"ketchup" : "" ,
"mayo" : "" ,
2025-02-04 20:47:59 -05:00
"grease" : "" ,
"fat" : "" ,
2024-01-30 14:58:58 -05:00
"melted_chocolate" : "" ,
"liquid_hydrogen" : "" ,
"liquid_oxygen" : "" ,
"liquid_nitrogen" : "" ,
"liquid_helium" : "" ,
"sodium" : "" ,
"molten_sodium" : "" ,
"sodium_gas" : "" ,
"calcium" : "" ,
"molten_calcium" : "" ,
"limestone" : "" ,
"quicklime" : "" ,
"slaked_lime" : "" ,
2025-02-04 20:47:59 -05:00
"potassium" : "" ,
"molten_potassium" : "" ,
"potassium_gas" : "" ,
"magnesium" : "" ,
"molten_magnesium" : "" ,
2024-01-30 14:58:58 -05:00
"thermite" : "" ,
"molten_thermite" : "" ,
"slag" : "" ,
"amalgam" : "" ,
"molten_aluminum" : "" ,
"molten_zinc" : "" ,
"neon" : "" ,
"liquid_neon" : "" ,
"smog" : "" ,
"stench" : "" ,
"liquid_stench" : "" ,
"fragrance" : "" ,
"perfume" : "" ,
"cyanide" : "" ,
"cyanide_gas" : "" ,
"ozone" : "" ,
2025-02-04 20:47:59 -05:00
"liquid_ozone" : "" ,
2024-01-30 14:58:58 -05:00
"cloud" : "" ,
"rain_cloud" : "" ,
"snow_cloud" : "" ,
"hail_cloud" : "" ,
"thunder_cloud" : "" ,
"acid_cloud" : "" ,
2025-02-04 20:47:59 -05:00
"sandstorm" : "" ,
2024-01-30 14:58:58 -05:00
"pyrocumulus" : "" ,
"fire_cloud" : "" ,
2025-02-04 20:47:59 -05:00
"rad_cloud" : "" ,
"rad_steam" : "" ,
2024-01-30 14:58:58 -05:00
"color_smoke" : "" ,
"spray_paint" : "" ,
"led_r" : "" ,
"led_g" : "" ,
"led_b" : "" ,
2025-02-04 20:47:59 -05:00
"light_bulb" : "" ,
2024-01-30 14:58:58 -05:00
"sulfur" : "" ,
"molten_sulfur" : "" ,
"sulfur_gas" : "" ,
"copper_sulfate" : "" ,
"snake" : "" ,
"loopy" : "" ,
"warp" : "" ,
2025-02-04 20:47:59 -05:00
"midas_touch" : "" ,
2024-01-30 14:58:58 -05:00
"radiation" : "" ,
"fallout" : "" ,
"neutron" : "" ,
"proton" : "" ,
"electric" : "" ,
"uranium" : "" ,
"molten_uranium" : "" ,
"diamond" : "" ,
"gold_coin" : "" ,
"rust" : "" ,
"oxidized_copper" : "" ,
"alga" : "" ,
"metal_scrap" : "" ,
"glass_shard" : "" ,
"rad_shard" : "" ,
"brick_rubble" : "" ,
"baked_clay" : "" ,
"clay_shard" : "" ,
"porcelain_shard" : "" ,
"feather" : "" ,
"confetti" : "" ,
"glitter" : "" ,
"bead" : "" ,
"color_sand" : "" ,
"borax" : "" ,
"epsom_salt" : "" ,
"potassium_salt" : "" ,
2025-02-04 20:47:59 -05:00
"caustic_potash" : "" ,
2024-01-30 14:58:58 -05:00
"sodium_acetate" : "" ,
"lightning" : "" ,
"bless" : "" ,
"god_ray" : "" ,
"heat_ray" : "" ,
2024-05-18 04:05:00 -04:00
"freeze_ray" : "" ,
"pop" : "" ,
2024-01-30 14:58:58 -05:00
"explosion" : "" ,
"n_explosion" : "" ,
"supernova" : "" ,
"cook" : "" ,
"incinerate" : "" ,
"room_temp" : "" ,
"positron" : "" ,
"tnt" : "" ,
"c4" : "" ,
"grenade" : "" ,
"dynamite" : "" ,
"gunpowder" : "" ,
"ember" : "" ,
"firework" : "" ,
"fw_ember" : "" ,
"nuke" : "" ,
"h_bomb" : "" ,
"dirty_bomb" : "" ,
"emp_bomb" : "" ,
"nitro" : "" ,
"greek_fire" : "" ,
"fireball" : "" ,
"rocket" : "" ,
2025-02-04 20:47:59 -05:00
"antibomb" : "" ,
2024-01-30 14:58:58 -05:00
"cold_bomb" : "" ,
"hot_bomb" : "" ,
"antimatter_bomb" : "" ,
"party_popper" : "" ,
"flashbang" : "" ,
"flash" : "" ,
"smoke_grenade" : "" ,
"landmine" : "" ,
2025-02-04 20:47:59 -05:00
"tornado" : "" ,
"earthquake" : "" ,
"tsunami" : "" ,
"blaster" : "" ,
2024-01-30 14:58:58 -05:00
"armageddon" : "" ,
"tesla_coil" : "" ,
"shocker" : "" ,
"pressure_plate" : "" ,
"primordial_soup" : "" ,
"molten_slag" : "" ,
"molten_dirt" : "" ,
"debug" : "" ,
"prop" : "" ,
"salt_ice" : "" ,
"sugar_ice" : "" ,
"seltzer_ice" : "" ,
"dirty_ice" : "" ,
"pool_ice" : "" ,
"blood_ice" : "" ,
"antibody_ice" : "" ,
"infection_ice" : "" ,
"unknown" : "" ,
"slime_ice" : "" ,
"antiice" : "" ,
"ammonia_ice" : "" ,
2025-02-04 20:47:59 -05:00
"propane_ice" : "" ,
2024-01-30 14:58:58 -05:00
"methane_ice" : "" ,
"molten_brick" : "" ,
"acid_ice" : "" ,
"soda_ice" : "" ,
"molten_steel" : "" ,
2025-02-04 20:47:59 -05:00
"molten_galvanized_steel" : "" ,
2024-01-30 14:58:58 -05:00
"molten_brass" : "" ,
"molten_bronze" : "" ,
"molten_sterling" : "" ,
"molten_rose_gold" : "" ,
"molten_purple_gold" : "" ,
"molten_blue_gold" : "" ,
"molten_electrum" : "" ,
"molten_pyrite" : "" ,
"broth_ice" : "" ,
"frozen_vinegar" : "" ,
"sauce_ice" : "" ,
"alcohol_ice" : "" ,
"bleach_ice" : "" ,
"chlorine_ice" : "" ,
"frozen_ink" : "" ,
"tea_ice" : "" ,
"coffee_ice" : "" ,
"hydrogen_ice" : "" ,
"oxygen_ice" : "" ,
"molten_amalgam" : "" ,
"neon_ice" : "" ,
"cyanide_ice" : "" ,
"molten_alga" : "" ,
"molten_metal_scrap" : "" ,
"molten_borax" : "" ,
"molten_epsom_salt" : "" ,
"molten_potassium_salt" : "" ,
2024-11-03 06:28:27 -05:00
"molten_caustic_potash" : "" ,
2025-02-04 20:47:59 -05:00
"molten_sodium_acetate" : "" ,
"frozen_nitro" : ""
}