mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-21 17:10:25 +02:00
Updated food mod
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user