forked from mtcontrib/food
Merge pull request #21 from Banasura/patch-1
Add support of milk & eggs from Mobs Redo
This commit is contained in:
commit
24d05b7aed
|
@ -35,12 +35,14 @@ food.support("carrot", {
|
||||||
food.support("milk", {
|
food.support("milk", {
|
||||||
"animalmaterials:milk",
|
"animalmaterials:milk",
|
||||||
"my_mobs:milk_glass_cup",
|
"my_mobs:milk_glass_cup",
|
||||||
"jkanimals:bucket_milk"
|
"jkanimals:bucket_milk",
|
||||||
|
"mobs:bucket_milk"
|
||||||
})
|
})
|
||||||
food.support("egg", {
|
food.support("egg", {
|
||||||
"animalmaterials:egg",
|
"animalmaterials:egg",
|
||||||
"animalmaterials:egg_big",
|
"animalmaterials:egg_big",
|
||||||
"jkanimals:egg"
|
"jkanimals:egg",
|
||||||
|
"mobs:egg"
|
||||||
})
|
})
|
||||||
food.support("meat", {
|
food.support("meat", {
|
||||||
"mobs:meat",
|
"mobs:meat",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user