Paste #111859: Unnamed Denizen Script Paste

Date: 2023/07/02 15:41:40 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


armoredtoken:
  type: item
  debug: false
  material: PAPER
  display name: <&color[#DBDBD0]>Tempered Token
  lore:
  - <&[lore]>
  - <&[lore]><&color[#6bb0e8]>Used at a smithing table to upgrade
  - <&[lore]><&color[#6bb0e8]>netherite tools/armor to become
  - <&[lore]><&color[#6bb0e8]>tempered (unbreakable)
  - <&[lore]>
  mechanisms:
    custom_model_data: 10005


netherite_sword1:
    type: item

    # Must be a valid ItemTag. See 'ItemTag' for more information.
    # | All item scripts MUST have this key!
    material: netherite_sword
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_sword
           retain: display|enchantments
           upgrade: armoredtoken

netherite_axe1:
    type: item
    material: netherite_axe
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_axe
           retain: display|enchantments
           upgrade: armoredtoken

netherite_hoe1:
    type: item
    material: netherite_hoe
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_hoe
           retain: display|enchantments
           upgrade: armoredtoken

netherite_shovel1:
    type: item
    material: netherite_shovel
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_shovel
           retain: display|enchantments
           upgrade: armoredtoken

netherite_pickaxe1:
    type: item
    material: netherite_pickaxe
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_pickaxe
           retain: display|enchantments
           upgrade: armoredtoken

netherite_helmet1:
    type: item

    # Must be a valid ItemTag. See 'ItemTag' for more information.
    # | All item scripts MUST have this key!
    material: netherite_helmet
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_helmet
           retain: display|enchantments
           upgrade: armoredtoken

netherite_chestplate1:
    type: item

    # Must be a valid ItemTag. See 'ItemTag' for more information.
    # | All item scripts MUST have this key!
    material: netherite_chestplate
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_chestplate
           retain: display|enchantments
           upgrade: armoredtoken

netherite_leggings1:
    type: item

    # Must be a valid ItemTag. See 'ItemTag' for more information.
    # | All item scripts MUST have this key!
    material: netherite_leggings
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_leggings
           retain: display|enchantments
           upgrade: armoredtoken

netherite_boots1:
    type: item

    # Must be a valid ItemTag. See 'ItemTag' for more information.
    # | All item scripts MUST have this key!
    material: netherite_boots
    mechanisms:
      unbreakable: true
      hides: unbreakable
    allow in material recipes: false
    lore:
    - <empty>
    - <&f>
    - <empty>
    recipes:
       1:
           type: smithing
           base: material:netherite_boots
           retain: display|enchantments
           upgrade: armoredtoken