
Ultimate warhammer mod
This mod in the earliest stages of development so please don't be rude about it. However feel free to give tips and report bugs. As of now it includes the armour of a space marine and a ore to create their is also a chainsword made from the same material.
1.0.0
Compatibility
Changes
In the latest update by badwolfunit adds basic chaos features such as:
- world eaters ( and other Chaos space marine faction but I'm a world eaters guy so this is my top priority) armour
- the warp transports you to 100ish blocks in overworld per 1 block travel in the warp.
- biomes for the warp including all of the chaos gods individual realms.
- dæmons and chaos cultists
- a heavy bolter (with too much recoil)
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:VEEALknD:j498aFZK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VEEALknD:j498aFZK"
}
