1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-27 09:20:17 +02:00

add hd misc

This commit is contained in:
unknown
2022-04-28 22:34:25 -04:00
parent 7c5b516d06
commit c546acb9ed
3 changed files with 149 additions and 105 deletions

View File

@ -24,6 +24,13 @@ homedecor.register("openframe_bookshelf", {
paramtype2 = "facedir",
selection_box = ob_cbox,
collision_box = ob_cbox,
crafts = {
recipe = {
{"group:wood", "", "group:wood"},
{"book", "book", "book"},
{"group:wood", "", "group:wood"},
},
}
})
homedecor.register("wall_shelf", {