reduce shapeless crafts

This commit is contained in:
tenplus1
2021-04-13 21:13:35 +01:00
parent cd2b2609a2
commit 80e72a4edc
3 changed files with 15 additions and 15 deletions

View File

@ -172,9 +172,9 @@ minetest.register_craft({
minetest.register_craft({
output = "mobs:leather",
type = "shapeless",
-- type = "shapeless",
recipe = {
"mobs:rabbit_hide", "mobs:rabbit_hide",
"mobs:rabbit_hide", "mobs:rabbit_hide"
{"mobs:rabbit_hide", "mobs:rabbit_hide"},
{"mobs:rabbit_hide", "mobs:rabbit_hide"}
}
})