add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}
@@ -0,0 +1,37 @@
{
"parent": "vinery:main/root",
"criteria": {
"apple_press": {
"conditions": {
"location": [
{
"block": "vinery:apple_press",
"condition": "minecraft:block_state_property"
}
]
},
"trigger": "minecraft:placed_block"
}
},
"display": {
"announce_to_chat": true,
"description": {
"translate": "advancement.vinery.the_first_press.desc"
},
"frame": "goal",
"hidden": false,
"icon": {
"item": "vinery:apple_press"
},
"show_toast": true,
"title": {
"translate": "advancement.vinery.the_first_press"
}
},
"requirements": [
[
"apple_press"
]
],
"sends_telemetry_event": true
}
@@ -0,0 +1,136 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:shears"
]
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
}
],
"name": "vinery:apple_leaves"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"chances": [
0.05,
0.0625,
0.083333336,
0.1
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "vinery:apple_tree_sapling"
}
]
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:shears"
]
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
}
}
],
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"chances": [
0.02,
0.022222223,
0.025,
0.033333335,
0.1
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:stick"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:blocks/oak_leaves"
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "vinery:vinery_standard"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
],
"random_sequence": "vinery:blocks/vinery_standard"
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:acacia_planks"
}
},
"result": {
"item": "vinery:acacia_lattice",
"count": 4
}
}
@@ -0,0 +1,13 @@
{
"type": "vinery:apple_fermenting",
"input": {
"item": "society:ancient_fruit"
},
"wine_bottle": {
"required": true
},
"output": {
"item": "society:ancient_juice",
"count": 1
}
}
@@ -0,0 +1,13 @@
{
"type": "vinery:apple_fermenting",
"input": {
"item": "society:mana_fruit"
},
"wine_bottle": {
"required": true
},
"output": {
"item": "society:mana_fruit_juice",
"count": 1
}
}
@@ -0,0 +1,13 @@
{
"type": "vinery:apple_fermenting",
"input": {
"item": "society:sparkpod"
},
"wine_bottle": {
"required": true
},
"output": {
"item": "society:sparkpod_juice",
"count": 1
}
}
@@ -0,0 +1,13 @@
{
"type": "vinery:apple_fermenting",
"input": {
"item": "pamhc2trees:starfruititem"
},
"wine_bottle": {
"required": true
},
"output": {
"item": "society:starfruit_juice",
"count": 1
}
}
@@ -0,0 +1,10 @@
{
"type": "vinery:apple_mashing",
"input": {
"item": "minecraft:honeycomb_block"
},
"output": {
"item": "minecraft:honeycomb",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:bamboo_planks"
}
},
"result": {
"item": "vinery:bamboo_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:birch_planks"
}
},
"result": {
"item": "vinery:birch_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:cherry_planks"
}
},
"result": {
"item": "vinery:cherry_lattice",
"count": 4
}
}
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"group": "wood",
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "vinery:stripped_dark_cherry_log"
}
},
"result": {
"item": "vinery:dark_cherry_beam",
"count": 2
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "vinery:dark_cherry_planks"
}
},
"result": {
"item": "vinery:dark_cherry_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:dark_oak_planks"
}
},
"result": {
"item": "vinery:dark_oak_lattice",
"count": 4
}
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"group": "grapevine_stem",
"pattern": [
"#",
"#",
"#"
],
"key": {
"#": {
"item": "society:treated_log"
}
},
"result": {
"item": "vinery:grapevine_stem",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:jungle_planks"
}
},
"result": {
"item": "vinery:jungle_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:mangrove_planks"
}
},
"result": {
"item": "vinery:mangrove_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:oak_planks"
}
},
"result": {
"item": "vinery:oak_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"group": "vinery_lattices",
"pattern": [
"LLL",
" B ",
"/ /"
],
"key": {
"/": {
"item": "minecraft:stick"
},
"L": {
"item": "society:treated_log"
},
"B": {
"item": "minecraft:spruce_planks"
}
},
"result": {
"item": "vinery:spruce_lattice",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 7
},
"ingredients": [
{
"item": "pamhc2trees:mangoitem"
},
{
"item": "pamhc2trees:mangoitem"
},
{
"item": "pamhc2trees:mangoitem"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:aegis_wine"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 5
},
"ingredients": [
{
"item": "society:ancient_juice"
},
{
"item": "society:ground_cinnamon"
},
{
"item": "society:truffle"
}
],
"wine_bottle": {
"required": false
},
"result": {
"item": "society:ancient_cider"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_warped",
"amount": 5
},
"ingredients": [
{
"item": "society:ancient_fruit"
},
{
"item": "society:ancient_fruit"
},
{
"item": "society:ancient_fruit"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:ancient_vespertine"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 20
},
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"item": "society:maple_syrup"
},
{
"item": "society:maple_syrup"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:apple_cider",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 15
},
"ingredients": [
{
"item": "minecraft:apple"
},
{
"item": "minecraft:apple"
},
{
"item": "minecraft:apple"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:apple_wine",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_crimson",
"amount": 7
},
"ingredients": [
{
"item": "pamhc2trees:lemonitem"
},
{
"item": "pamhc2trees:lemonitem"
},
{
"item": "pamhc2trees:lemonitem"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "nethervinery:blazewine_pinot",
"count": 1
}
}
@@ -0,0 +1,34 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 6
},
"ingredients": [
[
{ "item": "society:boysenberry" },
{ "item": "society:salmonberry" },
{ "item": "society:crystalberry" },
{ "item": "society:cranberry" }
],
[
{ "item": "society:boysenberry" },
{ "item": "society:salmonberry" },
{ "item": "society:crystalberry" },
{ "item": "society:cranberry" }
],
[
{ "item": "society:boysenberry" },
{ "item": "society:salmonberry" },
{ "item": "society:crystalberry" },
{ "item": "society:cranberry" }
]
],
"wine_bottle": {
"required": false
},
"result": {
"item": "vinery:bolvar_wine",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 20
},
"ingredients": [
{
"item": "pamhc2trees:lycheeitem"
},
{
"item": "pamhc2trees:lycheeitem"
},
{
"item": "pamhc2trees:lycheeitem"
}
],
"wine_bottle": {
"required": false
},
"result": {
"item": "vinery:bottle_mojang_noir"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 12
},
"ingredients": [
{
"item": "pamhc2trees:peachitem"
},
{
"item": "pamhc2trees:peachitem"
},
{
"item": "pamhc2trees:peachitem"
}
],
"wine_bottle": {
"required": false
},
"result": {
"item": "vinery:chenet_wine",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 15
},
"ingredients": [
{
"item": "vinery:cherry"
},
{
"item": "vinery:cherry"
},
{
"item": "vinery:cherry"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:cherry_wine",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 8
},
"ingredients": [
{
"item": "minecraft:chorus_fruit"
},
{
"item": "minecraft:chorus_fruit"
},
{
"item": "minecraft:chorus_fruit"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:chorus_wine",
"count": 1
}
}
@@ -0,0 +1,27 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 10
},
"ingredients": [
{
"item": "pamhc2trees:bananaitem"
},
{
"item": "pamhc2trees:bananaitem"
},
{
"item": "pamhc2trees:bananaitem"
},
{
"item": "minecraft:sugar"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:clark_wine"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 10
},
"ingredients": [
{
"item": "autumnity:foul_berries"
},
{
"item": "autumnity:foul_berries"
},
{
"item": "autumnity:foul_berries"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:creepers_crush",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 25
},
"ingredients": [
{
"item": "vintagedelight:gearo_berry"
},
{
"item": "vintagedelight:gearo_berry"
},
{
"item": "vintagedelight:gearo_berry"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:cristel_wine",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 50
},
"ingredients": [
{
"item": "pamhc2trees:starfruititem"
},
{
"item": "pamhc2trees:starfruititem"
},
{
"item": "pamhc2trees:starfruititem"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:dewy_star"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 10
},
"ingredients": [
{
"item": "pamhc2trees:dragonfruititem"
},
{
"item": "pamhc2trees:dragonfruititem"
},
{
"item": "pamhc2trees:dragonfruititem"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:eiswein"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 10
},
"ingredients": [
{
"item": "society:blueberry"
},
{
"item": "society:blueberry"
},
{
"item": "society:blueberry"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:forks_of_blue"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_warped",
"amount": 10
},
"ingredients": [
{
"item": "atmospheric:aloe_leaves"
},
{
"item": "atmospheric:aloe_leaves"
},
{
"item": "atmospheric:aloe_leaves"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "nethervinery:ghastly_grenache",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 10
},
"ingredients": [
{
"item": "atmospheric:orange"
},
{
"item": "atmospheric:orange"
},
{
"item": "atmospheric:orange"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:glowing_wine"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 10
},
"ingredients": [
{
"item": "farm_and_charm:strawberry"
},
{
"item": "farm_and_charm:strawberry"
},
{
"item": "farm_and_charm:strawberry"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:good_catawba"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 10
},
"ingredients": [
{
"item": "atmospheric:blood_orange"
},
{
"item": "atmospheric:blood_orange"
},
{
"item": "atmospheric:blood_orange"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:jo_special_mixture"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 14
},
"ingredients": [
{
"item": "minecraft:melon"
},
{
"item": "minecraft:melon"
},
{
"item": "minecraft:melon"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:kelp_cider",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 25
},
"ingredients": [
{
"item": "society:mana_fruit"
},
{
"item": "society:mana_fruit"
},
{
"item": "society:mana_fruit"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:laputa_franc"
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_crimson",
"amount": 12
},
"ingredients": [
{
"item": "vintagedelight:ghost_pepper"
},
{
"item": "vintagedelight:ghost_pepper"
},
{
"item": "vintagedelight:ghost_pepper"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "nethervinery:lava_fizz"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 14
},
"ingredients": [
{
"item": "atmospheric:passion_fruit"
},
{
"item": "atmospheric:passion_fruit"
},
{
"item": "atmospheric:passion_fruit"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:lilitu_wine",
"count": 1
}
}
@@ -0,0 +1,26 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 10
},
"ingredients": [
{
"item": "atmospheric:yucca_fruit"
},
{
"item": "atmospheric:yucca_fruit"
},
{
"item": "atmospheric:yucca_fruit"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:magnetic_wine",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 5
},
"ingredients": [
{
"item": "society:mana_fruit_juice"
},
{
"item": "minecraft:raw_gold_block"
},
{
"item": "society:dried_shimmering_mushrooms"
}
],
"wine_bottle": {
"required": false
},
"result": {
"item": "society:mana_king"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 10
},
"ingredients": [
{
"item": "minecraft:honey_block"
},
{
"item": "minecraft:honey_block"
},
{
"item": "minecraft:honey_block"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:mead",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 20
},
"ingredients": [
{
"item": "minecraft:rabbit_foot"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:glowstone_dust"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:mellohi_wine",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_warped",
"amount": 25
},
"ingredients": [
{
"item": "pamhc2trees:pawpawitem"
},
{
"item": "pamhc2trees:pawpawitem"
},
{
"item": "pamhc2trees:pawpawitem"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "nethervinery:nether_fizz"
}
}
@@ -0,0 +1,18 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 12
},
"ingredients": [
[{ "item": "pamhc2trees:plumitem" }, { "item": "society:mossberry" }],
[{ "item": "pamhc2trees:plumitem" }, { "item": "society:mossberry" }],
[{ "item": "pamhc2trees:plumitem" }, { "item": "society:mossberry" }]
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:noir_wine"
}
}
@@ -0,0 +1,39 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 20
},
"ingredients": [
[
{
"item": "pamhc2trees:hazelnutitem"
},
{
"item": "vintagedelight:peanut"
}
],
[
{
"item": "pamhc2trees:hazelnutitem"
},
{
"item": "vintagedelight:peanut"
}
],
[
{
"item": "pamhc2trees:hazelnutitem"
},
{
"item": "vintagedelight:peanut"
}
]
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:nutty_basil"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 10
},
"ingredients": [
{
"item": "minecraft:sweet_berries"
},
{
"item": "minecraft:sweet_berries"
},
{
"item": "minecraft:sweet_berries"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:red_wine",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 15
},
"ingredients": [
{
"item": "minecraft:glow_berries"
},
{
"item": "minecraft:glow_berries"
},
{
"item": "minecraft:glow_berries"
}
],
"wine_bottle": {
"required": false
},
"result": {
"item": "vinery:solaris_wine",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 5
},
"ingredients": [
{
"item": "society:sparkpod_juice"
},
{
"item": "farm_and_charm:fertilizer"
},
{
"item": "meadow:piece_of_amethyst_cheese"
}
],
"wine_bottle": {
"required": false
},
"result": {
"item": "society:sparkling_le_roy"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 8
},
"ingredients": [
{
"item": "farmersdelight:tomato"
},
{
"item": "farmersdelight:tomato"
},
{
"item": "farmersdelight:tomato"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:stal_wine",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "apple",
"amount": 5
},
"ingredients": [
{
"item": "society:aged_starcardi"
},
{
"item": "society:ground_cinnamon"
},
{
"tag": "society:large_milk"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:star_coquito"
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 8
},
"ingredients": [
{
"item": "windswept:wild_berries"
},
{
"item": "windswept:wild_berries"
},
{
"item": "windswept:wild_berries"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:strad_wine",
"count": 1
}
}
@@ -0,0 +1,25 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "white_general",
"amount": 17
},
"ingredients": [
{
"item": "atmospheric:currant"
},
{
"item": "atmospheric:currant"
},
{
"item": "atmospheric:currant"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "vinery:villagers_fright",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "vinery:wine_fermentation",
"juice": {
"type": "red_general",
"amount": 25
},
"ingredients": [
{
"item": "society:sparkpod"
},
{
"item": "society:sparkpod"
},
{
"item": "society:sparkpod"
}
],
"wine_bottle": {
"required": true
},
"result": {
"item": "society:violet_moon"
}
}
@@ -0,0 +1,4 @@
{
"feature": "vinery:apple",
"placement": []
}
@@ -0,0 +1,4 @@
{
"feature": "vinery:dark_cherry",
"placement": []
}