Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Sep 13, 2022
2 parents fed8fdf + d031925 commit a923ac2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
My attempt to make a mod, that would allow playerheads to be dropped upon player death.
Small fabric mod to drop player heads upon player death that's compatible with bedrock players joined through geyser!
Why a mod instead of a datapack? Mods, unlike datapacks, allow for custom skin files on playerheads which are necessary in the approach here to get bedrock player skins. Code is messy, since i have no clue what i'm doing!

Requires FabricAPI! Floodgate on the backend is optional, but necessary if you're using a prefix other than ".".
Because of https://bugs.mojang.com/browse/MC-174496, it is recommended to use a mod like https://modrinth.com/mod/headfix to keep Custom Head Names when breaking the head.

ToDo:
- publish .jar

Current featureset:
- drops a playerhead upon player death, for java and bedrock players
- gets bedrock texture via the geyser global api
- optional floodgate hook to not rely on prefixes
- gets bedrock textures via the geyser global api
- optional floodgate hook to not rely on prefixes/"."
- names bedrock playerhead
- hooks in the web api once upon player join, async request to not freeze the game
- if killed by player: adds "killed by [player]" in the lore of the item!



Expand Down

0 comments on commit a923ac2

Please sign in to comment.