▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/AbyssCurse
AbyssCurse

AbyssCurse

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

Оцените первым
34
0

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

  • 🌀 Layer-based curse system — each dimension in the stack is assigned a curse tier. The deeper the layer you ascend from, the more severe the curse.
  • 💊 PsychedeliCraft integration — each tier applies unique ✨ effects for a truly disturbing visual experience (requires PsychedeliCraft via Sinytra Connector).
  • 🐾 Curse of Inhumanity (Tier 6) — the player is transformed into a random animal via Min's Morph Mod. A 50/50 chance between transformation and instant death. Only death can undo the curse.
  • ☠️ Tier 7+ — Certain Death — no exceptions, no config will save you.
  • 🪨 Bedrock replacement fix — fixes the known Immersive Portals (Forge) bug where bedrock is not correctly replaced during dimension stacking. Processed gradually to avoid TPS drops.
  • 🔧 Fully configurable — every layer, effect, ✨ level, damage value, and mob list is defined in a single config file. Add custom dimensions by inserting their ID into the layer list — no code changes required.
  • 🌌 Cosmos namespace ignored — dimensions with the cosmos namespace are automatically excluded from the curse system, allowing seamless integration with space mods like Ad Astra.

🗺️ Default Curse Layers

TierLayerKey Effects
1Edge of the AbyssNausea, mild alcohol effect
2Forest of TemptationNausea, slowness, mining fatigue, cannabis
3Great ChasmDamage (2hp), blindness, weakness, peyote, sleep deprivation
4Chalice of GiantsDamage (4hp), poison, severe slowness, mushroom hallucinations
5Sea of CorpsesDamage (6hp), wither, near-total sensory loss, ✨, atropine
6Capital of the LostCurse of Inhumanity — transformation or instant death
7+The DepthsDamage (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"]
✨s = ["✨:0.65", "sleep_deprivation:0.50"]
  • damage — direct magic damage on ascent (scaled by damageMultiplier)
  • effects — standard potion effects: "namespace:effect:durationTicks:amplifier"
  • ✨s — PsychedeliCraft levels: "✨Name:level" (0.0–1.0)

Available ✨s: alcohol, cannabis, peyote, brown_shrooms, red_shrooms, , 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

ModSideRequired
Immersive Portals (Forge)Both
Min's Morph ModBoth⚠️ Required for Tier 6 morph
PsychedeliCraftBoth⚠️ Required for ✨ effects
Sinytra ConnectorBoth⚠️ Required for PsychedeliCraft on Forge

🧩 Compatibility

  • ✅ Forge 1.20.1
  • ✅ Compatible with any dimension mod — just add dimension IDs to the config
  • cosmos:* dimensions are automatically ignored (Ad Astra, Cosmic Horizons compatible)
  • ✅ TPS-safe bedrock replacement — configurable chunks per tick

💡 Designed For

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

  • Immersive Portals — vertically stacked dimensions
  • Infinite Abyss — abyss-themed layers
  • Ad Astra / Cosmic Horizons — space as the ultimate reward for ascending
  • PsychedeliCraft — immersive sensory horror
  • Min's Morph — loss of humanity on the deepest layers

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.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Зависимости

Ссылки

Создатели

Детали

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 месяца назад
Главная