CustomCrafting v4.16.6

Details

  • Filename
    customcrafting-spigot-4.16.6.0.jar
  • Uploaded by
  • Uploaded
    Feb 6, 2023
  • Size
    1.11 MB
  • Downloads
    7,480
  • MD5
    6322cc046fa532452ca1cc47d24d1ca2

Supported Bukkit Versions

  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16

Changelog

New Features Since v4.16.3.2

Recipe Book Category Alignment

Added Category Align options to the Recipe Book Config that makes it possible to further customize the Recipe Book main menu.

  • Dynamic main menu inventory size (adapts to the amount of categories)
  • Specify how items are aligned
  • Specify Max categories per row
  • Configure Minimum rows (max rows = 5 !)
  • Set Custom Category Slots
    • Works in combination with the align feature

More info about the alignment options etc. can be found in the wiki!

Cauldron Sneak Interaction

This alternative interaction allows players to open the CustomCrafting GUI by sneaking and right-clicking. yaml workstation: cauldron: interaction: NORMAL # or SNEAKING

Merge Adapters

Lore Merge Adapter

The lore merge adapter makes it possible to merge lore from targeted ingredients into the result lore.
It provides options to select specific lines via value or index, and to insert them at a specific index in the result lore.
Plus, you can add extra lore lines to be added independently of the ingredients.
For info on how to use Targets and Merge Adapters, see here and here.

Book/Written Book Merge Adapter

Allows copying and merging pages, titles, and authors from ingredients into the result book/written book.
More info

Banner Merge Adapter

Allows copying of banner patterns and merging them into the result banner.
More info

Block Entity Merge Adapter

This adapter makes it possible to copy the Block Entity State that is currently bound to an item to the result.
Useful for upgrading tile entities like Shulker Boxes and preserving the contents.
Shulker Box, transferring contents to the result in crafting table

This is adapter does not have any additional properties, all that is required is the key property. json { key : "customcrafting:block_entity" } Find more information about targets here on the wiki.

Compass Merge Adapter

This adapter makes it possible to merge the location and track property of an ingredient compass to the result, and to override them with custom values.

The values are all managed via ValueProviders and BoolOperators making it possible to use values from PAPI, select values based on boolean conditions, etc. json { key : "customcrafting:compass", overrideLocation: true, location : { worldName : "world", x : 900, y : 79, z : -209 }, lodestoneTracked : false, overrideLodestoneTracked : true } Find more information about targets here on the wiki.

Changelog

  • #199 - Added Lore Merge Adapter
  • #198 - Added Recipe Book Category Alignment
  • #203 - Added Book/Written Book Merge Adapter
  • #204 - Added Banner Merge Adapter
  • #207 - Added zn_tw Translations
  • #206 - Fixed Recipe/Custom Item Loading on non-unix systems
  • #201 - Bottom Inventory Interactions are not blocked in Recipe Book and View
  • #208 - Rewrote the way stacks are handled in item input buttons
  • Removed duplicate Recipe Book recipe/ingredient variant cycling
  • #209 Cauldron Recipe Player Conditions
  • #210 Editing shaped/shapeless mode causes recipes to not save
  • #212 Fixed Recipe Book group cycling + Cycle speed config option
  • #211 Improved Crafting Recipe Algorithm Performance