Added support for high speed rail
This commit is contained in:
@@ -23,16 +23,16 @@
|
||||
"conditions": {
|
||||
"position": {
|
||||
"x": {
|
||||
"min": -2,
|
||||
"max": 2
|
||||
"min": 25,
|
||||
"max": 30
|
||||
},
|
||||
"y": {
|
||||
"min": 72,
|
||||
"max": 78
|
||||
"min": 60,
|
||||
"max": 70
|
||||
},
|
||||
"z": {
|
||||
"min": 78,
|
||||
"max": 82
|
||||
"min": -30,
|
||||
"max": -40
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
26
data/craftytable/advancements/whoosh.json
Normal file
26
data/craftytable/advancements/whoosh.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user