From af40aee002c7f94e2ce40d03b143b7fbd72a8896 Mon Sep 17 00:00:00 2001 From: Placuch12 <77850293+Placuch12@users.noreply.github.com> Date: Sun, 5 Feb 2023 15:31:39 +0100 Subject: [PATCH] Did an oopsie with the color forgot to add "#" --- mods/placuchtestthing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/placuchtestthing.js b/mods/placuchtestthing.js index 94b88b6f..8009bb6d 100644 --- a/mods/placuchtestthing.js +++ b/mods/placuchtestthing.js @@ -8,7 +8,7 @@ elements.testdust = { }; elements.testliquid = { - color: "EEAA33", + color: "#EEAA33", behavior: behaviors.LIQUID, category: "liquids", viscosity: 100000,