Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ateranimavis/toolchain_alpha_1_2_6
https://github.com/ateranimavis/toolchain_alpha_1_2_6
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ateranimavis/toolchain_alpha_1_2_6
- Owner: AterAnimAvis
- License: other
- Created: 2021-04-10T19:26:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T14:31:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T06:27:51.943Z (2 months ago)
- Language: Kotlin
- Size: 591 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
TopLoader - An Alpha 1.2.6 Modding Toolchain (Client Side Only)
---## Why?
> Powered by Why not?™
## How do I use it?
Requirements:
- [Mod Coder Pack](https://minecraft.fandom.com/wiki/Programs_and_editors/Mod_Coder_Pack): v2.5 (More specifically the `.csv`'s and `minecraft.rgs`)
- Alpha 1.2.6 Client
- A clone of this repoSteps:
- Copy the `conf` folder from `Mod Coder Pack: v2.5` to the repo root.
- Copy the `a1.2.6 Client Jar` to `jars\minecraft.jar`
- Run `gradlew :client:setupUserdev`
- Setup a Run Configuration:
- IntelliJ:
- JDK 8
- Classpath: `$project.mod.main`
- Main Class: `intellij.Launch`
- VM Arguments: `-Djava.library.path=build/natives/${windows|linux|osx}`
- Working Directory: `$projectDir`
## How do I use this to make a mod?You can't currently, this is planned.
## How do I improve the source?
Follow the steps above but run `gradlew :client:setupMCPdev` instead.
You'll end up with a SRG named workspace
Make your changes/fixes and then run `gradlew :client:makeMCPPatches`
PR your changed patch files upstream to this repo.