Tags
Creators
Details
7.1.9.126
Compatibility
Changes
Initial Modrinth Release:
-
Added a new tool type that mines faster while under water but slower above water, currently not craftable (BIG_G)
-
Added back the fire pit, for now it uses normal smoke particles (BIG_G)
-
Ex Nihilo Creatio Compatibility: - Many plants can now be composted into dirt (BIG_G)
-
Killing with fire any mobs that drop meat will now drop cooked meat (BIG_G)
-
Scale and Fire Armors now also protect the player from damage while walking on magma blocks (BIG_G)
-
The Bamboo Crafting Table is now fully functional (ACGaming)
-
The Coconut Bomb server whitelist can now be turned on and off with a config option, now off by default (ACGaming)
-
Tropi Creepers can now be manually ignited using a flint and steel (BIG_G)
-
Tropi Creepers now play a Grass Place sound effect when they explode (BIG_G)
-
Tropical skeletons and creepers can now drop their respective skulls if killed by a charged creeper (BIG_G)
-
Tropical spiders can now drop spider eyes (BIG_G) Changes
-
Ashens now use dart guns instead of dagger (will still shoot slowness arrows) (BIG_G)
-
Diving computers are no longer stackable (BIG_G)
-
Easter Island Heads, Iguanas, Tropical Spiders, Failgulls, Man O Wars, Dolphins, Eagle Rays, Tree Frogs, HammerHead Sharks, Tropical Fishes now have exposed loot tables (BIG_G)
-
Overhauled the dart gun to function more like a bow (ACGaming)
-
Renamed "FluidRegistry" to "TCFluidRegistry" due to it conflicting with a forge class of the same name (BIG_G)
-
Sunken Ships, the sifter, the Tropicraft Portal chest and Home Trees now have exposed loot tables (BIG_G/ACGaming)
-
The Iris flower is now part of the "flower" ore dictionary (BIG_G)
-
Tropi Creepers can now once again drop coconut bombs upon "exploding" (BIG_G) Fixes
-
Fixed Bamboo Fishing Rod item texture not having a hook and line (BIG_G)
-
Fixed Coconut Bombs doing... whatever that was (ACGaming)
-
Fixed Easter Island Heads not being able to spawn with Zirconium Block Eyes (BIG_G)
-
Fixed right-clicking on a sifter in creative mode still consuming the held item (ACGaming)
-
Fixed Sea Urchin and Starfish Eggs and Lava Ball not having an entity name (BIG_G)
-
Fixed Tropical Water having no blast resistance (BIG_G)
-
Fixed using spawn eggs not making the arm swinging animation (Icarus)
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:CJKdYjWs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mVfiHVsy:CJKdYjWs"
}

