Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 7 months ago
All versions
1.1.0
Release
1.1.02 years ago 13.7K
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Makeshift Armor
- Crafted out of patterns
- Same defense level as leather
- Only includes a helmet and chestplate
- Can receive wooden embellishments (shows how to add custom embellishment types)
- With this set, we now have a set for all 5 tiers: tier 1 (makeshift), tier 2 (travelers), tier 3 (laminar), tier 4 (plate), and tier 5 (slime)
Amethyst Staff
- New staff variant created in the anvil
- Crafted from 2 bow limbs, a bow string, and 2 amethyst crystals
- Can receive the same modifiers as other staff variants like spitting and flinging, but uses bow parts for ranged stats instead of them being fixed
- Can also take advantage of ranged traits when relevant to the modifier
Gameplay
- Veinline now uses vine as a composite base instead of string
- Veinline now grants +1 defense slot instead of +1 upgrade and an accuracy loss
- Hematite now has 1 trait instead of 3 by taking advantage of composable modifiers
- Fix hematite embellishment not working on laminar
Documentation
- Add our content to the Tinkers books taking advantage of a new feature
Language
- Added Chinese translation (thanks Cactusstudent and ChuijkYahus!)
Technical
- Migrate from deprecated flag to tool stat for shortbow speed
- Reorganize recipes into folders to make them easier to locate for reference. Note the folders are not required, they are just done for simplicity
- Used composable modifiers for all modifiers that can use it, as its the recommended way to do JSON modifiers in the future
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:fNJfw6Ix:9dZRLdOx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fNJfw6Ix:9dZRLdOx"
}

