Payphobes 'n' shit

This commit is contained in:
MCLx86
2021-12-21 19:55:39 -05:00
parent 18500d4f67
commit 427f31b70b
10 changed files with 42 additions and 9 deletions

View File

@@ -3,12 +3,12 @@ coconut = {}
minetest.register_node("coconut:nut", {
tiles =
{
"main_cobble.png",
"main_cobble.png",
"main_cobble.png",
"main_cobble.png",
"main_cobble.png",
"main_cobble.png"
"coconut_nut.png",
"coconut_nut.png",
"coconut_nut_side.png",
"coconut_nut_side.png",
"coconut_nut_side.png",
"coconut_nut_side.png"
},
drawtype = "nodebox",
paramtype = "light",
@@ -19,7 +19,8 @@ minetest.register_node("coconut:nut", {
{
{-0.25, -0.5, -0.25, 0.25, 0, 0.25},
}
}
},
groups = {falling_node = 1, cracky = 2}
})
function coconut.init()

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B