Item Restrictions
Data driven item restriction library based on Arc Lib.
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Item Restrictions
Bisect Hosting 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:
```json { "types": [ "break_block", "place_block" ], "conditions": [ { "type": "arc:item", "inverted": true, "item": "minecraft:stone" } ] } ```
