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

Power generation artificially delayed, producing less than advertised #146

Open
yurikus opened this issue Apr 28, 2024 · 1 comment
Open

Comments

@yurikus
Copy link

yurikus commented Apr 28, 2024

Version: (make sure you are on the latest version before reporting):

  • Minecraft: 1.20.1
  • Forge: 47.2.30
  • Powah: 5.0.5

Config values are set to generate 8K FE/t, single player world.

Issue description:

Power generation artificially delayed, producing less than advertised. See video repro below. You will find a spirited magmator trash canning energy with flux plug. Advertised generation is 8K FE/t, while real is 5K FE/t. Latter value is an average of alternation between 2K and 8K: (8+2)/2=5. due to an artificial 2 or 4 thick delay in the sync method.

Below is the delay computation.

// TODO what the fuck is this?
// this.syncTicks = Server.isSinglePlayer() ? 2 : delay;
this.syncTicks = delay;

...

Steps to reproduce:

https://youtu.be/XshM95DUrV0
...

@yurikus
Copy link
Author

yurikus commented Apr 28, 2024

Same SImilar issue, misdiagnosed: #50, here I think you're correct the 100mb overrides the choice

Nitro magmator exhibits the same alternation issue with general.magmatic_fluids.lava = 100_000: https://youtu.be/HrdIv16ShsA

With that value set to 1M, we get steady 40K FE/t

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