#My item's giving an error that I don't know what it means
1 messages · Page 1 of 1 (latest)
@elder wasp man, could you help me here? I've been here for 2 hours and no one has answered me yet
Show your code
{
"format_version":"1.16.100",
"minecraft:item":{
"description":{
"identifier":"srd:coal_sword",
"category":"equipment"
},
"components":{
"minecraft:creative_category":{
"parent":"itemGroup.name.sword"
},
"minecraft:max_stack_size":1,
"minecraft:hand_equipped":true,
"minecraft:durability":{
"max_durability":66
},
"minecraft:damage":4,
"minecraft:enchantable":{
"value":10,
"slot":"sword"
},
"minecraft:icon":{
"texture":"srd.coal_sword"
},
"minecraft:display_name":{
"value":"My Custom Sword"
},
"minecraft:repairable":{
"repair_items":[
{
"items":"minecraft:coal",
"repair_amount":"context.other->query.remaining_durability + 0.05 * context.other->query.max_durability",
"minecraft:digger":{
"use_efficiency":true,
"destroy_speeds":[
{
"block":"minecraft:web",
"speed":15
},
{
"block":"minecraft:bamboo",
"speed":10
}
],
"on_dig":{
"event":"wiki:my_sword.on_dig_damage"
}
},
"events":{
"wiki:my_sword.on_dig_damage":{
"damage":{
"type":"durability",
"target":"self",
"amount":1
}
}
}
}
]
}
}
}
}
@elder wasp here's the code