fixed box texture
This commit is contained in:
@@ -81,7 +81,14 @@ function pakuj_guwno()
|
||||
end
|
||||
minetest.register_node("poop:box", {
|
||||
description = "cardboard box",
|
||||
tiles = {"box_top_closed.png","box_top_closed.png", "box_long_side.png", "box_long_side.png", "box_long_side.png", "box_long_side.png"},
|
||||
tiles = {
|
||||
"box_top_closed.png",
|
||||
"box_top_closed.png",
|
||||
"box_long_side.png",
|
||||
"box_long_side.png",
|
||||
"box_short_side.png",
|
||||
"box_short_side.png"
|
||||
},
|
||||
|
||||
drop = 'poop:box',
|
||||
legacy_mineral = true,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 802 B After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 5.6 KiB |
Reference in New Issue
Block a user