
KasugaLib
Активный0.0
Установок
Последнее обновление
Версии
KasugaLib
KasugaLib (or Ksglib for short) is a basic mod that aims to reduce the workload of mod developers and increase the efficiency of mod development.
This mod would NOT provide ANY elements directly in your game.
Registration
KasugaLib provides a packet of user-friendly registrations for Minecraft Forge mod development.
-
BlockReg
-
BlockEntityReg
-
ItemReg
-
EffectReg
-
CommandReg
-
FluidReg
-
ChannelReg (for network channels)
-
MenuReg (for menus and screens)
......
External Registration
Ksglib also provides some registrations that are not natively provided by Forge.
-
KeyBindingReg
-
StaticImageHolder(StaticImage, ImageMask...)
-
FontRegistry (for FONTs, such as .ttf fonts)
-
ModelRegistry (for animated models)
-
BundleReg(Registrate lots of elements in one REG.)
GUI Engine
Ksglib has a GUI Engine that based on Reactive Native. This module is still under constructing, it will be available soon.
-
Supports HTML, CSS and JS (for GUIs)!
-
Supports hot module reloading.
-
External tool debugging.
Utils
Ksglib prepared you some tools, helping you overcome version differences in Minecraft Forge Development.
-
VectorUtils.
-
ResourceUtils.
-
LazyRecomputable<?>
-
DirectionUtils.
-
Removed texture path limitation of MC 1.20.1.
Others
Ksglib provides some experimental function. We hope anyone who use it could help us perfect them.
-
JSON based model animation.
-
Removed blockstates path limitation of MC.
Create Vesions
Ksglib has vanilla version and create version. The create version provides some create utils.
-
Create registration utils (Tracks, TrackMaterials, Bogeys, Behaviours)
-
SimpleTrackBlock, StateGenerator, etc...