• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

yyon/grapplemod: Grappling hook mod for Minecraft

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

yyon/grapplemod

开源软件地址(OpenSource Url):

https://github.com/yyon/grapplemod

开源编程语言(OpenSource Language):

Java 100.0%

开源软件介绍(OpenSource Introduction):

Grappling Hook Mod for Minecraft

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 Forge only. No fabric version is planned at the moment.

1.16.5/1.18.2 versions requires Cloth Config API: https://www.curseforge.com/minecraft/mc-mods/cloth-config-forge

Mod Description & Downloads

https://www.curseforge.com/minecraft/mc-mods/grappling-hook-mod

Setup for Developing

  1. Download the latest Minecraft Forge Mdk for the correct version of Minecraft from https://files.minecraftforge.net/net/minecraftforge/forge/
  2. Clone this repository into the src folder (e.g. rm -r src; git clone git@github.com:yyon/grapplemod.git src)
  3. Copy or symlink build.gradle and gradle.properties into the root of the Mdk
  4. Follow standard Forge Development setup (e.g. ./gradlew build, see https://mcforge.readthedocs.io/en/latest/gettingstarted/)

Project Structure

Currently, the versions of this mod for Minecraft 1.12, 1.16, and 1.18 are on branches 1.12, 1.16.5, and 1.18 respectively.

Code Structure Overview

  • main/java/com/yyon/grapplinghook/client: Client-side code. Initialization in ClientSetup.java and event handlers in ClientEventHandlers.java. All non-client-side code must call ClientProxy.java code through ClientProxyInterface.java.
  • main/java/com/yyon/grapplinghook/common: Code that runs on both client-side and server-side. Initializiation in CommonSetup.java and event handlers in CommonEventHandlers.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 server
  • main/java/com/yyon/grapplinghook/config: Configuration parameters provided by this mod that allows users to configure the parameters through a config file or cloth config
  • main/java/com/yyon/grapplinghook/integrations: Integration of this mod with other mods
  • main/java/com/yyon/grapplinghook/utils: Miscellaneous utilities

Credits

1.18 update by Nyfaria

Textures by Mayesnake

Bug fixes:

  • Random832 (Prevent tick from running when shootingEntity is null)

  • LachimHeigrim (Fix for #37: removed forgotten debug prints)

Languages:

  • Blueberryy (Russian)

  • Neerwan (French)

  • Eufranio (Brazillian Portugese)

Sound Effects:

Bug finding:

  • Shivaxi



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
thraaawn/BonsaiTrees: A Minecraft mod adding a block that grows small trees发布时间:2022-08-17
下一篇:
simo415/spc: SPC mod for Minecraft发布时间:2022-08-17
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap