SuperMartijn642's Core Library 1.1.17b
- Fixed
RecipeGenerator
not applying resource conditions
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
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16b
- Account for network changes in NeoForge 20.4.70
- Menu screens are now registered in the dedicated event
SuperMartijn642's Core Library 1.1.16a
- Fixed recipe conditions not working correctly
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for NeoForge 1.20.3 & 1.20.4
SuperMartijn642's Core Library 1.1.17c
- Fixed
RecipeGenerator
not applying resource conditions
SuperMartijn642's Core Library 1.1.17b
- Fixed
LootTableGenerator
errors with custom enchant functions
SuperMartijn642's Core Library 1.1.17a
- Fixed
CommonUtils#getRegistryAccess
returning nothing when in a multiplayer world
SuperMartijn642's Core Library 1.1.17
- Initial release of SuperMartijn642's Core Library for Forge 1.21
SuperMartijn642's Core Library 1.1.17c
- Fixed
RecipeGenerator
not applying resource conditions
SuperMartijn642's Core Library 1.1.17b
- Fixed
LootTableGenerator
errors with custom enchant functions
SuperMartijn642's Core Library 1.1.17a
- Fixed
CommonUtils#getRegistryAccess
returning nothing when in a multiplayer world
SuperMartijn642's Core Library 1.1.17
- Initial release of SuperMartijn642's Core Library for Forge 1.20.6
SuperMartijn642's Core Library 1.1.17b
- Fixed
RecipeGenerator
not applying resource conditions
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
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16a
- Workaround datagen mixins not getting applied due to Forge quirks
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for Forge 1.20.3
SuperMartijn642's Core Library 1.1.17b
- Fixed
RecipeGenerator
not applying resource conditions
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
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16b
- Workaround datagen mixins not getting applied due to Forge quirks
SuperMartijn642's Core Library 1.1.16a
- Added workaround for crash with Iceberg
SuperMartijn642's Core Library 1.1.16
- Allow
ClientRegistrationHandler#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15a
- Added a workaround for Forge mixin issues
- Removed use of
Ingredient#merge
fromRecipeGenerator
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12a
- Fixed serialization for
ResourceCondition
s - Fixed exception when initializing
ScreenUtils
- Fixed conditional recipes not working
SuperMartijn642's Core Library 1.1.12
- Initial release of SuperMartijn642's Core Library for Minecraft 1.20.2
SuperMartijn642's Core Library 1.1.17a
- Fixed
RecipeGenerator
not applying resource conditions
SuperMartijn642's Core Library 1.1.17
- Added support for custom tag entry types
- Added a namespace tag entry type
- Added workaround for side
BUKKIT
related errors - Updated tag loading behaviour to match newer Minecraft versions
SuperMartijn642's Core Library 1.1.16a
- Fixed crash with Tool Progression
SuperMartijn642's Core Library 1.1.16
- Allow
ClientRegistrationHandler#registerAtlasSprite
to accept a different namespace
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12c
- Fixed crash when translating block names on the server
SuperMartijn642's Core Library 1.1.12b
- Add workarounds for SpongeForge using unnecessary Overwrite mixins
SuperMartijn642's Core Library 1.1.12a
- Added workaround for when Tool Progression is installed
- Added workaround for when RealBench is installed
- Renamed jar-file so it gets loaded before Phosphor and VanillaFix
SuperMartijn642's Core Library 1.1.12
- Added
CommonUtils#getLogger
SuperMartijn642's Core Library 1.1.11
- Initialization of
TextureAtlases
will no longer load theSheets
class
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.9b
- Fixed
ResourceCache#getExistingResource
checking incorrect files
SuperMartijn642's Core Library 1.1.9a
- Fixed packet error when opening a container on a dedicated server
SuperMartijn642's Core Library 1.1.9
- Fixed crash when
null
is passed intoBlockProperties#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 loot table handling in
BlockProperties
SuperMartijn642's Core Library 1.1.7a
- Fix items not appearing in the creative search tab
SuperMartijn642's Core Library 1.1.7
- Fix
RecipeGenerator
's smelting smelting recipes not working for multiple smelting types - Fix
ModelGenerator#itemHandheld
using wrong parent model
SuperMartijn642's Core Library 1.1.6a
- Fix
PacketChannel#sendToDimension
using incorrect dimension id
SuperMartijn642's Core Library 1.1.6
- Fix
ModelGenerator#cube
methods ignoring parameters
SuperMartijn642's Core Library 1.1.5
- Fix performance issues with model overwrites in ClientRegistrationHandler
SuperMartijn642's Core Library 1.1.4
- Fix crash on startup
SuperMartijn642's Core Library 1.1.3
- Fix crash on dedicated servers when certain containers get forcibly closed
- Fix
CommonUtils#getServer
always returningnull
SuperMartijn642's Core Library 1.1.2
- Use the given block's namespace for blockstate files in
BlockStateGenerator
- Fix crash when loading ore dictionary recipe ingredients
SuperMartijn642's Core Library 1.1.1a
- Fix rare crash well loading recipe ingredients
- Fix crash when both Hammer Lib and ColorUtility are installed
SuperMartijn642's Core Library 1.1.1
- Fix crash when a recipe condition is registered as
RecipeConditionSerializerRegistry
gets initialized
SuperMartijn642's Core Library 1.1.0a
- Fix crash on dedicated servers in certain scenarios
SuperMartijn642's Core Library 1.1.0
- All gui functionality has been extracted into
Widget
s - Added
RegistrationHandler
,ClientRegistrationHandler
, andGeneratorRegistrationHandler
for registering everything - Added
CreativeItemGroup
abstraction for dealing with creative tabs - Added abstractions for opening
BaseContainer
s withCommonUtils#openContainer
- Improved caching for
Object
dependent containers and guis - Added abstractions for registries in
Registries
- Added
RenderConfiguration
for setting up OpenGL properties - Added
ResourceCondition
abstraction for use in recipes and advancements - Added
RegistryEntryAcceptor
annotation for getting entries from registries - Added interaction methods in
BaseBlock
,BaseItem
, andBaseBlockItem
- Added methods to
EnergyFormat
to format text - Added custom item and block entity renderers
- Added
BaseContainerType
to synchronize container data - Added
TextureAtlases
to obtain locations of all default atlases - Improved information in packet errors
- Renamed all 'TileEntity' classes to 'BlockEntity'
- Backported mining tags for use with
BaseBlock
- Added
ResourceGenerator
s to generate all assets - Added
BaseBlockEntityType
s to allow for multiple block entities from a single class - Added json language files
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
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16b
- Account for network changes in NeoForge 20.4.70
- Menu screens are now registered in the dedicated event
SuperMartijn642's Core Library 1.1.16a
- Fixed recipe conditions not working correctly
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for NeoForge 1.20.3 & 1.20.4
SuperMartijn642's Core Library 1.1.17b
- Added
CommonUtils#getRegistryAccess
- Added
CodecHelper
SuperMartijn642's Core Library 1.1.17a
- Account for changes to Fabric resource loader
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.16a
- Fixed mixin crash on startup
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for Fabric 1.20.3
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.16a
- Fixed mixin crash on startup
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for Fabric 1.20.3
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#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12a
- Fixed exception when initializing
ScreenUtils
- Fixed conditional recipes not working
SuperMartijn642's Core Library 1.1.12
- Initial release of SuperMartijn642's Core Library for Minecraft 1.20.2
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#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12d
- Prevent other mod's mixin errors from showing up in Core Lib's pre-launch entrypoint
SuperMartijn642's Core Library 1.1.12c
- Added calls to Architectury's client events in
WidgetContainerScreen
SuperMartijn642's Core Library 1.1.12b
- Fixed crash caused by Fabric API 0.86.0
SuperMartijn642's Core Library 1.1.12a
- Fixed wrong buffer source being used for
ScreenUtils#drawTooltip
SuperMartijn642's Core Library 1.1.12
- Added
CommonUtils#getLogger
SuperMartijn642's Core Library 1.1.11
- Initialization of
TextureAtlases
will no longer load theSheets
class
SuperMartijn642's Core Library 1.1.10c
- Added compatibility for Quilt loader
SuperMartijn642's Core Library 1.1.10b
- Fixed crash when Plant In A Jar is installed
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.9b
- Registry overrides now replace values in vanilla fields
SuperMartijn642's Core Library 1.1.9a
- Improved registry overrides
- Fixed lighting for
ScreenUtils#drawItem
SuperMartijn642's Core Library 1.1.9
- Initial release of SuperMartijn642's Core Library for Minecraft 1.20
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#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12c
- Prevent other mod's mixin errors from showing up in Core Lib's pre-launch entrypoint
SuperMartijn642's Core Library 1.1.12b
- Added calls to Architectury's client events in
WidgetContainerScreen
SuperMartijn642's Core Library 1.1.12a
- Fixed crash caused by Fabric API 0.86.0
SuperMartijn642's Core Library 1.1.12
- Added
CommonUtils#getLogger
SuperMartijn642's Core Library 1.1.11
- Initialization of
TextureAtlases
will no longer load theSheets
class
SuperMartijn642's Core Library 1.1.10c
- Added compatibility for Quilt loader
SuperMartijn642's Core Library 1.1.10b
- Fixed crash when Plant In A Jar is installed
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.9c
- Registry overrides now replace values in vanilla fields
SuperMartijn642's Core Library 1.1.9b
- Improved registry overrides
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 intoBlockProperties#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
SuperMartijn642's Core Library 1.1.7
- Initial release of SuperMartijn642's Core Library for Fabric
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#registerAtlasSprite
to accept a different namespace
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12b
- Prevent other mod's mixin errors from showing up in Core Lib's pre-launch entrypoint
SuperMartijn642's Core Library 1.1.12a
- Added calls to Architectury's client events in
WidgetContainerScreen
SuperMartijn642's Core Library 1.1.12
- Added
CommonUtils#getLogger
SuperMartijn642's Core Library 1.1.11
- Initialization of
TextureAtlases
will no longer load theSheets
class
SuperMartijn642's Core Library 1.1.10c
- Added compatibility for Quilt loader
SuperMartijn642's Core Library 1.1.10b
- Fixed crash when Plant In A Jar is installed
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 intoBlockProperties#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
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
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16a
- Workaround datagen mixins not getting applied due to Forge quirks
SuperMartijn642's Core Library 1.1.16
- Initial release of SuperMartijn642's Core Library for Forge 1.20.3
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
- Fixed recipe conditions getting registered twice
SuperMartijn642's Core Library 1.1.16b
- Workaround datagen mixins not getting applied due to Forge quirks
SuperMartijn642's Core Library 1.1.16a
- Added workaround for crash with Iceberg
SuperMartijn642's Core Library 1.1.16
- Allow
ClientRegistrationHandler#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15a
- Added a workaround for Forge mixin issues
- Removed use of
Ingredient#merge
fromRecipeGenerator
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12a
- Fixed serialization for
ResourceCondition
s - Fixed exception when initializing
ScreenUtils
- Fixed conditional recipes not working
SuperMartijn642's Core Library 1.1.12
- Initial release of SuperMartijn642's Core Library for Minecraft 1.20.2
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#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will now be true initially to avoid issues with Create contraptions
SuperMartijn642's Core Library 1.1.12a
- Fixed wrong buffer source being used for
ScreenUtils#drawTooltip
SuperMartijn642's Core Library 1.1.12
- Added
CommonUtils#getLogger
SuperMartijn642's Core Library 1.1.11
- Initialization of
TextureAtlases
will no longer load theSheets
class
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.9a
- Fixed lighting for
ScreenUtils#drawItem
SuperMartijn642's Core Library 1.1.9
- Initial release of SuperMartijn642's Core Library for Minecraft 1.20
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#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will 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
TextureAtlases
will no longer load theSheets
class
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.9a
- Fixed crash with Emendatus Enigmatica
SuperMartijn642's Core Library 1.1.9
- Fixed crash when
null
is passed intoBlockProperties#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
SuperMartijn642's Core Library 1.1.7
- Fix
RecipeGenerator
's smelting smelting recipes not working for multiple smelting types - Fix
ModelGenerator#itemHandheld
using wrong parent model
SuperMartijn642's Core Library 1.1.6
- Fix
ModelGenerator#cube
methods ignoring parameters
SuperMartijn642's Core Library 1.1.5
- Initial release for 1.19.4
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#registerAtlasSprite
to accept a different namespace - Fixed
AtlasSourceGenerator
using the default resource generator name
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will 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
TextureAtlases
will no longer load theSheets
class
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.9a
- Fixed crash with Emendatus Enigmatica
SuperMartijn642's Core Library 1.1.9
- Fixed crash when
null
is passed intoBlockProperties#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
SuperMartijn642's Core Library 1.1.7
- Fix
RecipeGenerator
's smelting smelting recipes not working for multiple smelting types - Fix
ModelGenerator#itemHandheld
using wrong parent model
SuperMartijn642's Core Library 1.1.6
- Fix
ModelGenerator#cube
methods ignoring parameters
SuperMartijn642's Core Library 1.1.5
- Fix performance issues with model overwrites in ClientRegistrationHandler
SuperMartijn642's Core Library 1.1.4a
- Fix
ConditionalRecipeSerializer
ignoring recipe conditions
SuperMartijn642's Core Library 1.1.4
- Fix crash on startup
SuperMartijn642's Core Library 1.1.3
- Fix crash on dedicated servers when certain containers get forcibly closed
- Fix
CommonUtils#getServer
always returningnull
SuperMartijn642's Core Library 1.1.2
- Use the given block's namespace for blockstate files in
BlockStateGenerator
SuperMartijn642's Core Library 1.1.1a
- Fix translations inside of
WidgetScreen
andWidgetContainerScreen
SuperMartijn642's Core Library 1.1.1
- Initial release for 1.19.3
SuperMartijn642's Core Library 1.1.17a
- 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#registerAtlasSprite
to accept a different namespace
SuperMartijn642's Core Library 1.1.15
- Added
ConditionalRecipeSerializer#wrapRecipe
to serialize conditional recipes
SuperMartijn642's Core Library 1.1.14
- Fixed error when a
BaseBlockEntity
returns null client data
SuperMartijn642's Core Library 1.1.13
- Improved
LootTableGenerator.LootPoolBuilder
with additional helpers BaseBlockEntity#dataChanged
will 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
TextureAtlases
will no longer load theSheets
class
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.9a
- Fixed crash with Emendatus Enigmatica
SuperMartijn642's Core Library 1.1.9
- Fixed crash when
null
is passed intoBlockProperties#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
- Fix
RecipeGenerator
's smelting smelting recipes not working for multiple smelting types - Fix
ModelGenerator#itemHandheld
using wrong parent model
SuperMartijn642's Core Library 1.1.6
- Fix
ModelGenerator#cube
methods ignoring parameters
SuperMartijn642's Core Library 1.1.5
- Fix performance issues with model overwrites in ClientRegistrationHandler
SuperMartijn642's Core Library 1.1.4a
- Fix
ConditionalRecipeSerializer
ignoring recipe conditions
SuperMartijn642's Core Library 1.1.4
- Fix crash on startup
SuperMartijn642's Core Library 1.1.3
- Fix crash on dedicated servers when certain containers get forcibly closed
- Fix
CommonUtils#getServer
always returningnull
SuperMartijn642's Core Library 1.1.2
- Use the given block's namespace for blockstate files in
BlockStateGenerator
SuperMartijn642's Core Library 1.1.1a
- Fix translations inside of
WidgetScreen
andWidgetContainerScreen
SuperMartijn642's Core Library 1.1.1
- Fix crash when a recipe condition is registered as
RecipeConditionSerializerRegistry
gets initialized
SuperMartijn642's Core Library 1.1.0
- All gui functionality has been extracted into
Widget
s - Added
RegistrationHandler
,ClientRegistrationHandler
, andGeneratorRegistrationHandler
for registering everything - Added
CreativeItemGroup
abstraction for dealing with creative tabs - Added abstractions for opening
BaseContainer
s withCommonUtils#openContainer
- Improved caching for
Object
dependent containers and guis - Added abstractions for registries in
Registries
- Added
ResourceGenerator
abstraction for data providers - Added
RenderConfiguration
for setting up OpenGL properties - Added
ResourceCondition
abstraction for use in recipes and advancements - Added
RegistryEntryAcceptor
annotation for getting entries from registries - Added interaction methods in
BaseBlock
,BaseItem
, andBaseBlockItem
- Added methods to
EnergyFormat
to format text - Added custom item and block entity renderers
- Added
BaseBlockEntityType
andBaseContainerType
- Added
TextureAtlases
to obtain locations of all default atlases - Improved information in packet errors
- Renamed all 'TileEntity' classes to 'BlockEntity'
SuperMartijn642's Core Library 1.1.17f
- Fixed registry overrides not working
SuperMartijn642's Core Library 1.1.17e
- Fixed
LootTableGenerator
errors with custom enchant functions
SuperMartijn642's Core Library 1.1.17d
- Fixed
CommonUtils#getRegistryAccess
returning nothing when in a multiplayer world
SuperMartijn642's Core Library 1.1.17c
- Fixed items not appearing in creative menu search tab
SuperMartijn642's Core Library 1.1.17b
- Fixed custom model registration through
ClientRegistrationHandler
SuperMartijn642's Core Library 1.1.17a
- Fixed crash with NeoForge 21.0.102
SuperMartijn642's Core Library 1.1.17
- Initial release of SuperMartijn642's Core Library for NeoForge 1.20.6