Links
Tags
Creators
Details
0.2-1.20.1
Compatibility
Required content
Changes
Release Notes for Arcane Abyss v0.2 (Dev Version)
New Features
-
Commands:
- Added
/dungeonxpcommand to manage dungeon experience points.- Sub-commands:
addandremoveto modify XP.
- Sub-commands:
- Added
/disableDamagecommand to toggle damage on and off. (for development only)
- Added
-
Structures:
- Introduced new structure types and processors:
arcane_jigsaw_structurewaterlogging_fix_processor
- Added new features:
generic_mob_featurespawner_feature
- Introduced new structure types and processors:
-
Dungeon Segments:
- Added various dungeon room types with different weights and processors:
room_crafter,room_supply,room_mine,room_puzzle,room_plus,room_maze,room_yalla,room_vertical,room_peaceful
- Added various dungeon room types with different weights and processors:
Improvements
- Enhanced the teleportation mechanics with the Slime Staff.
- Improved particle effects and status effects for better gameplay experience.
Bug Fixes
- Fixed issues with waterlogging in custom structures.
- Resolved minor bugs related to entity rendering and item abilities.
Known Issues
- Some dungeon rooms may not generate correctly under certain conditions.
Disclaimer
This mod is not affiliated with Mojang AB. Minecraft is a trademark of Mojang AB.
Enjoy the new features and improvements in Arcane Abyss v0.2! For any issues or feedback, please open an issue on the GitHub repository.
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:ipt93HO5:mzqAXBYw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ipt93HO5:mzqAXBYw"
}

