1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00

Add vanilla json patching system (#68)

* Add json patching renderer

* Make minecraft:trial_spawner_detection particle have parity

* Oops meant to keep this

* Move Arrow, Rabbit and Illusioner entity to new json patches

* Move to .patch.json system

* Bump pack version

* Update title visibility condition to only hide blank text

* Use nicer json format

* Change to .kts, fix trial_spawner_detection_ominous particle

---------

Co-authored-by: chris <github@onechris.mozmail.com>
This commit is contained in:
rtm516
2025-09-17 13:52:59 +01:00
committed by GitHub
parent 730cf0cbc9
commit 37ac51459d
31 changed files with 435 additions and 338 deletions

View File

@@ -23,9 +23,8 @@ Download: [GeyserOptionalPack.mcpack](https://download.geysermc.org/v2/projects/
### Manually compiling the pack
1. Clone the repo to your computer
2. Run `gradlew build`.
3. Run the pack compiler using `java -jar build/libs/GeyserOptionalPackCompiler.jar`
4. When it finishes compiling, it will output the `GeyserOptionalPack.mcpack`.
2. Run `gradlew run`.
3. When it finishes compiling, it will output the `GeyserOptionalPack.mcpack`.
### Legal