Skip to content

Rewrite of a popular mod which brings quake-style movement to minecraft for Fabric mod loader in Kotlin

License

Notifications You must be signed in to change notification settings

swinginman/resquake

This branch is 3 commits ahead of, 21 commits behind polina4096/resquake:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48b65a0 Β· Jun 15, 2024

History

34 Commits
Apr 6, 2023
Jun 15, 2024
Jun 15, 2024
Apr 6, 2023
Apr 6, 2023
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Jun 15, 2024
Apr 6, 2023

Repository files navigation

Updated for Minecraft 1.21 on Java 21

Compiled with Gradle 8.8


re:squake

Kotlin rewrite of the popular mod which adds quake-style movement to minecraft using the fabric mod loader (should be compatible with quilt). Requires Fabric Language Kotlin, depends on YetAnotherConfigLib, Fabric API and optionally Mod Menu.

This mod works fine if installed only on the client, but in order to prevent fall damage from slowing down the player it must be installed on the server too. Players can toggle the mod individually in the settings, or using the keybind.

Features

  • quake-style movement
  • bunnyhop
  • trimping
  • sharking
  • basic speed indicator
  • in-game config
  • adjustable values
  • keybind to toggle the mod

Build Instructions

  1. Clone the git repository
  2. Navigate into the cloned directory
  3. Run ./gradlew build

The built jar file will be in build/libs/

Credits


Unlicense

Released into the public domain.

About

Rewrite of a popular mod which brings quake-style movement to minecraft for Fabric mod loader in Kotlin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 91.5%
  • Java 8.5%