fork update #10

Merged
chmodsayshello merged 220 commits from VoxeLibre/VoxeLibre:master into master 2023-06-04 12:44:03 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2bd36b5d66 - Show all commits

View File

@ -130,9 +130,9 @@ end
minetest.register_craft({
output = "mcl_lectern:lectern",
recipe = {
{"group:slab", "group:slab", "group:slab"},
{"group:wood_slab", "group:wood_slab", "group:wood_slab"},
{"", "mcl_books:bookshelf", ""},
{"", "group:slab", ""},
{"", "group:wood_slab", ""},
}
})