BlockBlock 2.0.5-1.20.1
on Oct 29, 2024-
Added a new
-f
option for commands. Using-f
will bypass any syntax checking of object ID's. Using the following command will lock the diamond sword in the placement category. This feature is mainly useful for some edge cases with other mods.
Example:/bb lock placement @s -f minecraft:diamond_sword
-
Added the
all
option as a lock category for theunlock
command. Using all will remove all lock categories for the given object.
Example:/bb unlock all @s minecraft:iron_chestplate
BlockBlock 2.0.4-1.20.1
on Sep 28, 2024- Added some client side logic to ensure joining servers is handled correctly
BlockBlock 2.0.3-1.20.1
on Sep 21, 2024- Fixed an issue where items locked via tags in the
CRAFTING_RECIPE
category would not display the appropriate tooltip
BlockBlock 2.0.2-1.20.1
on Sep 13, 2024- The
/bb unlock
and/bb lock
commands now support the usage of the wildcard*
. Where before you could only use the wildcard in the config files, you can now modify these values at runtime. I.e./bb lock item_usage @s minecraft:iron_*
will prevent any iron item from being used, such as tools and armor. - Added a new command:
/bb get [lock category] [target] [OPTIONAL search query]
. If no search query is given, it will list all items in the given category for the target(s). In case of a search query, it will list only items that contain that query. I.e./bb get breaking @s iron
will get a list of all locked items in the breaking category that contain iron in the name.
BlockBlock 2.0.1-1.20.1
on Aug 30, 2024- Re-added notifications for when the player attempts a locked action
- Moved locked action notifications to language files
- Removed redundant config options
BlockBlock 2.0.0-1.20.1
on Aug 25, 2024This is a complete rewrite of the backend. BlockBlock now uses our own BlunthornAPI to run! This makes it a lot easier for us, but also others to create addon mods or even integrations with your own mod.
Changes
- Added wildcard support in addition to tags
- Removed the varying block breaking speed (was causing major issues)
For those using the ALPHA branch for the structure locking feature, we've decided to turn that into its own mod, which can be found here: StructureBlock.
BlockBlock 1.1.3-1.20.1
on May 28, 2024- Fixed an issue where tool tags would not work.
This is a fix backported from the alpha branch to the stable branch.
BlockBlock 1.1.2-1.20.1
on Apr 3, 2024- Fixed an issue where tags would not work for crafting recipes
- Fixed an issue when rejoining the world after wiping all restrictions would revert back to default
BlockBlock 1.1.1-1.20.x
on Mar 21, 2024- Added reset command (check wiki for explanation)
- Fixed tags not working at all
- Fixed issue where TNT would still ignite if lit by player using a locked flint & steel
- Fixed issue where inventory would not update if placement was locked (only clients without the mod were affected)
- Fixed issue where the message for a locked block in breaking would not display correctly when playing on a server
- Fixed Jade Integration issue where dropped blocks would not give tooltips
BlockBlock 1.1.0-1.20.1
on Mar 13, 2024New features!
- Added new locking category: Block placement
- Added config option for bypassing restrictions when in creative mode
- Added config option for making locked blocks in the breaking category unbreakable by mining with hand/tool
- Added slowed block mining when attempting to break locked blocks (configurable).
- Fixed an issue where client/server configs were not synced
- Fixed an issue where using TNT would still give drops of locked blocks in the breaking category.
I think this is the first version I can mark as Release, seeing that the core features are now in place. Last items on the list would be working on integration with more mods.
BlockBlock 1.0.3-1.20.1
on Mar 7, 2024- Added Jade integration
Changelog 1.0.2
1.0.2 was not posted, as it would otherwise be posted on the same day as 1.0.3.
- Added tooltips
These should also work with JEI (and other mods that utilise the vanilla tooltips)
BlockBlock 1.0.1-1.20.1
on Feb 28, 2024- Fixed critical issue where playerdata would not persist upon death or rejoining a world (1.0.0 removed because of this)
- Fixed Totem of Undying not working
- Fixed Brush not working