Skip to content

Commit

Permalink
Fix MCL2 wool name
Browse files Browse the repository at this point in the history
  • Loading branch information
random-geek committed Sep 28, 2020
1 parent a9efadf commit 1d3414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morelights/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d3414e

Please sign in to comment.