Everything posted by LexManos
-
forge-1.9.4-12.17.0.1969 Crashes during texture load
Not sure what is going on here. It should be impossible for this to happen on our code in there. The only way this can happen in a Forge/Vanilla code base is if the mipmaps are set to -1 in one section of the code and > 1 at some other part. Which SHOULD be shown in your log... So ya... not sure what's going on in here...
-
Cannot unzoom a map with latest version of forge (1887 / 1892)
We have no plans on backporting things to 1.8.9. We are moving forward on 1.10, you guys REALLY need to update. There is only so much time we can support old versions.
-
News on the forge for MC 1.10 ???
1) The Microsoft 'API' will never be a modding API. And will never give 1/10th the power that we have in the java version 2) Forge for 1.10 is done, however we are holding off until we get the last two stranglers for our re-licensing. Or we'll have to figure some other solution. See: https://github.com/MinecraftForge/MinecraftForge/issues/2789#issuecomment-227238452 3) Forge's update, tho a pain in the add on My end is rather small modder facing so there shouldn't be any reason for people to stay on 1.9.4 4) Modders who stay on old versions have their own reasons but mostly they are just lazy. 5) Bitching about updates doesn't make us go any faster. TLDR: Forge 1.10 is done just waiting on some house cleaning.
-
Pre Compiled mods/modpack?
There is no way to 'compile' modpacks. Without a re-write of the entire mod loading system this will never be possible. As mod typically do thousands of things at startup. You'll just have to deal with it, go get a drink while it starts if your computer is that slow.
-
Anyone Can Help Me?
You have a coremod installed for an old version of Minecraft, don't do that.
-
drawString() right align?
Um, basic math: Left = Right-LengthOfString
- .minecraft not for forge
-
Version Strings - skipping the mod the correct way...
We've made the error as clear as we can. If they dont understand 'this mod wants a different version of minecraft' then there is no hope for the user. Just use the mechanics we have in place.
-
Version Strings - skipping the mod the correct way...
Errors are good, if he wants to 'silently ignore' then write his mod class as a slim class and don't do anything if it's the wrong version.
-
Version Strings - skipping the mod the correct way...
https://github.com/MinecraftForge/MinecraftForge/blob/master/src/main/java/net/minecraftforge/fml/common/Mod.java#L104 You need to use a range notation, what you want is [1.9,1.9.4]
-
Capability system flaw
You're doing it wrong this is designed for the API provider to expose an interface. Simple as that. Sub-interfaces are separate capabilities. Deal with it. If the provider wants to support both your capability and some sub-cap of it they can simply do: if (CAP == PARENT_CAP || CAP == CHILD_CAP) return (T)MyCap; Whatever the hell you're doing {you still haven't explained why your consumers are creating sub-caps} is wrong, you should stop doing it. The flaw is not in the cap system it's in your understanding. And you need to stop just "fuck it i'll hack the system because i dont know what im doing and cant explain/understand why the system was designed as it is" Ya, looking at your 'MCIndicators' mod on github your concept is completely wrong, you're trying to wrap the capability system into something it isn't for. What you WANT is to make a IIndicatorList that gathers all the 'indecators' instead of having people go through the capability system.
-
Villagers Bug [Forge 1.9.4]
Looking into it more I found the issue. The issue ISNT what the OP described it was simply that the display name was one career level higher then what they were. So 'Fisherman' was actually a 'Farmer' not that a 'Farmer' was everything else. If he had made that clear i would of known where to look.
-
New bug Mobs do not drop anything whatsoever forge 1.9.4 12.17.0.1965
I can definitly verify this is NOT a Forge issue, remove any mods your have or try the console command.
-
Villagers Bug [Forge 1.9.4]
Testing locally it all works fine. They have different career levels so they have different names. What exactly are you seeing as your post makes it look like the names are lining up just fine...
-
Forge does not decompile Minecraft
Your log clearly states that it does :getFernFlower :decompileMc :fixMcSources :applySourcePatches 9s 529ms :remapMcSources :recompileMc If it's skipped them it means that it doesnt need to run because the result of it is in the cache.
-
[1.9.4] [!Solved!] Scala-friendly capabilities system?
No, we're not gunna special case scala. Stop using stupid code. You can do normal java along with scala just deal with it.
-
Minecraft Forge 1.7.10 Not working
Temporarly disable your antivirus/firewall or try running the installer as admin. Something is blocking your internet connection.
-
Bug
Try it without pixelmon, your log isnt telling us anything.
-
News on the forge for MC 1.10 ???
I've finished the MCP 1.10 update it's now just sitting there waiting of Searge/Bspkrs to take a look at it. Once they push that out i'll start working on 1.10 Forge.
-
World Load bug in 1.9.4 - 12.17.0.1950+
Start removing mods and see what happens. One of the mods you've added has registered a recipe class incorrectly.
-
Remove java version nag (forge1.9-12.16.1.1887)
Settings the number to something really high as described in the config will not show the nag. As for the other stuff associated with it, there is no way to turn it off. Update your java.
-
Is there any logic?
That is exactly the case. We just use the version number as the branch name because it just makes sense to call it that.
-
Sponge Mod Plugins not working
We are not Sponge, go to their forums for support with it.
-
Cannot get Forge Installer to open/endless loop
Whatever/wherever you got forge you've messed it up. Go to files.minecraftforge.net and download the win installer and run it.
-
Loot Table hooks
Loot tables are exposed enough where you can create and manage your own as well as modify vanillas. If there is something you can't do it's most likely because you haven't tried/looked. And this isn't a support issue...
IPS spam blocked by CleanTalk.