Fence Player Upper (Fence Player Upper)
Allows players to jump on fences and walls. Configurable through tags!
这个模组允许玩家跳跃到围栏和墙壁上。但这还不是全部!这个模组有一些与其他类似模组不同的细节。
默认情况下,它会增强玩家在围栏和墙壁附近的跳跃,但是这可以通过 fenceplayerupper:boost_jump 标签进行配置,允许玩家跳过更多方块,甚至更少!此外,该模组在服务器上安装时,允许每个人(包括原版客户端)跳过围栏和墙壁;在客户端安装时,允许在单人游戏中进行相同操作。
这个模组需要 [Fabric API]( 链接) 才能正常工作。
Fence Player Upper 1.2.1 for Minecraft 1.17.1
## Changelog
Fixed crash due to the deleted mixins still being present at fenceplayerupper.mixins.json
Fence Player Upper 1.2.0 for Minecraft 1.17.1
## Changelog
Updated to Minecraft 1.17.1
Greatly simplified the main mixin
Migrated from TagRegistry to TagFactory (the minimum is now Fabric API 0.38.0)
Migrated to the `io.github.ennuil.fenceplayerupper` package
Changed the license from LGPL-3.0 to MIT
Removed the undocumented feature (the `fenceplayerupper:allowed_entities`) due to pathfinding issues
Fence Player Upper 1.1.3 for Minecraft 1.17-pre1
Changelog:
Updated to Minecraft 1.17-pre1 (and Java 16)
Broke off compatibility with 1.16
Fence Player Upper 1.1.2 for Minecraft 21w05b
Changelog:
Updated to Minecraft 21w05b
Cleaned up the code and attempted to optimize it
Updated the icon to a new one, featuring an actual fence!
Fence Player Upper 1.1.1 for Minecraft 20w46a
Changelog:
Removed an unnecessary mixin
Removed debug System.out.println
Fence Player Upper 1.1.0 for Minecraft 20w46a
Changelog:
Updated to Minecraft 20w46a (still compatible with 1.16.2+)
Expanded the undocumented allowed_entities.json feature in order to allow entities listed on it to naturally fence up blocks
Fence Player Upper 1.0.2 for Minecraft 1.16.2
This update overhauls the fence detection system one more time, resulting in better uppering and with less checks than before!
Changelog:
Switched the fence detection system with one based on the player's yaw and math, only checking what's necessary
Fixed obstacles not halting the fence detection system
Fixed non-air small blocks above fences stopping the fence checks
The Jump Boost potion effect now disables the fence checks
Reorganized the internal code
Fence Player Upper 1.0.1 for Minecraft 1.16.2
This update is quite small but improves greatly the experience of this mod!
Changelog:
Improved fence checking, now checks for a range of 3 blocks on the player's direction instead of a range of 1 in all directions.
Fence Player Upper 1.0.0 for Minecraft 1.16.2
The first public release of Fence Player Upper, enjoy!