Crafting Improvements
hammy275 opened this issue ยท 0 comments
- After a crafting operation, remove all items you don't have enough of. For example, if you have 15 planks and craft a chest, remove all the planks from the crafting table.
- Replace the client-side representation of crafting from a fake
CraftingInventory
to a 3x3 array. This should make manipulation of it a lot easier, including for the above improvement