- Added my_friend_petey
- Added lore tab (root) - Edited feeling_caged_in to be 50k/-50k requirementmaster
parent
f82453dc2d
commit
357f757bb0
|
@ -16,7 +16,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 100000
|
||||
"min": 50000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"max": -100000
|
||||
"max": -50000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,7 +38,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"z": {
|
||||
"min": 100000
|
||||
"min": 50000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,7 +49,7 @@
|
|||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"z": {
|
||||
"max": -100000
|
||||
"max": -50000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:filled_map"
|
||||
},
|
||||
"title": "My Friend Petey",
|
||||
"description": "An important quest",
|
||||
"frame": "task",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"parent": "canopy:root",
|
||||
"criteria": {
|
||||
"be_near": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 27,
|
||||
"max": 30
|
||||
},
|
||||
"y": {
|
||||
"min": 98,
|
||||
"max": 101
|
||||
},
|
||||
"z": {
|
||||
"min": -129,
|
||||
"max": -126
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:writable_book"
|
||||
},
|
||||
"title": "From the depths below...",
|
||||
"description": "...The Canopy rises.",
|
||||
"frame": "challenge",
|
||||
"background": "minecraft:textures/block/lime_concrete.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"be_near": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {
|
||||
"dimension": "minecraft:overworld",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 1198,
|
||||
"max": 1204
|
||||
},
|
||||
"y": {
|
||||
"min": 15,
|
||||
"max": 19
|
||||
},
|
||||
"z": {
|
||||
"min": 1171,
|
||||
"max": 1178
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue