All versions
1.12.2-1.1.57
Release
Primal Lib 1.12.2-1.1.578 months ago 296
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
General changes
- Supports Basket Case 2.1.95 and Darkest Before Dawn 0.0.76.
- Make it so plant fibers can be crafted into twine again.
- The cordage recipe has been updated to require the generic OreDictionary ingredient "plantFiber" for better compatibility with other mods. Along with this, plant fiber and sugar cane have been added to the OreDictionary as "plantFiber." This means sugar cane must now be crafted into twine to serve as cordage.
- The max number of bark drops has been lowered to 64.
Compatibility with Better With Mods
- The amount of bark that logs produce is now configurable. For compatibility with Better With Mods, set the amount to 1. This applies both to the bark recipe and to bark drops when right-clicking on logs.
- The amount of planks that stripped logs produce is now configurable. For compatibility with Better With Mods, set the amount to 3. Note that the recipe does not require an axe and does not produce sawdust.
- Stripped logs now have a configurable burn time. For compatibility with Better With Mods, set the value somewhere between 1200 and 1600.
Compatibility with Biomes O' Plenty
- Compatibility with Biomes O' Plenty must be turned on in the Primal Lib config.
- Ivy and willow vines from Biomes O' Plenty can now serve as cordage and are also registered to the OreDictionary as vines.
- Cattail, river cane, reed, root, flax, and tall cattail from Biomes O' Plenty are registered as "plantFiber" and can now be crafted into cordage.
- Many Biomes O' Plenty grasses and plants will now drop plant fiber. This includes dead grass, desert grass, dune grass, medium grass, wheat grass, barley, devilweed, sea oats, spectral fern, and wild rice.
- Bushes and shrubs from Biomes O' Plenty will now drop twigs. They will be generic twigs unless wood-specific baskets are enabled in Basket Case, in which case they will be oak twigs.
Compatibility with No Tree Punching
- Compatibility with No Tree Punching must be turned on in the Primal Lib config.
- The amount of planks that stripped logs produce is now configurable. For compatibility with No Tree Punching, set the amount to 3. Note that the recipe does not require an axe and does not produce sawdust.
- You can now get bark from logs using flint hatchets and any mattock. This includes both the crafting grid and right-clicking on placed logs. You must right click on the sides of the log to get bark.
- You can now craft planks from stripped logs using No Tree Punching saws. You still can't get planks by right clicking on a stripped log with a hatchet or mattock.
- If you configure Primal Lib to vary the drop chance of Primal Lib items harvested with an axe, the No Tree Punching hatchet and mattock will honor those settings.
Bug fixes
- Fixed some config tool tips in the lang file.
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:cbu9zccT:XU9JfNKW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cbu9zccT:XU9JfNKW"
}

