Custom Durability (NBT)
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.0.0
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/custom-durability-(nbt)
资源信息
Minecraft 版本: 1.20.1
平台: fabric
标签: utility
资源介绍
A Fabric mod that lets you change the max durability of an item through an NBT tag. Very heavy inspiration from this Forge mod: Customizable Max Durability
Example 1 (A Command)
/give @s bow{maxDamage:1337}
Example 2 (A Datapack Recipe)
{
"type": "minecraft:crafting_shaped",
"pattern": [
" MS",
"M S",
" MS"
],
"key": {
"M": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:string"
}
},
"result": {
"item": "minecraft:bow",
"count": 1,
"nbt": "{maxDamage:1337}"
}
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~