Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. Update your server. 1.7.10 is over 2 years out of date..
  2. Mojang's new launcher changes the way that logs are writen, Dinnerbone has been made aware that it stops Modded logs from showing for some people so it should be fixed.. eventually... A note, 'latest.log' is not useful you want the fml log that has all the information.
  3. No, that's not why your mod pack isn't working, There is nothing in Forge that prevents older versions from working. By not supported it means we will no longer help you with it. If you take it upon yourself to use old versions of Forge/Minecraft then it's on you to fix your own errors.
  4. 1) Read the error 2) 1.7.10 isn't actively supported on the forums anymore, you should update.
  5. The 'Forge' profile is just for convenience. You can select any version you want in the profile editing screen. Do that. The install process hasn't changed in ages so you should be able to install both just fine.
  6. Logs
  7. It's a theme issue, Paleo has been notified for the time being the 'fix' is to zoom out, or make your screen wider. It happens because of the way the poster info is written to not force the page down. Once Flame and Paleo get time they will fix it. It's reproducible on ALL systems and ALL browsers just make your window smaller. Anyways my point is WE GET IT! Don't need 30 posts about the same thing!
  8. 1) As I said before the icon for the exes is just the default Launch4J icon 2) You *shouldn't* need admin permissions but if your computer has you locked down you might 3) Why are you suddenly switching tot he src/mdk? Yes, the old name for the MDK was src. This is not a bug.
  9. No, the 1.6.4 installers are fine. They still shouldn't require admin access but its a matter of launch4j being a hackish system. If/when we do re-build launcher for older versions we'll do it with our new system that's being developed. But that probably won't be for a while as they currently work fine. The 1.7.10 in your screenshot looks fine as well, thats just the default icon for launch4j.
  10. Do not create coremods, if you have to ask why the system exists then you have shown proof that you do not know enough about it to use it. Forge actively DISCOURAGES modders from creating coremods. You should not do it, current mods should not do it. 99% of the people who are doing it today are doing it wrong and shouldn't be doing it. End Of Story.
  11. Probably not as nobody really cares. We don't typically backport non-critical things. You should make a 1.11.2 server.
  12. Explain exactly what you are download, provide screenshoots/direct links. You should never be asked for an admin password as we don't do anything that requires admin rights. Minecraft is installed in the user directory which your user has access to. Unless you change it to somewhere else.
  13. Do not create coremods. There is no reason to. Especially in actively developed versions. And especially if you admit that you can do it without a coremod.
  14. Remove optifine, or at the very least install 1.11.2 optifine not 1.7.10 optifine -.-
  15. Wow, Voxelmap has HEAVY obfusication and is doing direct accessing to System exit calls? I'd advise ditching the mod and running away as fast as possible. There is no call for this, who knows what other crap his has hidden in the mod.
  16. Found the issue, I can't seem to do math today. I blame my head ake. However, the formula SHOULD be: fuzzHalf - rand(Fuzz) 50 - [0->100] = [50 - 0 = 50] -> [50 - 99 = -49]
  17. Nevermind, I just woke up and figured i'd drop a fix real quick. But no I was wrong, There is no explination for your bug besides bad luck. rand(Half) - Full is the right formula. rand(0->50) - 100 == -50 -> 50 (Well technically -50 -> 49 because rand is non-inclusive but hey) Sould like to me that you're either doing your math wrong based on your spawn point, or you have some other mod interfearing, Specific numbers would be useful.
  18. https://github.com/MinecraftForge/MinecraftForge/commit/450c3a80c10c1dc27ef68a3f5e5f58af6a827fde Not sure when it got inverted, but apparently nobody has cared ever. Not sure how Dies got his results tho.. the math doesn't hold out...
  19. I can kinda understand that, however, the installer that was written by the people who know what they are doing, says everything installed fine. Just trust it.
  20. Remove the coremods you have installed. And we have not 'downloaded' a jar file into the versions folder for over a year now. That jar file was only ever needed because the launcher required it. That jar file was VANILLA MINECRAFT not Forge. I don't get why people are hung up on this... It's a simple concept you don't need a jar file in every versions folder! You should also post the FML log not crash.txt as that's not really useful information. Something in one of the coremods you have installed is screwing up the patching process for ItemBlock. So remove the coremods you have installed.
  21. at net.minecraft.block.Block.func_180653_a(Block.java:557) at net.minecraft.block.Block.func_176226_b(Block.java:550) at com.ch1a.flatworld.ItemFlattening.itemDrop(ItemFlattening.java:144) at com.ch1a.flatworld.ItemFlattening.checkDropItem(ItemFlattening.java:135) Straight forward
  22. Flatworld seems to be broken and sending incorrect commands to the blocks it's removing.
  23. Just for note, if/when we re-add signatures. The basic rule is don't be annoying with it, so reporting annoying signatures for review would be the way to go.
  24. Where did you click down? What exact URL was the link? Screenshots help. Make sure you're only going through http://files.minecraftforge.net As that's our official download index. Seriously tho we can't help you more unless you're more descriptive. As all the files work on our end.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.