All versions
1.3.1
Release
Souls Mod - 1.3.1last week 4
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Medium Version Update - 1.3.1
Command Changes
- Added a new command; /souls debug tp (overworld/nether/end)
- Added a new command; /souls debug tablives (true/false)
Tab List Changes
- Player Lives now display in the TAB menu
- Can be disabled with a command
Deep Slate / Blackstone / Basalt Blocks
- Added the following cosmetic blocks;
- Polished Blackstone - Fence, Fence Gate, Ladder
- Polished Deepslate - Fence, Fence Gate, Ladder, Button
- These blocks will be used purely for cosmetic purposes like potential future structures (but they do have crafting recipes)
Additional Features
- Introducing a new, for-fun-item; Dice
- You can craft a dice with 1 Wool Block
- Dice can be dyed with any color Dye
- Right-clicking throws the dice, randomly landing on one of 6 sides
- Crouch + right-clicking placed the dice on a random side
- A chat message confirms what was thrown to players within 16 blocks
- Dice can be picked up by crouching and left- or right clicking
- Dice can be dropped as an item by left-clicking them
- Dice can be re-rolled by right-clicking them
- You can now right-click an Armor Stand while holding 2 Sticks to give it arms
Bug Fixes
- Fixed a bug where if you'd 'spectate' (using left-click) on a mob or player in Ghost Mode while being visible to players, it would continue to show the Ghost Player's body overlapping with whatever they were spectating
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:oMMuAlhQ:KoWsqJmS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oMMuAlhQ:KoWsqJmS"
}

