Everything posted by LexManos
-
Power API 1.10.2
.... quit trying to help him. This is basic language syntax.... he needs java 101 which is not what this forum/mc are for
-
Minecraft Crash after launching with Forge
- Problem getting Forge to work(was working before ...)
Your profile has to be configured to use Forge. You're launching vanilla minecraft. In your profile there is a drop down list labeled Minecraft Version. Select Forge in that list.- mods loaded vs mods active
Depends on your mod. Mods Loaded are ALL of the mods the loader knows about. Mods Active are the ones that it actually started, mods can be known but not started for many reasons ranging from a config to disable them. To an error happened and it got disabled. You should read the logs to find out.- Allow folders in mods folder?
No, that just gets to complicated. What you SHOULD do if you want to do things properly, is use the mod_list.json and store all your mods in your libraries folder.- Problem getting Forge to work(was working before ...)
Logs- [1.10.2][IBlockState][SOLVED] getStateFromMeta is deprecated. What should I use?
Yes, @Dprecated in the MC codebase can be taken as: Modders should NEVER CALL this. But as we have not moved away from it, modders MAY need to IMPLEMENT this. Mojang is working on cleaning up their code base a lot. So things are in flux just like every major project out there. The annotations are a guide. Seriously it's not a hard concept. Are you calling a deprecated function? STOP Are you implementing a deprecated function? Fine, just be weary it may change in future MC versions. {Just like everything else} Remember Minecraft IS NOT a full fledged professional modder facing API. It's a decompiled internal hack of a client. I seriously can't understand how people can't grasp this simple concept, we get FAR to many of these 'but the method is deprecated!' posts... -.- The same thing goes for things WE in Forge deprecate. Like non-stack sensitive versions of Item functions. You could still IMPLEMENT them and they would work fine{Because we are forced to be compatbile with vanilla}. But you should always CALL the non-deprecated form. The only difference between Mojang's @Deprecated and ours is that we can add comments directing you to the new stuff. Mojang can't as comments don't survive the compiling process.- [Forum Feature] Quick-open all unread threads.
You mean this?- Fatally Missing Blocks and Items
Thread locked, and posting privileges removed for 24 hours. Don't remake the exact same thread after the first is locked. He also needs to learn the difference between a signature and post.- Fatally Missing Blocks and Items
Update to 1.10.2.- minecraft forge(eclipse) crashs if i test my mod
Your axe is broken, fix it.- Execution failed for task ':applySourcePatches' (1.10.2-12.18.1.2011)
clean your cache and try again- Excecution failed for task recompileMc
Ugh I hate not having a test environment for these edge cases. Same thing, give 10 mins to build and try again.- Excecution failed for task recompileMc
Give it 10 mins and try again with --refresh-dependencies And let me know if it works. Tried to cleanup some code related to macs but dont have a test.- Eclipse Dependencies (From GitHub or GitHub zip)
Do not mod for 1.7.10.- Eclipse Dependencies (From GitHub or GitHub zip)
No, tell them to start uploading it to some known site.- Set Mods with Version Nummbers?
We also ALREADY support /mods/{MC_VERSION} So you can have /mods/1.8.9 and /mods/1.10.2 So.. thanks for suggesting something we already have?- Annotation or Assert for thread correctness
Not really possible, and would be performance nightmares. Also 90% of everything is called from both threads depending on what objects you are on. @SideOnly has nothing to do with threads, its the environment.- My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
Ya dude, a quick step into your get function would show you that wizardryCapability was null. Which means your cap is never registered. This is basic debugging dude...- My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
There is nothing that can be null on line 58- My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
it is, you've attached it, atleast thats what it looks like. Show us THE ACTUAL FREAKING ERROR- My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
... its not null... something it is useing in its toString is null. Which would make sense based on where this event is fired...- My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
Somewhat, my point is if you're getting a null from the player then you need to check if the player is getting you cap set. Its your mod you have to debug it. It should be simple enough, use your IDEs breakpoints. Also ALLLLLWAAAAYYYYYSSS post logs.- My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
Why would your capability be on the players?- Forge Error
1) Update Your Minecraft version 2) Stop using coremods. 3) It's an issue with you 'kk' mod. - Problem getting Forge to work(was working before ...)
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.