header
premium banner

Item Restrictions will start downloading in 5 seconds...

STILL DOWNLOADING MANUALLY??

Join over 10 million players who use the CurseForge app!

Download App Now

Description

This mod requires Arc Lib

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"
    }
  ]
}