Tags
Creators
Details
Licensed MPL-2.0
Published 5 months ago
Updated 3 weeks ago
All versions
7.1.9.128
Release
Tropicraft Legacy 7.1.9.1283 weeks ago 25
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
New
- Added a new drink: Hot Cocoa, will give you regeneration for 10 seconds
- Added a Pineapple Cake
- Added a textures update resource pack that will be included in your resource pack folder upon opening the game, this can be turned off in the configs
- Added an advancement for crafting Scale armor
- Poison Frog Skin can now be used to brew Awkward Potions into Poison Potions (hey at least it's 5% less useless until I figure out paralyzing darts)
Changes
- Tiki torches and Iris flowers no longer drop anything if broken in creative mode
- Tropical Spiders now have a small chance to spawn with a tropical skeleton riding them instead of a vanilla skeleton
Fixes
- Fixed Iris flowers not having an encyclopedia entry
- Fixed lemon, grapefruit and orange sapling encyclopedia entries having mismatched icons
- Fixed the Mahogany Saplings not having an encyclopedia entry
- Fixed Tropical Water, Portal Water and Portal Wall not being visible with waila
- Fixed using a Sifter not also consuming the input item in survival mode
- Fixed using the pick block key on a bamboo flower pot returning the vanilla flower pot instead, also fixes Waila showing the vanilla flower pot when looking at a bamboo pot
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:mVfiHVsy:djFLULpr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mVfiHVsy:djFLULpr"
}

