forked from mtcontrib/food
Add support of milk & eggs from Mobs Redo
Add the support of mobs:egg and mobs:bucket_milk from the mod Mobs Redo : https://forum.minetest.net/viewtopic.php?f=11&t=9917
This commit is contained in:
parent
80990e12e1
commit
beea247565
|
@ -35,12 +35,14 @@ food.support("carrot", {
|
|||
food.support("milk", {
|
||||
"animalmaterials:milk",
|
||||
"my_mobs:milk_glass_cup",
|
||||
"jkanimals:bucket_milk"
|
||||
"jkanimals:bucket_milk",
|
||||
"mobs:bucket_milk"
|
||||
})
|
||||
food.support("egg", {
|
||||
"animalmaterials:egg",
|
||||
"animalmaterials:egg_big",
|
||||
"jkanimals:egg"
|
||||
"jkanimals:egg",
|
||||
"mobs:egg"
|
||||
})
|
||||
food.support("meat", {
|
||||
"mobs:meat",
|
||||
|
|
Loading…
Reference in New Issue
Block a user