Skip to content

Geuxy/mixins-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mixins-base

A simple PvP Minecraft Client base using Mixins.

Modlist GUI

Note when adding a new value type

There are a few TODO comments that tell you where you are supposed to do certain things so the values can be saved and loaded.

Features

Command System

Custom client chat command system to look like a hacker, includes SayCommand

Mod System.

for mods with an example and has values/settings feature.

Event System.

An event system using annotation with priority sorting. Includes TickEvent, Render2DEvent and Render3DEvent

Keybinding System

automatically adds custom keybindings to minecraft controls, includes ClientMenu keybind.

Config System

Stores data in a file in JSON (by headzz, fixed and slightly redone by me), includes Mod config.

Draggable Hud

A GUI that lets you drag hud mods smoothly without dragging multiple at the same time.

Modlist GUI

A GUI that lets you change states and values of mods.

About

A PvP Minecraft Client base using Mixins.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages