promotional bannermobile promotional banner

Tag Alias

Allows for mod authors to alias tags

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"

  }

}

```

The Tag Alias Team

profile avatar
Owner
  • 8
    Followers
  • 33
    Projects
  • 2.5M
    Downloads

More from gudenauView all

  • Paradise Lost project image

    Paradise Lost

    • 7.8M
    • Mods

    The hostile paradise of yore, bask in a new light, bleeding with new tales to be told.

    • 7.8M
    • April 25, 2026
    • Mods
    • +4
  • MCFA project image

    MCFA

    • 46
    • Mods

    A simple library mod that allows other mods to easily do low level bytecode modifications.

    • 46
    • March 30, 2025
    • Mods
  • WootingCraft project image

    WootingCraft

    • 1
    • Mods

    Adds analog keyboard support to Minecraft

    • 1
    • November 23, 2024
    • Mods
  • Multihead project image

    Multihead

    • 72
    • Mods

    Minecraft on three monitors!

    • 72
    • August 31, 2023
    • Mods
  • Paradise Lost project image

    Paradise Lost

    • 7.8M
    • Mods

    The hostile paradise of yore, bask in a new light, bleeding with new tales to be told.

    • 7.8M
    • April 25, 2026
    • Mods
    • +4
  • MCFA project image

    MCFA

    • 46
    • Mods

    A simple library mod that allows other mods to easily do low level bytecode modifications.

    • 46
    • March 30, 2025
    • Mods
  • WootingCraft project image

    WootingCraft

    • 1
    • Mods

    Adds analog keyboard support to Minecraft

    • 1
    • November 23, 2024
    • Mods
  • Multihead project image

    Multihead

    • 72
    • Mods

    Minecraft on three monitors!

    • 72
    • August 31, 2023
    • Mods