From aaad2804ba80773b889475a5654f13e0ac7c2e7c Mon Sep 17 00:00:00 2001 From: Pedro Date: Sat, 27 Jan 2024 13:30:36 -0300 Subject: [PATCH] Added credits --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c7fec7..3f06f2f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ If Headed Rewritten is installed on the server, players with Headed Rewritten in Also, adding Headed Rewritten to a server will make mobs killed by a charged creeper drop their heads. +### Credits +Thanks to Vanilla Tweaks for the head textures for when someone doesn't have Headed Rewritten. + ### Developers #### Client To add a head to the client (for rendering), call `TextureToHeadMap.addHeadNotInGroup()`. The first parameter is the texture whose head will be replaced (the string in `Properties:{textures:[{Value:"String"}]}` is JSON encoded in Base64, so you'll have to decode that in order to get the texture).