Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Minecraftforge | 6,058 | 6 hours ago | 194 | other | Java | |||||
Modifications to the Minecraft base files to assist in compatibility between mods. | ||||||||||
Worldedit | 2,725 | 3 days ago | 147 | other | Java | |||||
🗺️ Minecraft map editor and mod | ||||||||||
Iris | 2,623 | 3 days ago | 182 | lgpl-3.0 | Java | |||||
(WIP) A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs | ||||||||||
Create | 1,888 | 20 hours ago | 1,308 | mit | Java | |||||
[Forge Mod] Building Tools and Aesthetic Technology | ||||||||||
Dynmap | 1,814 | 5 days ago | 67 | 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,678 | 3 hours ago | 39 | 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) | ||||||||||
Scriptcraft | 1,473 | 3 years ago | 72 | mit | JavaScript | |||||
Write Minecraft Plugins in JavaScript. | ||||||||||
Opencomputers | 1,397 | 3 months ago | 96 | other | Scala | |||||
Home of the OpenComputers mod for Minecraft. | ||||||||||
Fabric Carpet | 1,378 | 6 days ago | 266 | mit | Java | |||||
Fabric Carpet | ||||||||||
Farplanetwo | 1,345 | 3 months ago | 50 | other | Java | |||||
Level-of-Detail renderer in Minecraft. Allows for render distances of millions of blocks. (Cubic Chunks-compatible) (WIP) |
RopeMC is an easy, fast and lightweight Modding-API for Minecraft.
We're working on a Installer which should make the installation process alot easier.
Minecraft version | Supported |
---|---|
1.7.10 | ❌ |
1.8 | ⚠️ |
1.8.8 | ✔️ |
1.9 | ⚠️ |
1.9.4 | ⚠️ |
1.10.2 | ⚠️ |
1.11 | ⚠️ |
1.11.2 | ⚠️ |
1.12 | ⚠️ |
1.12.2 | ⚠️ |
1.13 | ❌ |
1.13.2 | ❌ |
❌ = ATM fully unsupported, ⚠️ = Could work, ✔️ = Working
You may consider using the old Minecraft Launcher.
Download the latest version of RopeMC from the releases tab.
Open your .minecraft folder, which is located in Roaming. You can access it through these two methods:
Windows → Run → Prompt %appdata% → Enter → .minecraft
Windows + R → Prompt %appdata% → Enter → .minecraft
Place your downloaded .jar file into the .minecraft-directory and rename it to RopeMC.jar.
Your minecraft folder is located under
*Volume*/Users/*User*/Library/Application Support/minecraft
which is invisible at default. How to access it is explained here!
Open your .minecraft folder, which is located in $HOME/.minecraft. Access it through the terminal or a File Manager (e.g. Nemo). Your .minecraft-folder may be hidden because it is a dotfile-directory. You can toggle the visibility either through
View → Show hidden Files
or just use Ctrl+H as a shortcut. These methods should work in almost every file manager on GNU/Linux.
Open your Minecraft Launcher and create a new profile. You need to use Minecraft 1.8.8, right now it is the only supported version for RopeMC.
Enable your Advanced Java Settings,
enable JVM-Arguments and add the following to the end of the line:
-javaagent:RopeMC.jar
Your profile should look something like this:
An example could be:
-Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -javaagent:RopeMC.jar
Save your changes. You should be ready to go! 👍
Tip: You need to launch RopeMC at least once to continue.
After launching RopeMC, the programm should created a folder named RopeMC in your Minecraft-directory. Please place your mod in
RopeMC → Mods
Launch Minecraft and you should be ready to go!
If you want to know how to create mods, or how to modify the source code for your own needs, check out the wiki!
For more detailed descriptions about RopeMC, how to create mods etc. please check our Wiki!
The server is coming soon™
Gson by Google
Javassist by jboss-javassist
RopeMC is created by:
We're using the MIT-License.