All versions
0.1
Beta
NeoForge Remake 0.14 months ago 51
Compatibility
Minecraft: Java Edition
26.1.x
1.21.8–1.21.11
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
With this being a re-build of the original CurseForge version, there are some features that have changed.
- Changes
- Dealing Alter is now an inventory-based tile entity. The ability to gain random deals has been removed, and is now replaced with a GUI to merge to items into a single Cursed Item. The block has also been renamed to the Ritual Shrine.
- I guess I removed Dimwood at somepoint after releasing 0.5, but some of it's blocks are still here, being the normal and stripped versions of the logs and wood, along with the planks. There are no crafting recipes however, as they have yet to be re-added.
- The Curios API is now a required dependency for this mod. Some Cursed Items (namely the Monstrous Rabbit's Foot and Demon Firework) can be equipped in the new Cursed Item Curios slot. Pressing V (default key) will activate the currently equipped Cursed Item.
- Some of the Cursed Items have new names.
- Advancements have not been re-added, and will likely be re-worked with the new direction of the mod.
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:HvODxn2j:FgUgCrrJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HvODxn2j:FgUgCrrJ"
}


