#minecraft:enchantable slot "spear" does not work properly.

1 messages · Page 1 of 1 (latest)

winter dust
#
"components": {
            "minecraft:display_name": {
                "value": "Gold Spear"
            },
            "minecraft:cooldown": {
                "category": "spear",
                "type": "attack",
                "duration": 1
            },
            "minecraft:max_stack_size": 1,
            "minecraft:durability": {
                "max_durability": 33
            },
            "minecraft:damage": 1,
            "minecraft:enchantable": {
                "value": 22,
                "slot": "spear"
            },
            "minecraft:tags": {
                "tags": [
                    "minecraft:gold_tier",
                    "minecraft:is_spear",
                    "logic:is_custom"
                ]
            },
            "minecraft:hand_equipped": false,
            "minecraft:icon": "gold_spear",
            "minecraft:food": {
                "can_always_eat": true
            },
            "minecraft:use_animation": {
                "value": "spear"
            },
            "minecraft:piercing_weapon": {
                "reach": {
                    "min": 2.0,
                    "max": 4.5
                },
                "creative_reach": {
                    "min": 2.0,
                    "max": 7.5
                },
                "hitbox_margin": 0.25
            },
            "minecraft:swing_sounds": {
                "attack_miss": "item.spear.attack_miss",
                "attack_hit": "item.spear.attack_hit"
            },
            "minecraft:swing_duration": {
                "value": 1
            },
            "minecraft:use_modifiers": {
                "movement_modifier": 1,
                "use_duration": 999
            }
        }
#

(works if I simply use "all" slots, which... is not something I want)

last sundial
#

ooo

#

i got it

#

i was doing it wrong

#

what is wrong here? wrong slot name?

gloomy holly
#

For spear is melee_spear

winter dust
#

i remember deleting this lol
but yah i figured like 10 mins after posting xD