MCTowns

MCTowns

52.4k Downloads

Rework BlockBank to properly store ItemMeta information

jmhertlein opened this issue ยท 3 comments

commented

Right now, storing things with important ItemMeta (wool, for instance) get their item meta's wiped when stored in the block bank.

An easy work-around is probably to make the blockbank an inventory, then give players a chest interface to use, instead of commands.

commented

Mostly done, just need to implement saving and loading of blockbanks now. The banks now act like virtual chests.

commented

The banks now load and save correctly, just need to write user docs.

commented

User docs are written