WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
114 stars 36 forks source link

Block Entity Tag Merge Adapter #216

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

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.

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

{
  key : "customcrafting:block_entity"
}