1.3.0
Compatibility
Changes
1.3.0
Added
Nether Coke
A powerful refined Nether fuel, designed as an alternative to coal in mid–late progression. (Inspired by Nether Coal from the Better Than Adventure (BTA) )
- Smelts 24 items per piece
- can be used for Torch recipe now ha gives 10 torches and Crude Steel recipe now uses Nether Coke
- Used in Torch recipe (now gives 10 torches)
- Used in updated Crude Steel recipe
Nether Coke Block
- A dense fuel storage block.
- Smelts 216 items
Nether Coke Ore
- A glowing Nether resource.
- Generates across the Nether
- Emits a faint light in caves
- Drops 1–3 Nether Coke (Fortune supported)
Charged TNT
An upgraded explosive block for those who think vanilla TNT is a joke.
- Significantly increased explosion radius
- Strong enough to devastate large areas
Reinforced Fishing Rod
A heavily upgraded fishing rod designed primarily for combat utility rather than fishing.
- Stronger hook pull force
- Can drag mobs closer to the player
- Grants brief invulnerability on successful pull
- Increased durability
- Useful for controlling enemies and initiating fights
- Designed for aggressive playstyle and close combat engagements
Changes
- Vanilla TNT recipe removed and replaced. New TNT recipe is now easier: crafted using paper and gunpowder
Fixes
- Steel Block, Steel Door, Steel Trapdoor, Steel Pressure Plate now correctly mineable
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:dvNBMVMp:q1qPFQzS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dvNBMVMp:q1qPFQzS"
}

