Tags
Creators
Details
1.4.1
Compatibility
Changes
⨠New Features Primitive Progression Advancements: Added a brand-new advancement tree to act as an in-game guide for the early survival loop. Players will naturally be guided from gathering their first plant fibers ("Primitive Beginnings") to knapping stone, crafting tools, and surviving their first night.
âď¸ Config & Tweaks Massive Configuration Overhaul: Modpack developers and server owners can now fine-tune almost every aspect of the mod!
Individual Tool Durability: The Flint Axe, Pickaxe, Shovel, Hoe, and Knife now each have their own independent durability settings in the config, rather than sharing a single global value.
Combat Customization: You can now configure Crude Bow durability and inaccuracy, as well as Flint Arrow base damage and shatter chance.
Mechanic Adjustments: Added config options to tweak the Crude Brush completion time, the flint drop chance from brushing, the knapping success rate, and the ability to toggle strict mining penalties entirely.
đ Bug Fixes Missing Items Fixed: Resolved an issue where the Crude Bow and Flint Arrow were not appearing in the Creative Inventory or JEI (Just Enough Items). They are now properly registered and searchable.
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:8XUM9Lwf:Oy77XB1e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8XUM9Lwf:Oy77XB1e"
}

