Item Restrictions
ModrinthData driven item restriction library based on Arc Lib.
115.1k Downloads 30 Follower aktualisiert 5d ago
neueste v20.1.2 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"
}
]
}
Versionen
Release
20.1.2
## [View changes here](https://github.com/DAQEM/ItemRestrictions/releases)
[
[
[
[
[
[
[
[
[
[
[


Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.