Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.3-26.1.2
Release
Forged In Damasucs (Now on 26.1.2) 1.3-26.1.2last month 17
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
V1.3:
New Items:
New Cubes:
- High Explosive Cube
- Aquatic Cube
- Earth Cube
- Ender Cube
New Weapons:
- High Explosive Damascus Steel Spear: Charge Attack Creates an Explosion on Impact That Differs Based On the Damage Dealt
- Aquatic Damascus Steel Spear: Charge Attack Accelerate the Player Underwater and Deals extra Damage Underwater while also Filling the player's Oxygen Bar
New Tool:
- Destructive Pickaxe: An AOT Tool that can Break in a 3x3, 5x5, 7x7 and 9x9, can also break Shovel Mineable Blocks (Dirt, Gravel, etc.)
New Fun/Useful Items:
- Dynamite: A Throwable Explosive
- Sponge Ball: A Throwable Sponge
A Lot of Fixes...
Optional dependencies
Any compatible version
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:jJGVzkr6:ArZ9M4Ff"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jJGVzkr6:ArZ9M4Ff"
}

