MrCrayfish's Gun Mod

MrCrayfish's Gun Mod

25M Downloads

[issue 1.6.5 - cgm 1.0.1] Cannot use tags in recipe datapacks

winsrp opened this issue ยท 1 comments

commented

cgm-1.0.1-1.16.3

While tying to make a new data pack, I can change the item to a specific mod item, but I cannot use tags from forge.

e.g.

Here I'm trying to use the forge:nuggets/steel, and it doesn't accept that.

{
  "type": "cgm:workbench",
  "result": {
    "item": "cgm:basic_bullet",
    "count": 1
  },
  "materials": [
    {
      "tag": "forge:nuggets/steel",
      "count": 1
    },
    {
      "item": "minecraft:gunpowder",
      "count": 1
    }
  ]
}
commented

Added in c220061
Coming in the next update