forked from VoxeLibre/VoxeLibre
Fixed warped wart using stripped stem side texture
This commit is contained in:
parent
64d6fdaec5
commit
fedae4fdd0
|
@ -302,7 +302,7 @@ mcl_flowerpots.register_potted_flower("mcl_crimson:warped_roots", {
|
|||
|
||||
minetest.register_node("mcl_crimson:warped_wart_block", {
|
||||
description = S("Warped Wart Block"),
|
||||
tiles = {"mcl_crimson_warped_stem_stripped_side.png"},
|
||||
tiles = {"mcl_crimson_warped_wart_block.png"},
|
||||
groups = {handy = 1, hoey = 7, swordy = 1, deco_block = 1, compostability = 85},
|
||||
_mcl_hardness = 1,
|
||||
sounds = mcl_sounds.node_sound_leaves_defaults({
|
||||
|
|
Loading…
Reference in New Issue