mod meta update; translations for description

This commit is contained in:
minjaesong
2023-09-09 15:19:03 +09:00
parent bae94bee48
commit 290b11eb96
4 changed files with 35 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ propername=Terrarum
description=The base game
# Author of the module
author=Terrarum
author=CuriousTo\uA75Bvald
# Root package name for the module
# The game will look for certain classes base on this package string, so don't mess up!
@@ -16,10 +16,10 @@ package=net.torvald.terrarum.modulebasegame
entrypoint=net.torvald.terrarum.modulebasegame.EntryPoint
# Release date in YYYY-MM-DD
releasedate=2022-01-24
releasedate=2023-09-08
# The version, must follow Semver 2.0.0 scheme (https://semver.org/)
version=0.3.0
version=0.3.3
# 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.

View File

@@ -1,6 +1,6 @@
propername=Dwarven Techs
description=Dwarven technicians are emerged from their hiding
author=Terrarum
author=CuriousTo\uA75Bvald
package=net.torvald.terrarum.modulecomputers
entrypoint=net.torvald.terrarum.modulecomputers.EntryPoint
releasedate=2021-12-03