mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-20 10:55:00 +00:00
21 lines
609 B
JSON
21 lines
609 B
JSON
[{
|
|
"modid": "WorldEdit",
|
|
"name": "WorldEdit",
|
|
"description": "WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single player and multiplayer.",
|
|
"version": "${internalVersion}",
|
|
"mcversion": "${mcVersion}",
|
|
"url": "http://wiki.sk89q.com/wiki/WorldEdit",
|
|
"updateUrl": "",
|
|
"authors": [ "sk89q", "wizjany", "TomyLobo", "kenzierocks" ],
|
|
"credits": "",
|
|
"logoFile": "",
|
|
"screenshots": [],
|
|
"requiredMods": [
|
|
"Forge@[${forgeVersion},)"
|
|
],
|
|
"dependencies": [
|
|
"Forge@[${forgeVersion},)"
|
|
],
|
|
"dependants": []
|
|
}]
|