Changelog
Changes since 4.16.8.0
Armor Trim Merge Adapter
The new Armor Trim merge adapter makes it possible to copy armor trim patterns and materials from ingredients to the result stack. It provides some further options to customize its behaviour.
Examples
Copies the pattern and changes the material to amethyst.
{
key = "customcrafting:armor_trim"
copyPattern = true
copyMaterial = false
defaultMaterial = "minecraft:amethyst"
}
Copies the pattern from the ingredient in slot 1 and the material from slot 2.
{
key = "customcrafting:armor_trim"
copyPattern = [ 1 ]
copyMaterial = [ 2 ]
}
Copies both the pattern and material.
{
key = "customcrafting:armor_trim"
copyPattern = true
copyMaterial = true
}
Changelog
- #300 - Add Exlude Option to Lore, Book & Banner Merge Adapter
- #303 - Add Armor Trim Merge Adapter
- #306 - Add Preserve Trim Option to Smithing Recipe
- #309 - Add Config Option to toggle vanilla cooking recipe fallback check
- #295 - Fix Error on interactions in Recipe Lookup Menu
- #297 - Fix Recipe Book Editor Error in 'Add Category/Filter' Menu
- #299 - Fix Invalid Cooking Recipe Result
- #301 - Fix Inability to save Smithing Recipes on pre-1.19.4 servers
- #302 - Fix Invalid Match Result of the Elite Crafting Table Condition
- #304 - Fix Empty Base/Addition Ingredient causing Anvil Recipe to not load
- #298 - Fix Campfire Interaction with Buckets, Flint and Steel, and more
- #305 - Fix duplicate recipe list entry for disabled recipes
- #307 - Fix NullPointerException in Recipe Condition
- #308 - Update & Fix Elite Crafting Table Condition Settings
- #310 - Fix Anvil Recipes ignoring hidden recipes & not checking conditions
- #311 - Fix recipe priority for various recipe types
Dependencies
Files
customcrafting-spigot-4.16.8.2.jar(1.19 MiB) Primary
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
4.16.8.2Loaders
BukkitPaperPurpurSpigot
Game versions
1.16.5–1.20.1Downloads
2931Publication date
July 16, 2023 at 11:13 AMPublisher
WolfyScript
Owner