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

110 Commits

Author SHA1 Message Date
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
Kastle
4c4db27502 Add geyseropt:warped_spore (minecraft:warped_spore) particle 2021-03-09 00:25:05 -08:00
Kastle
739b614d22 Add geyseropt:underwater (minecraft:underwater) particle 2021-03-09 00:24:51 -08:00
Kastle
b2b23f4dd1 Add geyseropt:nautilus (minecraft:nautilus) particle 2021-03-09 00:24:35 -08:00
Kastle
c2ec655071 Add geyseropt:landing_obsidian_tear (minecraft:landing_obsidian_tear) particle 2021-03-09 00:24:19 -08:00
Kastle
196f66380a Add geyseropt:landing_lava (minecraft:landing_lava) particle 2021-03-09 00:24:01 -08:00
Kastle
35df33e981 Add geyseropt:landing_honey (minecraft:landing_honey) particle 2021-03-09 00:23:41 -08:00
Kastle
f45844c3da Add geyseropt:flash (minecraft:flash) particle 2021-03-09 00:23:24 -08:00
Kastle
89ab4c381b Add geyseropt:dolphin (minecraft:dolphin) particle 2021-03-09 00:23:06 -08:00
Kastle
aeca83a8f3 Add geyseropt:crimson_spore (minecraft:crimson_spore) particle 2021-03-09 00:22:48 -08:00
Kastle
1bcd62fe6b Add geyseropt:bubble_pop (minecraft:bubble_pop) particle 2021-03-09 00:22:29 -08:00
Kastle
314cd6eeb8 Add geyseropt:bubble (minecraft:bubble) particle 2021-03-09 00:22:12 -08:00
Kastle
a19b9b6ad4 Add geyseropt:barrier (minecraft:barrier) particle 2021-03-09 00:21:59 -08:00