Skip to content

Energy Weapon Make Recipe

This recipe combines up to 6 ingredients to craft an energy weapon and preserve key runtime attributes.

Basic Structure

json
{
  "type": "anvilcraft:energy_weapon_make",
  "ingredients": [
    { "items": "minecraft:diamond_sword" },
    { "items": "minecraft:redstone" }
  ],
  "result": {
    "id": "anvilcraft:energy_blade",
    "count": 1
  }
}

Field Description

  • type: Fixed value anvilcraft:energy_weapon_make
  • ingredients: Ingredient list (1 to 6)
  • result: Output weapon item
  • neoforge:conditions: Optional condition list

Notes

  • Runtime assembly can inherit enchantments and energy-related data

Released under the CC-BY-NC-SA 4.0 License.