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,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,4 @@
{
"replace": true,
"pools": [{}]
}
@@ -0,0 +1,30 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"item": "botania:pixie_dust"
},
"G": {
"tag": "botania:elementium_ingots"
},
"A": {
"item": "numismatics:neptunium_coin"
},
"P": {
"item": "botania:alchemy_catalyst"
},
"S": {
"item": "botania:livingrock"
}
},
"pattern": [
"SBS",
"GPG",
"SAS"
],
"result": {
"item": "botania:conjuration_catalyst"
},
"show_notification": true
}
@@ -0,0 +1,13 @@
{
"type": "botania:elven_trade",
"ingredients": [
{
"item": "society:blueberry_preserves"
}
],
"output": [
{
"item": "vintagedelight:gearo_berry"
}
]
}
@@ -0,0 +1,13 @@
{
"type": "botania:elven_trade",
"ingredients": [
{
"item": "pamhc2trees:dragonfruit_sapling"
}
],
"output": [
{
"item": "pamhc2trees:lemon_sapling"
}
]
}
@@ -0,0 +1,13 @@
{
"type": "botania:elven_trade",
"ingredients": [
{
"item": "society:moth_pollen"
}
],
"output": [
{
"item": "botania:pixie_dust"
}
]
}
@@ -0,0 +1,30 @@
{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"E": {
"item": "botania:ender_air_bottle"
},
"F": {
"item": "minecraft:feather"
},
"I": {
"tag": "botania:elementium_ingots"
},
"L": {
"item": "botania:life_essence"
},
"P": {
"item": "numismatics:prismatic_coin"
}
},
"pattern": [
"LLL",
"IPI",
"FEF"
],
"result": {
"item": "botania:flight_tiara"
},
"show_notification": true
}
@@ -0,0 +1,27 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"I": {
"tag": "botania:terrasteel_ingots"
},
"S": {
"item": "botania:life_essence"
},
"T": {
"item": "society:botanical_tribute"
},
"B": {
"item": "society:prismatic_shard_block"
}
},
"pattern": [
"TSI",
"SBS",
"IST"
],
"result": {
"item": "botania:gaia_ingot"
},
"show_notification": true
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "oreganized:silver_block"
},
"mana": 35000,
"output": {
"item": "oreganized:electrum_block"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "oreganized:silver_ingot"
},
"mana": 5000,
"output": {
"item": "oreganized:electrum_ingot"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "minecraft:netherite_upgrade_smithing_template"
},
"mana": 20000,
"output": {
"item": "oreganized:electrum_upgrade_smithing_template"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:animal_feed"
},
"mana": 10000,
"output": {
"item": "society:mana_feed"
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:animal_feed_sack"
},
"mana": 90000,
"output": {
"item": "society:mana_feed",
"count": 9
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "farmersdelight:honey_cookie"
},
"mana": 20000,
"output": {
"item": "botania:mana_cookie"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "quark:diamond_heart"
},
"mana": 10000,
"output": {
"item": "botania:mana_diamond"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "minecraft:diamond_block"
},
"mana": 5000,
"output": {
"item": "quark:diamond_heart"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "crabbersdelight:pearl"
},
"mana": 6000,
"output": {
"item": "botania:mana_pearl"
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:fire_quartz"
},
"mana": 250,
"output": {
"item": "botania:quartz_mana",
"count": 32
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:ancient_fruit_seed"
},
"mana": 5000,
"output": {
"item": "society:mana_fruit_crop"
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:fine_wool"
},
"mana": 1250,
"output": {
"item": "botania:mana_string",
"count": 2
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "etcetera:bismuth_ingot"
},
"mana": 3000,
"output": {
"item": "botania:manasteel_ingot"
}
}
@@ -0,0 +1,10 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "etcetera:bismuth_block"
},
"mana": 27000,
"output": {
"item": "botania:manasteel_block"
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:butterfly_amber"
},
"mana": 10000,
"output": {
"item": "society:sparkstone",
"count": 4
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "betterarcheology:artifact_shards"
},
"mana": 10000,
"output": {
"item": "society:sparkstone",
"count": 6
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "botania:dragonstone"
},
"mana": 40000,
"output": {
"item": "society:sparkstone",
"count": 24
}
}
@@ -0,0 +1,11 @@
{
"type": "botania:mana_infusion",
"input": {
"item": "society:sparkpod"
},
"mana": 10000,
"output": {
"item": "society:sparkstone",
"count": 6
}
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid",
"input": {
"type": "block",
"block": "minecraft:deepslate"
},
"output": {
"type": "block",
"block": "oreganized:deepslate_lead_ore"
},
"weight": 75
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid",
"input": {
"type": "block",
"block": "minecraft:deepslate"
},
"output": {
"type": "block",
"block": "oreganized:deepslate_silver_ore"
},
"weight": 50
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid",
"input": {
"type": "block",
"block": "minecraft:stone"
},
"output": {
"type": "block",
"block": "oreganized:lead_ore"
},
"weight": 1347
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid",
"input": {
"type": "block",
"block": "minecraft:stone"
},
"output": {
"type": "block",
"block": "oreganized:silver_ore"
},
"weight": 483
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid_ignem",
"input": {
"type": "block",
"block": "minecraft:netherrack"
},
"output": {
"type": "block",
"block": "etcetera:nether_bismuth_ore"
},
"weight": 248
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid_ignem",
"input": {
"type": "block",
"block": "minecraft:netherrack"
},
"output": {
"type": "block",
"block": "minecraft:nether_gold_ore"
},
"weight": 3635
}
@@ -0,0 +1,12 @@
{
"type": "botania:orechid_ignem",
"input": {
"type": "block",
"block": "minecraft:netherrack"
},
"output": {
"type": "block",
"block": "minecraft:nether_quartz_ore"
},
"weight": 19600
}
@@ -0,0 +1,32 @@
{
"type": "botania:petal_apothecary",
"ingredients": [
{
"tag": "botania:petals/lime"
},
{
"tag": "botania:petals/lime"
},
{
"tag": "botania:petals/green"
},
{
"tag": "botania:petals/yellow"
},
{
"item": "botania:rune_spring"
},
{
"item": "botania:redstone_root"
},
{
"item": "society:botanical_tribute"
}
],
"output": {
"item": "botania:agricarnation"
},
"reagent": {
"tag": "botania:seed_apothecary_reagent"
}
}
@@ -0,0 +1,29 @@
{
"type": "botania:petal_apothecary",
"ingredients": [
{
"tag": "botania:petals/brown"
},
{
"tag": "botania:petals/brown"
},
{
"tag": "botania:petals/red"
},
{
"tag": "botania:petals/light_gray"
},
{
"item": "botania:rune_mana"
},
{
"item": "botania:overgrowth_seed"
}
],
"output": {
"item": "botania:endoflame"
},
"reagent": {
"tag": "botania:seed_apothecary_reagent"
}
}
@@ -0,0 +1,38 @@
{
"type": "botania:petal_apothecary",
"ingredients": [
{
"tag": "botania:petals/red"
},
{
"tag": "botania:petals/red"
},
{
"tag": "botania:petals/gray"
},
{
"tag": "botania:petals/gray"
},
{
"tag": "botania:petals/white"
},
{
"tag": "botania:petals/white"
},
{
"item": "botania:rune_wrath"
},
{
"item": "botania:rune_fire"
},
{
"item": "numismatics:ancient_coin"
}
],
"output": {
"item": "botania:entropinnyum"
},
"reagent": {
"tag": "botania:seed_apothecary_reagent"
}
}
@@ -0,0 +1,29 @@
{
"type": "botania:petal_apothecary",
"ingredients": [
{
"tag": "botania:petals/purple"
},
{
"tag": "botania:petals/lime"
},
{
"tag": "botania:petals/green"
},
{
"item": "botania:rune_spring"
},
{
"item": "botania:redstone_root"
},
{
"item": "botania:gaia_ingot"
}
],
"output": {
"item": "botania:jaded_amaranthus"
},
"reagent": {
"tag": "botania:seed_apothecary_reagent"
}
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "minecraft:blaze_powder"
},
"Q": {
"item": "minecraft:quartz"
}
},
"pattern": [
"QQQ",
"QCQ",
"QQQ"
],
"result": {
"count": 8,
"item": "botania:quartz_blaze"
},
"show_notification": true
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "vintagedelight:ghost_charcoal"
},
"Q": {
"item": "minecraft:quartz"
}
},
"pattern": ["QQQ", "QCQ", "QQQ"],
"result": {
"count": 8,
"item": "botania:quartz_dark"
},
"show_notification": true
}
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "windswept:lavender"
},
"Q": {
"item": "minecraft:quartz"
}
},
"pattern": ["QQQ", "QCQ", "QQQ"],
"result": {
"count": 8,
"item": "botania:quartz_lavender"
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "pamhc2trees:lycheeitem"
},
"Q": {
"item": "minecraft:quartz"
}
},
"pattern": [
"QQQ",
"QCQ",
"QQQ"
],
"result": {
"count": 8,
"item": "botania:quartz_red"
},
"show_notification": true
}
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "buzzier_bees:buttercup"
},
"Q": {
"item": "minecraft:quartz"
}
},
"pattern": [
"QQQ",
"QCQ",
"QQQ"
],
"result": {
"count": 8,
"item": "botania:quartz_sunny"
},
"show_notification": true
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"item": "botania:mana_pearl"
},
"S": {
"item": "botania:livingrock"
},
"T": {
"item": "society:botanical_tribute"
}
},
"pattern": [
" T ",
"SSS",
"SPS"
],
"result": {
"item": "botania:runic_altar"
},
"show_notification": true
}
@@ -0,0 +1,25 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_dusts"
},
{
"tag": "botania:manasteel_ingots"
},
{
"item": "quark:soul_bead"
},
{
"item": "minecraft:bone_block"
},
{
"item": "trials:breeze_rod"
}
],
"mana": 5200,
"output": {
"count": 2,
"item": "botania:rune_air"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "botania:rune_fire"
},
{
"item": "botania:rune_air"
},
{
"item": "pamhc2trees:plumitem"
},
{
"item": "unusualfishmod:raw_forkfish"
},
{
"item": "vintagedelight:peanut"
}
],
"mana": 8000,
"output": {
"item": "botania:rune_autumn"
}
}
@@ -0,0 +1,25 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_dusts"
},
{
"tag": "botania:manasteel_ingots"
},
{
"item": "society:ancient_fruit"
},
{
"tag": "meadow:cheese_blocks"
},
{
"item": "society:fine_wool"
}
],
"mana": 5200,
"output": {
"count": 2,
"item": "botania:rune_earth"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_diamond_gems"
},
{
"tag": "botania:mana_diamond_gems"
},
{
"item": "botania:rune_winter"
},
{
"item": "botania:rune_water"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_envy"
}
}
@@ -0,0 +1,25 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_dusts"
},
{
"tag": "botania:manasteel_ingots"
},
{
"item": "society:fire_quartz"
},
{
"item": "society:earth_crystal"
},
{
"item": "society:jade"
}
],
"mana": 5200,
"output": {
"count": 2,
"item": "botania:rune_fire"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_diamond_gems"
},
{
"tag": "botania:mana_diamond_gems"
},
{
"item": "botania:rune_winter"
},
{
"item": "botania:rune_fire"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_gluttony"
}
}
@@ -0,0 +1,30 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "numismatics:ancient_coin"
},
{
"item": "numismatics:ancient_coin"
},
{
"item": "numismatics:ancient_coin"
},
{
"item": "numismatics:ancient_coin"
},
{
"item": "botania:rune_spring"
},
{
"item": "botania:rune_water"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_greed"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar_head",
"ingredients": [
{
"item": "minecraft:skeleton_skull"
},
{
"item": "botania:pixie_dust"
},
{
"item": "minecraft:prismarine_crystals"
},
{
"item": "minecraft:name_tag"
},
{
"item": "minecraft:golden_apple"
}
],
"mana": 22500,
"output": {
"item": "minecraft:player_head"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_diamond_gems"
},
{
"tag": "botania:mana_diamond_gems"
},
{
"item": "botania:rune_summer"
},
{
"item": "botania:rune_air"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_lust"
}
}
@@ -0,0 +1,27 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "society:mana_fruit"
},
{
"item": "society:mana_fruit"
},
{
"item": "society:mana_fruit"
},
{
"item": "society:mana_fruit"
},
{
"item": "society:mana_fruit"
},
{
"item": "botania:mana_pearl"
}
],
"mana": 8000,
"output": {
"item": "botania:rune_mana"
}
}
@@ -0,0 +1,31 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "crabbersdelight:deluxe_crab_trap_bait"
},
{
"item": "crabbersdelight:deluxe_crab_trap_bait"
},
{
"item": "crabbersdelight:deluxe_crab_trap_bait"
},
{
"item": "crabbersdelight:deluxe_crab_trap_bait"
},
{
"item": "botania:pixie_dust"
},
{
"item": "botania:infused_seeds"
},
{
"item": "botania:lime_shiny_flower"
}
],
"mana": 50000,
"output": {
"item": "crabbersdelight:mana_crab_trap_bait",
"count": 4
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_diamond_gems"
},
{
"tag": "botania:mana_diamond_gems"
},
{
"item": "botania:rune_summer"
},
{
"item": "botania:rune_fire"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_pride"
}
}
@@ -0,0 +1,31 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "society:aquamarine"
},
{
"item": "society:ruby"
},
{
"item": "society:topaz"
},
{
"item": "society:amethyst_chunk"
},
{
"item": "society:spinel"
},
{
"item": "society:jade"
},
{
"item": "cluttered:fluorescent_maple_sapling"
}
],
"mana": 50000,
"output": {
"item": "rainbowoaks:rainbow_sapling",
"count": 1
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_diamond_gems"
},
{
"tag": "botania:mana_diamond_gems"
},
{
"item": "botania:rune_autumn"
},
{
"item": "botania:rune_air"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_sloth"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "botania:rune_water"
},
{
"item": "botania:rune_fire"
},
{
"item": "vinery:cherry"
},
{
"item": "unusualfishmod:raw_drooping_gourami"
},
{
"item": "farm_and_charm:strawberry"
}
],
"mana": 8000,
"output": {
"item": "botania:rune_spring"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "botania:rune_earth"
},
{
"item": "botania:rune_air"
},
{
"item": "pamhc2trees:bananaitem"
},
{
"item": "aquaculture:synodontis"
},
{
"item": "society:blueberry"
}
],
"mana": 8000,
"output": {
"item": "botania:rune_summer"
}
}
@@ -0,0 +1,25 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_dusts"
},
{
"tag": "botania:manasteel_ingots"
},
{
"tag": "minecraft:fishes"
},
{
"item": "crabbersdelight:deluxe_crab_trap_bait"
},
{
"item": "aquaculture:neptunium_nugget"
}
],
"mana": 5200,
"output": {
"count": 2,
"item": "botania:rune_water"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"item": "botania:rune_water"
},
{
"item": "botania:rune_earth"
},
{
"item": "pamhc2trees:cinnamonitem"
},
{
"item": "unusualfishmod:raw_snowflake"
},
{
"item": "snowyspirit:ginger"
}
],
"mana": 8000,
"output": {
"item": "botania:rune_winter"
}
}
@@ -0,0 +1,24 @@
{
"type": "botania:runic_altar",
"ingredients": [
{
"tag": "botania:mana_diamond_gems"
},
{
"tag": "botania:mana_diamond_gems"
},
{
"item": "botania:rune_winter"
},
{
"item": "botania:rune_earth"
},
{
"item": "botania:rune_mana"
}
],
"mana": 12000,
"output": {
"item": "botania:rune_wrath"
}
}
@@ -0,0 +1,24 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"tag": "botania:mana_diamond_gems"
},
"S": {
"item": "botania:livingrock"
},
"T": {
"item": "society:botanical_tribute"
}
},
"pattern": [
" T ",
"SSS",
"SPS"
],
"result": {
"item": "botania:runic_altar"
},
"show_notification": true
}
@@ -0,0 +1,17 @@
{
"type": "botania:terra_plate",
"ingredients": [
{ "item": "botania:rune_gluttony" },
{ "item": "society:aged_cheese_block" },
{ "item": "society:aged_goat_cheese_block" },
{ "item": "society:aged_warped_cheese_block" },
{ "item": "society:aged_sheep_cheese_block" },
{ "item": "society:aged_grain_cheese_block" },
{ "item": "society:aged_amethyst_cheese_block" },
{ "item": "society:aged_buffalo_cheese_block" }
],
"mana": 1000000,
"result": {
"item": "farmlife:domestic_tribull_spawn_egg"
}
}
@@ -0,0 +1,17 @@
{
"type": "botania:terra_plate",
"ingredients": [
{ "item": "botania:rune_gluttony" },
{ "item": "society:large_mayonnaise" },
{ "item": "society:large_duck_mayonnaise" },
{ "item": "society:large_goose_mayonnaise" },
{ "item": "society:supreme_mayonnaise" },
{ "item": "society:large_turkey_mayonnaise" },
{ "item": "society:penguin_mayonnaise" },
{ "item": "society:flamingo_mayonnaise" }
],
"mana": 1000000,
"result": {
"item": "farmlife:galliraptor_spawn_egg"
}
}
@@ -0,0 +1,21 @@
{
"type": "botania:terra_plate",
"ingredients": [
{
"item": "society:botanical_tribute"
},
{
"item": "botania:mana_pearl"
},
{
"item": "botania:mana_diamond"
},
{
"item": "society:mana_fruit"
}
],
"mana": 500000,
"result": {
"item": "botania:terrasteel_ingot"
}
}
@@ -0,0 +1,30 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"C": {
"item": "botania:manaweave_cloth"
},
"S": {
"item": "minecraft:sunflower"
},
"F": {
"item": "unusualfishmod:fluvial_shell"
},
"c": {
"item": "unusualfishmod:clement_shell"
},
"T": {
"item": "unusualfishmod:thunderous_shell"
}
},
"pattern": [
"CCC",
"FcT",
"CSC"
],
"result": {
"item": "botania:teru_teru_bozu"
},
"show_notification": true
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:black_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:blue_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:brown_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:cyan_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:gray_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:green_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:light_blue_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:light_gray_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:lime_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:magenta_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:orange_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:pink_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:purple_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:red_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:white_petal"
]
}
@@ -0,0 +1,6 @@
{
"replace": true,
"values": [
"botania:yellow_petal"
]
}