Item Restrictions

Item Restrictions

Mod

Data driven item restriction library based on Arc Lib.

Client and server Game MechanicsLibrary

1,224 downloads
4 followers
Created4 months ago
Updated2 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code 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"
    }
  ]
}

External resources



Project members

DAQEM

Owner


Technical information

License
Client side
required
Server side
required
Project ID