Skip to content
Affehund edited this page Jul 23, 2022 · 5 revisions

Welcome to the Void Totem Wiki!

Here you will find some useful information about the Void Totem Mod.

Features

A totem that prevents you from dying in the void.

Obtaining

You can either find the Void Totem in end city chests (with a chance of 33%) or craft it with one totem of undying, two eyes of ender, two chorus fruits and 2 lapis lazuli.

Config Options

#Whether the void totem should be added to the end city treasure.
add_end_city_treasure = true
#Dimensions in this blacklist will prevent the functionality of the void totem. Example: "minecraft:overworld"
blacklisted_dimensions = []
#Whether the void totem is displayed on the chest when worn in the curios charm slot (curios mod must be installed).
display_totem_on_chest = true
#Whether you get the regeneration and absorption effect on the void totem execution. This also removes all previous effects.
give_totem_effects = false
#Whether the blacklist is inverted, meaning the void totem only works in whitelisted dimensions.
is_inverted_blacklist = false
#Whether you need a totem to prevent death when falling into the void.
needs_totem = true
#This sets whether a tooltip is shown on the totem.
show_totem_tooltip = true
#The height offset from the world height you will be teleported if you can't be placed on a block.
#Range: 0 ~ 1024
teleport_height_offset = 64
#Whether you can use the void totem from anywhere in your inventory.
use_totem_from_inventory = false

Compat

Curios & Trinkets API

This mod is compatible with Curios API (for Forge Users) and Trinkets (for Fabric Users). When installed you can also put the Void Totem in the charm slot. Additionally the totem will then be also displayed on your chest.

Additional Totems

It is also possible to use the Void Totem functionality for other items (e.g. the totem of undying). For that you just have to add the item to the additional_totems item tag. An example with the totem of undying can be found here or here.

Download