Item Restrictions
ModrinthData driven item restriction library based on Arc Lib.
115.2k завантажень 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
Поки немає коментарів. Будь першим, хто поділиться думкою.