diff options
author | nea <romangraef@gmail.com> | 2022-03-19 23:17:20 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-03-19 23:17:20 +0100 |
commit | a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643 (patch) | |
tree | 9eab0af5f66ced5bda3130878bba81aa9501fc1c /ingame/src/main/resources/mcmod.info | |
parent | eb9a6a650ace04947815d29762c685670e5d610e (diff) | |
download | sbdata-a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643.tar.gz sbdata-a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643.tar.bz2 sbdata-a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643.zip |
dungeon map data collection
Diffstat (limited to 'ingame/src/main/resources/mcmod.info')
-rw-r--r-- | ingame/src/main/resources/mcmod.info | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ingame/src/main/resources/mcmod.info b/ingame/src/main/resources/mcmod.info new file mode 100644 index 0000000..f7eea48 --- /dev/null +++ b/ingame/src/main/resources/mcmod.info @@ -0,0 +1,18 @@ +[ + { + "modid": "sbdata", + "name": "SBData Collection", + "description": "", + "version": "${modversion}", + "mcversion": "${mcversion}", + "url": "https://github.com/romangraef/sbdata", + "updateUrl": "", + "authorList": [ + "nea89o" + ], + "credits": "", + "logoFile": "", + "screenshots": [], + "dependencies": [] + } +] |