Gates only render if their corner block is on screen with entity culling mod
bluejello42 opened this issue · 3 comments
Context Environment
Minecraft version: 1.12.2
Ancient Warfare 2 version: 2.7.0.1038
Minecraft Forge version: 14.23.5.2855
Other mod involve: https://www.curseforge.com/minecraft/mc-mods/entity-culling
Expected Behavior
Gate renders when any part is on screen
Current Behavior
The gate only renders if a gate proxy block with the render tag set to 1 is on-screen with the mod "entity culling" enabled, it renders fine if said mod is disabled.
Steps to Reproduce
1.install entity culling
2.look at gate/drawbridge
3.look upwards till gate/drawbridge stops rendering
Possible Solution
having the render tag set to 1 on each corner of the gate/drawbridge would fix this.