No description
Find a file
yourfriendoss f3d9ec1ef6
Some checks are pending
build / build (push) Waiting to run
add hover flying and creative fly
2025-10-07 13:04:51 +03:00
.github/workflows attempt to fix the build shit 2025-10-06 23:06:50 +03:00
gradle/wrapper port to 1.21.8 2025-10-06 22:57:40 +03:00
src add hover flying and creative fly 2025-10-07 13:04:51 +03: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 port to 1.21.8 2025-10-06 22:57:40 +03:00
gradle.properties add hover flying and creative fly 2025-10-07 13:04:51 +03:00
gradlew make gradlew chmod+x 2025-10-06 23:50:04 +03: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 add hover flying and creative fly 2025-10-07 13:04:51 +03:00
settings.gradle Initial commit 2025-06-01 17:44:30 +02:00

FORK!

This is a forked version of https://modrinth.com/mod/powered-jetpacks which was originally for 1.20.1. I've ported the mod to 1.21.8, but there's still a major bug, which is if you're using the powered jetback in quirk armor, it won't show it on your player model.

This version also adds hover flying and creative flying. Hover is by default bound to H, and creative fly is bound by default to J.

Jetpack type Hover Creative
Basic
Advanced
Industrial

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.