From d9c4053bd429cb5db7cc3aa2b39a8e84f408f553 Mon Sep 17 00:00:00 2001 From: epsolon eridani <110356853+Its-Epsilon-Eridani@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:24:44 -0600 Subject: [PATCH] Update testmod.js --- mods/testmod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/testmod.js b/mods/testmod.js index 7689a183..8f7843b4 100644 --- a/mods/testmod.js +++ b/mods/testmod.js @@ -2,6 +2,6 @@ elements.HelloWorld = { color: "#100D5E", behavior: behaviors.WALL, category: "land", - state: "solid" + state: "solid", density: 720, };