9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2026-01-06 15:41:52 +00:00

update configuration to version 4

This commit is contained in:
NONPLAYT
2025-01-12 17:07:25 +03:00
parent 864c30b001
commit 1b38b9d986
22 changed files with 810 additions and 431 deletions

View File

@@ -7,7 +7,7 @@
+ // DivineMC start - Don't save Fireworks
+ @Override
+ public boolean shouldBeSaved() {
+ return this.level().divinemcConfig.saveFireworks;
+ return true; // Temporary fix for saving fireworks
+ }
+ // DivineMC end - Don't save Fireworks
+