Shit, wrong nodebox
This commit is contained in:
parent
64669887c2
commit
697073feaa
@ -8,16 +8,13 @@ minetest.register_node("poop:box", {
|
||||
drop = 'poop:box',
|
||||
legacy_mineral = true,
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
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
|
||||
}
|
||||
}
|
||||
paramtype = "light",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
fixed = {
|
||||
{-0.3125, -0.5, -0.375, 0.3125, -0.0625, 0.375}, -- NodeBox1
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_node("poop:floor", {
|
||||
|
Loading…
Reference in New Issue
Block a user