{bbname}

搬砖狐 | 夜航星 发表于 2025-8-10 16:52:12

Better Flight (更好的飞行)-MOD模组

Better Flight (更好的飞行)Github |相关wiki |源站链接支持: forge通过挥动你的魔卷翼展飞得更高!Better Flight 旨在改进原版魔卷飞行机制。https://i.sodamc.com/modrinth/EKK3x1p8kf.jpg

这个模组允许你挥动翅膀起飞和飞行,但会消耗饥饿值,减少对烟火火箭的需求。

主要功能包括一个显示飞行耐力和魔卷耐久度的 HUD 小部件,以及通过冲刺 + 双击跳跃轻松起飞的功能。

详细的描述请访问 CurseForge 页面:

https://www.curseforge.com/minecraft/mc-mods/better-flight-forge]链接

来自Modrinth所有游戏版本1.20.11.19.21.191.19.11.181.18.11.18.21.16.5所有类型forgeneoforgeBetter Flight 2.2.0BetterFlight-1.20.1-forge-2.2.0.jar下载2.2.0#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## June 23rd, 2024**BREAKING: Delete Client and Server Configs after updating**### Added- New Resource element for displaying stamina- Toggle to switch between Classic and Modern UI### Changed- HUD elements refactor to new gui package- Elytra Checking methods more flexible and no longer is hard coded in configs- Stamina numbers tweaked to match new UI展开版本: 2.2.0支持游戏: 1.20.1类型:ForgeNeoForgeRelease下载次数: 17,241Better Flight 2.1.2-fixedBetterFlight-1.20.1-forge-2.1.2-fixed.jar下载2.1.2-fixed#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## June 16th, 2024### Added- Ability to stop fall flying by flaring when in Water or Lava### Changed- Flight meter hides when player is riding something.### Fixed- Flap sound event not triggering on dedicated server- Crash when player is not wearing wings and using ElytraSlot mod## June 12th, 2024### Added- Compatibility with Bean\'s Backpacks Winged Backpack### Changed- Refactored mod compatibility code to compat package.## June 7th, 2024### Changed- Ported to 1.20.1 Forge展开版本: 2.1.2-fixed支持游戏: 1.20.1类型:ForgeRelease下载次数: 127Better Flight 2.1.1BetterFlight-1.20.1-forge-2.1.1.jar下载2.1.1#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## June 12th, 2023### Added- Compatibility with Bean\'s Backpacks Winged Backpack### Changed- Refactored mod compatibility code to compat package.## June 7th, 2023### Changed- Ported to 1.20.1 Forge展开版本: 2.1.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 95Better Flight 2.0.4 BetaBetterFlight-1.19.2-forge-2.0.4-beta.jar下载2.0.4#Beta# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## June 6th, 2023### Fixed- Bug: Fail to start due to methods being called at the wrong time- Bug: stamina drains hunger again## ### Changed- Flaring slows downward movement more, allowing a more controlled glide- Reorganizing logic between client and server- Modern Flap speed reduced- Default stamina max reduced### Fixed- Stamina regen handled per player tick, instead of the client. This stops stamina from regening while the world is paused.- Bug: Classic mode take off properly puts player into fall flying state## ### Changed- Default hotkey for Flare changed to Shift.## ### Fix- Bug: Conflicting keybinds broke detection of input## ### Added- Classic Flight mode: Turns on the original flight system by Rehjah- Modern Flight mode: New flight system that provides forward propulsion while flying.- Toggle for enabling/disabling Better Flight mod.- New sounds for new flight modes in modern system.### Changed- More refactors for project readability- Client Tick events fire once per tick instead of twice- Tick events tweaked to compensate for event changes.- Flap and Takeoff key for Classic Flight combined.- Adjusted default range for Ceiling cap- Adjusted default configs for flight stamina regen and usage## - December 16th, 2023### Added- New flight impulse for modern system. Still in development.展开版本: 2.0.4支持游戏: 1.19.2类型:ForgeBeta下载次数: 956BetterFlight-1.19.2-forge-1.1.2BetterFlight-1.19.2-forge-1.1.2.jar下载1.1.2#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## - December 7th, 2023### Changed- Improved project structure for better readability and cohesion## - December 6th, 2023### Added- FlightHandler class containing methods for player flight- CommonEvents class containing common event listeners- BetterFlightCommonConfig class containing common configs and static values- Keybinding class for storing keybindings settings and constructors### Fixed- Farmer Delight\'s Nourishment Effect now works with Better Flight hunger drain.### Changed- Flight exhaustion no longer directly drains exhaustion, is queued like other exhaustion sources- All Flight impulse handlers now use push() for movement.- Refactored ServerLogic into seperate CommonEvents listener, FlightHandler, and BetterFlightCommonConfig classes- Refactored ClientLogic so keybind builders are in seperate Keybinding class.- ClientLogic.updateElytraStatus rewritten to future-proof against upcoming Curios API changes- Started decoupling and simplifying event logic for flight- ClientLogic.updateElytraStatus(player) renamed to isPlayerWearingElytra(player) for clarity of new usage### Removed-## - November 30th, 2023### Added- CHANGELOG.md for documentation of changes- Repositories reference to cursemaven- Self(ArkVeil) to credits- properties for easier versioning in gradle.properties### Fixed- ElytraSlot curio compatability ([#8](https://github.com/rejahtavi/betterflight/issues/8))### Changed- Split main into branches for individual versions of minecraft- Mappings channel: official 1.19 -> official 1.19.2- Updated Dependencies:- Forge 1.19-41.1.0 -> Forge 1.19.2-43.3.0- Curios 1.19-5.1.0.4 -> Curios 1.19.2-5.1.1.0- Repository and dependencies use CurseMaven now.- SElytraChargePacket.send(Player, Int) uses NETWORK.send() instead of NETWORK.sendTo()- References in build.gradle changed to use properties- mod.toml uses new properties for info### Removed- Direct repository link to theillusivec4 maven展开版本: 1.1.2支持游戏: 1.19.2类型:ForgeRelease下载次数: 430BetterFlight-1.19.2-forge-1.1.1BetterFlight-1.19.2-forge-1.1.1.jar下载1.1.1#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## - December 6th, 2023### Added- FlightHandler class containing methods for player flight- CommonEvents class containing common event listeners- BetterFlightCommonConfig class containing common configs and static values- Keybinding class for storing keybindings settings and constructors### Fixed- Farmer Delight\'s Nourishment Effect now works with Better Flight hunger drain.### Changed- Flight exhaustion no longer directly drains exhaustion, is queued like other exhaustion sources- All Flight impulse handlers now use push() for movement.- Refactored ServerLogic into seperate CommonEvents listener, FlightHandler, and BetterFlightCommonConfig classes- Refactored ClientLogic so keybind builders are in seperate Keybinding class.- ClientLogic.updateElytraStatus rewritten to future-proof against upcoming Curios API changes- Started decoupling and simplifying event logic for flight- ClientLogic.updateElytraStatus(player) renamed to isPlayerWearingElytra(player) for clarity of new usage### Removed-## - November 30th, 2023### Added- CHANGELOG.md for documentation of changes- Repositories reference to cursemaven- Self(ArkVeil) to credits- properties for easier versioning in gradle.properties### Fixed- ElytraSlot curio compatability ([#8](https://github.com/rejahtavi/betterflight/issues/8))### Changed- Split main into branches for individual versions of minecraft- Mappings channel: official 1.19 -> official 1.19.2- Updated Dependencies:- Forge 1.19-41.1.0 -> Forge 1.19.2-43.3.0- Curios 1.19-5.1.0.4 -> Curios 1.19.2-5.1.1.0- Repository and dependencies use CurseMaven now.- SElytraChargePacket.send(Player, Int) uses NETWORK.send() instead of NETWORK.sendTo()- References in build.gradle changed to use properties- mod.toml uses new properties for info### Removed- Direct repository link to theillusivec4 maven展开版本: 1.1.1支持游戏: 1.19.2类型:ForgeRelease下载次数: 48BetterFlight-1.19.2-forge-1.1.0BetterFlight-1.19.2-forge-1.1.0.jar下载1.1.0#Release# ChangelogAll notable changes to this project will be documented in this file.The format is based on (http://keepachangelog.com/en/1.0.0/)## ### Added- CHANGELOG.md for documentation of changes- Repositories reference to cursemaven- Self(ArkVeil) to credits- properties for easier versioning in gradle.properties### Fixed- ElytraSlot curio compatability ([#8](https://github.com/rejahtavi/betterflight/issues/8))### Changed- Split main into branches for individual versions of minecraft- Mappings channel: official 1.19 -> official 1.19.2- Updated Dependencies:- Forge 1.19-41.1.0 -> Forge 1.19.2-43.3.0- Curios 1.19-5.1.0.4 -> Curios 1.19.2-5.1.1.0- Repository and dependencies use CurseMaven now.- SElytraChargePacket.send(Player, Int) uses NETWORK.send() instead of NETWORK.sendTo()- References in build.gradle changed to use properties- mod.toml uses new properties for info### Removed- Direct repository link to theillusivec4 maven展开版本: 1.1.0支持游戏: 1.19.2类型:ForgeRelease下载次数: 511.19-1.0.0betterflight-forge-1.19-1.0.0.jar下载1.19-1.0.0#ReleasePorted to 1.19.*展开版本: 1.19-1.0.0支持游戏: 1.19, 1.19.1, 1.19.2类型:ForgeRelease下载次数: 6401.18-1.0.0betterflight-forge-1.18-1.0.0.jar下载1.18-1.0.0#ReleaseAdded altitude limit option to configFixed controls still applying during chat and menusFull Release!展开版本: 1.18-1.0.0支持游戏: 1.18, 1.18.1, 1.18.2类型:ForgeRelease下载次数: 4,5671.16.5-1.0.0betterflight-forge-1.16.5-1.0.0.jar下载1.16.5-1.0.0#ReleaseAdded altitude limit option to configFixed controls still applying during chat and menusFull Release!展开版本: 1.16.5-1.0.0支持游戏: 1.16.5类型:ForgeRelease下载次数: 1,063全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

**** Hidden Message ***** Better Flight
页: [1]
查看完整版本: Better Flight (更好的飞行)-MOD模组