Merge pull request #2901 from vilhelmprytz/vilhelmprytz-update-sponge-egg

eggs: SpongeVanilla: update default version
This commit is contained in:
Dane Everitt 2020-12-24 08:56:39 -08:00 committed by GitHub
commit dc4ead766c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@
"name": "Sponge Version",
"description": "The version of SpongeVanilla to download and use.",
"env_variable": "SPONGE_VERSION",
"default_value": "1.11.2-6.1.0-BETA-21",
"default_value": "1.12.2-7.3.0",
"user_viewable": true,
"user_editable": false,
"rules": "required|regex:\/^([a-zA-Z0-9.\\-_]+)$\/"