Shit, wrong nodebox

This commit is contained in:
Functioning Member of Society 2022-11-20 21:39:36 +00:00
parent 64669887c2
commit 697073feaa

View File

@ -12,10 +12,7 @@ minetest.register_node("poop:box", {
node_box = {
type = "fixed",
fixed = {
{-0.25, -0.5, -0.3125, 0.25, -0.3125, 0.3125}, -- NodeBox6
{-0.3125, -0.3125, -0.375, 0.3125, -0.1875, 0.4375}, -- NodeBox7
{-0.3125, -0.1875, -0.4375, 0.3125, 0, 0.5}, -- NodeBox8
{-0.25, 0, 0.1875, 0.25, 0.5, 0.5}, -- NodeBox9
{-0.3125, -0.5, -0.375, 0.3125, -0.0625, 0.375}, -- NodeBox1
}
}
})