Item Restrictions
ModrinthData driven item restriction library based on Arc Lib.
115.1k загрузок 30 подписчиков обновлено 5d ago
последняя v20.1.2 Modrinth
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"
}
]
}
Версии
Release
20.1.2
## [View changes here](https://github.com/DAQEM/ItemRestrictions/releases)
[
[
[
[
[
[
[
[
[
[
[


Комментарии 0
Пока нет комментариев. Будь первым, кто поделится мнением.