A mod which adds grappling hooks. The aim of this mod is to provide a fun way to get around large builds like cities.
This mod is for Fabric only. (for Forge (Original))
1.18.2 versions requires Cloth Config API: https://www.curseforge.com/minecraft/mc-mods/cloth-config-fabric
https://www.curseforge.com/minecraft/mc-mods/grappling-hook-mod
Currently, the versions of this mod for Minecraft 1.18.2.
main/java/com/yyon/grapplinghook/client: Client-side code. Initialization inClientSetup.javaand event handlers inclient/*Event.java,*Mixin.java. All non-client-side code must callClientProxy.javacode throughClientProxyInterface.java.main/java/com/yyon/grapplinghook/common: Code that runs on both client-side and server-side. Initializiation inCommonSetup.javaand event handlers inserver/*Event.java,Server*Mixin.java.main/java/com/yyon/grapplinghook/server: Server-side code.main/java/com/yyon/grapplinghook/blocks: All Minecraft blocks added by this mod.main/java/com/yyon/grapplinghook/items: All Minecraft items added by this mod.main/java/com/yyon/grapplinghook/entities: All Minecraft entities added by this mod.main/java/com/yyon/grapplinghook/enchantments: All Minecraft enchantments added by this mod.main/java/com/yyon/grapplinghook/controllers: Code for physics / controlling player movement while on a grappling hook, etc.main/java/com/yyon/grapplinghook/network: Custom network packets which are sent between client and servermain/java/com/yyon/grapplinghook/config: Configuration parameters provided by this mod that allows users to configure the parameters through a config file or cloth configmain/java/com/yyon/grapplinghook/integrations: Integration of this mod with other modsmain/java/com/yyon/grapplinghook/utils: Miscellaneous utilities
not works correctlygrapple engine might be working!- key bindings (
NonConflictingKeyBinding) - tooltip CR, LF
- test survival mode
- recipe
- enchantment