The ability to put one crate in another can cause problems with game client
luckybl0ck opened this issue ยท 2 comments
Stacking things with NBT inside other things and repeating that is a pretty common way of breaking the game. Simply preventing stacking crates inside each other won't work since you could simply use another mod's storage containers or backpacks and alternate those to bypass the restriction. If I end up fixing it it would probably have to somehow keep track of the NBT data's size.