From 1d3414e75df48d2d493799d11950c57e193d3f89 Mon Sep 17 00:00:00 2001 From: random-geek <35757396+random-geek@users.noreply.github.com> Date: Sun, 27 Sep 2020 17:01:19 -0700 Subject: [PATCH] Fix MCL2 wool name --- morelights/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morelights/init.lua b/morelights/init.lua index 21d6a6e..01c8f2b 100644 --- a/morelights/init.lua +++ b/morelights/init.lua @@ -104,7 +104,7 @@ if morelights.game == "mineclone2" then a.crystal_fragment = "mcl_nether:quartz" a.dye_dark = "mcl_dye:dark_grey" a.dye_light = "mcl_dye:white" - a.wool_dark = "mcl_wool:dark_grey" + a.wool_dark = "mcl_wool:grey" a.wool_light = "mcl_wool:white" a.wood_dark = "mcl_core:sprucewood" a.stone_block = "mcl_core:stone_smooth"