forked from Sollace/Unicopia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust food balancing and create separate categories for fruit and ba…
…ked goods, fix desserts and candy showing as fruits and vegetables in tooltips fix farmers delight dessert items not being part of the dessert category Sollace#293
- Loading branch information
Showing
20 changed files
with
169 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/unicopia/diets/food_effects/baked_goods.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tags": [ "unicopia:food_types/baked_goods" ], | ||
"food_component": { | ||
"hunger": 1, | ||
"saturation": 1 | ||
}, | ||
"ailment": { | ||
"effects": [ | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/unicopia/diets/food_effects/candy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tags": [ "unicopia:food_types/candy" ], | ||
"food_component": { | ||
"hunger": 1, | ||
"saturation": 1 | ||
}, | ||
"ailment": { | ||
"effects": [ | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/unicopia/diets/food_effects/desserts.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tags": [ "unicopia:food_types/desserts" ], | ||
"food_component": { | ||
"hunger": 1, | ||
"saturation": 1 | ||
}, | ||
"ailment": { | ||
"effects": [ | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/unicopia/diets/food_effects/fruit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"tags": [ "unicopia:food_types/fruit" ], | ||
"food_component": { | ||
"hunger": 1, | ||
"saturation": 1 | ||
}, | ||
"ailment": { | ||
"effects": [ | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"default_multiplier": 0.5, | ||
"default_multiplier": 0.6, | ||
"foraging_multiplier": 0.9, | ||
"multipliers": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"default_multiplier": 0.5, | ||
"default_multiplier": 0.4, | ||
"foraging_multiplier": 0.7, | ||
"multipliers": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
src/main/resources/data/unicopia/tags/items/food_types/baked_goods.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:bread", | ||
"minecraft:cookie", | ||
"unicopia:muffin", | ||
"#c:grain", | ||
"unicopia:cooked_zap_apple", | ||
"minecraft:pumpkin_pie", | ||
"#unicopia:pies", | ||
"unicopia:apple_pie_slice", | ||
"unicopia:toast", | ||
"unicopia:burned_toast", | ||
"unicopia:jam_toast", | ||
"unicopia:imported_oats", | ||
"unicopia:oatmeal", | ||
"unicopia:hay_fries", | ||
"unicopia:crispy_hay_fries", | ||
"unicopia:horse_shoe_fries", | ||
{ "id": "farmersdelight:wheat_dough", "required": false }, | ||
{ "id": "farmersdelight:raw_pasta", "required": false }, | ||
{ "id": "farmersdelight:pie_crust", "required": false }, | ||
{ "id": "farmersdelight:sweet_berry_cookie", "required": false }, | ||
{ "id": "farmersdelight:honey_cookie", "required": false }, | ||
{ "id": "farmersdelight:egg_sandwich", "required": false } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/main/resources/data/unicopia/tags/items/food_types/fruit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"#c:fruits", | ||
"unicopia:zap_apple", | ||
"unicopia:zap_bulb", | ||
"unicopia:rotten_apple", | ||
"minecraft:melon_slice", | ||
"minecraft:sweet_berries", | ||
"minecraft:glow_berries", | ||
"minecraft:chorus_fruit", | ||
"unicopia:juice", | ||
{ "id": "farmersdelight:pumpkin_slice", "required": false }, | ||
{ "id": "farmersdelight:tomato", "required": false }, | ||
{ "id": "farmersdelight:melon_juice", "required": false }, | ||
{ "id": "farmersdelight:fruit_salad", "required": false } | ||
] | ||
} |