Mineuniverse
Log in Register
Mods

Tag Alias

Allows for mod authors to alias tags
by gudenau
Claim this project
113 downloads
0 likes
Updated Jun 30, 2026
0 hypes

A very small library mod that allows for mod authors to alias tags. This makes it so that two or more tags with different names will share the same contents.

 

Say there are two tags, `test_a` and `test_b` with the following contents:

```Json

{

  "replace": false,

  "values": [

    "minecraft:diamond_block"

  }

}

```

```Json

{

  "replace": false,

  "values": [

    "minecraft:emerald_block"

  }

}

```

if you alias both of the tags they will both functionally have the following contents:

```Json

{

  "replace": false,

  "values": [

    "minecraft:diamond_block",

    "minecraft:emerald_block"

  }

}

```

No files available for download.

More from gudenau

Coolers
83,550
CorsairCraft
817
MCFA
52
GudLib
37,812
Random Textures
3,698
Recipe Confidence
3,688

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314