diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-22 22:34:38 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-22 22:34:38 -0400 |
commit | 4e3c09b51dff976a7680d887c487830e2445684b (patch) | |
tree | 3e36f845f6eb52e9a8d229249d23073f0f227f67 /src | |
parent | 69eb16bb751e0717444189e15efdc2be6cf90f44 (diff) | |
download | Skyblocker-4e3c09b51dff976a7680d887c487830e2445684b.tar.gz Skyblocker-4e3c09b51dff976a7680d887c487830e2445684b.tar.bz2 Skyblocker-4e3c09b51dff976a7680d887c487830e2445684b.zip |
Change order of redstone skull to be logical
This way it doesn't disappear when you pick up an item
Diffstat (limited to 'src')
-rw-r--r-- | src/main/resources/assets/skyblocker/dungeons/secretlocations.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/main/resources/assets/skyblocker/dungeons/secretlocations.json b/src/main/resources/assets/skyblocker/dungeons/secretlocations.json index 5972659f..4c3ca15b 100644 --- a/src/main/resources/assets/skyblocker/dungeons/secretlocations.json +++ b/src/main/resources/assets/skyblocker/dungeons/secretlocations.json @@ -1720,13 +1720,6 @@ ], "Redstone-Key-3":[ { - "secretName":"1 - Redstone Skull (right click)", - "category":"lever", - "x":10, - "y":70, - "z":26 - }, - { "secretName":"1 - Superboom", "category":"superboom", "x":20, @@ -1734,13 +1727,6 @@ "z":7 }, { - "secretName":"1 - Redstone Skull (right click)", - "category":"lever", - "x":19, - "y":66, - "z":7 - }, - { "secretName":"1 - Lever behind Crypt", "category":"lever", "x":5, @@ -1755,6 +1741,20 @@ "z":6 }, { + "secretName":"2 - Redstone Skull (right click)", + "category":"lever", + "x":10, + "y":70, + "z":26 + }, + { + "secretName":"2 - Redstone Skull (right click)", + "category":"lever", + "x":19, + "y":66, + "z":7 + }, + { "secretName":"2 - Place Skull", "category":"lever", "x":27, |