
Item Restrictions
Data driven item restriction library based on Arc Lib.
- Загрузки
- 178K
- Подписчики
- 36
- Обновлён
- 29 июля 2026 г.
- Лицензия
- Apache-2.0
Опубликован 31 декабря 2023 г.
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"
}
]
}
Ченджлог
21.1.0Релиз26.2 · 29 июля 2026 г.
21.1.0Релиз26.2 · 29 июля 2026 г.
20.1.2Релиз26.1, 26.1.1, 26.1.2 · 14 июня 2026 г.
20.1.2Релиз26.1, 26.1.1, 26.1.2 · 14 июня 2026 г.
9.0.0Релиз1.21, 1.21.1 · 21 мая 2026 г.
9.0.0Релиз1.21, 1.21.1 · 21 мая 2026 г.
20.1.1Релиз26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.
Комментарии
Загружаем…


