This commit is contained in:
SrGooglo 2024-02-02 12:36:33 +01:00
parent 7d395f770b
commit f91a37a2c5
2 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,7 @@
const pkg = require("../pkg.json")
const vars = {
...pkg,
id: "mcjaen2024",
icon: "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif",
name: "Jaen United Server",

8
pkg.json Normal file
View File

@ -0,0 +1,8 @@
{
"version": "1.8.1",
"id": "mcjaen2024",
"icon": "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif",
"name": "Jaen United Server",
"author": "Jaen United",
"description": "Jaen United Minecraft modpack"
}