Plex-FAWE/worldedit-fabric/src/main/resources/fabric.mod.json
NotMyFault 75fbe654ee
Update Upstream
0036e06 Alter the CUI lifecycle to be more consistent and reliable (1633)
2021-06-05 11:27:27 +02:00

41 lines
971 B
JSON

{
"schemaVersion": 1,
"id": "worldedit",
"version": "${version}",
"name": "WorldEdit",
"description": "WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single- and multi-player.",
"authors": [
"sk89q",
"wizjany",
"TomyLobo",
"kenzierocks",
"Me4502"
],
"contact": {
"homepage": "https://enginehub.org/worldedit/",
"sources": "https://github.com/EngineHub/WorldEdit"
},
"license": "GPL3",
"icon": "assets/worldedit/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"com.sk89q.worldedit.fabric.FabricWorldEdit"
]
},
"depends": {
"fabricloader": ">=0.4.0",
"fabric-api-base": "*",
"fabric-events-lifecycle-v0": "*",
"fabric-events-interaction-v0": "*",
"fabric-networking-api-v1": "*"
},
"mixins": [
"worldedit.mixins.json"
]
}