GithubHelp home page GithubHelp logo

anihacc / grapplemod Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yyon/grapplemod

0.0 0.0 0.0 1.96 MB

Grappling hook mod for Minecraft

License: GNU General Public License v3.0

Java 100.00%

grapplemod's 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 [email protected]: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

grapplemod's People

Contributors

yyon avatar icampbe avatar nyfaria avatar blueberryy avatar eufranio avatar lachimheigrim avatar neerwan avatar nimbleguy avatar nvb-uy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.