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

Primitive Water Pump #34

Merged
merged 10 commits into from
Jul 18, 2021
Merged

Primitive Water Pump #34

merged 10 commits into from
Jul 18, 2021

Conversation

serenibyss
Copy link
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
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.

src/main/resources/assets/gregtech/lang/en_us.lang Outdated Show resolved Hide resolved
@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