Tags
Creators
Details
bv0.1.3
Compatibility
Required content
Changes
Spikes, updated textures, improved machine logic and more!
Added Wooden, Stone, Iron, Golden, Diamond and Netherite Spikes (temporary textures)
Added Wireless FE Heating Coil (W.I.P. Does not function)
Added Wind Mill
Massively improved GP generator config settings, allowing for much higher customizability
Reworked the Panels' tick update system
Reworked the Mills' tick update system
Updated all the textures for the Sickles
Updated the texture for the Explosive Generator (with brand-new animations!)
Fixed the Resonator not having a bottom texture
Fixed the Angel Ring cancelling all flight, even from other mods, if you did not have an Angel Ring (thanks mogstar)
Changed the Manual Mill's hitbox and model back to the temporary one.
Changed the Compressed Cobblestone recipe to accept items in the c:cobblestones tag
Changed the generators to stop using their active state/animation whenever the generator is full or there's not enough GP available.
Changed the core recipe for Gunpowder in the Explosive Generator to use the c:gunpowders tag instead of the item directly.
General improvements and bug fixes
Changed cVer (config_version) to 2.3, so your config will regenerate when updating
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:i1MxpIEW:eGkh6oyR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i1MxpIEW:eGkh6oyR"
}


