This commit is contained in:
CergC4888
2021-11-14 22:42:06 +02:00
parent 767228b108
commit 46596bb326
68 changed files with 730 additions and 1 deletions

12
bin/main/mod.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "unitinfo",
"displayName": "Unit Information",
"author": "Sharlotte",
"description": "The mod displays more information in-game, such as unit/building, wave, core, tile, item/unit total info etc",
"version": "1.5.3",
"main": "UnitInfo.core.Main",
"minGameVersion": "134",
"dependencies": [],
"hidden": true,
"java": true
}