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

122 Commits

Author SHA1 Message Date
chris
982fa6c3fa The rename: Optional is now Integrated (#70) 2025-11-17 00:17:20 +01:00
rtm516
37ac51459d 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>
2025-09-17 13:52:59 +01:00
rtm516
730cf0cbc9 Fix perms for gradlew 2025-08-28 00:05:35 +01: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
Eclipse
1f9be92e16 Bump versions in manifest.json (#64)
Updates versions in pack manifest to let clients redownload the pack with a proper sweeping effect particle
2025-07-04 19:35:13 +00:00
chris
a898803d74 Update wiki link 2025-07-04 00:13:33 +02:00
rtm516
b764573f63 Add ImageMagick back to container (#63)
* Add imagemagick back to container

* Install as root
2025-07-04 00:12:17 +02:00
chris
0de56c0331 Hide (sub)title background for the attack indicator (#61) 2025-07-02 14:25:50 +02:00
Camotoy
d9808d299e Re-add illusioner documentation 2024-08-06 14:04:29 -04:00
Camotoy
60d3d9f861 Visible skeleton horse saddles 2024-07-27 21:25:48 -04:00
Ethan
e02280f5af Fix bugged cherry fence gate sounds. (#56)
* Fix bugged cherry fence gate sounds.

* Bump version

* Update developer documentation

* Typo Fix 1

Co-authored-by: chris <github@onechris.mozmail.com>

* Typo Fix 2

Co-authored-by: chris <github@onechris.mozmail.com>

---------

Co-authored-by: chris <github@onechris.mozmail.com>
2024-07-03 10:42:19 +02:00
Kas-tle
095a9dd769 Switch to centralized GitHub actions (#54) 2024-05-27 10:53:42 +01:00
Kas-tle
cd9a22fc94 Don't use tee to write metadata.json to downloads API (#53) 2024-04-28 07:43:46 -07:00
Kas-tle
1c2f9cce68 Update release metadata gen 2024-04-18 08:10:48 -07:00
Kas-tle
d7451cc9a5 Update downloads API 2024-04-18 07:54:58 -07:00
chris
a55007d441 Feature: Structure block UI/texture changes (#51)
* Structure block changes

* Don't hide mirroring - will be supported instead
2024-04-13 21:00:33 +02:00
rtm516
9fbbaa4d39 Fix version for downloads API 2024-02-16 16:11:24 +00:00
rtm516
e132b8ee60 Move to GitHub actions (#50)
* Create build.yml

* Delete Jenkinsfile

* Update build.yml

* Update download link
2024-02-16 16:05:41 +00:00
chris
7e804fc7ea Bump the pack version to ensure it properly updates on clients (#49) 2024-02-05 01:55:12 +01:00
chris
43ca366fb6 Feature: Client side UI changes to remove Bedrock-only fields (#48)
* Removes fields in UIs that do not exist on Java edition. specifically in the cartography table, command block, and the creative mode inventory.

* Optimized the scoreboard length fix to only modify what is actually needed. Thanks to Tye Pavitt for the input there

* Add a brief explanation of UI modifications to the developer_documentation
2024-01-31 09:23:00 +01:00
Agaloth
e63dbe2c4d Add scoreboard fix to the README.md
Mentioning the new scoreboard bypass limit in the readme to make it clear that GeyserOptionalPack includes it.
2023-09-17 19:42:03 +02:00
Kas-tle
f0aadf99a7 Merge pull request #44 from Agaloth/master
Deploy fix for scoreboard length
2023-09-04 11:08:09 -07:00
Kas-tle
22d25850ce Bump version 2023-09-04 11:07:38 -07:00
Agaloth
9e4269f41e Deploy fix for scoreboard length 2023-09-04 19:14:01 +02:00
Kas-tle
7274298e6e Ensure phantom trail occurs only in motion (#37) 2022-10-04 13:23:31 -04:00
Kas-tle
37b2f1f915 Add offhand spyglass animation (#34)
Closes GeyserMC/Geyser#3192
2022-08-20 16:33:19 -04:00
Kas-tle
9d11ae36ea Remove iron golem (per added to vanilla) (#36)
* Remove iron golem (per added to vanilla)

* Remove from docs
2022-08-14 10:27:10 -04:00
Kas-tle
dcbed60651 Scale head slot correctly for small armor stand (#33)
* Scale head slot correctly for small armor stand

* Slight correction to value and add documentation

* Fix scaling of heads and carved pumpkin

* Fix typos
2022-08-10 18:05:12 -04:00
Kas-tle
90ba61cb20 Work around Minecraft Directory/Texture Duplicate Name Bug (#22)
* Update .gitignore

* Prepend entity to texture paths

* Update .gitignore

* Bump version
2021-07-02 11:21:57 -04:00
Kas-tle
e87fb96cb8 Zombie villager textures (#18)
This PR:

    Implements zombie villager biomes and professions
    Utilizes the minecraft:zombie_villager_v2 entity

Main Geyser will need to be updated to send profession data for zombie villagers. Users without optional pack will still be able to take advantage of biome specific zombie villager textures with such an update.

Co-authored-by: Camotoy <20743703+Camotoy@users.noreply.github.com>
2021-05-28 19:55:36 -04:00
Camotoy
59796f7c95 :) 2021-05-10 00:45:56 -04:00
Camotoy
a48019c274 Update README to point to a wiki page 2021-05-10 00:44:49 -04:00
Camotoy
7aab2fe299 Add skin visibility support 2021-05-03 23:14:14 -04:00
Konicai
6d7ee1eb32 Update developer_documentation.md (#14)
link fix :)
2021-04-27 11:53:22 -04:00
Camotoy
70777189de Remove minification for now 2021-04-26 23:13:49 -04:00
Camotoy
d12ed44367 Add download link 2021-04-26 22:48:23 -04:00
Camotoy
dd363033bb Change manifest for project name 2021-04-26 22:42:11 -04:00
Kas-tle
ddc4f72384 Feature/build-script (#11)
* Comment build script and one-line all JSON files

* Add note to readme for building w/o one-lining, and update implements

* Resolve merge conflict and update build script

- Resolve merge conflict
- Edit Jenkinsfile with new script arguments
- Default build script to not apply whitespace removal (use -jc to apply it)

* Add link back to repo in case people find this in the wild

* Fix comment typo

* Fix comment (./prepare_pack.sh -jc)
2021-04-26 22:37:20 -04:00
Camotoy
9bf4e46299 Add comments for sweep attack and offhand attack
Co-Authored-by: Kas-tle <26531652+Kas-tle@users.noreply.github.com>
2021-04-26 22:32:32 -04:00
Kas-tle
bf417f1790 Fix up particles (#12) 2021-04-26 20:12:16 -04:00
Kas-tle
bb3377e9bc Add an animation for offhand arm swinging (#13) 2021-04-26 20:09:47 -04:00
Kas-tle
952227550e Feature/illusioner (#10)
* Initial support for illusioner texture swap

- Copy over illusioner texture from default pack
- Add illusioner texture to evoker entity definition
- Use evoker render controller to conditionally display illusioner texture on q.is_bribed
- Add helmet element to evoker geometry

* Remove animation for duplicates from entity definition

- On examination, it would be too complicated to create the duplicates effect as originally planned, as it would require a follow entity, or changing the visibility of the evoker during attack
- We may revisit this later

* Add documentation for the illusioner

* Fix evoker's weird hat

* Remove JSON compression in favor of one-lining on the CI
2021-04-26 12:13:40 -04:00
Camotoy
18261485c4 Merge pull request #9 from Kas-tle/feature/particles
Feature/particles
2021-04-21 21:09:28 -04:00
Kastle
850736f829 Requested Fixes
- Use imagemagick to create sprites on the CI
- Fix barrier particle UV
- Make bubble and underwater particles visible out of water
- Increase acceleration of landing particles
- Fix warped spore particle color
2021-04-21 14:28:36 -07:00
Kastle
7f9e3ab131 Fixes to damage_indicator 2021-04-02 22:02:54 -07:00
Kastle
a6ac9a5016 Merge remote-tracking branch 'upstream/master' into feature/particles 2021-04-02 12:34:43 -07:00
GoldenMyst
da441b81b1 Small Wording Fixes (#8) 2021-03-17 12:38:45 -04:00
Camotoy
c1033766d2 Clarify spectral arrow in README 2021-03-16 16:27:04 -04:00
Kastle
311e4bd0f8 Add associated files for new particles to required_files.txt 2021-03-09 00:25:58 -08:00
Kastle
071e5cf4b3 Add geyseropt:white_ash (minecraft:white_ash) particle 2021-03-09 00:25:15 -08:00