Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Universal Minecraft Client Mod-Loader, written in Kotlin

License

NotificationsYou must be signed in to change notification settings

Weave-MC/Weave-Loader

Repository files navigation

title

Weave Loader, the Universal Minecraft Mod Loader

Weave Loader is a tool designed to simplify the process of modding Minecraft. It allowsdevelopers to easily create mods by providing a simple and intuitive API for interacting with Minecraft's codebase,while supporting injection into clients that are somewhat closed-off to developers.

Supported Clients / Versions

Supported ClientsSupported Versions
ClientSupported
Vanilla
Forge
Lunar
Badlion
Feather
Labymod
VersionSupported
1.7
1.8
1.12
1.16
1.17
1.18
1.19
1.20

Installation

To install Weave-Loader, you can either download a pre-built release fromthereleases page, or build it yourself from source.

Building with Gradle

  • First clone the project withGit thencd into the project directory:
git clone --recursive https://github.com/Weave-MC/Weave-Loadercd Weave-Loader

You then need to give permission to the Gradle wrapper and run theagent task. This can be done a bit differentlydepending on your operating system:

UN*X (Linux, BSDs, macOS, etc.)
chmod +x ./gradlew./gradlew agent
Windows
.\gradlew.bat agent

Usage

To use Weave-Loader, you have two options:

  • UseWeave-Manager to handle the process of attaching Weave to your preferred Minecraft client automatically.
  • Manually add the Weave-Loader agent mentioned in the previous step to the JVM arguments when launching Minecraft.
    • You will need to include the following argument:-javaagent:$PATH_TO_AGENT

Weave will automatically load mods from~/.weave/mods/.

Contributing

We welcome contributions from anyone interested in improving Weave-Loader. If you find a bug or have an idea for a newfeature, feel free to submit a pull request.


Weave-Loader is licensed under theGNU General Public License v3.0.

About

Universal Minecraft Client Mod-Loader, written in Kotlin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp