mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +01:00
Updated food mod
This commit is contained in:
parent
09ca7fb48a
commit
e23de39212
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Wheat = Blé
|
Wheat = Blé
|
||||||
Flour = Farine
|
Flour = Farine
|
||||||
Potato = Patate
|
Potato = Pomme de terre
|
||||||
Tomato = Tomate
|
Tomato = Tomate
|
||||||
Carrot = Carotte
|
Carrot = Carotte
|
||||||
Orange = Orange
|
Orange = Orange
|
||||||
@ -19,7 +19,7 @@ Pasta = Pâtes
|
|||||||
Bowl = Bol
|
Bowl = Bol
|
||||||
Butter = Beurre
|
Butter = Beurre
|
||||||
Cheese = Fromage
|
Cheese = Fromage
|
||||||
Baked Potato = Patate cuite
|
Baked Potato = Pomme de terre cuite
|
||||||
Pasta Bake = Plat de pâtes
|
Pasta Bake = Plat de pâtes
|
||||||
Raw Pasta Bake = Plat de pâtes crues
|
Raw Pasta Bake = Plat de pâtes crues
|
||||||
chicken Soup = Soupe de poulet
|
chicken Soup = Soupe de poulet
|
||||||
|
@ -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