TapL's Shearing drops OP items Challenge (RECREATION) TapL's 剪羊毛掉落 OP 物品挑战(重制版)
作者:strubbe06
发布时间:2021年3月24日
原生版本:未知
测试支持:1.16
剪裁掉了压倒一切的物品!
点此下载插件详细介绍
🐑 OPShearing 插件
OPShearing 插件为 Minecraft 中的剪羊毛体验增添了更多乐趣。它引入了 OP 羊毛染色和高级剪刀,让玩家可以获得大量战利品,灵感来源于 TapL 的同名插件。
🔨 用法
使用超级染料给羊染色,它们就会变得强大。普通剪刀可以获得 1-3 个 OP 物品,而自定义剪刀则可以获得其描述中指定的数量。
🔗 支持
如有任何疑问或需要支持,请加入 Discord 频道:Discord
📊 bStats
查看插件统计信息:bStats
crafting Recipes
Shears 2.0
{
"type": "minecraft:crafting_shaped",
"pattern": [
"I I",
" I ",
" "
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:shears",
"count": 1
}
}
Super Dye (Can be any flower and any ore block)
{
"type": "minecraft:crafting_shaped",
"pattern": [
"OOO",
"OFO",
"OOO"
],
"key": {
"O": {
"item": "minecraft:iron_ore"
},
"F": {
"item": "minecraft:poppy"
}
},
"result": {
"item": "minecraft:white_dye",
"count": 1
}
}
Leveled up shears (Shear level required is always the one before the crafted level)
{
"type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"SAS",
" S "
],
"key": {
"S": {
"item": "minecraft:shears"
},
"A": {
"item": "minecraft:netherite_ingot"
}
},
"result": {
"item": "minecraft:shears",
"count": 1
}
}