From c10eb8fbb41bd6f8957f4b82be5db1746f999eb9 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:41:49 -0500 Subject: [PATCH] Added ketchup, melted cheese, mayo, mayonnaise, fry sauce, chocolate syrup, mustard, and honey to condiments. --- mods/Neutronium_Mod.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 4342dcf3..b2a476f8 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -37,3 +37,4 @@ elements.Neutronium = { state: "gas", density: 100000000000000000, }; +eLists.CONDIMENT = ["ketchup","melted_cheese","mayo","mayonnaise","fry_sauce","chocolate_syrup","mustard","honey"];