Create README.md

This commit is contained in:
Konhaiii 2025-06-01 19:03:04 +02:00 committed by GitHub
parent 01216a16c2
commit d1a6ce7800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
README.md Normal file
View file

@ -0,0 +1,34 @@
# Powered Jetpacks
A simple mod about jetpacks powered with E energy.
![Powered Jetpacks](https://cdn.modrinth.com/data/cached_images/8fd6807a74e9c1bc61873f5f587144046949e1a2.jpeg)
## Features
**Tiered Jetpacks:**\
You can craft 3 tiered jetpacks, all powered with E energy (produced using other tech mods). Each tier offers increased flight duration and speed, allowing for longer and faster aerial travel as you progress. You can equip them in the chest slot or the back slot from the Trinkets mod.
![Inventory](https://cdn.modrinth.com/data/cached_images/9e54988fe2f8cf177a330aac15213f145a33890c.jpeg)
**HUD:**\
A text in the top left corner indicates the remaining power in your jetpack. This is useful if you don't plan on falling to your death.
![HUD](https://cdn.modrinth.com/data/cached_images/ef9d7fa739ea60fce4f3b26a6f255389974a2b7a.jpeg)
**Configurable:**\
Adjust every characteristic of each jetpacks in a config file (located in .minecraft/config). If a jetpacks energy cost is set to 0, it can function even without power.
- **`basicJetpackMaxEnergy`**: Basic jetpack maximum power capacity.
- **`basicJetpackInputEnergy`**: Basic jetpack charge rate.
- **`basicJetpackVerticalSpeed`**: Basic jetpack vertical speed.
- **`basicJetpackHorizontalSpeed`**: Basic jetpack horizontal speed.
- **`basicJetpackEnergyCost`**: Basic jetpack energy cost per tick.
- **`advancedJetpackMaxEnergy`**: Advanced jetpack maximum power capacity.
- **`advancedJetpackInputEnergy`**: Advanced jetpack charge rate.
- **`advancedJetpackVerticalSpeed`**: Advanced jetpack vertical speed.
- **`advancedJetpackHorizontalSpeed`**: Advanced jetpack horizontal speed.
- **`advancedJetpackEnergyCost`**: Advanced jetpack energy cost per tick.
- **`industrialJetpackMaxEnergy`**: Industrial jetpack maximum power capacity.
- **`industrialJetpackInputEnergy`**: Industrial jetpack charge rate.
- **`industrialJetpackVerticalSpeed`**: Industrial jetpack vertical speed.
- **`industrialJetpackHorizontalSpeed`**: Industrial jetpack horizontal speed.
- **`industrialJetpackEnergyCost`**: Industrial jetpack energy cost per tick.