diff --git a/src/main/java/com/github/elenterius/biomancy/util/FleshTongue.java b/src/main/java/com/github/elenterius/biomancy/util/FleshTongue.java index 138352139..a9b3b5610 100644 --- a/src/main/java/com/github/elenterius/biomancy/util/FleshTongue.java +++ b/src/main/java/com/github/elenterius/biomancy/util/FleshTongue.java @@ -4,6 +4,7 @@ import com.github.elenterius.biomancy.styles.TextStyles; import net.minecraft.network.chat.Component; import net.minecraft.world.item.Item; +import net.minecraft.world.item.Items; import org.jetbrains.annotations.Nullable; import java.util.IdentityHashMap; @@ -26,6 +27,7 @@ private FleshTongue() {} createItemComment(ModItems.AGEING_SERUM.get(), "We can regard our life as a uselessly disturbing episode in the blissful repose of nothingness.\n- Arthur Schopenhauer"); createItemComment(ModItems.BREEDING_STIMULANT.get(), "Happiness and the absurd are two sons of the same earth. They are inseparable.\n- Albert Camus"); createItemComment(ModItems.SHRINKING_SERUM.get(), "Normalize the idea of living inside of Someone.\n- Tarael Blackwing"); + createItemComment(Items.CAULDRON,"I've been sprinting towards the horizon of insanity since birth.\n- kd8lvt"); } private static void createItemComment(Item item, String text) {