Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dexman545/gitcraft
Generatre a repo of decompiled MC. Do not share the generated repo.
https://github.com/dexman545/gitcraft
Last synced: 17 days ago
JSON representation
Generatre a repo of decompiled MC. Do not share the generated repo.
- Host: GitHub
- URL: https://github.com/dexman545/gitcraft
- Owner: dexman545
- Created: 2021-12-15T11:35:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T20:44:54.000Z (5 months ago)
- Last Synced: 2024-10-15T06:31:32.287Z (about 1 month ago)
- Language: Groovy
- Size: 120 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GitCraft
Generates a Git repository of decompiled Minecraft, starting from 1.14.4. For personal use only. Do not share or upload the resulting repository.To get started, execute `./gradlew run` from the command line.
Artifacts are stored in the current working directory:
- Metadata, mappings and other temporary files go into `artifact-store`.
- The generated Git repository with MC's source code goes into `minecraft-repo`.Powered by:
- [Quiltflower](https://github.com/QuiltMC/quiltflower)
- [Fabric Loader](https://github.com/FabricMC/fabric-loader)
- [Mapping-IO](https://github.com/FabricMC/mapping-io)
- [Tiny Remapper](https://github.com/FabricMC/tiny-remapper)
- Mojang's generous mapping files (Mojmap)