https://github.com/ftbteam/ftb-rickety-water-wheel
https://github.com/ftbteam/ftb-rickety-water-wheel
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ftbteam/ftb-rickety-water-wheel
- Owner: FTBTeam
- Created: 2023-10-24T14:21:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T12:52:52.000Z (about 2 years ago)
- Last Synced: 2025-03-15T08:27:43.317Z (over 1 year ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Rickety Water Wheel
This adds just one block: a Water Wheel which acts exactly like Create's small Water Wheel, but with limited durability.
No recipe is provided; this is intended for pack developers who would probably want to replace Create's water wheel with
this one for early-game progression.
Durability is drained each tick that this Water Wheel is connected to a shaft network with any stress impact on it; the
Clutch will be of use to players to disconnect it from the network when they're not using its stress capacity, prolonging
its life. Durability is in ticks; default is 36,000 ticks, which is 30 minutes of active usage. This can be changed in
config; see `max_durability` in `ricketyww-common.toml`.
Stress capacity is 32.0, exactly the same as the normal Create water wheel; this can also be changed in config
(`water_wheel_stress_capacity`).