[Solved]Forge Installer Bug - The minecraft launcher fails to find 2 libraries
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Not sure, I haven't dug into the minecart code that much. The only problem I see is that this: Math.pow(targetVelocity, 2) - Math.pow(entryVelocity, 2) Is guaranteed to return a negative value, which when multiplied against entity motion would cause the entity to reverse direction.
-
By RInventor7 · Posted
ATMButtonMessage https://pastebin.com/iPtCZ4jM I play the sound in ATMEvents lines 34 and 38 The printed output in ATMEvents line 26 shouldn't still be 0 when there are 64 items in the slot?? -
By KiwiChris84 · Posted
I was using that class while I was trying to create an event. So what should I do, move the methods to the ModItems? -
By diesieben07 · Posted
Do not use @OnlyIn. You have not shown ATMButtonMessage, which is apparently where you play the sound? -
you did not use your Item class in when creating your Item, also why did you use your ModEventListeners as Item class?
-
-
Topics
Recommended Posts
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.