File Details
[NEOFORGE] [26.2.x] v26.2.1
- R
- Jul 13, 2026
- 1.02 MB
- 263
- 26.2
- NeoForge
File Name
PuzzlesLib-v26.2.1-mc26.2.x-NeoForge.jar
Supported Versions
- 26.2
Curse Maven Snippet
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.2.1-mc26.2.x] - 2026-07-13
Changed
- Add missing
BlockSetFamily::generateFormethod allowing for a custom name override AbstractModelProvider::createVariantWoodBlockProvidersnow includes log and wood blocks- Recipe serializers registered via
ContentRegistrationHelper::registerTransmuteRecipeSerializersare now automatically synced to clients on Fabric to allow for recipe viewer mods to pick them up properly
Fixed
- Fix
RegistrySetBuilderpassed to aPackGeneratorinDataProviderHelpernot using the correctPackOutput
[v26.2.0-mc26.2.x] - 2026-06-17
Added
- Add
BlockSetVariant#BRICKS,BlockSetVariant#COBBLED,BlockSetVariant#TILES,BlockSetVariant#PILLAR,BlockSetVariant#LOG,BlockSetVariant#WOOD,BlockSetVariant#STRIPPED_LOG,BlockSetVariant#STRIPPED_WOOD
Changed
- Update to Minecraft 26.2.x
- Rework
RegistryManager::registerCreativeModeTab - Support base name overrides in
BlockSetFamily BlockSetFamily::woodennow generates the new log and wood variants
Fixed
- Fix pack metadata max format version
- Fix
ItemModelGenerationHelper::generateShield
Removed
- Remove
ClientInputEvents.MouseScrollin favor ofHotbarScrollingCallback - Remove
TagsUpdatedCallbackin favor ofServerResourcesLoadCallback&ClientTagsUpdatedCallback - Remove
ServerEntityLevelEventsin favor ofServerEntityEvents - Remove
EntityHelper::getMobSpawnReason - Remove
InteractionResultHelper - Remove
ClientModConstructor::onRegisterRenderBuffers - Remove
ClientWoodTypeRegistry