more codes

This commit is contained in:
minjaesong
2025-01-19 19:54:40 +09:00
parent 3d34b9162b
commit ed9d8cffd6
8 changed files with 192 additions and 17 deletions

View File

@@ -1,3 +1,4 @@
## this file is auto-generated using Prebuild.kt ##
# The name that will be displayed in-game
propername=Terrarum
@@ -44,10 +45,10 @@ package=net.torvald.terrarum.modulebasegame
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
# Release date in YYYY-MM-DD
releasedate=2024-03-28
releasedate=2025-01-19
# The version, must follow Semver 2.0.0 scheme (https://semver.org/)
version=0.4.2
version=0.5.2
# External JAR that the module is compiled. If your module requires yet another library, the JAR must be compiled as a "Fatjar";
# Due to security reasons, loading an arbitrary JAR is not allowed.