forked from mtcontrib/homedecor_modpack
Fix little omission (jpn wall top)
This commit is contained in:
parent
361b742c56
commit
b34857b263
|
@ -583,6 +583,7 @@ minetest.register_node("homedecor:japanese_wall_top", {
|
||||||
groups = {snappy=3},
|
groups = {snappy=3},
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
fixed = {
|
||||||
{-0.5, -0.5, 0.03125, 0.5, 0.5, 0.03125}, -- NodeBox1
|
{-0.5, -0.5, 0.03125, 0.5, 0.5, 0.03125}, -- NodeBox1
|
||||||
{-0.5, -0.5, 0, -0.469, 0.5, 0.0625}, -- NodeBox2
|
{-0.5, -0.5, 0, -0.469, 0.5, 0.0625}, -- NodeBox2
|
||||||
{0.469, -0.5, 0, 0.5, 0.5, 0.0625}, -- NodeBox3
|
{0.469, -0.5, 0, 0.5, 0.5, 0.0625}, -- NodeBox3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user