mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-07 13:13:04 +00:00
Update Forge implementation and added build script.
Including: * Update to new MCP names * Adding of an build script (see maven 'forge' profile) * Adding of an regeneration code * Simplifying of the command registration * Added command usage description to avoid empty help pages * Added missing raw information * Used a WeakReference as world reference to avoid keeping a world in memory * Added mcmod.info * Fixed player orientation * Fixed printRaw not splitting the message correct
This commit is contained in:
23
src/forge/resources/mcmod.info
Normal file
23
src/forge/resources/mcmod.info
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"modinfoversion": 2,
|
||||
"modlist": [{
|
||||
"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%",
|
||||
"url": "http://wiki.sk89q.com/wiki/WorldEdit",
|
||||
"updateUrl": "",
|
||||
"authors": [ "sk89q" ],
|
||||
"credits": "",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"requiredMods": [
|
||||
"Forge@[9.10.1.850,)"
|
||||
],
|
||||
"dependencies": [
|
||||
"Forge@[9.10.1.850,)"
|
||||
],
|
||||
"dependants": []
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user