Tags
Creators
Details
bv0.1.2
Compatibility
Required content
Changes
New generators, tools, recipes, machine animations and more!
Added the ability for all machines and generators to automatically pull from the config
Added Culinary Generator (temporary texture) Added Disenchantment Generator (temporary texture) Added Explosive Generator (temporary texture) Added Wooden, Stone, Iron, Golden, Diamond and Netherite Sickles (temporary texture) Added Watering Can Added Eye of Redstone Added Evil Infused Nugget Added a crafting recipe for the Netherstar Generator Added a crafting recipe for the Chunk Loading Ward Added an actual texture and animation to the Crusher Added new animation to the Crusher, to reflect it's block animation Added JEI recipe buttons to all Machines and Generators Added the /togglegridpoweroverlay command
Replaced all Machines' and Generators' menus' Battery & Progress displays to use more optimized sprite-based displays Replaced old Generator's invividual GUI systems with one, shared, optimized version
Changed the Fire Mill's model & texture Changed the Evil Infused Ingot texture
Increased the maximum energy input and output of Machines and Generators to support faster speeds of usage/generation
General improvements and bug fixes
Changed cVer (config_version) to 2.2, 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:5yJzhcaZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:i1MxpIEW:5yJzhcaZ"
}

