mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Cleanup buildscript, add github actions
This commit is contained in:
parent
5a805bc688
commit
7bf9b92cbb
4 changed files with 13 additions and 25 deletions
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "geyser-fabric",
|
||||
"id": "${id}-fabric",
|
||||
"version": "${version}",
|
||||
"name": "Geyser-Fabric",
|
||||
"name": "${name}-Fabric",
|
||||
"description": "A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition. ",
|
||||
"authors": [
|
||||
"GeyserMC"
|
||||
"${author}"
|
||||
],
|
||||
"contact": {
|
||||
"website": "https://geysermc.org",
|
||||
"website": "${url}",
|
||||
"repo": "https://github.com/GeyserMC/Geyser-Fabric"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue