How can i make particles "glow" in exactly the given color?
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By KiwiChris84 · Posted
I know I'm the worst, but where would that be in my code to create a new instance? -
the class does not change the result, but i would recommend you to create a new class for the Item a thing you need to do is create a new instance of the class inside the RegistryObject instead of using the Item class
-
By RInventor7 · Posted
There happened to be a simple logic mistake. I now get the correct sound out and a correct value is printed out on server, but on client it is still 0 for some reason. Very weird. I get the correct output only if there is 2 to 15 items in the slot. If there is 1 or more that 20 items, the count is 0 on server as well? -
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??
-
-
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.