-
Added the /bg command with three subcommands: getId, getNbt, and getTag. This makes it easier to retrieve information from items, blocks, and entities.
-
/bg get... can read data from multiple contexts: the item in your hand, a generic item ID, or the block/entity you are looking at.
-
Implemented a system that highlights different values when you hover over them in chat, making it easier to see which chat elements are interactive and simplifying copying data from chat.
-
Added a new configuration option that allows moving the banner/book config button from its default position on their respective screens.
-
Introduced a new config editor with a live preview screen (with a custom shader) that lets players dynamically adjust button positions in game.
-
Added support for developers to mark specific buttons as editable by wiring them through a builder and Bookling Gear’s custom reader logic.
-
Added a new hoverable info button in the config list screen, so players can view details about a specific config option without leaving the screen.
-
Improved the color editor: cleaned up the UI and added a cache of up to 10 recent colors, so players don’t lose their last preview colors during the current game session.
-
Updated the config file and added a new example configuration showcasing the different options available with Bookling Gear.
First release. Bugs expected!
-
Updated DeferredRegisters class to also handle vanilla registries.
-
Added a new registration helper for PlacementModifierType.
-
Implemented a new API to handle custom calls for mod integration. From now on, you’ll be able to connect your mods to Bookling Gear via a small InterModProcessEvent. The guide is in development.
Update 1.20.1 - 3.11.1
- Adjusted InterModProcessEvent registration for an easier usage.
Update 1.20.1 - 3.11
-
Updated DeferredRegisters class to also handle vanilla registries.
-
Added a new registration helper for PlacementModifierType.
-
Implemented a new API to handle custom calls for mod integration. From now on, you’ll be able to connect your mods to Bookling Gear via a small InterModProcessEvent. The guide is in development.
-
Updated DeferredRegisters class to also handle vanilla registries.
-
Added a new registration helper for PlacementModifierType.
-
Implemented a new API to handle custom calls for mod integration. From now on, you’ll be able to connect your mods to Bookling Gear via a small InterModProcessEvent. The guide is in development.
- Added the PacketRegistration class to simplify network packet registration.
- Adjusted the block registration to handle also custom item block definitions.
For other changelogs about the mod development check mod's CurseForge page.
- Added the PacketRegistration class to simplify network packet registration.
- Adjusted the block registration to handle also custom item block definitions.
For other changelogs about the mod development check mod's CurseForge page.




