CustomCrafting 4.16.8.2

Details

  • Filename
    original-customcrafting-spigot-4.16.8.2.jar
  • Uploaded by
  • Uploaded
    Jul 16, 2023
  • Size
    1.16 MB
  • Downloads
    692
  • MD5
    c93964127b7773852c40bda5352db2ce

Supported Bukkit Versions

  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16

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. hocon { 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. hocon { key = "customcrafting:armor_trim" copyPattern = [ 1 ] copyMaterial = [ 2 ] }

Copies both the pattern and material. hocon { 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