1.0.4
Compatibility
Changes
#Adds Creatures:-Gastornis -Koala -Hyena -Rat -Dire Wolf -Anchiornis -Stegosaurus -Ornitholestes -Eurhinosaurus -Blue Shark -Barramundi -Enchodus -Bullet Ant -Iguana -Leatherback Sea Turtle -Broomistega -Poison Dart Frog -Moon Jellyfish -Starfish.
#Adds Items:-Brazil Nut Tree Nuts -Fresh Macadamia Nuts -Eucalyptus Leaf -Shark Meat -Barramundi Meat -Macadamia Cookie -Colored Feathers -Colored Tribal Bonnets -Colored Fur -Colored Fur Hoods -Thick Hide -Blubber -Blubber Oil Bottle -Dull Shears -3 Dino Eggs -3 New Saddles.
#Adds Blocks:-Full Redwood Wood Set -Full Williamsonia Wood Set -Full Brazil Nut Wood Set -Full Macadamia Wood Set -Full Eucalyptus Wood Set -Brazil Nut Shell -Macadamia Nuts -Dark Shale -Full Phosphorite Stone Set -Ferny, Normal Silt -Clay Soil -Pebbles -Green Algae -Sea Lettuce -Cattail -Sea Oats -Swamp Paperbark -Native Ginger -Lavender -Leaf Pile -Dry Shrub -Agave -Cladophlebis -Onychiopsis -Dasycladale -Nillsonia -Equisetite -Info-Device -Oil Lamp.
#Adds Features:-Saddled Animals -Tribal Bonnets give effects -Switchable Oil Lamp -Dull Shears To Cut Snake Skin -Animal Fur/Feathers -Saplings -Craftable Saddle -Info-Device Gives Information On Every Animal.
#Fixes:-Better Sounds -Re-Made Models & Textures -New Animations -Fixed Egg Spawning -Matted Wool Carpet Item Block Render -Strangled Barrel Mechanic Change.
#Adds Biomes:-Eucalypt Forest - Overworld.
(Side Note: Yeah I lied in the last changelog.. Sorry)
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:rxqsxj9M:PvZ8TH5i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rxqsxj9M:PvZ8TH5i"
}

