1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-19 14:59:14 +00: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
2021-04-26 12:13:40 -04:00
2021-04-26 12:13:40 -04:00
2021-04-21 14:28:36 -07:00
2021-04-26 12:13:40 -04:00
2021-04-21 14:28:36 -07:00
2021-03-01 13:13:10 -05:00
2021-03-07 00:10:13 -05:00
2021-03-04 19:04:14 -05:00
2021-03-03 02:45:20 -08:00
2021-03-16 16:27:04 -04:00
2021-04-26 12:13:40 -04:00

GeyserOptionalPack

Optional Bedrock resource pack to extend Geyser functionality

Implements

  • Armor base arms/baseplate visibility
  • Armor stand poses
  • Iron golem cracked textures
  • Shulker invisibility parity
  • Spectral arrow entity texture

Currently is not in use yet. Stay tuned!

Manually building

Run copy_java_files_to_pack.sh in this directory and the necessary files from the vanilla jar will be copied to the required directories. Zip up and you're set.

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%