Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anOtherAnalyse/FamilyFunPack
Family Fun Pack utility mod for 2b2t
https://github.com/anOtherAnalyse/FamilyFunPack
2b2t 9b9t anarchy-servers minecraft-mod utility-mod
Last synced: about 2 months ago
JSON representation
Family Fun Pack utility mod for 2b2t
- Host: GitHub
- URL: https://github.com/anOtherAnalyse/FamilyFunPack
- Owner: anOtherAnalyse
- License: other
- Created: 2020-10-15T22:40:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T17:45:34.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:19:51.774Z (5 months ago)
- Topics: 2b2t, 9b9t, anarchy-servers, minecraft-mod, utility-mod
- Language: Java
- Homepage:
- Size: 490 KB
- Stars: 104
- Watchers: 11
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Paulscode IBXM Library.txt
Awesome Lists containing this project
- minecraft-hack-clients - Github
README
## Family Fun Pack
### Summary
Minecraft 1.12.2 utility mod for anarchy servers, 2b2t - 9b9t. This is not a complete anarchy utility mod, but instead offers a few features that are missing or are improved from what offer others utility mods.
### Usage
Use the ```backslash``` key to open the GUI (by default). Change it from Minecraft keybinds options.### Features
[Modules list](/modules.md)[Commands list](/commands.md)
### Disclaimer
Most of these features are based on Minecraft network stack and do not work on singleplayer.### Running in a Dev Environment:
```gradle
gradlew setupDecompWorkspace
gradlew runClient
```### Compiling the client:
```gradle
gradlew setupDecompWorkspace
gradlew build
```
You will find your built jar in the directory `builds/libs`.