Useful Tags

Quick rating

Community listing page, reviews here may not be monitored by the author.

Useful Tags

By RonspeedOwner

No reviews yet

This Datapack adds plenty of new tags

Mod Loaders
Minecraft

About

Description

this datapack is a library that adds plenty of tags all the tags:

  • metal_nuggets
  • metal_ingots
  • metal_ingots-raw
  • metal_blocks
  • metal_blocks-raw
  • metal_blocks-smelted
Questions?
What Are Tags?

Tags are like multiple items instead of making 3 recipiesName Tag with iron nugget Name Tag with gold nugget Name Tag with copper nugget

Make 1 recipie with one tag Name Tag with Metal nugget tag

heres the code to make a metal nugget tag

YourPack>data>minecraft>tags>item>metal_nuggets.json

{
  "values": [
    "iron_nugget",
    "gold_nugget",
    "copper_nugget"
  ]
}