Paste #132910: Unnamed Denizen Script Paste

Date: 2025/04/23 15:38:57 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link



basic_diamond_axe:
    type: item
    material: diamond_axe
    display name: <&b>Diamond Axe
    lore:
    - <&f>A basic diamond axe.
    mechanisms:
        attribute_modifiers:
            attack_damage:
                1:
                    key: test_id_1a
                    slot: mainhand
                    operation: add_number
                    amount: 9
            attack_speed:
                1:
                    key: test_id_1b
                    slot: mainhand
                    operation: add_number
                    amount: -3.1
    recipes:
        1:
            type: shaped
            group: axe
            input:
            - diamond|diamond|air
            - diamond|stick|air
            - air|stick|air

basic_netherite_axe:
    type: item
    material: netherite_axe
    display name: <&7>Netherite Axe
    lore:
    - <&f>A basic netherite axe.
    mechanisms:
        attribute_modifiers:
            attack_damage:
                1:
                    key: test_id_1c
                    slot: mainhand
                    operation: add_number
                    amount: 10
            attack_speed:
                1:
                    key: test_id_1d
                    slot: mainhand
                    operation: add_number
                    amount: -3
    recipes:
        1:
            type: smithing
            template: netherite_upgrade_smithing_template
            base: basic_diamond_axe
            upgrade: netherite_ingot