
Daleth
Members-
Content Count
5 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Daleth
-
Rank
Tree Puncher
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
you appear to have sponge installed, remove it and try again, if it does not crash then it is a issue with sponge, not forge.
-
Fair enough, in that case (if I end up having something to share) I'll to put together a single post for the snippits I make with (at the least) detailed java doc or maybe full on instructions so that it does not clog up your forum. PS: I really appreciate the work you do for the minecraft community, thank you.
-
Earlier I posted a snippit, however I had to post it in general. I think a lot of new devs or people looking for inspiration could do well with a snippit section! I would sure use it and post there. What do you think?
-
Daleth started following [1.11.2] Get the entity that another entity is looking at Server side and Snippit section?
-
[1.11.2] Get the entity that another entity is looking at Server side
Daleth replied to Daleth's topic in General Discussion
Cleaned it up a bit, changed it to a gist. Should actually be usable now. -
I spent a lot of time looking for a way to do this and found nothing, so I figured I'd share it, it's mostly code ripped from sections of minecraft/forge code. https://gist.github.com/Dalethium/bc650696960c53c86e1137beec7280b1 It's not very clean, most of it is not even refractored, sorry. I just finished the method, and did basic functionality testing, obviously this is AS IS and WITHOUT WARRANTY. If you find a bug or whatever feel free to correct it, I just wanted to give people a starting point. Have a great day!