MartinTheDragon / Nuclear-Tech-Mod-Remake

A port to Minecraft 1.18 for the Nuclear Tech Mod originally made by HbmMods, migrating to https://codeberg.org/MartinTheDragon/Nuclear-Tech-Mod-Remake
GNU General Public License v3.0
79 stars 32 forks source link

nuclear reactor bug effect to chunk loader #54

Closed Duckng2003 closed 1 year ago

Duckng2003 commented 1 year ago

Issue description

when i go to the setting to change chunk distance near the nuclear reactor the fps drop to 1

Steps to reproduce

No response

Forge version

40.2.0

Nuclear Tech version

0.0.20

Other mods

No response

(Crash) Log

No response

MartinTheDragon commented 1 year ago

Hello! I don't think your issue correlates with the fact that you built an RBMK nearby. Are you sure the RBMK is causing it? Does it matter whether you increase or decrease the render distance? I wasn't able to reproduce anything in specific. Other than that, I can confirm rather severe performance penalties with RBMK rendering due to vanilla Minecraft's block entity rendering, which uploads vertex data every frame. I am planning on implementing GPU instancing to fix that.

MartinTheDragon commented 1 year ago

Stale