Skip to content

Commit c3f8988

Browse files
committed
add advancement, image and website note
1 parent a9a8cbc commit c3f8988

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

gm4_horsemanship/beet.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ meta:
2222
website:
2323
description: Form a bond with your horses
2424
recommended: []
25-
notes: []
25+
notes:
26+
- Resourcepack is required for this module to work.
2627
video: null
2728
wiki: https://wiki.gm4.co/wiki/Horsemanship
2829
credits:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"display": {
3+
"icon": {
4+
"id": "minecraft:elytra",
5+
"components": {
6+
"minecraft:custom_model_data": "item/horse_wings"
7+
}
8+
},
9+
"title": {
10+
"translate": "advancement.gm4.horsemanship.horse_takes_flight.title",
11+
"fallback": "Ride the Wind!"
12+
},
13+
"description": {
14+
"translate": "advancement.gm4.horsemanship.horse_takes_flight.description",
15+
"fallback": "Craft a %s and take to the skies!",
16+
"color": "gray",
17+
"with": [
18+
{
19+
"translate": "gm4.horsemanship.item.horse_wings",
20+
"fallback": "Pegasuit"
21+
}
22+
]
23+
},
24+
"frame": "task"
25+
},
26+
"parent": "gm4:root",
27+
"criteria": {
28+
"full_set": {
29+
"trigger": "minecraft:impossible"
30+
}
31+
}
32+
}

gm4_horsemanship/data/gm4_horsemanship/function/horse_processing/glider/fly.mcfunction

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ summon item_display ~ ~ ~ {teleport_duration:1,Tags:["gm4_horse.glider_wing","gm
2020
execute as @e[type=item_display,tag=gm4_horse.new_glider_wing,distance=..0.1] run function gm4_horsemanship:horse_processing/glider/wing/init
2121
data remove storage gm4_horsemanship:temp scale
2222
tag @s remove gm4_horse.target
23+
24+
# advancement
25+
execute on passengers run advancement grant @s only gm4:horse_takes_flight
537 KB
Loading

0 commit comments

Comments
 (0)