1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00:00
LetsGoAway ddf7cbcf01 Java compiler for GeyserOptionalPack (#65)
* inital commit

* i think pr is ready now

* wait now its ready

* Update copyright year

* add license to each file

* Update pack version

* copy license / mojang disclaimer to pack

* Update mojang.md

* test actions

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update build.yml

* Update .gitignore

* clean up some code

* change "extracting" to copying

* Update build.yml

* Add new compilation instructions

* update developer documentation for new compiler

* make some code more readable

* some more code cleanup

* Code cleanup and tweaks

* Move to gradle action for running

* Cleanup run folder

* Update build action to use run folder

* Lets not bother with the run folder

* Download the specified version from mojang

* Remove old run folder

---------

Co-authored-by: rtm516 <ryantmilner@hotmail.co.uk>
2025-08-28 00:03:07 +01:00
2021-03-04 19:04:14 -05:00

GeyserOptionalPack

Optional Bedrock resource pack to extend Geyser functionality. Learn more on its wiki page.

Download: GeyserOptionalPack.mcpack

Implements

  • Armor base arms/baseplate visibility
  • Armor stand poses
  • Illusioners
  • Missing particles
  • Offhand animations
  • Shulker invisibility parity
  • Spectral arrow entity texture
  • Bypass for the scoreboard character limit
  • Hides UI elements that do not exist on Java edition, such as:
    • Text input field in the cartography table
    • 2x2 crafting grid while in creative mode
    • Tick-delay and rename fields in the command block menu
    • Structure block options that do not exist on Java

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.

This repository is not endorsed nor affiliated with Mojang, Minecraft, or Microsoft.

Description
Optional Bedrock resource pack to extend Geyser functionality
Readme MIT 932 KiB
Languages
Java 100%