Tags
Creators
Details
25.7
Compatibility
Changes
Whats News
Many changes have taken place, as well as minor but numerous additions.
Added in mod :
- Compressed Endium
- Endium Cave Block (Bêta)
- Frozen Obsidian
- Capture Stone
- Capture Sword
- Voidstone
- Voidstone Minage
- Wither Skull Fragment
- Wither Dust
Add other items/blocks especially lucky block on event
- Fallen Sword/Pickaxe/Axe/Shovel
- Palastrange Ore
- Palastrange Ingot
- Rainbow Sword
- Chocolat Milk
- Chocolat Egg
- All Ticket Halloween
- Halloween Sword/Pickaxe/Axe/Shovel/Hoe
- Candy
- Candy Rainbow
- Candy Yellow/Blue/Pink/Green Christmas
- Rainbow Present
- Christmas Villager Job Adding more discs, changing textures:
- ReFuzay
- Paladium GO
- Fuze Reine des Neige
Translation Editing
We have reworked the English/French translation and updated it correctly, normally everything should be translated correctly without bugs.
- Changing the texture of the Palaframe block
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:pURl7B2k:JTgLRJjV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pURl7B2k:JTgLRJjV"
}

