mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Make more things edible that weren't before
This commit is contained in:
parent
53942011c4
commit
47f085aa51
8 changed files with 20 additions and 5 deletions
|
@ -3,6 +3,11 @@
|
|||
"values": [
|
||||
{ "id": "#c:mushrooms", "required": false },
|
||||
{ "id": "#c:saplings", "required": false },
|
||||
{ "id": "farmersdelight:sandy_shrub", "required": false }
|
||||
{ "id": "farmersdelight:sandy_shrub", "required": false },
|
||||
{ "id": "farmersdelight:wild_cabbages", "required": false },
|
||||
{ "id": "farmersdelight:wild_onions", "required": false },
|
||||
{ "id": "farmersdelight:wild_carrots", "required": false },
|
||||
{ "id": "farmersdelight:wild_beetroots", "required": false },
|
||||
{ "id": "farmersdelight:wild_rice", "required": false }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
{ "id": "#c:meads", "required": false }
|
||||
{ "id": "#c:meads", "required": false },
|
||||
{ "id": "farmersdelight:wild_tomatoes", "required": false },
|
||||
{ "id": "farmersdelight:wild_potatoes", "required": false }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:poppy"
|
||||
"minecraft:poppy",
|
||||
"minecraft:lily_of_the_valley"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
"minecraft:pink_tulip",
|
||||
"minecraft:cornflower",
|
||||
"minecraft:peony",
|
||||
"minecraft:sunflower",
|
||||
"minecraft:dandelion",
|
||||
"minecraft:lilac",
|
||||
"minecraft:tall_grass",
|
||||
"minecraft:wheat",
|
||||
"minecraft:dead_bush",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:azure_bluet"
|
||||
"minecraft:azure_bluet",
|
||||
"minecraft:torchflower"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
|
||||
"minecraft:pitcher_plant"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,8 +3,11 @@
|
|||
"values": [
|
||||
"#unicopia:food_types/raw_insect",
|
||||
"#unicopia:polearms",
|
||||
"unicopia:mango_leaves",
|
||||
"unicopia:mango_sapling",
|
||||
"unicopia:mango",
|
||||
"unicopia:pineapple",
|
||||
"unicopia:pineapple_crown",
|
||||
"unicopia:banana",
|
||||
"unicopia:sunglasses",
|
||||
"unicopia:broken_sunglasses"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"#unicopia:food_types/forage_edible_filling",
|
||||
"#unicopia:food_types/forage_edible",
|
||||
"#unicopia:food_types/forage_nauseating",
|
||||
"#unicopia:food_types/forage_blinding",
|
||||
"#unicopia:food_types/forage_prickly",
|
||||
"#unicopia:food_types/forage_radioactive",
|
||||
"#unicopia:food_types/forage_risky",
|
||||
|
|
Loading…
Reference in a new issue