feat: Implemented saving of world

This commit is contained in:
2025-03-08 17:36:59 +01:00
parent 90408a723f
commit 32fba49587
18 changed files with 233 additions and 33 deletions

View File

@ -128,6 +128,12 @@
<artifactId>slf4j-simple</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.15.0</version> <!-- Use the latest version -->
</dependency>
</dependencies>
</project>