Posted September 26, 20159 yr As by title i want to add a GUI to the Vanilla Armor Stand. I've tried to check this event @SubscribeEvent public void onRightClick(EntityInteractEvent event) { if(event.target instanceof EntityArmorStand) { System.out.println("STAND"); } } But when i right click the armor stand nothing happens, there is no print How can i check if the player is right clicking the armor stand? And also how can i show then the GUI? Don't blame me if i always ask for your help. I just want to learn to be better
September 26, 20159 yr Author Oh... cool Hope they'll fix it soon Don't blame me if i always ask for your help. I just want to learn to be better
September 27, 20159 yr This is a bug in forge. I will make a PullRequest to fix it. Ah - that explains why my EntityInteractEvent does not work too Thanks diesieben07!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.