mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-15 16:16:10 +09:00
music player widget as a separate module
This commit is contained in:
@@ -54,6 +54,7 @@ version=0.4.0
|
||||
jar=
|
||||
|
||||
# Sha256sum of the External JAR, if any
|
||||
# The hash will not be checked if the game is running on the development mode
|
||||
jarhash=
|
||||
|
||||
# Modules that must be pre-installed, separated by semicolons (;)
|
||||
|
||||
BIN
assets/mods/musicplayer/MusicPlayer.jar
LFS
Normal file
BIN
assets/mods/musicplayer/MusicPlayer.jar
LFS
Normal file
Binary file not shown.
BIN
assets/mods/musicplayer/gui/blob.tga
LFS
Normal file
BIN
assets/mods/musicplayer/gui/blob.tga
LFS
Normal file
Binary file not shown.
BIN
assets/mods/musicplayer/gui/textmask.tga
LFS
Normal file
BIN
assets/mods/musicplayer/gui/textmask.tga
LFS
Normal file
Binary file not shown.
10
assets/mods/musicplayer/metadata.properties
Normal file
10
assets/mods/musicplayer/metadata.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
propername=Terrarum Music Player
|
||||
description=Simple Music Player Widget
|
||||
author=CuriousTo\uA75Bvald
|
||||
package=net.torvald.terrarum.musicplayer
|
||||
entrypoint=net.torvald.terrarum.musicplayer.EntryPoint
|
||||
releasedate=2023-12-31
|
||||
version=1.0.0
|
||||
jar=MusicPlayer.jar
|
||||
jarhash=0
|
||||
dependency=basegame 0.4.0
|
||||
Reference in New Issue
Block a user