Powah! (Rearchitected)

Powah! (Rearchitected)

3M Downloads

Nitro Magmator only produces 10k FE/t

stinyc opened this issue ยท 3 comments

commented

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

  • Minecraft: ... 1.18.2
  • Forge: ... 40.1.84
  • Powah: ... 3.0.5-beta

Issue description:

...
The nitro tier Magmator from Powah says that it produces 40,000 FE/t, however when pumping them full of lava they only generate 10,000 FE/t.

Steps to reproduce:

...
Place nitro Magmator
Fill with lava
Pump into flux network and see it only produce 10,000 FE/t

Is this a crash?, please includ it here: (Recommended to use Gist)

... N/a

Screenshots:
2022-11-17_20 45 22
2022-11-17_20 45 27

commented

The screenshots above were taken on a single player test world. Also I made sure to check the configs and they did say that it should generate the correct amount.

commented

Are you playing on a server? The server's config might not match your local config.

commented

Ok, I figured this out: magmators hard-limit themselves to consuming 100 mb of fluid each tick, which for lava means that it produces 10 kFE/t. You can increase this limit by tweaking the config, or adding extra rarer and more powerful fluids:

		// List of fluids used in the Magmator.
		"magmatic_fluids": {
			"minecraft:lava": 10000
		},

I agree that this is misleading, am I am planning to rework and rebalance the system entirely to make it clearer and better. Closing as superseded by #10.