update to latest devbuild

fix #139
This commit is contained in:
C10udburst
2022-07-24 07:57:59 +02:00
parent d50b0e72c9
commit 99474abecb
8 changed files with 28 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ public class GiveUtils {
}
}
public static void init() {
static {
STRING_PRESETS.forEach((preset) -> {
PRESETS.put(preset.getLeft(), (preview) -> {
if (preview) preset.getMiddle().getDefaultStack();