Added recipes and loot table entries for some of the food items

This commit is contained in:
Sollace 2021-06-24 22:12:23 +02:00
parent fd7ca49e3f
commit 6f05db465b
9 changed files with 247 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"type": "smelting",
"ingredient": {
"item": "unicopia:juice"
},
"result": "unicopia:burned_juice",
"experience": 0,
"cookingtime": 100
}

View file

@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"SBS",
"NAN",
" S "
],
"key": {
"S": [
{ "item": "minecraft:stick" }
],
"B": [
{ "item": "unicopia:burned_juice" }
],
"N": [
{ "item": "minecraft:iron_nugget" }
],
"A": [
{ "tag": "unicopia:fresh_apples" }
]
},
"result": { "item": "unicopia:cider" }
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"AAA",
"AAA",
" B "
],
"key": {
"B": [
{ "item": "minecraft:glass_bottle" }
],
"A": [
{ "tag": "unicopia:fresh_apples" }
]
},
"result": { "item": "unicopia:juice" }
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"* *",
" # "
],
"key": {
"#": [
{ "item": "minecraft:stick" }
],
"*": [
{ "item": "minecraft:iron_nugget" }
]
},
"result": { "item": "unicopia:mug" }
}

View file

@ -0,0 +1,36 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [
0.05, 0.052222223, 0.055, 0.066666665, 0.1
]
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "unicopia:wheat_worms"
}
]
}
]
}

View file

@ -0,0 +1,36 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [
0.05, 0.052222223, 0.055, 0.066666665, 0.1
]
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "unicopia:wheat_worms"
}
]
}
]
}

View file

@ -0,0 +1,36 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [
0.05, 0.052222223, 0.055, 0.066666665, 0.1
]
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "unicopia:wheat_worms"
}
]
}
]
}

View file

@ -0,0 +1,36 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [
0.05, 0.052222223, 0.055, 0.066666665, 0.1
]
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "unicopia:wheat_worms"
}
]
}
]
}

View file

@ -0,0 +1,36 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune",
"chances": [
0.05, 0.052222223, 0.055, 0.066666665, 0.1
]
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 2.0,
"type": "minecraft:uniform"
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "unicopia:wheat_worms"
}
]
}
]
}