Paste #40947: tyryr6

Date: 2017/03/26 06:51:26 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19


drill malysh:
  type: item
  debug: true
  material: i@STONE_PICKAXE
  display name: "Бур малыш"
  lore:
    - "<blue>Бур малыш разбивает 1 дополнительный блок,"
    - "<blue>потребляя при этом 1 очко опыта"
  durability: 0
  shapeless_recipe: i@STONE_PICKAXE|i@diamond
-----------------------------------------------------
in another file: where the context.item is i@DRILL MALYSH...
----------------------------------------------------

 on item recipe formed:
      - adjust <context.item>.max_durability 300

---------------------------------------------
the console says the item is not adjustable