No Ashen Masks
A-nonny-mouse opened this issue ยท 6 comments
Hi! Sorry, we never added wearable ashen masks into the latest version of Tropicraft. I believe this is because we never could get the rendering quite right on them for users in 1.7.10.
Relevant code: https://github.com/Tropicraft/Tropicraft/blob/master/src/main/java/net/tropicraft/entity/hostile/EntityLostMask.java#L131
This is strange! It seems that all the code for the masks is present in the item registry, with working textures. Simply uncommenting the code makes them drop once again. I haven't noticed any bugs.
Is there a reason why it's still commented out?
Same reason I mentioned as above, probably, which is that rendering on players is not in place. We used to use Coremods to do that, but those are frowned upon now, so we decided not to implement them.
Hi guys,
Sorry for the inconvenience, but I just want to ask, how do you look into and uncomment the code? I want to do this because I'm interested in re-adding the ashen masks just for decoration.
Thank you
You can checkout this github branch, and apply the following change: https://github.com/cbaakman/Tropicraft/commit/adb22cbb9ba8284ddebb0fd817a7b2138483b005
Then compile with gradlew.
However, this change simply makes the ashen masks drop, I noticed. They cannot be placed on the walls anymore. They are equipable as head gear, but that feature doesn't look finished.