Mrbysco / ForceCraft

A mod inspired by DartCraft
https://curseforge.com/minecraft/mc-mods/forcecraft
GNU General Public License v3.0
12 stars 6 forks source link

force bow infusion. add center and output tags to infuser. add conver… #7

Closed Lothrazar closed 3 years ago

Lothrazar commented 3 years ago

force bow stack size fix force bow can take the damage infusion now new required section for infusion recipes "center", can be just data tag new result type of forcecraft:item

two recipes added, for example:


{
  "type":"forcecraft:infuser",
  "ingredient": 
  {
    "item": "minecraft:experience_bottle"
  },
  "center": {
    "item": "forcecraft:upgrade_core"
  },
  "tier": 4,
  "output": {
    "item":"forcecraft:experience_core",
    "count": 1
  },
  "result": "forcecraft:item"
}