mirror of
https://github.com/random-geek/morelights.git
synced 2024-12-04 04:53:48 +01:00
Fix MCL2 wool name
This commit is contained in:
parent
a9efadff1c
commit
1d3414e75d
@ -104,7 +104,7 @@ if morelights.game == "mineclone2" then
|
|||||||
a.crystal_fragment = "mcl_nether:quartz"
|
a.crystal_fragment = "mcl_nether:quartz"
|
||||||
a.dye_dark = "mcl_dye:dark_grey"
|
a.dye_dark = "mcl_dye:dark_grey"
|
||||||
a.dye_light = "mcl_dye:white"
|
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.wool_light = "mcl_wool:white"
|
||||||
a.wood_dark = "mcl_core:sprucewood"
|
a.wood_dark = "mcl_core:sprucewood"
|
||||||
a.stone_block = "mcl_core:stone_smooth"
|
a.stone_block = "mcl_core:stone_smooth"
|
||||||
|
Loading…
Reference in New Issue
Block a user