Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Minecraftforge | 6,442 | a day ago | 144 | other | Java | |||||
Modifications to the Minecraft base files to assist in compatibility between mods. New Discord: https://discord.minecraftforge.net/ | ||||||||||
Worldedit | 2,908 | 4 days ago | 162 | other | Java | |||||
🗺️ Minecraft map editor and mod | ||||||||||
Iris | 2,902 | 2 days ago | 222 | lgpl-3.0 | Java | |||||
A modern shaders mod for Minecraft compatible with existing OptiFine shader packs | ||||||||||
Create | 2,327 | 11 days ago | 2,116 | mit | Java | |||||
[Forge Mod] Building Tools and Aesthetic Technology | ||||||||||
Dynmap | 1,919 | a month ago | 86 | apache-2.0 | Java | |||||
A set of Minecraft mods that provide a real time web-based map system for various Minecraft server implementations. | ||||||||||
Catserver | 1,844 | 11 days ago | 80 | lgpl-3.0 | Java | |||||
高性能和高兼容性的1.12.2/1.16.5/1.18.2版本Forge+Bukkit+Spigot服务端 (A high performance and high compatibility 1.12.2/1.16.5/1.18.2 version Forge+Bukkit+Spigot server) | ||||||||||
Meteor Client | 1,633 | 20 hours ago | 617 | gpl-3.0 | Java | |||||
Based Minecraft utility mod. | ||||||||||
Fabric Carpet | 1,541 | 3 days ago | 292 | mit | Java | |||||
Fabric Carpet | ||||||||||
Opencomputers | 1,497 | 25 days ago | 123 | other | Scala | |||||
Home of the OpenComputers mod for Minecraft. | ||||||||||
Scriptcraft | 1,473 | 3 years ago | 72 | mit | JavaScript | |||||
Write Minecraft Plugins in JavaScript. |
A minecraft mod that adds carbon emission tracking using AMEEconnect (http://www.amee.com)
Licensed under the BSD 3-Clause license (See LICENSE.txt for details)
Author: James Smith ([email protected])
Copyright: Copyright (c) 2011 AMEE UK Ltd
Homepage: AMEE/climatecraft
Download MCP 5.0 from http://mcp.ocean-labs.de/index.php/MCP_Releases and put it in the same directory as this file.
Run 'ant setup'. This will unpack and intialise MCP ready to apply the mod, and download required dependencies for the new code.
Run 'ant patch'. This will add the climatecraft source code into the code extracted by MCP.
Run 'ant build' to compile the code.
Run 'ant runclient' to run the minecraft client.
The src/com/amee directory contains all the code which talks to AMEE and manages the level of carbon in the atmosphere.
The src/net/minecraft directory contains a set of patches to the Minecraft source code that are applied by the above process.
Changes to the Minecraft source are stored in patches to avoid copyright issues.
To generate these, it's best to create a git repository for the mcp/src directory after running 'ant setup'. Then, after your changes are made, you can run 'git diff-files -p' to generate a big patch file, which you can then split up and add to the climatecraft/src tree along with what's already there.
Note that as the files under com/amee/minecraft do not contain Mojang source code, they are symlinked into the MCP source tree, so you can edit and commit those directly without having to generate patches.
All patch files found under climatecraft/src will be applied during 'ant patch'.