GeyserMC / Hydraulic

A companion mod to Geyser which allows for Bedrock players to join modded Minecraft: Java Edition servers.
MIT License
96 stars 19 forks source link

Blocks that are bigger than bedrocks rendering bounds break custom blocks in a chunk #11

Open rtm516 opened 5 months ago

rtm516 commented 5 months ago

Any block that produces this content log message causes all custom blocks in the same chunk to disappear.

21:37:30[Blocks][error]-Block name = 'betternether:jungle_moss' | geometry.betternether.jungle_moss_1 contains 3 boxes outside the error bounds of (-0.875, -0.875, -0.875) to (1.875, 1.875, 1.875).

We should probably cut out those cubes or hope Mojang fix the rendering issue.

MCPE-152191

Kas-tle commented 5 months ago

These are intentionally imposed limits that will not be "fixed".

rtm516 commented 5 months ago

These are intentionally imposed limits that will not be "fixed".

I meant the fact a block that goes over these limits breaks all other custom blocks rendering in the chunk. I don't expect them to remove the limits.

Kas-tle commented 5 months ago

Oh great they made it worse xD

rtm516 commented 5 months ago

Looks to also cause some blocks in to not render in the hand if these broken blocks are in the creative inventory