Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 months ago
All versions
2.4
Release
LuckyTNTMod-1.20/1.20.1-2.42 years ago 325.4K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changes:
- config screen overhaul
Fixes:
- Not putting an Item into Item Firework and lighting it would result in a crash
- putting a Firework Rocket into Item Firework wouldn't shoot them at the correct angles
- the deepslate variants of uranium and gunpowder ore sounded like stone instead of deepslate
- the registry name of the TNT Entity of Cobblestone House TNT used to be "luckytntmod:cooblestone_house_tnt" instead of "luckytntmod:cobblestone_house_tnt"
- Fixes for the russian translation
- Igniter TNT and Dynamite are now capeable of blowing up the normal Minecraft TNT as well
- a few TNTs behaved strangely when blown up by another TNT due to randomized fuse
- Mimic TNT, Bouncing TNT, Leaping TNT and Jumping TNT didn't make sounds
- Atlantis didn't place any Warm Ocean Ruins
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:6KGqgmI7:s2cYdm7r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6KGqgmI7:s2cYdm7r"
}


