No description
Find a file
Konhaiii a8f7faf11f Rendering Glitch Fix
Fixed jetpack rendering in Trinkets slot
2025-06-08 19:33:41 +02:00
.github/workflows Initial commit 2025-06-01 17:44:30 +02:00
gradle/wrapper Initial commit 2025-06-01 17:44:30 +02:00
src Rendering Glitch Fix 2025-06-08 19:33:41 +02:00
.gitattributes Initial commit 2025-06-01 17:44:30 +02:00
.gitignore Initial commit 2025-06-01 17:44:30 +02:00
build.gradle Initial commit 2025-06-01 17:44:30 +02:00
gradle.properties Rendering Glitch Fix 2025-06-08 19:33:41 +02:00
gradlew Initial commit 2025-06-01 17:44:30 +02:00
gradlew.bat Initial commit 2025-06-01 17:44:30 +02:00
LICENSE Initial commit 2025-06-01 17:44:30 +02:00
README.md Update README.md 2025-06-01 19:09:36 +02:00
settings.gradle Initial commit 2025-06-01 17:44:30 +02:00

https://modrinth.com/mod/powered-jetpacks

Powered Jetpacks

A simple fabric mod about jetpacks powered with E energy.

Powered Jetpacks

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

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

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.