HomeJavaModsAbyssCurse
AbyssCurse
ModsJava

AbyssCurse

by dwilczek80 · on Modrinth

AbyssCurse is a mod that adds Abyss curses to your game using dimension stacking from the Immersive Portal mod.

⬇ Download on Modrinth
AbyssCurse — screenshot 1AbyssCurse — screenshot 2AbyssCurse — screenshot 3AbyssCurse — screenshot 4AbyssCurse — screenshot 5AbyssCurse — screenshot 6

AbyssCurse

AbyssCurse is a Minecraft Forge mod that brings the legendary curse system from Made in Abyss into your world. Built around dimension stacking via Immersive Portals, every layer of the Abyss carries its own curse — and the deeper you descend, the worse the consequences of ascending back to the surface.

"The Abyss does not punish those who descend. It punishes those who dare to return."


📖 Origin

AbyssCurse started as an internal core mod for my personal Made in Abyss inspired modpack. What began as a simple config-driven curse system grew into something complete enough to stand on its own — so I decided to release it as a standalone mod for anyone building dimension-stacking experiences.

It is still the heart of my modpack, but it is now designed to work in any setup.


✨ Features


🗺️ Default Curse Layers

Tier Layer Key Effects
1 Edge of the Abyss Nausea, mild alcohol effect
2 Forest of Temptation Nausea, slowness, mining fatigue, cannabis
3 Great Chasm Damage (2hp), blindness, weakness, peyote, sleep deprivation
4 Chalice of Giants Damage (4hp), poison, severe slowness, mushroom hallucinations
5 Sea of Corpses Damage (6hp), wither, near-total sensory loss, LSD, atropine
6 Capital of the Lost Curse of Inhumanity — transformation or instant death
7+ The Depths Damage (1000hp) — certain death

Default layers use dimensions from Infinite Abyss and The Undergarden. You can replace or extend these with any dimension ID in the config.


⚙️ Configuration

All curse behaviour is controlled through a single config file generated on first launch.

Adding a custom layer

Simply insert your dimension ID at the correct position in the layers list:

layers = [
    "minecraft:overworld",
    "yourdim:custom_layer",
    "infinite_abyss:first_layer",
    ...
]

The position in the list determines the tier — no mod files need to be changed.

Defining effects for a tier

Each tier supports three types of effects:

[abyss.tiers.tier1]
damage = 2.0
effects = ["minecraft:nausea:2400:0", "minecraft:slowness:1200:1"]
drugs = ["lsd:0.65", "sleep_deprivation:0.50"]

Available drugs: alcohol, cannabis, peyote, brown_shrooms, red_shrooms, lsd, atropine, bath_salts, sleep_deprivation

Global multipliers

[abyss.curse]
damageMultiplier = 1.0    # scales all direct damage
durationMultiplier = 1.0  # scales all effect durations
morphEnabled = true       # enable Curse of Inhumanity
psychedelicsEnabled = true
morphTier = 6             # tier at which transformation occurs

Custom morph mob list

curseMobs = ["minecraft:wolf", "minecraft:fox", "minecraft:bat", ...]

Any entity ID can be added. Requires Min's Morph Mod at runtime.

Performance tuning

[performance]
bedrockChunksPerTick = 4   # chunks processed per tick during bedrock replacement
tpsWarnThreshold = 18.0    # log warning when TPS drops below this
tpsCriticalThreshold = 15.0

📦 Dependencies

Mod Side Required
Immersive Portals (Forge) Both
Min's Morph Mod Both ⚠️ Required for Tier 6 morph
PsychedeliCraft Both ⚠️ Required for drug effects
Sinytra Connector Both ⚠️ Required for PsychedeliCraft on Forge

🧩 Compatibility


💡 Designed For

AbyssCurse was built as the core of a Made in Abyss inspired modpack combining:

It is designed to be modpack-agnostic — drop it into any dimension-stacking setup and configure it to fit your world.


📄 License

MIT — free to use in any modpack, public or private.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more