Update egg-fabric.json

Fixed spelling error
This commit is contained in:
TMKCRepo 2024-04-13 19:33:43 +02:00 committed by GitHub
parent 7d580cedb8
commit ebf14cdf03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,8 @@
"Java 11": "ghcr.io\/pterodactyl\/yolks:java_11",
"Java 16": "ghcr.io\/pterodactyl\/yolks:java_16",
"Java 17": "ghcr.io\/pterodactyl\/yolks:java_17",
"Java 18": "ghcr.io\/pterodactyl\/yolks:java_18"
"Java 18": "ghcr.io\/pterodactyl\/yolks:java_18",
"Java 21": "ghcr.io\/pterodactyl\/yolks:java_21"
},
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
@ -77,4 +78,4 @@
"field_type": "text"
}
]
}
}