1
This commit is contained in:
Evan Pratten 2020-12-08 21:30:45 -05:00
parent 1a20ac1de9
commit 42dee7222a
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3
2 changed files with 19 additions and 0 deletions

View File

@ -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/"
}
]
}

View File

@ -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",