#why this is not working

1 messages · Page 1 of 1 (latest)

grave tulip
#

ll other items work true but the chestplate doesn't shod up in minecraft anymore

Json file contains:
{
"format_version": "1.16.100",
"minecraft:item": {
"description": {
"identifier": "addon:my_chestplate",
"category": "Equipment"
},
"components": {
"minecraft:icon": {
"texture": "my_chestplate"
},
"minecraft:creative_category": {
"parent": "itemGroup.name.chestplate"
},
"minecraft:max_stack_size": 1,
"minecraft:enchantable": {
"value": 10,
"slot": "armor_torso"
},
"minecraft:durability": {
"max_durability": 1650,
"damage_chance": {
"min": 60,
"max": 100
}
},
"minecraft:knockback_resistance": {
"protection": 0.75
},
"minecraft:mining_speed": 5,
"minecraft:foil": false,
"minecraft:hand_equipped": false,
"minecraft:wearable": {
"slot": "slot.armor.chest"
},
"minecraft:render_offsets": {
"main_hand": {
"third_person": {
"scale": [
0.1,
0.1,
0.1
]
},
"first_person": {
"scale": [
0.037999999999977205,
0.037999999999977205,
0.037999999999977205
]
}
},
"off_hand": {
"third_person": {
"scale": [
0.1,
0.1,
0.1
]
},
"first_person": {
"scale": [
0.037999999999977205,
0.037999999999977205,
0.037999999999977205

#

]
}
}
},
"enchantments": [
{
"type": "thorns",
"level": 3
}
"minecraft:repairable": {
"repair_items": [
{
"items": [
"Addon:repairer_item",
"Addon:my_chestplate"
],
"repair_amount": 10
}
]
},
"minecraft:armor": {
"protection": 8
},
"minecraft:display_name": {}
}
}
}

grave tulip
pure ermine
#

just send the item.json instead of pasting the code.

south garnet
#

If you're writing a code enclose it with three of this symbol `

It will look like this
grave tulip
grave tulip
south garnet
#

How about your attachables?

grave tulip
#

When i add
"enchantments":[
{
"type":"thorns",
"level":3

It start to not working

south garnet
#

No the attachables