[CHORE] Update License and Readme

This commit is contained in:
2024-05-09 13:27:22 +02:00
parent fe01300648
commit 762f610833
2 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) HypherionSA and Contributors 2022 Copyright (c) HypherionSA and Contributors 2024
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -4,25 +4,21 @@
*** ***
A library mod used by HypherionSA and First Dark Development mods to make porting and multiple modloader support easier A Library mod and modding api for easier multi-version minecraft and mod loader development
*** ***
## Library Features ## Library Features
* Universal Config System (TOML Based) * Universal Config System (TOML Based)
* Easy Cross Mod-Loader registration System
* Built in Helper Classes for Various minecraft features * 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 * Built in Optifine-Compat utilities
* Various utilities for Blockstates, LANG, Math and Rendering * Various utilities for Blockstates, LANG, Math and Rendering
* Cross Mod-Loader Events - Based on [Acara](https://github.com/Keksuccino/acara) * Cross Mod-Loader Events - Based on [Acara](https://github.com/Keksuccino/acara)
* Cross Mod-Loader Config Screens (Based on [Cloth Config Lite](https://github.com/shedaniel/cloth-config-lite)) * Cross Mod-Loader Config Screens (Based on [Cloth Config Lite](https://github.com/shedaniel/cloth-config-lite))
* Automatic ModMenu and Forge Config screen registration * Automatic ModMenu and Forge Config screen registration
* Built in Cross Mod-Loader Network system * Built in Cross Mod-Loader Network system
* WIP: Various GUI widgets and Utilities * Nojang Modding API
* WIP: Texture Utils
* TODO: Sync Config From Server to Client
*** ***