Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 6 months ago
Updated 5 days ago
All versions
1.4.0-beta.3+mc26.1.2
Beta
1.4.0 Beta 3 (26.1.2)5 days ago 10
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- Add a new Diamond Banana
- Add 4 new paintings
- Improved the Abandoned Farm and its loot
- Make some more Banana saturation and balance changes
- Make Abandoned Farms more common on average
- Make Acid Lakes slightly more common
- Make both bananas take 2 tick less time to eat
- Buff the Golden Banana's effects
- Add an Acid Resistance effect
- Updated the Computer Front texture to use a different style of computer (Closer to an Ubuntu or macOS UI rather than a Windows one)
- Add another row of items to the Netherite Backpack
- Add support for placing the bacckpacks in Curios API slots
- Decrease the Y height of the Banana Plant hitbox to make picking up stuck items easier
- Some more balance changes & internal code improvements
Optional dependencies
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:XITt2S5x:iPEyQygH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XITt2S5x:iPEyQygH"
}


