Skip to content

Commit 854270e

Browse files
committed
fix required version variable
fixes required FORGE_VERSION and renames minecraft version variable to avoid confusion
1 parent 63eefaa commit 854270e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

database/seeds/eggs/minecraft/egg-forge-minecraft.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"meta": {
44
"version": "PTDL_v1"
55
},
6-
"exported_at": "2020-11-03T04:22:56+00:00",
6+
"exported_at": "2020-12-06T17:39:27-08:00",
77
"name": "Forge Minecraft",
88
"author": "support@pterodactyl.io",
99
"description": "Minecraft Forge Server. Minecraft Forge is a modding API (Application Programming Interface), which makes it easier to create mods, and also make sure mods are compatible with each other.",
@@ -34,7 +34,7 @@
3434
"rules": "required|regex:\/^([\\w\\d._-]+)(\\.jar)$\/"
3535
},
3636
{
37-
"name": "Forge version",
37+
"name": "Minecraft Version",
3838
"description": "The version of minecraft you want to install for.\r\n\r\nLeaving latest will install the latest recommended version.",
3939
"env_variable": "MC_VERSION",
4040
"default_value": "latest",
@@ -58,7 +58,7 @@
5858
"default_value": "",
5959
"user_viewable": true,
6060
"user_editable": true,
61-
"rules": "required|string|max:20"
61+
"rules": "nullable|string|max:20"
6262
}
6363
]
64-
}
64+
}

0 commit comments

Comments
 (0)