Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issue with 1.13.1-mc1.10.2 with RF Stargate Power Unit #30

Open
billm opened this issue Dec 5, 2016 · 0 comments
Open

Performance issue with 1.13.1-mc1.10.2 with RF Stargate Power Unit #30

billm opened this issue Dec 5, 2016 · 0 comments

Comments

@billm
Copy link

billm commented Dec 5, 2016

When placed and powered under the stargate, the RF Stargate Power Unit drops my FPS from a rate limited 60fps to under 30. The F3 screen shows upwards of 20 chunk updates a second. As soon as the power unit block is broken, performance comes back. Replication is easy:

  • Create stargate
  • Place RF Stargate Power Unit underneath
  • Place creative power cell (from EnderIO in my testing) next to power unit
  • As soon as the power unit starts to receive power, FPS tanks and chunk updates climb

SGCraft 1.13.1
Minecraft 1.10.2
Forge 12.18.2.2171

Best guess on the issue is the calls to markDirty()/markBlockForUpdate() in RFPowerTE.addEnergy() - I could see where 20 chunk updates a second are coming from if one of those methods is saving the chunk each tick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant