Elytra Booster Mod
ModLicenseRef-All-Rights-Reserved

Elytra Booster Mod

This mod adds boosters and fuels to minecraft.

251
Downloads
0
Followers
2 months ago
Updated
📦
3
Versions

📖About Elytra Booster Mod

This mod adds a sort of jetpack/booster to minecraft, which was inspired by jetpack mods. The goal was to take a different approach in order to stick with the elytra theme.

This mod uses the principle of config to item, which means you can create your own custom elytra boosters using the config file and a custom resource pack.

The fuels used by this mod are also completely customizable, so you can add, remove and modify fuels. The elytra boosters may also be changed.

BEWARE: When adding or removing elytra boosters they must exist on both client and server.

This image shows the elytra with a booster attached

The default elytra boosters are:

  • Oak Booster

  • Copper Booster

  • Iron Booster

  • Redstone Booster

  • Ender Booster

  • Netherite Booster

  • Ultra Booster

All of the default elytra boosters

The mod also adds two new enchantments:

  • fuel efficiency

  • thickheadedness

The mod is now redstone flux compatible:
Add redstone flux energy cells like so:

,
    "energizedpower:battery_1": {
      "duration": 40.0,
      "speedFactor": 1.0,
      "particle": "minecraft:smoke",
      "particleCount": 1,
      "flags": [
        "redstoneFlux"
      ],
      "redstoneFluxCost": 2500
    },
    "energizedpower:battery_8": {
      "duration": 40.0,
      "speedFactor": 1.0,
      "particle": "minecraft:smoke",
      "particleCount": 1,
      "flags": [
        "redstoneFlux"
      ],
      "redstoneFluxCost": 2500
    }

Feel free to use this mod in modpacks.
I would appreciate it and be grateful.