premake
This commit is contained in:
parent
1a20ac1de9
commit
42dee7222a
@ -16,6 +16,10 @@
|
|||||||
{
|
{
|
||||||
"text": "Using takeout and GDPR data to graph activity",
|
"text": "Using takeout and GDPR data to graph activity",
|
||||||
"url": "https://twitter.com/Benjojo12/status/1335569822776700928?s=19"
|
"url": "https://twitter.com/Benjojo12/status/1335569822776700928?s=19"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text":"Premake: a simple C++ build tool",
|
||||||
|
"url":"https://premake.github.io/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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",
|
"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",
|
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user