trying to fix phys engine platform tile bug

This commit is contained in:
minjaesong
2022-01-03 22:57:54 +09:00
parent 8502b51396
commit b9bb757a76
5 changed files with 32 additions and 19 deletions

View File

@@ -16,10 +16,10 @@ package=net.torvald.terrarum.modulebasegame
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
# Release date in YYYY-MM-DD
releasedate=2017-07-14
releasedate=2022-01-24
# The version, must follow Semver 2.0.0 scheme (https://semver.org/)
version=0.2.0
version=0.3.0
# 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.