mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-07 13:13:04 +00:00
Updated Forge compilation to ForgeGradle.
This commit is contained in:
@ -4,19 +4,19 @@
|
||||
"modid": "WorldEdit",
|
||||
"name": "WorldEdit",
|
||||
"description": "WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single player and multiplayer.",
|
||||
"version": "%VERSION%",
|
||||
"mcversion": "%MCVERSION%",
|
||||
"version": "${version}",
|
||||
"mcversion": "${mcVersion}",
|
||||
"url": "http://wiki.sk89q.com/wiki/WorldEdit",
|
||||
"updateUrl": "",
|
||||
"authors": [ "sk89q" ],
|
||||
"authors": [ "sk89q", "wizjany", "TomyLobo" ],
|
||||
"credits": "",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"requiredMods": [
|
||||
"Forge@[9.10.1.850,)"
|
||||
"Forge@[${forgeVersion},)"
|
||||
],
|
||||
"dependencies": [
|
||||
"Forge@[9.10.1.850,)"
|
||||
"Forge@[${forgeVersion},)"
|
||||
],
|
||||
"dependants": []
|
||||
}]
|
||||
|
Reference in New Issue
Block a user