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