SuperMartijn642's Core Lib

SuperMartijn642's Core Lib adds lots of basic implementations that allow for similar code between different Minecraft versions!

File Details

SuperMartijn642's Core Lib 1.1.10a for Fabric 1.19.2

  • R
  • Jul 4, 2023
  • 521.78 KB
  • 1.7K
  • 1.19.2
  • Fabric

File Name

supermartijn642corelib-1.1.10a-fabric-mc1.19.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:supermartijn642s-core-lib-454372:4625240"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

SuperMartijn642's Core Library 1.1.10a

  • Item registry overrides will now also override the block->item map

SuperMartijn642's Core Library 1.1.10

  • RegistrationHandler will now register entries in the same order as they are submitted in

SuperMartijn642's Core Library 1.1.9f

  • Registry overrides now replace values in vanilla fields

SuperMartijn642's Core Library 1.1.9e

  • Improved registry overrides

SuperMartijn642's Core Library 1.1.9d

  • Fixed items appearing in all creative tabs

SuperMartijn642's Core Library 1.1.9c

  • Fixed ScreenUtils#drawTooltip

SuperMartijn642's Core Library 1.1.9b

  • Fixed atlas sprites registered through ClientRegistrationHandler not getting stitched

SuperMartijn642's Core Library 1.1.9a

  • Prevent crashes when scanning for RegistryEntryAcceptor entries

SuperMartijn642's Core Library 1.1.9

  • Fixed crash when null is passed into BlockProperties#lootTableFrom

SuperMartijn642's Core Library 1.1.8

  • Added ResourceAggregator to allow multiple data generators to write to the same file
  • All data generators will now generate before anything gets saved
  • Entries in json files from data generators will now always generate in the same order
  • Fixed ClientUtils#getPartialTicks returning the wrong value when the game is paused
  • Fixed ItemProperties#toUnderlying causing an exception when durability is set
  • Fixed loot table handling in BlockProperties
  • Fixed static CreativeItemGroup#get methods always returning the decorations tab

SuperMartijn642's Core Library 1.1.7

  • Initial release of SuperMartijn642's Core Library for Fabric