Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 8 months ago
Updated last month
All versions
1.4.0-mc1.20.1
Release
1.4.0 (1.20.1)last month 89
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Add new set of Light blocks
- Use a from MCreator 2026.2.27711 to 2026.2.33518 (This causes the NeoForge requirement for 26.1.2 to change from 26.1.2.71 to 21.1.2.95)
- Add a new Diamond Banana
- Add 4 new paintings
- Make Acid Lakes slightly more common
- Make the regular and golden bananas both take 2 tick less time to eat
- 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
- Lower the /llamablocks permission level to 2
- Make the creative tab show the Lime Light
- Add a new structure called the Abandoned Farm
- Fixed the saturation of the bananas being insanely high
- Expand the biomes where Banana patches can generate
- Make the Golden Banana Upgrade duplication recipe more conistent with other smithing templates but with an increased output
- Make the Golden Banana Upgrade recipe a little easier
- Increase the effects the Golden Banana gives
- Internal code & balancing improvements
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:ppRzr46g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XITt2S5x:ppRzr46g"
}

