CustomCrafting  |  Advanced Custom Recipe Plugin [1.17.1 - 1.21.1 | Premium] icon

CustomCrafting | Advanced Custom Recipe Plugin [1.17.1 - 1.21.1 | Premium] -----

Custom Crafting, Furnace, Anvil, Stonecutter & more Recipes! NBT support + Advanced features



Cauldron Sneak Interaction, Bug Fixes & More | v4.16.6.0
New Features
Cauldron Sneak Interaction
This alternative interaction allows players to open the CustomCrafting GUI by sneaking and right-clicking.

Code (YAML):
workstation:
  cauldron
:
   interaction
: NORMAL # or SNEAKING
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.
[​IMG]

This is adapter does not have any additional properties, all that is required is the key property.

Code (Text):
{
  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.

Code (Text):
{
  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
  • #225 Added Cauldron Sneak Right-Click Interaction option
  • #216 Added Block Entity Tag Merge Adapter
  • #217 Added Compass Merge Adapter
  • #215 Fixed Item Input Slots in Elite Crafting Table
  • #219 Recipe Groups are IDs and only used internally
  • #220 Load Legacy Recipes Properly
Full Changelog: v4.16.5.1...v4.16.6.0
----------, Feb 4, 2023
Resource Information
Author:
----------
Total Downloads: 483
First Release: Sep 22, 2021
Last Update: Aug 24, 2024
Category: ---------------
All-Time Rating:
17 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings