Item Restrictions — 限制物品行为

Forge Fabric NeoForge Item Restrictions — 限制物品行为 1.2.2

模组加载器
  1. Forge
  2. Fabric
  3. NeoForge
版权类型
转载
版权链接
https://modrinth.com/mod/item-restrictions
前置组件
SuperMartijn642's
Config Lib
Architectury API
Arc Lib
UI Lib
资源语言
  1. 英语
适配版本
  1. 1.20
  2. 1.21
[MD]
### 介绍
Item Restrictions 是一个数据驱动的物品功能限制模组,支持限制玩家对特定物品的合成、烧炼、破坏、使用等的行为。
该模组使用了由 Arc Lib 提供的条件。
示例代码如下:
```json
{
"types": [
"break_block",
"place_block"
],
"conditions": [
{
"type": "arc:item",
"inverted": true,
"item": "minecraft:stone"
}
]
}
```
[/MD]
后退
顶部 底部