|
8 | 8 | "name": "minecraft:golden_{{piece}}", |
9 | 9 | "functions": [ |
10 | 10 | { |
11 | | - "function": "minecraft:set_name", |
12 | | - "name": { |
13 | | - "translate": "item.gm4.zauber_cauldrons.zauber_armor.{{piece}}", |
14 | | - "fallback": "{{translate_fallback}}", |
15 | | - "italic": false |
16 | | - } |
17 | | - }, |
18 | | - { |
19 | | - "function": "minecraft:set_components", |
20 | | - "components": { |
21 | | - "minecraft:custom_model_data": {"strings":["gm4_zauber_cauldrons:item/zauber_armor/{{flavor}}"]} |
22 | | - } |
23 | | - }, |
24 | | - { |
25 | | - "function": "minecraft:copy_custom_data", |
26 | | - "source": { |
27 | | - "type": "minecraft:storage", |
28 | | - "source": "gm4_zauber_cauldrons:temp/cauldron/ingredients" |
29 | | - }, |
30 | | - "ops": [ |
31 | | - { |
32 | | - "source": "items[{count:1,tag:{gm4_zauber_cauldrons:{item:\"minecraft:golden_{{piece}}\"}}}].tag", |
33 | | - "target": "{}", |
34 | | - "op": "merge" |
35 | | - } |
36 | | - ] |
37 | | - }, |
38 | | - { |
39 | | - "function": "minecraft:set_custom_data", |
40 | | - "tag": "{gm4_zauber_cauldrons:{item:\"zauber_armor\",type:\"{{piece}}\"}}" |
41 | | - }, |
42 | | - { |
43 | | - "function": "minecraft:set_attributes", |
44 | | - "modifiers": [ |
45 | | - { |
46 | | - "attribute": "minecraft:armor_toughness", |
47 | | - "id": "gm4_zauber_cauldrons:armor_toughness_{{slot}}", |
48 | | - "amount": 3, |
49 | | - "operation": "add_value", |
50 | | - "slot": "{{slot}}" |
51 | | - }, |
52 | | - { |
53 | | - "attribute": "minecraft:armor", |
54 | | - "id": "gm4_zauber_cauldrons:armor_{{slot}}", |
55 | | - "amount": {{armor_value}}, |
56 | | - "operation": "add_value", |
57 | | - "slot": "{{slot}}" |
58 | | - }, |
59 | | - { |
60 | | - "attribute": "{{flavor_attribute}}", |
61 | | - "id": "gm4_zauber_cauldrons:armor_{{flavor}}_{{slot}}", |
62 | | - "amount": {{flavor_amount}}, |
63 | | - "operation": "{{flavor_operation}}", |
64 | | - "slot": "{{slot}}" |
65 | | - } |
66 | | - ] |
67 | | - }, |
68 | | - { |
69 | | - "function": "minecraft:set_lore", |
70 | | - "mode": "append", |
71 | | - "lore": [ |
72 | | - { |
73 | | - "translate": "item.gm4.zauber_cauldrons.zauber_armor.magic", |
74 | | - "fallback": "+%s%% Magic", |
75 | | - "with": [ |
76 | | - "25" |
77 | | - ], |
78 | | - "color": "blue", |
79 | | - "italic": false |
80 | | - } |
81 | | - ] |
| 11 | + "function": "minecraft:reference", |
| 12 | + "name": "gm4_zauber_cauldrons:armor/{{piece}}/{{flavor}}" |
82 | 13 | } |
83 | 14 | ] |
84 | 15 | } |
|
0 commit comments