Client for Minecraft (Fabric) 1.18.2
 
 
Go to file
Charlotte Som a2e067bf4d I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00
build_src I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00
gradle/wrapper initial commit: begin base with mixin event hooking & imgui 2022-02-03 12:46:36 +00:00
src/main I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00
vendor@778287a884 Update to 1.18.2 2022-03-08 22:50:17 +00:00
.editorconfig initial commit: begin base with mixin event hooking & imgui 2022-02-03 12:46:36 +00:00
.gitignore Switch to special-purpose loom fork & quilt + mojang layered mappings 2022-02-04 18:03:35 +00:00
.gitmodules I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00
README.md Whole-project style fixes 2022-02-04 18:17:49 +00:00
build.gradle.kts I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00
gradle.properties I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00
gradlew initial commit: begin base with mixin event hooking & imgui 2022-02-03 12:46:36 +00:00
gradlew.bat initial commit: begin base with mixin event hooking & imgui 2022-02-03 12:46:36 +00:00
settings.gradle.kts I went on the LiveOverflow server it was pretty fun 2022-09-19 08:01:57 +01:00

README.md

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.