-
Notifications
You must be signed in to change notification settings - Fork 69
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
Make tile entity replacement configurable #83
base: master
Are you sure you want to change the base?
Conversation
Made it possible to disable the WorldEventTick that replaces tiles entites with upgraded versions to make Et Futurum play nice with Mystcraft.
disabled world tick handler, since there was no way of getting then when disabling the world tick handler.
Looks good, thanks for this. Just found our server was using a huge amount of CPU and ~85% of it was from this tick method. Outrageous that it's reading the whole TE list every tick! Found that you already made a build, awesome :) |
I'm interested in the build. The problem is, @ganymedes01 has been inactive for almost a year. |
Just check the "Releases" section in the OP's fork, it has -spec appended to the end.
…On Mar 29, 2017, EzerArch ***@***.***> wrote:
> Found that you already made a build, awesome :)
I'd be interested in the build. The problem is, @ganymedes01 has been
inactive for almost a year.
--
Sent with <a href="https://play.google.com/store/apps/details?id=com.onegravity.k10.pro2"><b>K-@ Mail</b></a> - the evolution of emailing.
|
Found it. Thanks. :) |
@cosmicdan sorry for necro this old pull request, but i had the doubt: the issue fixed on this Pull Request should not affect anyone that is not using Mystcraft or should i use it? (the release on wmrojer's fork) |
Whew it's been a while haha but I think Mystcraft was one specific combination where this caused an issue, because Mystcraft dimensions do something with TE's and it causes a bad interaction with Et Futurism. Basically I found high CPU usage with both the mods, I used Java profiler and found this to be the cause; its not so much a fix but a work around. |
oh ok, many thanks for the aclaration, it's just that i wanted to try the old 1.7 experience (which sadly i never tried before with a well-played survival game, i jumped directly from 1.6 to 1.10) |
Sorry to re-necro, but if you all are interested in a consistently updated version of this mod, check out my own fork. It also includes huge optimizations for this very thing and multiple config options for it. https://www.curseforge.com/minecraft/mc-mods/et-futurum-requiem |
oh yeah, i started to use Et Futurum Requiem since i found it (some months after my comment on this issue), thanks anyways |
Made it possible to disable the WorldEventTick that replaces tiles
entites with upgraded versions to make Et Futurum play nice with
Mystcraft.