mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-13 11:30:19 +02:00
bug fix
This commit is contained in:
@ -25,11 +25,13 @@ homedecor.register("openframe_bookshelf", {
|
|||||||
selection_box = ob_cbox,
|
selection_box = ob_cbox,
|
||||||
collision_box = ob_cbox,
|
collision_box = ob_cbox,
|
||||||
crafts = {
|
crafts = {
|
||||||
recipe = {
|
{
|
||||||
{"group:wood", "", "group:wood"},
|
recipe = {
|
||||||
{"book", "book", "book"},
|
{"group:wood", "", "group:wood"},
|
||||||
{"group:wood", "", "group:wood"},
|
{"book", "book", "book"},
|
||||||
},
|
{"group:wood", "", "group:wood"},
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user