diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-08-05 23:12:32 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 15:12:32 +0200 |
commit | 42c0ffec59967355e94aefecf9e269a47b2a7b19 (patch) | |
tree | b050ee63b7e843e2a4f63a4e1049d00eef83d900 /src/main/kotlin | |
parent | 0ee93d0237f29f7ee296fd694c260dba58a92a67 (diff) | |
download | NotEnoughUpdates-42c0ffec59967355e94aefecf9e269a47b2a7b19.tar.gz NotEnoughUpdates-42c0ffec59967355e94aefecf9e269a47b2a7b19.tar.bz2 NotEnoughUpdates-42c0ffec59967355e94aefecf9e269a47b2a7b19.zip |
Made a texture display for sets with 5 items (#792)
* fixed things with 5 in museum
* fix level crash
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt index 8ad765eb..3c45d1e1 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DevTestCommand.kt @@ -19,9 +19,7 @@ package io.github.moulberry.notenoughupdates.commands.dev -import com.google.gson.JsonObject import com.mojang.brigadier.arguments.StringArgumentType -import com.mojang.brigadier.arguments.StringArgumentType.string import io.github.moulberry.notenoughupdates.BuildFlags import io.github.moulberry.notenoughupdates.NotEnoughUpdates import io.github.moulberry.notenoughupdates.autosubscribe.NEUAutoSubscribe @@ -66,7 +64,8 @@ class DevTestCommand { "0ce87d5a-fa5f-4619-ae78-872d9c5e07fe", // ascynx "a049a538-4dd8-43f8-87d5-03f09d48b4dc", // egirlefe "7a9dc802-d401-4d7d-93c0-8dd1bc98c70d", // efefury - "bb855349-dfd8-4125-a750-5fc2cf543ad5" // hannibal2 + "bb855349-dfd8-4125-a750-5fc2cf543ad5", // hannibal2 + "eaa5623c-8413-46b7-a74b-2d74a42b2841" // calmwolfs ) val SPECIAL_KICK = "SPECIAL_KICK" |