File Details
SuperMartijn642's Core Lib 1.1.21 for Forge 1.19.4
- R
- Mar 20, 2026
- 540.14 KB
- 2.0K
- 1.19.4
- Forge
File Name
supermartijn642corelib-1.1.21-forge-mc1.19.4.jar
Supported Versions
- 1.19.4
Curse Maven Snippet
SuperMartijn642's Core Library 1.1.21
- Fixed client not being updated when
BaseBlockEntity#writeClientDatareturns empty tag
SuperMartijn642's Core Library 1.1.20
- Added
Widget#cursorto change the cursor when hovering a widget - Added
ScrollbarWidgetfor creating a configurable scrollbar - Added
ScissorWidetthat restricts rendering and input handling of child widgets to its bounds - Added
CustomSlotfor creating container slots - Added
AbstractButtonWidget#isClickableandAbstractButtonWidget#setActive - Improved
BaseWidgetfocus handling - Fixed
GuiGraphicsHelper#submitCustomRenderingnot respecting active scissor - Fixed child widgets not getting unfocused when focused widget changes
- Fixed output from
BlockStateGenerator,ModelGenerator, andTagGeneratornot being consistent
SuperMartijn642's Core Library 1.1.19
- Added additional properties to
BlockPropertiesto match vanilla
SuperMartijn642's Core Library 1.1.18
- Fixed
TextFieldWidgetallowing one more character than the max length
SuperMartijn642's Core Library 1.1.17a
- Added
CommonUtils#getRegistryAccess - Added
CodecHelper
SuperMartijn642's Core Library 1.1.17
- Added support for custom tag entry types
- Added a namespace tag entry type
SuperMartijn642's Core Library 1.1.16
- Allow
ClientRegistrationHandler#registerAtlasSpriteto accept a different namespace - Fixed
AtlasSourceGeneratorusing the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipeto serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntityreturns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilderwith additional helpers BaseBlockEntity#dataChangedwill now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12
- Added
CommonUtils#getLogger
SuperMartijn642's Core Library 1.1.11
- Initialization of
TextureAtlaseswill no longer load theSheetsclass
SuperMartijn642's Core Library 1.1.10
RegistrationHandlerwill now register entries in the same order as they are submitted in
SuperMartijn642's Core Library 1.1.9a
- Fixed crash with Emendatus Enigmatica
SuperMartijn642's Core Library 1.1.9
- Fixed crash when
nullis passed intoBlockProperties#lootTableFrom
SuperMartijn642's Core Library 1.1.8
- Added
ResourceAggregatorto 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#getPartialTicksreturning the wrong value when the game is paused - Fixed
ItemProperties#toUnderlyingcausing an exception when durability is set - Fixed loot table handling in
BlockProperties
SuperMartijn642's Core Library 1.1.7
- Fix
RecipeGenerator's smelting smelting recipes not working for multiple smelting types - Fix
ModelGenerator#itemHandheldusing wrong parent model
SuperMartijn642's Core Library 1.1.6
- Fix
ModelGenerator#cubemethods ignoring parameters
SuperMartijn642's Core Library 1.1.5
- Initial release for 1.19.4

