A Quilt mod meant to fix Ghasts in multiplayer for Beta 1.7.3.
Find a file
2024-08-19 18:48:07 -04:00
.github/workflows Add CI 2024-03-15 21:54:58 -04:00
client Fix a crash in vanilla when hovering over slabs with unused metadata values 2024-08-19 18:37:23 -04:00
common Bump version 2024-03-20 11:11:23 -04:00
gradle Add a common codebase for data shared between client/server implementations 2024-03-01 16:20:12 -05:00
server Only send packets when supported clients are online 2024-03-14 18:31:37 -04:00
src/main/resources Bump mod version & update README 2024-08-19 18:48:07 -04:00
.editorconfig Initialize quilt/split 2024-02-28 14:37:07 -05:00
.gitattributes Initialize quilt/split 2024-02-28 14:37:07 -05:00
.gitignore Initialize quilt/split 2024-02-28 14:37:07 -05:00
build.gradle Add mixin to the common mod to cache ghasts 2024-03-14 17:29:06 -04:00
gradle.properties Bump mod version & update README 2024-08-19 18:48:07 -04:00
gradlew Initialize quilt/split 2024-02-28 14:37:07 -05:00
gradlew.bat Initialize quilt/split 2024-02-28 14:37:07 -05:00
LICENSE Add license 2024-03-19 19:46:21 -04:00
README.md Bump mod version & update README 2024-08-19 18:48:07 -04:00
settings.gradle Add a common codebase for data shared between client/server implementations 2024-03-01 16:20:12 -05:00

Aghast

Aghast is a Quilt mod meant to fix Ghasts in multiplayer for Beta 1.7.3.

This mod fixes the following 2 Ghast-related issues:

  • Ghasts don't make a sound when they shoot
  • Ghasts do not have the model growth/shrink animation when shooting

The sound is played the way release 1.0 plays it, so it even helps clients that connect through a compatability layer, such as ViaFabricPlus!

The mod also fixes a crash, unrelated to Ghasts:

  • The client crashes when trying to access the name of slabs that weren't meant to be obtained, but can be obtained through block transmutation

Copyright

The code is released under GNU LGPLv3. Other assets are All Rights Reserved.