Скачать Item Restrictions — Minecraft Моды — MetaMods

Item Restrictions

Активный

Установок

0

Последнее обновление

1 месяц назад

Версии

1.20.1 — 1.21.5
Клиент и сервер
Fabric
Forge
Neoforge
Игровые механики
Библиотеки

Bisect Hosting Promotion Banner

Ko-fi Promotion Banner


What does this mod do?

This mod can restrict players from crafting, smelting, brewing and repairing items but also placing and breaking blocks and hurting mobs/players with a certain item.

This is done using Arc Lib conditions.

Here is an example restriction for placing and breaking stone:

{
  "types": [
    "break_block",
    "place_block"
  ],
  "conditions": [
    {
      "type": "arc:item",
      "inverted": true,
      "item": "minecraft:stone"
    }
  ]
}
Участники проекта
DAQEM

DAQEM

Разработчик