#How would I go about making a compass point towards a player constantly via a server side mod
6 messages · Page 1 of 1 (latest)
Im not sure how to start or where to start with custom data for an item (If that is the way to do it)
a good way to start is to look at the code for the vanilla compass item and seeing how it chooses where to point towards
Or a loadstone compass
how would I find that code? I know how to get to it when im using something already in my class but not sure how to find it when its not
An issue im seeing is that most of the compass code is for client side, I cant seem to find any for server side