Skip to content
Reactive Alchemy

Reactive Alchemy

Generated page, edit scripts/gen_schema_pages.py instead.

Reactive Alchemy recipes (1.20.1), pkl4mc dialect.

crafting_special_reaction_flask/crafting_special_reaction_flask_modify are out of scope, both extend vanilla CustomRecipe with a fixed (id, category) constructor, ignoring their JSON body entirely (verified against temp/reactive/).

Usage

amends "@pkl4mc/reactive_alchemy_recipes.pkl"

Example

// Reactive Alchemy recipes - one example per type.
amends "@pkl4mc/reactive_alchemy_recipes.pkl"

transmutation {
  new {
    name = "example_motion_to_adept_salt"
    reactant { item = "reactive:motion_salt" }
    product { item = "reactive:adept_salt" }
    reagents { "reactive:caustic" }
    min = 800
    cost = 10
  }
}

dissolve {
  new {
    name = "example_arcane_gold_ingot"
    reactant { item = "wizards_reborn:arcane_gold_ingot" }
    product { item = "minecraft:gold_ingot" }
  }
}

precipitation {
  new {
    name = "example_gold_precipitation"
    product { item = "minecraft:gold_nugget" }
    reagents { "reactive:heat" }
    min = 400
    cost = 20
    reagentCount = 1
  }
}

jei_bottle {
  new {
    name = "example_heat_bottle"
    power = "reactive:heat"
  }
}