All versions
0.0.9_X5580
Alpha
0.0.9_X55806 months ago 468
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Machines!
- FEnSU - used for storing infinity amount of energy
- Red copper cable - used for transferring energy
- Battery socket - used for storing batteries with energy
- Works like original mod!
- Little boy bomb
- Guess what it does
- World generation
- Crashed bombs, as well mines now will generate in your world
- Duck button
Changed
- Nukes guis
- Particle rendering method (ONCE AGAIN)
- Items icons
Fixed
- Explosion did knockback while flying
- Creative tab items misplacing
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:G5P2Y6la:mkwiOz0P"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:G5P2Y6la:mkwiOz0P"
}

