Closed redstonekasi closed 1 year ago
Right now it uses the game's crosshairTarget
, which AFAIK doesn't target items. I might make it use a custom raycast method instead
Fixed in 1abe08f112086f575e31b491526ccae541031e2e, will close after I release
I'm not familiar with the functions used there, but that seems like it'd no longer allow you to inspect yourself?
The relevant code for inspecting yourself is https://github.com/wisp-forest/gadget/blob/master/src/main/java/io/wispforest/gadget/client/GadgetClient.java#L116-L121, which still works
Ah okay, I didn't see that, sorry!
Fixed in 0.1.5
Not sure how you handle detecting which entity you're looking at, but I can't seem to inspect item entities.