Skip to content
Discussion options

You must be logged in to vote

You can, you need to have a datapack with your recipes in data/<namespace>/recipes, then include a recipe JSON similiar to the following:

For a mob:

{
  "type": "witherstormmod:resummon_super_beacon",
  "condition": "all_supports",
  "entity": "witherstormmod:sickened_pillager",
  "ingredients": [
    {
      "item": "witherstormmod:withered_flesh"
    },
    {
      "item": "witherstormmod:withered_flesh"
    },
    {
      "item": "witherstormmod:withered_flesh"
    },
    {
      "item": "minecraft:crossbow"
    },
    {
      "item": "minecraft:arrow"
    },
    {
      "item": "minecraft:arrow"
    }
  ]
}

For an item:

{
  "type": "witherstormmod:item_craft_super_beacon",
  "conditi…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MCXPStudios
Comment options

@nonamecrackers2
Comment options

@MCXPStudios
Comment options

Answer selected by nonamecrackers2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants