Skip to content

Primitive Water Pump#34

Merged
serenibyss merged 10 commits intomasterfrom
waterpump
Jul 18, 2021
Merged

Primitive Water Pump#34
serenibyss merged 10 commits intomasterfrom
waterpump

Conversation

@serenibyss
Copy link
Copy Markdown
Member

What:
This PR introduces the Primitive Water Pump, a multiblock from Impact which can be made before having any Steam Machines, requiring only Wood, Iron, Cobblestone, and hand tools to make.

It generates Water at a constant rate, once per second, with the amount following the formula:

biomeCoefficient * hatchMultiplier

Exact details can be found on the link above, as I copied the values directly for our implementation. I can change them if we feel they should be modified.

} else {
return 100;
}
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to do this based off of Biome Temperature? This would give it more compat with other biome mods that utilize the biome temperature system, like Arid or Temperate, etc.

Comment thread src/main/resources/assets/gregtech/lang/en_us.lang Outdated
@serenibyss serenibyss merged commit 45a48b6 into master Jul 18, 2021
@serenibyss serenibyss deleted the waterpump branch July 18, 2021 20:54
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

Successfully merging this pull request may close these issues.

2 participants