Перейти к содержимому
Mineforgian

BlockBlock

Block blocks, item usage, entity interaction and more!

Загрузки
4K
Подписчики
10
Обновлён
29 октября 2024 г.
Лицензия
MIT

Опубликован 17 февраля 2024 г.

BlockBlock is a mod that allows for restricting of things. It's meant to allow modpack creators to progressively unlock things for the player, but it will also work for server staff to prevent players from doing certain actions.

You can lock:

  • Breaking of blocks
  • Placement of blocks
  • Interacting with blocks
  • Interacting with entities
  • Entity drops
  • Crafting recipes
  • Usage of items

It's possible for a vanilla client to join a server using this mod. However, it is recommended to install the mod on the client too. If you don't, you will miss out on client-side features like tooltips, but it will also cause more visual 'bugs'. For example, if placement is locked, it will pop in and out of existence really fast, which does not happen if the client has the mod installed.

Checkout the wiki for specifics!


Integrations

Addons


Blunthorn Banner

Ченджлог

2.0.5-1.20.1Релиз1.20.1 · 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 the unlock command. Using all will remove all lock categories for the given object.
    Example: /bb unlock all @s minecraft:iron_chestplate
2.0.4-1.20.1Релиз1.20.1 · 28 сентября 2024 г.
  • Added some client side logic to ensure joining servers is handled correctly
2.0.3-1.20.1Релиз1.20.1 · 21 сентября 2024 г.
  • Fixed an issue where items locked via tags in the CRAFTING_RECIPE category would not display the appropriate tooltip
2.0.2-1.20.1Релиз1.20.1 · 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.
2.0.1-1.20.1Релиз1.20.1 · 30 августа 2024 г.
  • Re-added notifications for when the player attempts a locked action
  • Moved locked action notifications to language files
  • Removed redundant config options
2.0.0-1.20.1Релиз1.20.1 · 25 августа 2024 г.

This 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.

1.1.3-1.20.1Релиз1.20.1 · 28 мая 2024 г.
  • Fixed an issue where tool tags would not work.

This is a fix backported from the alpha branch to the stable branch.

1.1.2-1.20.1Релиз1.20.1 · 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

Комментарии

Загружаем…