Colossal Chests

Colossal Chests

26M Downloads

chest size/items can hold

frogalo opened this issue ยท 1 comments

commented

I would like to know how many items I can hold with different sizes of chests

commented

(diameter ^ 3) * 27 for the wooden chest. So a 3x3x3 chest will give 729 slots, while an 11x11x11 will give 35 937 slots. The multipliers for the metal variants can be found here: https://github.com/CyclopsMC/ColossalChests/blob/master-1.10/src/main/java/org/cyclops/colossalchests/block/PropertyMaterial.java#L82-L87