change rabbit hide to pelt group instead of leather

This commit is contained in:
tenplus1 2021-01-18 11:00:54 +00:00
parent 7de71d8724
commit c22c556b5f
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ minetest.register_craft({
minetest.register_craftitem(":mobs:rabbit_hide", {
description = S("Rabbit Hide"),
inventory_image = "mobs_rabbit_hide.png",
groups = {flammable = 2, leather = 1},
groups = {flammable = 2, pelt = 1},
})
minetest.register_craft({