You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Version: (make sure you are on the latest version before reporting):
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.
Powah/common/src/main/java/owmii/powah/block/magmator/MagmatorTile.java
Line 70 in 62b7f55
Below is the delay computation.
Powah/common/src/main/java/owmii/powah/lib/block/AbstractTickableTile.java
Lines 62 to 64 in 62b7f55
...
Steps to reproduce:
https://youtu.be/XshM95DUrV0
...
The text was updated successfully, but these errors were encountered: