Mod

Shrouded

Quick rating

Shrouded

No reviews yet

A mod introducing a new dimension consumed by sculk, and all of the things it has corrupted.

Custom Dimensions
World Gen Improvements
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
shroud-0.7.2.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

shrouded_logo_adjusted


Note: This mod is in early development. The Shroud dimension is not yet fully developed, but should have enough content at this point for a reasonably satisfactory gameplay experience. Certain updates may break saves during this development period. Please read the patch notes prior to updating; I will try to mention if anything save breaking is included.

Overview

Shrouded adds a new corrupted dimension, filled with custom biomes, world generation features, mobs and more! It's loosely inspired by the Adrian Tchaikovsky novel 'Shroud', expressed through the closest thing Minecraft has to that dark, alien world, which is sculk.

Dimension

This mod adds a dimension called Shroud, which can be accessed through the portal structure in an Ancient City. Simply take an echo shard, right-click anywhere within the pre-existing frame, and you will experience a portal being ripped open between the Overworld and Shroud.

Note: Ensure any sculk veins are cleared from within the portal frame, otherwise it will not light.

This mod also adds a dimension called 'Limbo' which is only accessible through commands. Currently, it serves as a testing ground for a proceduraly generated backrooms-esque dungeon. No content is yet tied to it however.

ancient_city_portal_1

Biomes and Mobs

There are a variety of biomes in Shroud. Within them, you will find custom trees, plants, world gen features, and lots and lots of sculk. You will also find Shroud's custom entities; observe them for a while and you may see something creepy. And take care, for they have similar senses to the Warden.

shroud_mobs_1

Materials & Items

At present, you will find one custom ore in Shroud called 'Eventide'. This can be processed and crafted into weapons, tools and armor which are slightly better than netherite. There are also a variety of blocks, vegetation, items and unique artifacts to find and acquire.

Ritual Crafting

Ritual crafting is fairly straightforward and consists of two parts: the corrupted reliquary in the center which accepts items via right-click, hopper/pipe, or by having them dropped on top, and the binding pedestal(s) placed anywhere within 7 (horizontal) blocks which will trap any living mob lured onto or placed atop them.

Once the necessary mobs and items are in place, take a stone axe (temporary item to be replaced in future updates) and right-click the corrupted reliquary. This will initiate the ritual which will consume the items and drain a set amount of health from the entities trapped upon the pedestals. Afterwards, the resulting item will be dropped near the corrupted reliquary, or placed in a chest if present on any side of (or below) the reliquary.

Rudimentary JEI support is included in the intial release, and will display which items, mobs, and health cost from said mobs are required for the successful completion of the ritual. An in-game guide will come in future updates, as well as custom textures for the reliquary and pedestals.

KubeJS support is included as of version 0.6.0 for ritual crafting recipes. You can see an example of how to structure it in the spoiler below.

shroud_ritual_2

KubeJS Support

See the snippet below for an example of how to create a new ritual crafting recipe via KubeJS server events:

ServerEvents.recipes(event => {
// Adds a sample ritual recipe
event.custom({
type: "shroud:ritual",
items: [
{ item: "minecraft:nether_star", count: 1 },
{ item: "minecraft:amethyst_shard", count: 4 },
{ item: "minecraft:netherite_block", count: 1 }
],
mobs: [
{ entity: "minecraft:zombie", count: 4 }
],
mob_damage: 3.0,
duration_seconds: 10,
output: {
item: "minecraft:oak_fence",
count: 1
}
})
.id("kubejs:ritual/test_ritual_1")
})

Please feel free to leave feedback and/or bug reports in the comments here on CurseForge.

GECKOLIB REQUIRED

shrouded_logo

Note: This mod is in early development. The Shroud dimension is not yet fully developed, but should have enough content at this point for a reasonably satisfactory gameplay experience. Certain updates may break saves during this development period. Please read the patch notes prior to updating; I will try to mention if anything save breaking is included.

