Useful Tags: Universal Tags for Minecraft Crafting
Every Minecraft content creator eventually hits the same wall: you need a recipe that accepts a whole family of similar blocks, but the game simply lacks a tag to cover them. Instead of writing one clean line, you end up listing dozens of item IDs. The solution is a datapack called Useful Tags: Universal Tags for Minecraft Crafting, which introduces a broad set of thoughtfully designed tags and rewrites several vanilla recipes to make development faster and less error-prone.
Why Tags Matter in Datapacks and Mods
Tags in Minecraft are a way to group blocks or items into logical categories. For example, the #minecraft:planks tag includes every type of wooden plank. With this system, you can write a recipe once, and the game automatically accepts any matching ingredient. However, the standard tag set often falls short when you need something specific, like all stripped logs or every item that can serve as fuel in a furnace.
This is exactly where Useful Tags: Universal Tags for Minecraft Crafting steps in. It expands the tag system by adding dozens of new categories that reflect real-world crafting, smelting, and mining scenarios. Mod and modpack developers will quickly notice how much faster they can write recipes and loot tables when the right groups already exist.
Core Features of the Useful Tags Datapack
Expanded Item and Block Groups
The datapack introduces tags for the most frequently needed combinations. Among them are:
- All stripped logs, which is perfect for recipes requiring any type of processed wood.
- Fuel items, including coal, sticks, dried kelp blocks, and more, all collected into a single tag to simplify furnace and generator recipes.
- Stone-based building blocks, such as cobblestone, stone bricks, andesite, and their polished variants.
- Ores and nuggets, with tags designed to be compatible with Forge, which is especially important for mods like Thermal Expansion or Create.
Each tag is carefully curated to avoid conflicts with existing categories. The datapack does not duplicate standard Minecraft tags; instead, it fills the gaps where additional grouping is genuinely needed.
Vanilla Recipe and Loot Table Adjustments
Installing this datapack does more than just provide new tags. It also automatically rewrites certain original recipes and loot tables, replacing hardcoded item references with flexible tag-based groups. For instance, the furnace recipe now accepts any type of stone rather than only classic cobblestone. This makes gameplay more intuitive and saves modpack creators from doing the same work manually.
One important detail: for proper operation inside modpacks, it is recommended to install Open Loader or a similar mod that manages datapack loading order. This prevents your custom recipes from being overwritten prematurely.
Compatibility with Forge and Minecraft Tags
The datapack was designed from the ground up with the Forge ecosystem in mind. It incorporates all standard tags from both forge and minecraft, unifying them in one place. Recipes written with #forge:ingots/iron will continue to work exactly as before, but now you can combine them with the new tags without extra edits. Support for Minecraft version 1.16.5 keeps the datapack relevant for a huge number of modpacks that still rely on this stable build.
How to Use the Datapack in Your Projects
Installation is straightforward: copy the datapack folder into the datapacks directory of your world, or add it to your modpack structure through Open Loader. Once active, all the tags become available in recipes, advancements, predicates, and loot tables. For example, to create a recipe that requires any stripped wood, you simply reference #usefultags:stripped_logs.
The author permits including the datapack in your own mods and modpacks under one simple condition: you must link back to the CurseForge page or list the project in your dependencies. This openness helps spread a unified tag standard across the community, which benefits everyone.
Origin and Future Plans
The project began from a personal need. The developer was working on the Ferrous Block mod and discovered that a recipe required all stripped logs, but no ready-made tag existed. After adding a tag internally, it became clear that dozens of similar situations were lurking. Thus, the standalone Useful Tags datapack was born, quickly growing with new categories and Forge support.
Upcoming updates promise tags for ores, ingots, and expanded compatibility with popular mods. Even today, the datapack covers most everyday crafting needs, and an active Discord community helps add requested groups on demand.
Practical Scenarios for Modpack Creators
Consider a scenario where you are building a tech modpack. You need a machine that accepts any type of fuel, from coal to bamboo. Without a unified fuel tag, you would have to list every single burnable item. With Useful Tags: Universal Tags for Minecraft Crafting, you reference one tag and move on.
Another example: you want a decorative recipe that uses any stripped log. The vanilla game offers no such group, so you would normally write out each log ID manually. The datapack solves this instantly, making your JSON files cleaner and less prone to typos.
For those wondering how to install the datapack, the process is the same as with any other datapack. Place the folder in the world's datapacks directory or use a mod loader that supports datapack injection. After reloading the world with /reload, the new tags are immediately available.
Conclusion
Useful Tags: Universal Tags for Minecraft Crafting is a small but incredibly valuable tool for anyone designing recipes, modifications, or modpacks in Minecraft. It saves hours of tedious ID listing, keeps code cleaner, and reduces the chance of mistakes. Thanks to its thoughtful structure and Forge compatibility, the datapack integrates easily into any setup, and the 1.16.5 version remains a golden standard for many servers and single-player worlds. If you want to download Useful Tags: Universal Tags for Minecraft Crafting, you can find it on CurseForge, and adding it to your next project will make tag management noticeably simpler.