Files
factorio-scenario-ExpCluster/modules/ChatPopup/softmod.json
badgamernl aac04e4562 Dev modules, Popup additions (#82)
* Chat/Mention popup

* Damage Popup

* fixed config dep
2018-09-21 21:33:59 +01:00

16 lines
477 B
JSON

{
"name": "ChatPopup",
"version": "4.0.0",
"type": "Module",
"description": "Creates flying text above player when they send a message.",
"location": "<blank>",
"keywords": ["Chat", "Popup", "Mention", "Floating", "Text"],
"author": "badgamernl",
"contact": "badgamernl@gmail.com",
"license": "https://github.com/explosivegaming/scenario/blob/master/LICENSE",
"dependencies": {
"FactorioStdLib.Game": "0.8.0",
"FactorioStdLib.Color": "^0.8.0"
}
}