Ancient Warfare 2

Ancient Warfare 2

6M Downloads

Gates only render if their corner block is on screen with entity culling mod

bluejello42 opened this issue · 3 comments

commented

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.

commented

Wrong forge version - use 2854 as recommended

commented

images showing the issue

image_2021-11-14_121211

image

commented

This is likely a performance saving option… so it sounds like the mod you’re using is working properly.