This commit is contained in:
SrGooglo 2024-02-02 12:37:15 +01:00
parent f91a37a2c5
commit e3be21be69
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +1,8 @@
const pkg = require("../pkg.json")
const vars = { const vars = {
...pkg, version: "1.8.1",
id: "mcjaen2024", id: "mcjaen2024",
icon: "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif", icon: "https://git.ragestudio.net/srgooglo/jaen-united-2024/raw/branch/main/icon.gif",
name: "Jaen United Server", name: "Jaen United Server",
version: "1.8.1",
author: "Jaen United", author: "Jaen United",
description: "Jaen United Minecraft modpack", description: "Jaen United Minecraft modpack",
} }

View File

@ -1,8 +0,0 @@
{
"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"
}