-Fixes to previous
parent
864bd571e8
commit
0aff0d6a55
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:elytra"
|
||||
"item": "minecraft:netherite_boots"
|
||||
},
|
||||
"title": "... Alright, I Give Up.",
|
||||
"description": "And you thought 100,000 was far...",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"dimension": "the_end",
|
||||
"position": {
|
||||
"x": {
|
||||
"min": 1000000.0
|
||||
"min": 100000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
|||
"dimension": "the_end",
|
||||
"position": {
|
||||
"z": {
|
||||
"min": 1000000.0
|
||||
"min": 100000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@
|
|||
"dimension": "the_end",
|
||||
"position": {
|
||||
"x": {
|
||||
"max": -1000000.0
|
||||
"max": -100000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@
|
|||
"dimension": "the_end",
|
||||
"position": {
|
||||
"z": {
|
||||
"max": -1000000.0
|
||||
"max": -100000.0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue