Client for Minecraft (Fabric) 1.18.2
videogame hacker
b0dfd4273b
This means that using Flight with hard or max mode won't move the player around when trying to move the camera around in Freecam (i.e. when not controlling the player) |
||
---|---|---|
build_src | ||
gradle/wrapper | ||
src/main | ||
vendor@778287a884 | ||
.editorconfig | ||
.gitignore | ||
.gitmodules | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle.kts |
hibiscus client
:)
Setup
$ git clone --recursive "https://git.lavender.software/hibiscus-client/hibiscus.git"
$ cd hibiscus/
hibiscus/ $ # [open IntelliJ IDEA or something here, otherwise:]
hibiscus/ $ ./gradlew runClient
Make sure you clone recursive! If you didn't, just:
hibiscus/ $ git submodule update --init
You may want to also mark the build_src
, run
, and vendor
folders as excluded in IntelliJ.
To authenticate from the IDE, you can create a lastlogin.txt file in run/
(already gitignored) with the following structure.
me@example.com
my super secure minecraft password
This is handled by unknit's MixinMinecraftMain
, and logs your account in at game start-up.
If you do not trust having the file within the project directory, you can set the LOGIN_FILE
environment variable.