Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opatut/jmod
Minecraft Mod for simple plugin installation and loading
https://github.com/opatut/jmod
Last synced: 14 days ago
JSON representation
Minecraft Mod for simple plugin installation and loading
- Host: GitHub
- URL: https://github.com/opatut/jmod
- Owner: opatut
- Created: 2011-02-11T20:10:26.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-21T21:08:18.000Z (almost 14 years ago)
- Last Synced: 2023-03-11T13:34:56.688Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 687 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== About ==
Minecraft mod for simple plugin loading and sharing.== Note for developers ==
You have to decompile minecraft yourself (using the Minecraft Coder Pack MCP)
and copy all minecraft sources to "src/minecraft_original/net/minecraft/client" and
"src/minecraft_original/net/minecraft/src".For committing create the minecraft source files patch ("src/mc.patch") with
the scripts "makepatch.bat" or "makepatch.sh".
NEVER commit any original or modified minecraft files. Only commit the created
patch file which contains the changes.After every GIT PULL execute "applypatch.bat" or "applypatch.sh" in the src/
directory, so you receive the latest changes on all the original minecraft
files.== Note for plugin developers ==
Please wait until the official API and Wiki is released.