Updated on Jun 8th, 2018, 6/8/18 9:14 pm
Published Jun 6th, 2018, 6/6/18 7:10 am
Published Jun 6th, 2018, 6/6/18 7:10 am
- 19,574 views, 1 today
- 1,989 downloads, 0 today
39
A 1.13 resource pack and datapack that allow you to give custom durability to any item!
INSTALLATION:
Unzip the provided zip folder
Datapack:
Go to "minecraft/saves/" and the 1.13 world you want to install the datapack on. Go to the "datapack" folder and place the custom_durability_datapack zip file into it.
Resource pack:
place the custom_durability_resourcepack into your "resourcepacks" folder and/or "server-resource-packs" respectively.
Instructions:
This datapack and resource pack allows you to give custom durability to any item! Make custom weapons and armor using commands and any durability values you want!
How to use (all are case sensitive!):
Give custom item tag:
customWeapon:1b
for weapons
customHelmet:1b
for helmets
customChestplate:1b
for chestplates
customLeggings:1b
for leggings
customBoots:1b
for boots
Give the item custom attributes:
Must be the first attribute on the item:
AttributeName:"custom.durability"
Must be the second attribute on the item:
AttributeName:"custom.maxDurability"
Extras:
If you set the operation tag on the "custom.maxDurability" attribute to:
Operation:1
The datapack will automatically set the maxDurability attribute amount to the same value as the regular durability amount when it enters a player's inventory.
If you set the operation tag on the "custom.maxDurability" attribute to:
Operation:2
The datapack will automatically set the maxDurability attribute amount to the a value between regular durability amount and the current amount of maxDurability attribute when it enters a player's inventory.
INSTALLATION:
Unzip the provided zip folder
Datapack:
Go to "minecraft/saves/" and the 1.13 world you want to install the datapack on. Go to the "datapack" folder and place the custom_durability_datapack zip file into it.
Resource pack:
place the custom_durability_resourcepack into your "resourcepacks" folder and/or "server-resource-packs" respectively.
Instructions:
This datapack and resource pack allows you to give custom durability to any item! Make custom weapons and armor using commands and any durability values you want!
How to use (all are case sensitive!):
Give custom item tag:
customWeapon:1b
for weapons
customHelmet:1b
for helmets
customChestplate:1b
for chestplates
customLeggings:1b
for leggings
customBoots:1b
for boots
Give the item custom attributes:
Must be the first attribute on the item:
AttributeName:"custom.durability"
Must be the second attribute on the item:
AttributeName:"custom.maxDurability"
Extras:
If you set the operation tag on the "custom.maxDurability" attribute to:
Operation:1
The datapack will automatically set the maxDurability attribute amount to the same value as the regular durability amount when it enters a player's inventory.
If you set the operation tag on the "custom.maxDurability" attribute to:
Operation:2
The datapack will automatically set the maxDurability attribute amount to the a value between regular durability amount and the current amount of maxDurability attribute when it enters a player's inventory.
Compatibility | Minecraft 1.13 |
Tags |
4138605
119
Create an account or sign in to comment.
If you want an unbreakable item just give it the Unbreakable:1b nbt tag when spawning in the item.