i have recipe problem with tag

Started by cherrychiron on

Topic category: Help with modding (Java Edition)

Last seen on 02:23, 5. Apr 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i have recipe problem with tag
Tue, 03/09/2021 - 04:35 (edited)

I made a tag "salty"

and use that tag for recipe

but recipe was not worked

 

tag json file was

{
  "replace": false,
  "values": [
    "chironcraftkorean:salt",
    "chironcraftkorean:rhuschinensisfruit"
  ]
}

and recipe file was

{
  "group": "chironcraftkorean",
  "type": "minecraft:crafting_shapeless",
  "ingredients": [
    {
      "item": "chironcraftkorean:napacabbage"
    },
    {
      "tag": "salty"
    }
  ],
  "result": {
    "item": "chironcraftkorean:baechujjanji",
    "count": 1
  }
}

how can solve that?

 

Edited by cherrychiron on Tue, 03/09/2021 - 04:35
Last seen on 02:23, 5. Apr 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
somebody help ;(
Thu, 03/11/2021 - 11:28

somebody help ;(