Started by 
cherrychiron
 on 
    Topic category: Help with Minecraft modding (Java Edition)
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
                            
somebody help ;(