forked from nalc/homedecor_modpack
fix a few missing parameters on openframe bookshelf
This commit is contained in:
parent
78045a752f
commit
9ffe942e61
|
@ -125,8 +125,11 @@ end
|
|||
|
||||
minetest.register_node(":homedecor:openframe_bookshelf", {
|
||||
description = "Bookshelf (open-frame)",
|
||||
drawtype = "mesh",
|
||||
mesh = "homedecor_openframe_bookshelf.obj",
|
||||
tiles = { "homedecor_openframe_bookshelf.png" },
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
is_ground_content = false,
|
||||
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user