mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-07-24 19:10:22 +02:00
add compatibility groups to mob items
This commit is contained in:
@ -302,7 +302,7 @@ minetest.register_craft({
|
||||
minetest.register_craftitem(":mobs:chicken_feather", {
|
||||
description = S("Feather"),
|
||||
inventory_image = "mobs_chicken_feather.png",
|
||||
groups = {flammable = 2},
|
||||
groups = {flammable = 2, feather = 1},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
Reference in New Issue
Block a user