promotional bannermobile promotional banner

Void Totem (Fabric)

A totem that prevents you from dying in the void.

File Details

voidtotem-fabric-1.18.1-1.2.0.jar

  • R
  • Mar 7, 2022
  • 47.79 KB
  • 349.5K
  • 1.18.1
  • Fabric

File Name

voidtotem-fabric-1.18.1-1.2.0.jar

Supported Versions

  • 1.18.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:voidtotem-fabric-456137:3680832"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions:

  • new item tag (additonal_totems) to add totems from other mods or add the vanilla totem.
    Example:
{
"replace": false,
"values": [
"minecraft:totem_of_undying"
]
}

Changes:

  • removed ALLOW_TOTEM_OF_UNDYING config value, replace with additonal_totems tag
  • now uses cloth config mod for the config

Fixes:

  • big code clean up