Botania

Botania

133M Downloads

TileCorporeaCrystalCube compares ItemStack != null in several places

quat1024 opened this issue ยท 2 comments

commented

This means spurious corporea requests for ItemStack.EMPTY get sent through the network (they never match any items), and I think this bit

for (ItemStack reqStack : stacks) {
if (requestTarget != null) {
ItemEntity item = new ItemEntity(world, pos.getX() + 0.5, pos.getY() + 1.5, pos.getZ() + 0.5, reqStack);
world.addEntity(item);
means corporea retainers can send it requests even after you've removed the item from the crystal cube

commented

wtf lmao

commented

1.11 moment