- Added locations page
- Added bases section in locations - Added enter_idiot_territory - Added im_flying_jackmaster
parent
11a6059299
commit
9407be57a9
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:oak_door"
|
||||
},
|
||||
"title": "Based",
|
||||
"description": "Visit the bases of The Canopy",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "locations:root",
|
||||
"criteria": {
|
||||
"instant": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:red_mushroom"
|
||||
},
|
||||
"title": "Enter Idiot Territory",
|
||||
"description": "Visit Dumb B*tches Island at N 280",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "locations:based",
|
||||
"criteria": {
|
||||
"be_near": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": -860,
|
||||
"max": -560
|
||||
},
|
||||
"z": {
|
||||
"min": -2540,
|
||||
"max": -2040
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ladder"
|
||||
},
|
||||
"title": "I'm Flying Jack!",
|
||||
"description": "Summit spawn mountain",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "locations:root",
|
||||
"criteria": {
|
||||
"be_near": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 35,
|
||||
"max": 50
|
||||
},
|
||||
"y": {
|
||||
"min": 160,
|
||||
"max": 180
|
||||
},
|
||||
"z": {
|
||||
"min": -240,
|
||||
"max": -220
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:filled_map"
|
||||
},
|
||||
"title": "Sightseeing",
|
||||
"description": "... uhhh idk",
|
||||
"frame": "task",
|
||||
"background": "minecraft:textures/block/lime_concrete.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"instant": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue