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