GameSense is a Minecraft Forge "Utility Mod" for anarchy-related servers such as 2b2t. This project was started by Cyber and Hoosiers in early January 2020 as a method to learn some basics of Java coding. Feel free to contribute and join the official discord by clicking the shield above. Please note, this repository and mod is not associated with "GameSense.pub" nor does it use any assets/code from it.
Most notable features:
- Custom combat modules
- Viewmodel changer
- Custom renderings that are compatible with other mods such as future
- Clean GUI and stable config
- Cyber (original developer)
- Hoosiers (original developer, head developer, maintainer)
- lukflug (color settings, OpenGL, ClickGUI and minor optimizations, issue tracker)
- auburnhud2 (whitespace and continuous integration, issue tracker)
- linustouchtips (TargetHUD, SkyColor, and Quiver)
- Dngerr (Blink and HotbarRefill)
- DarkiBoi (TotemPopCounter)
- GL_DONT_CARE (Viewmodel Transformations)
Check specific class files for full credits. Some code used from (not directly referenced in code):
- KAMI / 086
- Osiris / Finz0 (old base)
- Backdoored / CookieDragon234
This client also implements the ClickGUI using PanelStudio: https://github.com/lukflug/PanelStudio/. If you believe that we are using your code and credits are not properly given, please message GooberTown#7384 on Discord.
- GameSense requires Minecraft v1.12.2 Forge to run. You can download that here: https://files.minecraftforge.net/.
- Once forge is installed, download the latest release from the releases page or from the discord.
- Navigate to your Minecraft folder (%appdata%/.minecraft).
- If this does not already exist, create a folder titled
mods
and with another folder inside titled1.12.2
. - Drag the release jar into the
1.12.2
folder. - Launch the game using your Forge profile (created in step 1).
Feel free to help out with development by creating a pull request and it will be reviewed.
- All code commited should be original or properly credited.
- Please explain
in detail
on what you changed and why it would be beneficial. - Try to separate new features. Large pull requests with multiple new features take longer to be merged.
- Try to follow the general style of the project.
If you have any questions about this, feel free to ask in the discord or by messaging Hoosiers (GooberTown#7384) on Discord.
Feature requests and major bug reports can be given by creating an issue. Please try to explain in detail the feature/problem and also provide the names of the other mods you are using with GameSense (bug reporting).
For small bug reports/faster help, join the discord and ask your questions there.