BlunthornAPI 1.0.7-1.20.x
on Oct 30, 2024- Fixed the client not updating properly when travelling through dimensions
- Fixed the object ID logging to chat twice when using the item logging feature
BlunthornAPI 1.0.6-1.20.x
on Sep 28, 2024- Fixed an issue where items locked in item_usage would cause issues when used in a crafting grid
- Fixed client side only code running on the server. This means the API should now work on servers!
BlunthornAPI 1.0.5-1.20.x
on Sep 24, 2024- Added anvil support
BlunthornAPI 1.0.4-1.20.x
on Sep 17, 2024- Players in spectator mode will no longer be checked for restrictions
- When in creative, you can now press F8 to log the item ID of the item you're currently hovering over in an inventory. The ID will be shared in chat and saved in a file at
[instance_folder]/config/blunthornapi/item_id_log.json
BlunthornAPI 1.0.3-1.20.x
on Sep 10, 2024Fixed an issue where locked equipment would still be usable by placing it in the slot manually
BlunthornAPI 1.0.2-1.20.x
on Aug 30, 2024- Fixed placement not locking properly
BlunthornAPI 1.0.1-1.20.x
on Aug 27, 2024- When shift-right clicking a block with another placeable block in hand, it will now trigger the
BlockPlaceEvent
instead of theBlockUseEvent
. This makes it possible to still place blocks ontop of blocks that are locked in theBLOCK_INTERACTION
category.
BlunthornAPI 1.0.0-1.20.x
on Aug 25, 2024Version 1.0.0 of the BlunthornAPI