#Custom Items with effects and textures do not appear

1 messages · Page 1 of 1 (latest)

hollow ermine
#

My items don't appear with their textures, nor do the effects when consuming them take place. Just the cooldown I guess. Here's the console log:

#

Console log:
``
21:19:35[Item][error]- Error Parsing Item 'my:100cc':

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon: invalid string'

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon -> textures -> default: invalid string'

21:19:35[Item][error]- Error Parsing Item 'my:150cc':

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon: invalid string'

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon -> textures -> default: invalid string'

21:19:35[Item][error]- Error Parsing Item 'my:200cc':

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon: invalid string'

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon -> textures -> default: invalid string'

21:19:35[Item][error]- Error Parsing Item 'my:250cc':

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon: invalid string'

21:19:35[Item][error]- Failed to parse field ' -> components -> minecraft:icon -> textures -> default: invalid string'

21:19:35[Item][error]- Error Parsing Item 'my:50cc':
``

#

they all give speed, just different effect values, ie speed 2 or speed 4

#

{ "format_version": "1.17.0", "minecraft:item": { "description": { "identifier": "my:150cc" }, "components": { "minecraft:food": { "on_consume": { "event": "150cc", "target": "self" }, "can_always_eat": true }, "minecraft:use_duration": 0.1, "minecraft:icon": { "texture": "150cc", "frame": 0 }, "minecraft:use_animation": "eat", "minecraft:cooldown": { "category": "chorusfruit", "duration": 2.5 } }, "events": { "150cc": { "add_mob_effect": { "effect": "speed", "target": "holder", "duration": 10000000, "amplifier": 4 } } } } }

#

so they all look like this

#

i dont mind if you need to @ me

hollow ermine
#

im sry i havent done items in like 2 years, bare with me 😭

hollow ermine
#

Basically if I had to restart and make this item work. ->
Use item -> get speed effect