From a4cc10f7f6fc1c4b2de55863dddc7cbeebc735d8 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Wed, 2 Nov 2022 16:24:07 -0400 Subject: [PATCH] readd default value so the mod doesn't shit itself and die --- mods/prop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/prop.js b/mods/prop.js index 6ce96af2..63f02d4f 100644 --- a/mods/prop.js +++ b/mods/prop.js @@ -1,3 +1,4 @@ +propProperty = "element"; propValue = "sand"; propType = "string"; numberAdjusterProperty = "temp";