WolfyScript / viewportl

A Minecraft Inventory GUI framework, designed to easily create reactive GUIs. Based on the well known Signal Reactivity System.
GNU General Public License v3.0
68 stars 12 forks source link

Item craft remains for Stackable items #50

Closed WolfyScript closed 2 years ago

WolfyScript commented 2 years ago

With this PR, removing items from an inventory via CustomItem#remove, supports craft remains no matter if the item being removed is stackable or not. This also adds a player parameter to add craft remains into the players inventory.

Resolves WolfyScript/CustomCrafting#23 - Stacked ingredients are replaced with craft remains