add first patch
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:black_tea_leaf_block"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:dried_black_tea",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "herbalbrews:blocks/black_tea_leaf_block"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "herbalbrews:coffee_plant",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "3"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:coffee_beans"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:dried_out_green_tea_leaf_block"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:dried_green_tea",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "herbalbrews:blocks/dried_out_green_tea_leaf_block"
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.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": [
|
||||
1.0
|
||||
],
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:hibiscus"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/birch_leaves"
|
||||
}
|
||||
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.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": "herbalbrews:lavender_blossom"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.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": [
|
||||
1.0
|
||||
],
|
||||
"condition": "minecraft:table_bonus",
|
||||
"enchantment": "minecraft:fortune"
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 1.0,
|
||||
"min": 1.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:lavender"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/birch_leaves"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:oolong_tea_leaf_block"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:dried_oolong_tea",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "herbalbrews:blocks/oolong_tea_leaf_block"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "herbalbrews:rooibos_plant",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "3"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:rooibos_leaf"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "herbalbrews:tea_plant",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "3"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:green_tea_leaf"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "herbalbrews:yerba_mate_plant",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "3"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "herbalbrews:yerba_mate_leaf"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 10
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:dried_black_tea"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:black_tea",
|
||||
"effect": "herbalbrews:tough",
|
||||
"effectduration": 1800
|
||||
},
|
||||
"crafting_duration": 20
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 20,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 50
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
},
|
||||
{
|
||||
"item": "society:chai_blend"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:chai_tea"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 20,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 50
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:ground_coffee"
|
||||
},
|
||||
{
|
||||
"item": "society:ground_cinnamon"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:cinnamon_coffee",
|
||||
"effect": "vinery:lava_walker",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 20,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 50
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:ground_coffee"
|
||||
},
|
||||
{
|
||||
"item": "herbalbrews:ground_coffee"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:coffee",
|
||||
"effect": "herbalbrews:deeprush",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 25,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 10
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 10
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:dried_green_tea"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:green_tea",
|
||||
"effect": "herbalbrews:balanced",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 20,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 50
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:ground_coffee"
|
||||
},
|
||||
{
|
||||
"item": "pamhc2trees:roastedhazelnutitem"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:hazelnut_coffee",
|
||||
"effect": "herbalbrews:deeprush",
|
||||
"effectduration": 3600
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.5,
|
||||
"crafting_duration": 50,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 15
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 10
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:hibiscus"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:hibiscus_tea",
|
||||
"effect": "herbalbrews:lifeleech",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 60,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 0
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:lavender_blossom"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:lavender_tea",
|
||||
"effect": "herbalbrews:feral",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 20,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 0
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 50
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:coffee"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:milk_bucket"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:milk_coffee",
|
||||
"effect": "herbalbrews:deeprush",
|
||||
"effectduration": 2600
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 35,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 40
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:dried_oolong_tea"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:oolong_tea",
|
||||
"effect": "herbalbrews:fortune",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 35,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 15
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:rooibos_leaf"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:rooibos_tea",
|
||||
"effect": "minecraft:regeneration",
|
||||
"effectduration": 200
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 35,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 15
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "herbalbrews:yerba_mate_leaf"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "herbalbrews:yerba_mate_tea",
|
||||
"effect": "herbalbrews:bonding",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user