Shit, wrong nodebox
This commit is contained in:
parent
64669887c2
commit
697073feaa
@ -12,10 +12,7 @@ minetest.register_node("poop:box", {
|
|||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.25, -0.5, -0.3125, 0.25, -0.3125, 0.3125}, -- NodeBox6
|
{-0.3125, -0.5, -0.375, 0.3125, -0.0625, 0.375}, -- NodeBox1
|
||||||
{-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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user