mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
hash checking for module's jarfile
This commit is contained in:
@@ -25,6 +25,9 @@ version=0.3.0
|
||||
# Due to security reasons, loading an arbitrary JAR is not allowed.
|
||||
jar=
|
||||
|
||||
# Sha256sum of the External JAR, if any
|
||||
jarhash=
|
||||
|
||||
# Modules that must be pre-installed, separate multiple by semicolon (;)
|
||||
# Dependency syntax: "module's identification name (aka folder name) spaces allowed versionnumber"
|
||||
# Version number:
|
||||
|
||||
@@ -6,4 +6,5 @@ entrypoint=net.torvald.terrarum.modulecomputers.EntryPoint
|
||||
releasedate=2021-12-03
|
||||
version=0.3.0
|
||||
jar=ModuleComputers.jar
|
||||
jarhash=b2d50cc10693885f060a5825a4fb2be2993b461bae2e58b4a4900fa169ec898f
|
||||
dependency=basegame 0.3.0
|
||||
|
||||
Reference in New Issue
Block a user