Overview

Shrouded adds a new corrupted dimension, filled with custom biomes, world generation features, mobs and more! It's loosely inspired by the Adrian Tchaikovsky novel 'Shroud', expressed through the closest thing Minecraft has to that dark, alien world, which is sculk.

Dimension:

Spoiler

This mod adds a dimension called Shroud, which can be accessed through the portal structure in an Ancient City. Simply take an echo shard, right-click anywhere within the pre-existing frame, and you will experience a portal being ripped open between the Overworld and Shroud.

Note: Ensure any sculk veins are cleared from within the portal frame, otherwise it will not light.

ancient_city_portal_1

This mod also adds a dimension called 'Limbo' which is only accessible through commands. Currently, it serves as a testing ground for a proceduraly generated backrooms-esque dungeon. No content is yet tied to it however.

Biomes and Mobs: 

Spoiler

There are a variety of biomes in Shroud. Within them, you will find custom trees, plants, world gen features, and lots and lots of sculk. You will also find Shroud's custom entities; observe them for a while and you may see something creepy. And take care, for they have similar senses to the Warden.

shroud_mobs_1

Materials & Items: 

Spoiler

At present, you will find one custom ore in Shroud called 'Eventide'. This can be processed and crafted into weapons, tools and armor which are slightly better than netherite. There are also a variety of blocks, items and unique artifacts to find and acquire.

Ritual Crafting:

Spoiler

Ritual crafting is fairly straightforward and consists of two parts: the corrupted reliquary in the center which accepts items via right-click, hopper/pipe, or by having them dropped on top, and the binding pedestal(s) placed anywhere within 7 (horizontal) blocks which will trap any living mob lured onto or placed atop them.

Once the necessary mobs and items are in place, take a stone axe (temporary item to be replaced in future updates) and right-click the corrupted reliquary. This will initiate the ritual which will consume the items and drain a set amount of health from the entities trapped upon the pedestals. Afterwards, the resulting item will be dropped near the corrupted reliquary, or placed in a chest if present on any side of (or below) the reliquary.

Rudimentary JEI support is included in the intial release, and will display which items, mobs, and health cost from said mobs are required for the successful completion of the ritual. An in-game guide will come in future updates, as well as custom textures for the reliquary and pedestals.

KubeJS support is included as of version 0.6.0 for ritual crafting recipes. You can see an example of how to structure it in the spoiler below.

shroud_ritual_2

KubeJS:

Spoiler

See the snippet below for an example of how to create a new ritual crafting recipe via KubeJS server events:

ServerEvents.recipes(event => {
    // Adds a sample ritual recipe
    event.custom({
        type: "shroud:ritual",
        items: [
            { item: "minecraft:nether_star", count: 1 },
            { item: "minecraft:amethyst_shard", count: 4 },
            { item: "minecraft:netherite_block", count: 1 }
        ],
        mobs: [
            { entity: "minecraft:zombie", count: 4 }
        ],
        mob_damage: 3.0,
        duration_seconds: 10,
        output: {
            item: "minecraft:oak_fence",
            count: 1
        }
    })
    .id("kubejs:ritual/test_ritual_1")
})

GECKOLIB REQUIRED

Screenshots

Gallery

  • shroud_5.png
    shroud_5.png shroud_5.png
  • shroud_6.png
    shroud_6.png shroud_6.png
  • shroud_4.png
    shroud_4.png shroud_4.png
  • shroud_7.png
    shroud_7.png shroud_7.png
  • shroud_ritual_1.png
    shroud_ritual_1.png shroud_ritual_1.png
  • shroud_3.png
    shroud_3.png shroud_3.png
  • Living Sculk
    Living Sculk
  • Umbral Forest
    Umbral Forest
  • Blighted Shade
    Blighted Shade
  • Pulped Caves
    Pulped Caves
  • Item Display
    Item Display
  • Ritual Crafting
    Ritual Crafting

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync