Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Souls Like Bosses
ModLicenseRef-All-Rights-Reserved

Souls Like Bosses

This mod adds Darksouls like bosses, which can be encountered inside structures around your world

3.2K
Downloads
10
Followers
3 months ago
Updated
📦
6
Versions
fabricforgequilt
Download Latestv3.2View on Modrinth

📖About Souls Like Bosses

feel free to use the mod inside modpacks

Texture Issues

If textures do not load correctly, place the Mod Resources resource pack at the top of your resource pack list.


Lite Version
https://www.curseforge.com/minecraft/mc-mods/souls-like-bosses-lite

Standalone Versions:
https://www.curseforge.com/minecraft/mc-mods/soul-of-cinder-standalone

https://www.curseforge.com/minecraft/mc-mods/nightlord-standalone

https://www.curseforge.com/minecraft/mc-mods/abyss-watchers-standalone

Required Mods

  • minimum of 6 GB allocated memory required
  • Huge Structure Blocks
    https://www.curseforge.com/minecraft/mc-mods/huge-structure-blocks
  • AttributeFix
    https://www.curseforge.com/minecraft/mc-mods/attributefix

If you enjoy the mod, please consider supporting me on Patreon :)

undefined

Boss Battles

The Nightlord

Abyss Watchers

Soul of Cinder

Melkor

Lothric
Curse-rotted Sunflower

Boss Arenas

  • Tree of Light
    Generates inside the Ocean biome
  • Catacombs of Carthus
    Generates inside the Deep Dark
  • Kiln of the First Flame
    Generates in Mountain biomes
  • Lothric Castle
    Generates in the Plains
  • Melkors Keep
    Generates in the Soul Sand Valley
    undefined

FAQ & Configuration

Texture Issues

If textures do not load correctly, place the Mod Resources resource pack at the top of your resource pack list.

Boss Freezing Issue

If bosses are frozen, use the command: /scoreboard players add .s_l_b_global boss_active 1

Boss Spawning & Damage

/function souls_like_bosses:adjust_config/

1 vs 1 Mob Battles

By installing the Carpet Mod, you can enable 1v1 mob battles
https://modrinth.com/mod/neoforge-carpet

/function souls_like_bosses:adjust_config/mob_battle_mark_nearest_mob

Boss Progression

By default, bosses unlock one after another.
To allow fighting all bosses from the start:
/function souls_like_bosses:adjust_config/progression_mode_toggle

Locating Boss Structures

/locate structure souls_like_bosses:catacombs_of_carthus
/locate structure souls_like_bosses:kiln_of_the_first_flame
/locate structure souls_like_bosses:lothric_castle
/locate structure souls_like_bosses:tree_of_light
/locate structure souls_like_bosses:melkors_keep

 

Boss Health Configuration

Min: 100 | Max: 490000
/scoreboard players set .s_l_b_global aw_health number
/scoreboard players set .s_l_b_global soc_health number
/scoreboard players set .s_l_b_global lothran_health number
/scoreboard players set .s_l_b_global nl_health number
/scoreboard players set .s_l_b_global te_health number (melkor)

Combo Length Configuration

/scoreboard players set .s_l_b_global aw_combo_length number
/scoreboard players set .s_l_b_global soc_combo_length number
/scoreboard players set .s_l_b_global nl_combo_length number
/scoreboard players set .s_l_b_global te_combo_length number

 

Adding Bosses to Your Own Structures

I uploaded an lite version with only the bosses, to be integrated in custom strutures:
https://www.curseforge.com/minecraft/mc-mods/souls-like-bosses-lite

Modpack Configuration via Helper Datapack

You can configure the mod using a helper datapack.
use the following code inside your load.mcfunction and adjust the values.

# --- Create scoreboard objectives ---
scoreboard objectives add gamerule_keep_inventory dummy  # 1=Keep items when dying to boss, 2=drop items
scoreboard objectives add boss_difficulty dummy          # 1=Easy, 2=Normal, 3=Difficult, 4=Hard, 5=Hardcore
scoreboard objectives add bossbars_enabled dummy         # 1=show boss bars, 2=hide boss bars
scoreboard objectives add dialogue_audio_enabled dummy   # 1= audio on, 2= audio off
scoreboard objectives add slb_ability_cooldown dummy     # Cooldown time for player abilitiesscoreboard objectives add heolstor_spawned dummy         # 0= gets spawned at the start

# Health objectives for all characters (min 100, max 490.000)
scoreboard objectives add nl_health dummy               # Health for Night Lord
scoreboard objectives add soc_health dummy              # Health for Soul of Cinder
scoreboard objectives add aw_health dummy               # Health for Abyss Watcher

# Combo length objectives
scoreboard objectives add nl_combo_length dummy         # average combo length for Night Lord
scoreboard objectives add soc_combo_length dummy        # average combo length for Soul of Cinder
scoreboard objectives add aw_combo_length dummy         # average combo length for Abyss Watcher

# general config
scoreboard players set .s_l_b_global gamerule_keep_inventory 1
scoreboard players set .s_l_b_global boss_difficulty 2
scoreboard players set .s_l_b_global bossbars_enabled 1
scoreboard players set .s_l_b_global dialogue_audio_enabled 2
scoreboard players set .s_l_b_global slb_ability_cooldown 1600scoreboard players set .s_l_b_global heolstor_spawned 0

# boss health values
scoreboard players set .s_l_b_global nl_health 600
scoreboard players set .s_l_b_global soc_health 400
scoreboard players set .s_l_b_global aw_health 400

# boss combo lengths
scoreboard players set .s_l_b_global nl_combo_length 2
scoreboard players set .s_l_b_global soc_combo_length 2
scoreboard players set .s_l_b_global aw_combo_length 2

 

Credits

  • Nightlord model by chromexception
  • Moonlight Greatsword model
    https://www.planetminecraft.com/data-pack/custom-sword-datapack-moonlight-great-sword/
  • Firelink Greatsword model
    https://www.planetminecraft.com/texture-pack/ds3-firelink-greatsword-no-optifine/
  • Farron Greatsword model
    https://www.planetminecraft.com/texture-pack/ds3-abyss-watchers/
  • Soul of Cinder texture
    https://www.planetminecraft.com/skin/soul-of-cinder-dark-souls-iii-6146273/
  • Kiln of the First Flame structure
    https://www.planetminecraft.com/project/dark-souls-3-kiln-boss-fight/

👥 Team & Contributors

b4nanaph0ne76
b4nanaph0ne76Owner

⚙️ Compatibility

Environment
✅ Client & Server
Loaders
fabricforgequilt
Minecraft Versions
1.20.1

🔗 Links

Modrinth Page