Tags
Creators
Details
25.10.1
Compatibility
Changes
Late Christmas surprise
To thank you for your unwavering support of Palamod Recreated, I've decided to give you a Christmas surprise.
There are several things in Paladium that many of you have requested, namely improvements to the hammer and broadsword.
It's true that since their arrival, they have been essentially like normal tools, and that there is, for example, no difference between a titanium hammer and a palladium hammer, so I have decided to finally roll out this update.
News & Fix
- Amethyst tools have a level similar to iron, which means they can no longer mine diamonds or palladium, for example.
- The antique box has been improved, as has the amethyst box.
- Palladium and Amethyst boxes are now sold via the Trixiar Villager.
- The Hammer and Broadsword have modifiers. Craft them and add them to the Grinder (see the official Palladium wiki).
- All helmets offering night vision have been corrected so that the effect no longer flickers.
- The Wandering Trader no longer sells boxes.
- Palamod seeds and fruits can now be composted.
There are other minor corrections not mentioned because they are very minor.
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:ENbWnYkx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pURl7B2k:ENbWnYkx"
}

