Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
3.2.7
Release
AdventureKraft 3.2.7 - 1.16.511 months ago 145
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
- Moved things from the WIP creative tab that don't belong to their proper tab
- Changed the raw and cooked bacon textures
- Changed the sticky block, amethyst ore, and lapis armor textures
- Changed the termite, bird, and butterfly spawn egg textures
- Updated the Brown, Dark Orange, Dark Brown, and Orange block textures
- Added Queen Ghidorah Scale Chestplate, helmet, and Leggings
- Colored the Boss Bars
- Changed inventory textures
- Added Easter Bunny
- Added Easter Bunny Spawn egg
- Fixed Compressed Poppy block not respecting the boundaries and looking way too big in places
- Fixed Crystal Dimension, allowing items to be brought in
- Fixed grammar issues in the tool tips of the Miners Dream and Apple block
- Fixed Termite token not being removed when used more than once
- Fixed mobs that should be taking fall damage, but are weren't taking fall damage
- Fixed putting the Godzilla scale Axe in an anvil crash
- Fixed translation issues with Red Cow and Termite mobs
- Fixed the Uranium Block tool tip not giving an accurate description
- Fixed the Fire and Titanium Cake Swords showing visually that it was enchanted even when it wasn't
- Fixed Termites not dropping anything
- Gave Cats Eye Entity Armor Model a texture
- Made Butterflies, Rainbow Ants, Termites, and Birds not despawn on Peaceful
- Lowered the default spawns for the rainbow ants, butterflies, and termites
- Made Youtubers Despawn naturally
- Made the Danger Dimension more Scary
- Added Random Structure Spawner
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:ogWyiKlK:n3pBx62O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ogWyiKlK:n3pBx62O"
}

