diff options
author | DoKM <54663875+DoKM@users.noreply.github.com> | 2021-08-17 21:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 21:35:45 +0200 |
commit | 3c304b3c3fea6c34598728640ddb6740283658e9 (patch) | |
tree | 9b863f138f44f4c4e395da89faaa5a3a8f7bb309 /src/main/resources | |
parent | fc5a51e96fd1702fecbd152d9193703a3e567d1d (diff) | |
download | NotEnoughUpdates-3c304b3c3fea6c34598728640ddb6740283658e9.tar.gz NotEnoughUpdates-3c304b3c3fea6c34598728640ddb6740283658e9.tar.bz2 NotEnoughUpdates-3c304b3c3fea6c34598728640ddb6740283658e9.zip |
Fix wrong master_catacombs floor in preset
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/notenoughupdates/invbuttons/presets.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/assets/notenoughupdates/invbuttons/presets.json b/src/main/resources/assets/notenoughupdates/invbuttons/presets.json index b6d56e90..4184e6d4 100644 --- a/src/main/resources/assets/notenoughupdates/invbuttons/presets.json +++ b/src/main/resources/assets/notenoughupdates/invbuttons/presets.json @@ -2529,7 +2529,7 @@ "anchorRight": false, "anchorBottom": false, "backgroundIndex": 0, - "command": "joindungeon master_catacombs 1", + "command": "joindungeon master_catacombs 3", "icon": "DIAMOND_PROFESSOR_HEAD" }, { @@ -2732,4 +2732,4 @@ "command": "" } ] -}
\ No newline at end of file +} |