作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1
平台: neoforge
标签: game-mechanics library
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.
{
"types": [
"break_block",
"place_block"
],
"conditions": [
{
"type": "arc:item",
"inverted": true,
"item": "minecraft:stone"
}
]
}请登录后举报
暂无评论,抢个沙发吧~