https://github.com/games647/lambdaclient
An easy to setup modified Minecraft client for a better play experience [WIP]
https://github.com/games647/lambdaclient
gradle minecraft-client patch simple template
Last synced: 2 months ago
JSON representation
An easy to setup modified Minecraft client for a better play experience [WIP]
- Host: GitHub
- URL: https://github.com/games647/lambdaclient
- Owner: games647
- License: unlicense
- Created: 2016-10-06T15:47:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T08:46:43.000Z (over 4 years ago)
- Last Synced: 2025-01-01T11:12:10.891Z (4 months ago)
- Topics: gradle, minecraft-client, patch, simple, template
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# LambdaClient
## Description
TODO
## Project aims
* Easy project setup for easy contributions to this project
* Help server administrators and normal users to have a better play experience
* Make use of the newest libraries (i.e. Java 8)
* Open Source## Features
* None ;(
## How to install
If you just want to run this project, you could download the latest release from the Github releases and drop the
folder into your /.minecraft/versions folder. Restart your launcher and select lambdaclient.## Setup
This project uses Gradle for automatic, OS- (Linux, Unix, Windows) and IDE-independent project setup.
All three leading IDEs supports gradle (Netbeans, Jetbrains, Eclipse).1. Run `gradlew downloadMcp decompile applyPatch`
### Update
Every time you update your setup against the source code you should run `gradlew applyPatch` to apply the modifications
of the Minecraft to yours.### Other useful Gradle commands
* `gradlew install` - Installs the version into your local Minecraft installation
* `gradlew run` - Starts the Minecraft client like it would from MCP
* `graldew updatePatch` - Updates the diff file in the root folder if you did modification on the Minecraft-Code