Skip to content

Releases: MModding/mmodding-library

0.0.3-alpha

29 Aug 15:47

Choose a tag to compare

Add QuiltMC Compatibility

0.0.2-alpha

25 Aug 19:18

Choose a tag to compare

First Version for 1.19.2

Add a lot (really) of stuff

See Full Changelog

0.0.1-alpha

29 Oct 17:15

Choose a tag to compare

First Version for 1.18.2

  • MModdingModInitializer and MModdingClientModInitializer for mods that use MModding Library:
  • Each class that initializes some blocks, items etc will implements ElementsInitializer or ClientElementsInitializer
  • Some "Custom" classes:
    CustomItem, CustomBlock, CustomStructure, CustomPotion, CustomEntityType, CustomBlockEntityType, CustomFallingBlock...
  • A Config System with Screens:
    Config, ConfigObject, ConfigScreen, ConfigScreenOptions...
  • Some Utilities:
    BiomeUtils, ConfigUtils, GameEventUtils, RadiusUtils, RegistrationUtils, RenderLayerUtils, WorldUtils...