Skip to content

Commit

Permalink
change rabbit hide to pelt group instead of leather
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Jan 18, 2021
1 parent 7de71d8 commit c22c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bunny.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c22c556

Please sign in to comment.