MrCrayfish's Gun Mod

MrCrayfish's Gun Mod

25M Downloads

Add modification resources

Nagisocks opened this issue ยท 1 comments

commented

hi, how to add materials from other mods to weapon crafting (I want to complicate it in production)

commented

Here is a mock recipe.

{
  "type": "cgm:workbench",
  "materials": [
    {
      "count": 4,
      "item": "mod_id:item_id"
    },
    {
      "count": 1,
      "tag": "mod_id:another_item_id"
    }
  ],
  "result": {
    "count": 64,
    "item": "cgm:basic_bullet"
  }
}