From 762f61083380d6c0afa6970940289c7a810db498 Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Thu, 9 May 2024 13:27:22 +0200 Subject: [PATCH] [CHORE] Update License and Readme --- LICENSE | 2 +- README.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 934a072..f4a1e2d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 81f232f..1900080 100644 --- a/README.md +++ b/README.md @@ -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 * 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 - 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)) * Automatic ModMenu and Forge Config screen registration * Built in Cross Mod-Loader Network system -* WIP: Various GUI widgets and Utilities -* WIP: Texture Utils -* TODO: Sync Config From Server to Client +* Nojang Modding API ***