Tags
Creators
Details
1.1.0
Compatibility
Changes
Changelog (v1.0.0 -> v1.1.0)
- Fixed a bug where stored energy would not be saved in the mob attractor
- Fixed a bug where block activators would override some of each other's variables
- Removed a message that would pop up in the log each time the IO on a cobblestone generator was updated
- Tweaked the mob attractor energy consumption to be significantly cheaper
- Added shift click into the cobblestone generator upgrade slot
- Added shift click into the vacuum hopper filter slot
- Mob attractor UI tweaks
- Block activator UI tweaks
- Vacuum hopper UI tweaks
- Cobblestone generator UI tweaks
- Changed mod description, authors, and logo
- Changed mod block and item descriptions
Full Changelog: https://github.com/Gitko01/Hullabaloo/compare/v1.0.0..v1.1.0
Release notes
Significant update with bug fixes, UI tweaks, a slight rebrand of the mod, and some other changes to make Hullabaloo a nicer mod to play with. Hope y'all enjoy it!
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:UcBeP9ed:12LrVCLG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UcBeP9ed:12LrVCLG"
}

