0.4.0
Compatibility
Changes

Summary
This update is mostly here to fix a few bugs, to fix textures and show you how we've improved the jungle so far. We are releasing this beta earlier then we tought, this is because we have been having some difficulties with our developers! We are offcialy looking for someone ot help us if you are interested give bananapowers a DM on discord.

Changelog
- Changed spawn egg textures to now show BETA text
- Changed inventory icon to capybara head
- Updated cattail texture to now use biome tint
- Changed Pineapple texture to a better texture
- Changed Cycad plant model and texture
- Changed cycad log texture
- Changed cycad stripped log texture
- Changed cycad plank texture
- Changed cycad door texture
- Changed cycad door, sign, hanging sign and boat textures
- Added cycad chest boat
- Added cycad trap door
- Added silt
- Added dried silt
- Fixed orangutan model
- Added AI, sounds and animations to the orangutan
Jungle upgrades
- Added silt patches to the jungle
- Added moss covering the floor of the jungle
- Added cycad, pineapple flower and swiss cheese plant to naturaly generate in the biome
- added gravel and tuff patches to the biome
- added tuff rocks to the biome
Bugfixes
- fixed certain crash issues with the pineapple flower
- fixed Ui related bugs
- fixed AI bugs

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:Lb3nUgVu:R0XCaEU7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lb3nUgVu:R0XCaEU7"
}

