Skip to content

Commit a681051

Browse files
committed
[v0.9.543] Updated craftmine templates to new skull/head icons. Multi-Stage goals now allow icons per-stage.
Updated lots of templates with icons per stage.
1 parent 47d2e63 commit a681051

File tree

16 files changed

+9244
-8325
lines changed

16 files changed

+9244
-8325
lines changed

resources/templates/1.12/all_advancements/1_12_all_advancements.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,38 +605,46 @@
605605
"multi_stage_goals": [{
606606
"root_name": "ms_goal:beacon",
607607
"icon": "blocks/Beacon_JE6_BE2.png",
608+
"use_stage_icons": true,
608609
"stages": [{
609610
"stage_id": "1",
611+
"icon": "blocks/Wither_Skeleton_Skull.png",
610612
"type": "stat",
611613
"root_name": "stat.pickup.minecraft.skull",
612614
"target": 3
613615
}, {
614616
"stage_id": "2",
617+
"icon": "monsters/wither.png",
615618
"type": "advancement",
616619
"root_name": "minecraft:nether/summon_wither",
617620
"target": 1
618621
}, {
619622
"stage_id": "3",
623+
"icon": "items/nether_star_1.0.png",
620624
"type": "stat",
621625
"root_name": "stat.pickup.minecraft.nether_star",
622626
"target": 1
623627
}, {
624628
"stage_id": "4",
629+
"icon": "blocks/Beacon_JE6_BE2.png",
625630
"type": "stat",
626631
"root_name": "stat.craftItem.minecraft.beacon",
627632
"target": 1
628633
}, {
629634
"stage_id": "5",
635+
"icon": "blocks/Beacon_JE6_BE2.png",
630636
"type": "stat",
631637
"root_name": "stat.useItem.minecraft.beacon",
632638
"target": 1
633639
}, {
634640
"stage_id": "6",
641+
"icon": "blocks/Beacon_JE6_BE2.png",
635642
"type": "advancement",
636643
"root_name": "minecraft:nether/create_full_beacon",
637644
"target": 1
638645
}, {
639646
"stage_id": "final",
647+
"icon": "blocks/Beacon_JE6_BE2.png",
640648
"type": "final",
641649
"root_name": ""
642650
}]

0 commit comments

Comments
 (0)