Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FyberOptic/Meddle
Everything related to modding 1.9/1.10 snapshots in one place
https://github.com/FyberOptic/Meddle
Last synced: 6 days ago
JSON representation
Everything related to modding 1.9/1.10 snapshots in one place
- Host: GitHub
- URL: https://github.com/FyberOptic/Meddle
- Owner: FyberOptic
- License: lgpl-3.0
- Created: 2015-07-31T20:12:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T20:04:23.000Z (over 8 years ago)
- Last Synced: 2024-08-02T07:08:34.101Z (3 months ago)
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 31
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-minecraft - Meddle - Everything related to modding 1.9/1.10 snapshots in one place. (Mod Loaders / Archives)
README
# Meddle
A tweak-class mod loader for Minecraft. Should be compatible with any version of Minecraft capable of working under Launchwrapper.
Meddle acts as a pass-through to allow mods which implement net.minecraft.launchwrapper.ITweaker to run without the modder having to deal with manually installing them.
Mods must include a Tweak-Class directive in the jar manifest to point to the appropriate class to load.
Mod jars go into the minecraft_instance_folder/Meddle directory.
If desired, mods may include the MeddleMod annotation on their tweak class to designate an ID, name, author, version, and mod dependencies.
See the [DynamicMappings](https://github.com/FyberOptic/DynamicMappings) and [MeddleMods](https://github.com/FyberOptic/MeddleMods) projects for examples of Meddle's use.
For higher-level development, there's also [MeddleAPI](https://github.com/FyberOptic/MeddleAPI), which is what [Just Backpack](https://github.com/FyberOptic/JustBackpack) uses.