Added support for high speed rail

This commit is contained in:
2025-06-22 21:54:16 +02:00
parent 9e1e85623b
commit 706d803411
12 changed files with 59 additions and 9 deletions

View File

@@ -0,0 +1,26 @@
{
"display": {
"title": {
"text": "Whoosh!"
},
"description": {
"text": "Ride the High Speed Rail!"
},
"icon": {
"item": "minecraft:powered_rail"
},
"frame": "goal",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"meetingjoin": {
"trigger": "minecraft:impossible"
}
},
"rewards": {
"experience": 5
},
"parent": "craftytable:root"
}