CustomCrafting

CustomCrafting

Plugin

Easily create custom recipes via an in-game GUI, including Crafting, Cooking, Smithing, etc. Use advanced config features to merge/copy NBT from ingredients to results, and run Extensions on recipe completion.

Server AdventureEquipmentGame MechanicsManagementUtility

55.2k downloads
104 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

CustomCrafting 4.16.8.2

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

Files

customcrafting-spigot-4.16.8.2.jar(1.19 MiB) Primary Download

Project members

WolfyScript

Owner

Details

Licensed GPL-3.0-or-later
Published a year ago
Updated 3 months ago