This commit is contained in:
unknown 2022-04-28 22:35:55 -04:00
parent c546acb9ed
commit 6867564f44
1 changed files with 7 additions and 5 deletions

View File

@ -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"},
},
}
} }
}) })