fixed box texture

This commit is contained in:
2022-11-21 21:52:32 +01:00
parent d26967e210
commit 4108efcc72
45 changed files with 8 additions and 7834 deletions

View File

@@ -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