diff --git a/_data/linklist/random.json b/_data/linklist/random.json index 5d74ce5..4779a26 100644 --- a/_data/linklist/random.json +++ b/_data/linklist/random.json @@ -16,6 +16,10 @@ { "text": "Using takeout and GDPR data to graph activity", "url": "https://twitter.com/Benjojo12/status/1335569822776700928?s=19" + }, + { + "text":"Premake: a simple C++ build tool", + "url":"https://premake.github.io/" } ] } \ No newline at end of file diff --git a/_data/projects.json b/_data/projects.json index f372da1..759ba47 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -109,6 +109,21 @@ } ] }, + { + "title": "MChat", + "description": "A console chat client for most Minecraft server versions. This is mainly a personal tool for quick server moderation without dealing with RCON.", + "text_buttons": [], + "icon_buttons": [ + { + "icon": "fab fa-github", + "url": "https://github.com/Ewpratten/mchat" + }, + { + "icon": "fas fa-download", + "url": "https://pypi.org/project/mchat/" + } + ] + }, { "title": "MCDiscovery", "description": "mcdiscovery is a Python library and CLI tool for discovering Minecraft LAN worlds / servers on your local network by listening to multicast communication between Minecraft clients",