No description
Find a file
yourfriendoss b500cde68c
Some checks are pending
build / build (push) Waiting to run
attempt to fix the build shit
2025-10-06 23:06:50 +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 port to 1.21.8 2025-10-06 22:57:40 +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 port to 1.21.8 2025-10-06 22:57:40 +03: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 port to 1.21.8 2025-10-06 22:57:40 +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 a

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.