0.2.9-mc1.21.3
on Mar 1, 2025Changelog
- fix include FFAPI version issue
0.2.8-mc1.21.4
on Feb 26, 20250.2.8-mc1.21.3
on Feb 26, 2025Changelog
- Use our own modification of FFAPI
- fix render duplicate HUD
- fix HUD background
0.2.8-mc1.21.1
on Feb 26, 2025Change
- Use official FFAPI version
- fix render duplicate HUD
- fix HUD background
0.2.7-mc1.21.1
on Feb 2, 2025Change
- Use our own modification of FFAPI
0.2.6-mc1.21.4
on Jan 31, 2025Changelog
- update FoxifiedNetworkingAPI version
0.2.6-mc1.21.3
on Jan 31, 2025Change
- update FoxifiedNetworkingAPI version
0.2.6-mc1.21.1
on Jan 31, 20250.2.6-mc1.21.1
on Jan 30, 2025Change
- remove ForgifiedFabricLoader
0.2.5-mc1.21.4
on Jan 30, 2025Changelog
- update FoxifiedNetworkingAPI version
0.2.5-mc1.21.3
on Jan 30, 2025Change
- update FoxifiedNetworkingAPI version
0.2.5-mc1.21.1
on Jan 30, 2025Change
- include ForgifiedFabricAPI (networking-api-v1)
0.2.4-mc1.21.3
on Jan 29, 2025Change
- sync from
sakura-ryoko/malilib
1.21.3-0.22.5-sakura.3
0.2.4-mc1.21.4
on Jan 29, 2025Changelog
- sync from
sakura-ryoko/malilib
1.21.4-0.23.2-sakura.3.
0.2.4-mc1.21.1
on Jan 29, 2025Change
- sync from
sakura-ryoko/malilib
1.21-0.21.7-sakura.3
0.2.2-mc1.21.1
on Dec 28, 2024Change
- sync from
sakura-ryoko/malilib
1.21-0.21.5 - Deprecated
NeoUtils
. Now you can useFoxifiedLoader
replace it.
0.2.2-mc1.21.3
on Dec 28, 2024Change
- sync from
sakura-ryoko/malilib
1.21.3-0.22.3 - Deprecated
NeoUtils
. Now you can useFoxifiedLoader
replace it.
0.2.2-mc1.21.4
on Dec 28, 2024Changelog
- sync from
sakura-ryoko/malilib
1.21.4-0.23.0. - Deprecated
NeoUtils
. Now you can useFoxifiedLoader
replace it.
0.2.1-mc1.21.4
on Dec 11, 2024Changelog
- sync from
sakura-ryoko/malilib
1.21.4-0.23.0-sakura.3.
details:
Lots of changes, please read carefully, especially for Downstream mods.
Merged a handful of useful utility functions from Post-Rewrite MaLiLib 1.12.2-ornithe including:
- BlockUtils (Deprecated things, and split between util/game/BlockUtils and util/nbt/NbtBlockUtils)
- util/game/BlockUtils has been also merged with Post-ReWrite.
- EntityUtils (Deprecated things, and moved most functions to util/nbt/NbtEntityUtils)
- NbtKeys (Deprecated, and moved to util/nbt/NbtKeys)
- Added FileNameUtils, and Merged FileUtils from Post-Rewrite.
- Added as a WIP JsonUtils from Post-ReWrite under util/data/json, which will have JSON Deserializers for every Config Type (Coming soon)
- Deprecated util/NBTUtils for a merged Post-ReWrite copy under util/nbt/NbtUtils with added functionality
- Deprecated PayloadUtils
- Added a handful of other items under util/data, util/game, util/nbt, and util/position from Post-ReWrite.
- Added Config Menu Registry from Post-Re-Write. Your Mods should Register with MaLiLib for each of your
GuiConfigBase
screens as follows using the newModInfo
class During your Mod Init():
Registry.CONFIG_SCREEN.registerConfigScreenFactory(
new ModInfo(MaLiLibReference.MOD_ID, MaLiLibReference.MOD_NAME, MaLiLibConfigGui::new)
);
MaFgLib will attempt to automatically Register any non-compliant Downstream mods; and this feature can be disabled using enableConfigSwitcher
under MaFgLib's config menu.
0.2.1-mc1.21.3
on Dec 11, 2024Change
- sync from
sakura-ryoko/malilib
1.21.3-0.22.3-sakura.4
details:
Lots of changes, please read carefully, especially for Downstream mods.
Merged a handful of useful utility functions from Post-Rewrite MaLiLib 1.12.2-ornithe including:
- BlockUtils (Deprecated things, and split between util/game/BlockUtils and util/nbt/NbtBlockUtils)
- util/game/BlockUtils has been also merged with Post-ReWrite.
- EntityUtils (Deprecated things, and moved most functions to util/nbt/NbtEntityUtils)
- NbtKeys (Deprecated, and moved to util/nbt/NbtKeys)
- Added FileNameUtils, and Merged FileUtils from Post-Rewrite.
- Added as a WIP JsonUtils from Post-ReWrite under util/data/json, which will have JSON Deserializers for every Config Type (Coming soon)
- Deprecated util/NBTUtils for a merged Post-ReWrite copy under util/nbt/NbtUtils with added functionality
- Deprecated PayloadUtils
- Added a handful of other items under util/data, util/game, util/nbt, and util/position from Post-ReWrite.
- Added Config Menu Registry from Post-Re-Write. Your Mods should Register with MaLiLib for each of your
GuiConfigBase
screens as follows using the newModInfo
class During your Mod Init():
Registry.CONFIG_SCREEN.registerConfigScreenFactory(
new ModInfo(MaLiLibReference.MOD_ID, MaLiLibReference.MOD_NAME, MaLiLibConfigGui::new)
);
MaFgLib will attempt to automatically Register any non-compliant Downstream mods; and this feature can be disabled using enableConfigSwitcher
under MaFgLib's config menu.