Item Restrictions
ModrinthData driven item restriction library based on Arc Lib.
115.0k downloads 30 followers updated 5d ago
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"
}
]
}
Versions
No version history available. Use the Download button to get the latest from the source.



Comments 0
No comments yet. Be the first to share your thoughts.