Files
CraterLib/README.md

34 lines
1006 B
Markdown
Raw Normal View History

2022-05-12 00:20:18 +02:00
# CraterLib
2022-05-12 00:18:53 +02:00
2022-07-31 20:41:00 +02:00
![badge-snapshot](https://maven.firstdarkdev.xyz/api/badge/latest/snapshots/me/hypherionmc/craterlib/CraterLib-common-1.19.1?color=40c14a&name=CraterLib-Snapshot)
2022-07-03 22:39:42 +02:00
***
2022-05-12 00:20:18 +02:00
A library mod used by HypherionSA's mods. Mostly used by Hyper Lighting 2.
2022-05-12 00:18:53 +02:00
***
## Library Features
* Universal Config System (TOML Based)
* Easy Cross Mod-Loader registration System
* Built in Helper Classes for Various minecraft features
* Built in FluidTank and Energy systems for Forge/Fabric (Forge versions are just wrappers).
* Built in Optifine-Compat utilities
* Various utilities for Blockstates, LANG, Math and Rendering
* Cross Mod-Loader Events
2022-07-03 22:29:09 +02:00
* Cross Mod-Loader Config Screens (Based on [Cloth Config Lite](https://github.com/shedaniel/cloth-config-lite))
* TODO: Built in Cross Mod-Loader Network system
* TODO: Various GUI widgets and Utilities
* TODO: Cross Mod-Loader Dynamic Lighting
* TODO: Texture Utils
* TODO: Sync Config From Server to Client
***
2022-05-12 00:20:18 +02:00
## Setup Instructions
2022-05-12 00:18:53 +02:00
2022-07-03 22:39:42 +02:00
** Wiki Coming Soon **