create block entities being rendered outside of the actual render distance
Pvtatomxne opened this issue · 3 comments
Describe the Bug
I am playing on a server i host on my own pc (though this also happens in single player worlds). Any block entity by create is being rendered outside of the render distance i selected. This changes when i change the view distance of the server, respectively the maximum render distance on can have when on the server. The higher the view distance, the higher the amount of create stuff being rendered, causing massive fps drops (which is not really visible in the screenshot). Ive already removed every other mod except for create and yet the issue still exists.
Reproduction Steps
- Boot up Create
- Place some moving/rotating create stuff
Expected Result
Move far away enough from the create stuff´s chunks and still see it being rendered.
Screenshots and Videos
Crash Report or Log
No response
Operating System
Windows 10
Mod Version
0.5.1f
Minecraft Version
1.19.2
Forge Version
34.3.13
Other Mods
No response
Additional Context
I have Embeddium/Rubidum Extras installed, which makes it easier to see the create stuff, as you cant see it through the fog minecraft creates. In testing i also removed this mod, with the create stuff still being rendered, visible by the f3 pie chart.
causing massive fps drops
all those things showing up are instanced and instances of models, there will be no performance difference between only 1 instance being rendered or 20 instances
causing massive fps drops
all those things showing up are instanced and instances of models, there will be no performance difference between only 1 instance being rendered or 20 instances
my fps still drop, the higher the server´s view distance is set to though, which is weird. But the stuff still being rendered is normal, do i understand u correctly?