https://github.com/blakebr0/ironjetpacks
Adds fully customizable FE powered jetpacks!
https://github.com/blakebr0/ironjetpacks
forge minecraft mods
Last synced: 7 months ago
JSON representation
Adds fully customizable FE powered jetpacks!
- Host: GitHub
- URL: https://github.com/blakebr0/ironjetpacks
- Owner: BlakeBr0
- License: mit
- Created: 2018-01-26T04:01:54.000Z (over 7 years ago)
- Default Branch: 1.21
- Last Pushed: 2025-02-14T04:56:49.000Z (8 months ago)
- Last Synced: 2025-03-18T13:46:09.725Z (7 months ago)
- Topics: forge, minecraft, mods
- Language: Java
- Homepage: https://blakesmods.com/iron-jetpacks
- Size: 955 KB
- Stars: 14
- Watchers: 2
- Forks: 25
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iron Jetpacks
Adds fully customizable FE powered jetpacks!
## Download
The official release builds can be downloaded from the following websites.
- [Blake's Mods](https://blakesmods.com/iron-jetpacks/download)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/iron-jetpacks)
- [Modrinth](https://modrinth.com/mod/iron-jetpacks)## Development
To use this mod in a development environment, you will need to add the following to your `build.gradle`.
```groovy
repositories {
maven {
url 'https://maven.blakesmods.com'
}
}dependencies {
implementation 'com.blakebr0.cucumber:Cucumber:-'
implementation 'com.blakebr0.ironjetpacks:IronJetpacks:-'
}
```## License
[MIT License](./LICENSE)