-
Posts
9273 -
Joined
-
Last visited
-
Days Won
68
Everything posted by LexManos
-
[1.10.2] [SOLVED] How to test block is air or fire etc.
LexManos replied to DasKaktus's topic in Modder Support
Umm... No Mojang is using @Deprecated JUST FINE. You SHOULD NOT be calling this function. Overriding @Deprecated methods is fine because it is a in-work process so things may not always be the final form. However in this case ITS FREAKING OBVIOUS you should NEVER CALL this method directly. IBlockState, The replacement for directly calling Block methods HAS THIS FUNCTION. So, world.getBlockState(pos).getMaterial() DONE! Seriously this isnt complicated, please stop spreading stupidity on my forums about things you don't understand. -
[1.8] Subblocks only works with one json file. How to fix this?
LexManos replied to Kander16's topic in Modder Support
Using the Forge Blockstate format you can specify a texture for each model based on metadata. There are plenty of tutorials on how to use it. However, as it sits update to 1.10.2+ if you want more help. -
[1.9.4][1.10.2] BrewingRecipeRegistry remove the MaxStacksize check
LexManos replied to wwrpg's topic in Modder Support
User was banned for 4 days for demanding a change and then threatening to hack shit with a coremod if we did not comply. WE DO NOT NEGOTIATE WITH TERRORISTS DUMBASSES. -
This is not reproducible on our end. I get a few hundred FPS in Forge with no mods no problem. If its an every few seconds thing its USUALLY the GC being forced to run. Hit f3 and see what your ram is sitting at. Beyond that we can't really help debug things like this for you you're gunna have to use the debug screens and maybe a profiler {like JProfiler, or VisualVM which comes with the JDK} to track it down. As stated, we are not getting any other reports, and can't reproduce it here.
-
1) We dont support kcauldron or other massive hacks to internal Forge/MC, so 90% likely this ISNT Forge. 2) We do massive testing around these chunk and memory issues so 95% likely this ISNT Forge. 3) We do not provide support for <1.9.4, update and get with the times.
-
Everything except Forge, it's exempt. So yes, everything run through Curse I see no part of. I used to have a deal worked out with Curse where I would be a consultant for their CurseForge system. But nothing ever came of it. So, again, they exist, and you can find them if you look for them. However this has to come from a business/greedy side {I know I hate it but I admit it} We will not actively support you circumventing it. We won't stop you, we simply won't HELP you.
-
As stated, this already exists. We simply discourage people using it because it literally takes the monkey out of our hands and money is needed to make this site work and for me {and others} to be able to pay their rent. So it exists, but you won't get help from us to use it. If you want it as part of your 'Morning ritual' then loading up the main download page for whatever MC version you want would be good enough. As it'll have the latest version under 'Latest' promotion at the top.
-
Looks like your world is corrupt, also update to 1.10.2 if you want anymore help.
-
We cant troubleshoot your connection issues for you. As they are on your end. Our site is up and running just fine. you can try manually going to the page with index_1.8.html As for the weirdness in the selection thats because you're spamming your mouse around and/or safari is being weird. Either way you can manually go to any page you want by typing the url. Beyond that the official stance of Forge is we support people with the current version of minecraft. Update.
-
Allocate more ram into minecraft server.
LexManos replied to HDylanHD's topic in Support & Bug Reports
Side note, you can't allocate more ram on the client from the server. Which is what it sounds like you think you're doing. Your friend needs to allocate his ram himself. -
Its a crappy texturepack. Thats all we can say for now because you've provided us with EXACTLY NO USEFUL INFORMATION. Seriously we arnt freakin magician's we can't just TELL you whats wrong without any information. It works with vanilla models so it's something on YOUR end that's broken most likely.
-
FOrge error message doesnt' match log!?
LexManos replied to Mineral253's topic in Support & Bug Reports
1) Wrong Section 2) Update your MC version 3) WRONG SECTION -.- -
[1.10.2] Runtime deobfuscation not working for certain mods
LexManos replied to Choonster's topic in Support & Bug Reports
Coremods are on their own there is nothing we can do to make them work on our end it's purely up to the modders. They are retarded enough to think they NEED a coremod they can fix it themselves. -
I'll send it to AdFocus and figure out wtf is up. Thanks.
-
You don't people adding things to the main menu is bad practice. It causes nothing but spam. Beyond that, you should update to 1.10.2.
-
Just post a link with a NSFW warning, I can remove it if its an issue. Beyond that, as stated we try and make the ads non-pornographic but ads are ads they sometimes change shit after they have been approved. It's a matter of cat/mouse.
-
Core mods are a very specific thing in the MC world. You will not get help making a Core mod here. Because editing vanilla classes is BAD and you shouldn't use it. If you are making a Library, or a 'base' version of your mod DO NOT call it a 'Core' mod. Beyond that there is no real reason to split the two into two physical parts. Just have a config option to enable/disable certian parts.
-
You set the max ram to 1G in the command line, -Xmx=1G You set the 'new object' memory to 5G: -Xmn5G You want to just use the -Xmx argument, not the mn.
-
Quit abusing the stairs glitch. We've gone over this a million times. Because i'm sick of these 'issues' I've added a config option you can set it in the Forge client config screen. https://github.com/MinecraftForge/MinecraftForge/commit/0f6b16cada5d77e094aa2eedbe2a556b76656997#diff-104a6609a5f1507a6105cb0f12e00921R109
-
Well, that was a nice debugging session going down the rabbit hole that is Vanilla doors. It's a miracle that they even work in vanilla minecraft as it is. Either way I've fixed it and potentially other block issues: https://github.com/MinecraftForge/MinecraftForge/commit/4694152124e7f72ec0d8482176d3faa6c13be30c
-
You don't. 1) 1.7.10 modding is dead, move on 2) You NEVER trust the client.
-
You have a crappy intel graphics card that is not compatible with modern graphics. Disable the loading screen in config/splash.properties
-
FMLSecurityManager : IndexOfOfBoundException
LexManos replied to Blackout's topic in Support & Bug Reports
Hypotheticals are not real issues. Come back with an actual stack trace. I can see what you're trying to say however The ifs themselves should never actually be needed as nothing in the MC codebase should be that shallow. -
What version of supported forge will you get help with?
LexManos replied to Crozear's topic in Support & Bug Reports
The current version of Minecraft. Typically it is also custom for us to give leniency for the previous version of Minecraft as well as we fully understand that sometimes mods take a while to update. However you're asking for support on a version that is TWO YEARS out of date. There is no more development for it on Forge's end. There is NO reason modders should be developing for it. If you as a user decide to use it that's great. But don't expect us to help you with it. It's a stupid analogy but it's apt. It's like calling up Microsoft and asking for them to fix your windows XP install. Its not a hard concept, stop being a pain. So TLDR: If you use 1.10.2: Feel free to ask questions here If you don't: Fix your own shit.