someaddons / performant_issues

Issue repo for performant
3 stars 0 forks source link

[Bug]: Two bugs with Immersive Railroading mod #248

Open biauk opened 2 years ago

biauk commented 2 years ago

Describe the bug you're experiencing

1st: Mobs have problem going through IR's tracks, occasionally they jump and float one block over the rail block which normally is very little above surrounding blocks and mobs could normally cross them. This issue doesn't affect player.

2nd: Vehicles from that mod can disappear when partially (even a little) covered by some blocks when looking at them for some seconds. This seems to be related to entity culling incorrectly treating such large entity.

Both bugs disappear after removing Performant.

Reproducability

1st: Spawn a mob on a track block or near it and make it move towards it. 2nd: Place a vehicle and even a small block in front of it and wait.

Mod up to date

Minecraft version

1.16.5

Modloader version

Forge

Logs

no need for logs here

biauk commented 2 years ago

1st bug: 2022-06-27_14 34 23 2022-06-28_13 13 46 2022-06-28_12 43 01 Unfortunately, I didn't managed to make screenshot of second bug now, I'll do it later.

biauk commented 2 years ago

2nd bug: 2022-06-28_16 49 41 2022-06-28_16 49 46 2022-06-28_16 50 00 2022-06-28_16 50 05 2022-06-28_16 58 49 2022-06-28_16 59 02

someaddons commented 2 years ago

The 2. is not an actual bug, its simply that entities are considered at a single position, it then hides those if it cannot see that exact position. For big entities like those trains you can either exclude them via config, or turn off the whole feature (dynamic entity rendering)