All Projects → chylex → Better-Sprinting

chylex / Better-Sprinting

Licence: MPL-2.0 license
Minecraft mod that improves and expands sprinting, sneaking, and flying mechanics.

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Better-Sprinting

Sophisticated-wolves
sophisticated-wolves.nightkosh.com/
Stars: ✭ 13 (-35%)
Mutual labels:  forge, mod
Applied-Energistics-3-ReOver
No description or website provided.
Stars: ✭ 27 (+35%)
Mutual labels:  forge, mod
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+5420%)
Mutual labels:  forge, mod
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-25%)
Mutual labels:  forge, mod
Bewitchment
Mod inspired by Witchery
Stars: ✭ 128 (+540%)
Mutual labels:  forge, mod
Emc
The EMC Framework (Easy Minecraft Client) - An easy to use Minecraft modding framework
Stars: ✭ 21 (+5%)
Mutual labels:  forge, mod
Gamesense Client
Minecraft 1.12.2 Utility Mod for Anarchy and Crystal PvP
Stars: ✭ 73 (+265%)
Mutual labels:  forge, mod
Minecraftforge
Modifications to the Minecraft base files to assist in compatibility between mods.
Stars: ✭ 5,127 (+25535%)
Mutual labels:  forge, mod
Minebot
Minebot
Stars: ✭ 119 (+495%)
Mutual labels:  forge, mod
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+495%)
Mutual labels:  forge, mod
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-60%)
Mutual labels:  forge, mod
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+700%)
Mutual labels:  forge, mod
Magistics
Logistical magic!
Stars: ✭ 16 (-20%)
Mutual labels:  forge, mod
Equivalent Exchange
Stars: ✭ 37 (+85%)
Mutual labels:  forge, mod
Equivalent Exchange 3
Stars: ✭ 727 (+3535%)
Mutual labels:  forge, mod
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (+220%)
Mutual labels:  forge, mod
Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+1830%)
Mutual labels:  forge, mod
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+1990%)
Mutual labels:  forge, mod
Buildcraft
BuildCraft
Stars: ✭ 1,218 (+5990%)
Mutual labels:  forge, mod
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (+630%)
Mutual labels:  forge, mod

Better Sprinting

Logo

Network specification

If you are a server owner and want to disable the mod, or enable some of the singleplayer-only functions, see the Better Sprinting network specification which has all the information:

https://raw.githubusercontent.com/chylex/Better-Sprinting/master/src/main/java/chylex/bettersprinting/server/ServerNetwork.java

If you have a Forge server, you can just install the mod and use the /bettersprinting command to configure the behavior.

Project license

The source code, asset files, and official binaries are licensed under MPL-2.0. Note this only applies to commits and binaries published after 12 June 2019.

Project setup guide

In order to setup a workspace to play around with the source code, first clone this repository using your Git client (make sure to select the correct branch, they are named by Minecraft versions; master is always the latest work in progress version).

Once you cloned the repository, follow the Getting Started with Forge tutorial. You can skip the first 3 steps, the repository already comes with the Gradle build system.

Contributing

If you want to do any large changes, please contact me first (open an Issue) with detail about what you want to do. I wouldn't want you to waste your time with a large Pull Request that will not get accepted.

When creating a Pull Request, please follow these guidelines:

  • Always target the master branch which contains the most recent code
  • Follow my code formatting style; most of it should be easy to pick up, here are a couple details:
    • Use tabs for indentation, spaces for alignment
    • No space between right parenthesis and left bracket: void method(){
    • No blank lines between imports
  • When updating the mod to a new Minecraft version, read UpdateTodo.txt for an overview of what needs to be done during each update
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].