Release 6.0.1 for MC 1.19.2
Changes:
- Added auto-generated translation keys for jetpack names
- This allows for Resource Packs to translate jetpack names
- Docs: https://blakesmods.com/docs/ironjetpacks/jetpack-json#name
- Jetpacks can now be hidden when equipped in Curios
Release 5.0.0 for MC 1.18
Changes:
- Updated to 1.18
- Overhauled how jetpacks are handled internally:
- Jetpacks are now loaded during resource reload
- Jetpacks are now synced to the client on resource reload (ex. joining world, /reload)
- Jetpacks and their crafting components are now differentiated using NBT instead of individual items
- For using crafting components in recipes see: https://blakesmods.com/docs/ironjetpacks/usage-in-recipes
- Updated default jetpack stats:
- Added `speedHoverAscend` value, used to set the speed of flying while in hover mode (previous versions used the speedHoverDescend value)
- Changed `speedHoverDescend` to be the same on all default jetpacks
- Updated default jetpack colors
- New textures for Jetpack, Thruster, Cell, and Capacitor
Release 4.2.1 for MC 1.16.5
Changes:
- Added the ability to set a jetpacks 'armor toughness' and ';knockback resistance' values
- Added ru_ru translations
- Updated the 'vertical sprint modifier' values for the default jetpacks (requires the 'jetpacks' folder to be deleted to regenerate with the new values)
- Jetpack jsons now auto-update with new fields if they are added (doesn't change anything from a gameplay perspective)
- Made the jetpack and crafting component textures a bit lighter
- Moved default recipe configs to the common config
- Fixed holding 'sprint' and 'fly' keys while falling causing the player to fall faster
- Fixed item names not being translated properly in some cases