-Fixes to previous

master
Ben Maurer 2021-08-02 22:20:17 -05:00
parent 864bd571e8
commit 0aff0d6a55
2 changed files with 5 additions and 5 deletions

View File

@ -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...",

View File

@ -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
}
}
}