mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
also redefine moreblocks' empty bookshelf in a similar manner
This commit is contained in:
parent
3db939fca2
commit
2e4dce266f
@ -1 +1,3 @@
|
|||||||
default
|
default
|
||||||
|
moreblocks?
|
||||||
|
|
||||||
|
@ -55,3 +55,28 @@ minetest.override_item("default:bookshelf", {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.override_item("moreblocks:empty_bookshelf", {
|
||||||
|
drawtype = "nodebox",
|
||||||
|
tiles = {
|
||||||
|
"3dbookshelf_top.png",
|
||||||
|
"3dbookshelf_bottom.png",
|
||||||
|
"3dbookshelf_sides.png",
|
||||||
|
"3dbookshelf_sides.png",
|
||||||
|
"3dbookshelf_fb_empty.png",
|
||||||
|
"3dbookshelf_fb_empty.png"
|
||||||
|
},
|
||||||
|
paramtype = "light",
|
||||||
|
paramtype2 = "facedir",
|
||||||
|
node_box = {
|
||||||
|
type = "fixed",
|
||||||
|
fixed = {
|
||||||
|
{-0.5, -0.5, -0.1875, 0.5, 0.5, 0.1875}, -- NodeBox1
|
||||||
|
{-0.5, -0.5, -0.5, -0.4375, 0.5, 0.5}, -- NodeBox2
|
||||||
|
{0.4375, -0.5, -0.5, 0.5, 0.5, 0.5}, -- NodeBox3
|
||||||
|
{-0.5, 0.4375, -0.5, 0.5, 0.5, 0.5}, -- NodeBox4
|
||||||
|
{-0.5, -0.5, -0.5, 0.5, -0.4375, 0.5}, -- NodeBox5
|
||||||
|
{-0.5, -0.0625, -0.5, 0.5, 0.0625, 0.5}, -- NodeBox6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
BIN
homedecor_3d_extras/textures/3dbookshelf_fb_empty.png
Normal file
BIN
homedecor_3d_extras/textures/3dbookshelf_fb_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 430 B |
Loading…
Reference in New Issue
Block a user