Language

Item Restrictions

Item Restrictions

Modrinth

Data driven item restriction library based on Arc Lib.

115.0k downloads 30 followers updated 5d ago
Modrinth
Fabric Forge Neoforge 1.20.1 – 26.1.2 Game-mechanicsLibrary

Bisect Hosting Promotion Banner

Ko-fi 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:

{
  "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.

Download Item Restrictions

Files are served directly from the original source. Modgrid does not host or modify them.