MCGalaxy
MCGalaxy copied to clipboard
AABB collision check incorrect on sprite blocks
Since sprite blocks' min & max don't represent the actual shape of the sprite by default, their AABB will be incorrect unless the min/max are manually set. This causes issues such as false noclip warnings in games and gravity affected bots treating sprites as a full blocks
The client works out AABB dynamically from current texture pack, which makes it difficult to reliably implement server-side