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.
0.2.1-mc1.21.1
on Dec 11, 2024Change
- sync from
sakura-ryoko/malilib
1.21-0.21.5-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.
0.1.28-mc1.21.4
on Dec 10, 2024Change
- sync from
sakura-ryoko/malilib
1.21.4-0.23.0-sakura.2- fix: Missing Textures from Horse Armor, etc fix: add support for other Generic Entity Types, such as Armor Stands using Inventory Overlay add printTranslationKeys Debug from Post Rewrite
- Port to 1.21.4 (See Commit for details) Adds Mod Menu-based 'Config Switcher' from MaLiLib Config Screens. Adds Korean
0.1.27-mc1.21.3
on Dec 10, 2024Change
- sync from
sakura-ryoko/malilib
1.21.3-0.22.3-sakura.7- fix: Missing Textures from Horse Armor, etc
- fix: add support for other Generic Entity Types, such as Armor Stands using Inventory Overlay
- add printTranslationKeys Debug from Post Rewrite
- fix: Missing Empty Horse Armor Slots
- Adds Korean & Mod Menu 'Config Switcher' for MaLiLib config screens.
- fix: when prettyName, comment, or translatedName entries are outdated, or not being applied with apply(), such as if the mod wasn't updated to use apply().
0.1.26-mc1.21.1
on Dec 10, 2024Change
- sync from
sakura-ryoko/malilib
1.21-0.21.5-sakura.3- fix Visibility of renderInventoryBackgroundSlots
- fix: Missing Textures from Horse Armor, etc
- fix: add support for other Generic Entity Types, such as Armor Stands using Inventory Overlay
- add printTranslationKeys Debug from Post Rewrite
- Adds Korean & Mod Menu 'Config Switcher' for MaLiLib config screens
- fix: when prettyName, comment, or translatedName entries are outdated, or not being applied with apply(), such as if the mod wasn't updated to use apply().
0.1.26-mc1.21.3
on Nov 16, 2024Change
- sync from
sakura-ryoko/malilib
1.21.3-0.22.0-sakura.7