BoonieQuafter-CrAfTeR Posted July 25, 2015 Author Posted July 25, 2015 yeah ive tried different things and nothing is working so far, what am I missing? Edit: yeah im just really not sure why it wont work, its like the game will only allow one item to work no matter what. Quote Im serious don't look at it!!
BoonieQuafter-CrAfTeR Posted July 26, 2015 Author Posted July 26, 2015 so... Edit: someone should make a "This is how long you have to wait before bumping, or after:" Thread Quote Im serious don't look at it!!
Ernio Posted July 26, 2015 Posted July 26, 2015 It's like I told you all that stuff and you only focused on fixing one thing. There is a reason why that all was written. Your code does same stuff milion times, not really thing I want to look deep into. You chanve repeating chaines if statements. Unclear actions, again - repeating code. Stop using events for this. This is NOT the right way to to work with custom item effects. Events are for not-your-mod-stuff. As to bumps - I mean, my guesss would be at least N*12h (minimum work/sleep cycle, where N is repeating bump number, lol). Other: if (hasItem == true) - really? just do if (hasItem). Finally to problem: Read the damn tutorial AND Vanilla code. You declared 4 different modifiers with different names, yet same UUID. You need to handle each modifier on its own. e.g: buff1 (10.0D), buff2 (20.0D), buff3 (30.0D) where each would be checked separately. I guess (quick look) you can also have 4 modifiers using SAME name and UUID and operation, and just have different value, idk for sure tho. Quote 1.7.10 is no longer supported by forge, you are on your own.
BoonieQuafter-CrAfTeR Posted July 27, 2015 Author Posted July 27, 2015 wow, im getting better at this sorta thing but my progression compared to others over the last three months does not seem to match others, although I have not met/chated with anyone with such little experience in the minecraft field/java. but thank you I cant believe it was as simple as different uuids yeah sorry for the inconvenience. THANKS TO ALL Quote Im serious don't look at it!!
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.