1.2.6
Compatibility
Changes

Released on account of Thero's Wilds 1 year anniversary, thank you for 1 year of continuing the wilds project
changelog:
additions: added the following mobs:
- Treehopper (thanks to Dew_gmd for the suggestion)
- Army ant
- Giant Anteater
- Japanese Spider Crab
- Ostrich
- Thorny Devil
- Butterfly
- Horseshoe crab
- Carp
- Duck (Mallard)
- Mantis Shrimp (thanks to callmechris8814 for the suggestion)
- Nautilus
- Harbor Seal
- Sonoran desert Toad
- Black and rufous Elephant shrew
Added Plants:
- Calla Lily
- Tall beachgrass
- Aloe vera
- Flowering Aloe vera
- Heliconia
- Shelf Fungus (unobtainable as of current :/)
- Starfish
New stuff: Added Blistering Effect when brewing an Aloe vera Added Raw and Cooked carp aswell as changed the fishing loottable to include the former Added Zoopedia GUI (wip) Made Bromeliads and Tigerflowers Spawn when bonemealing in a Jungle biome Made a Bonemeal feature in the beach biome
Changes:
Retextured the Fiddler crab and Hammerhead shark making their textures more up to date Retextured the Great White Shark (same reason) Redesigned the Stingray
Changed the Creative tab Menu
Misc:
DID NOT ADD THE GUB
removed kleksobrine
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:xf8SuSDN:O91ifQy5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xf8SuSDN:O91ifQy5"
}

