Jump to content

LexManos

Forge Code God
  • Posts

    9273
  • Joined

  • Last visited

  • Days Won

    68

Everything posted by LexManos

  1. You're not even scratching the surface of why this isn't gunna happen. There is no sane way to do this that doesn't waste more time then it saves. but by all means, if you can think of something, write it up and add benchmarks to it.
  2. They are called advertisements. You only install them if you want the software they are advertising. That is not malware. If you want to get rid of ads, then support my patreon. The bills have to be paid somehow.
  3. Hacks that screw around with the network protocol are always a bad idea.
  4. Forge can add ATs to class constructors. We do it for quite a bit. However you cant just be vague and say "some classes". Make a specific PR and explain why.
  5. They are on https://files.minecraftforge.net/
  6. If you can't access adfocus, then use the direct links.
  7. See... this is why we don't like people when they argue with us. We KNOW that our solution will fix the issue, that's why you came to us. Arguing that you did what we said and still getting the issues is just lieing to us.
  8. Then you would not be getting this error. Verify that is the actual version gradle is finding. Run: echo %JAVA_HOME% gradlew -version
  9. Source files are contained in jar files for java programs. There are plenty of archive viewers. And almost all IDEs natively have support for browsing sources from them. The temp directory you found is just a stage of the MC code, not the full MC code you actually compile against. And it's just a side effect of Gradle's poor jar management.
  10. The issue is that whatever JDK you're using does not have LetsEncrypt's root certificate. Be sure you are using jdk-8.0.242.08-hotspot or newer, as that is garenteed {I use it} to have LetsEncrypt AND AWS's certs which are needed for Forge's and Mojang's servers to work.
  11. Forge doesn't install anything to your desktop...
  12. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  13. 1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  14. Not going to happen. Console companies are very adamant about not letting 3rd party code run on their systems. Use the Java version.
  15. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  16. If you dont know what you're talking about dont complain about it. If you think something is wrong research it before you critique. We have to do the things in the way we do because gradle does not provide the tools to do obfuscated based development like Minecraft in a non hacky way. Blame gradle, blame mojang, dont blame us.
  17. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  18. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  19. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  20. 1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
  21. User was banned for using a cracked launcher. Buy the game.
  22. So.. all you want is to have the vanilla item place both the vertical and horizontal slab based on how its used? Ok. Then just replace the Slab item in the registry. Its a simple process. You control the placing, so the BLOCK itself can be separate blocks, but the item in your inventory is the same.
  23. Ya, this isn't *bad* but it isn't good practice to put things into the versions folder. I typically recommend people create a "profiles" or "packs" folder if they want to shove it all into the .minecraft directory.
×
×
  • Create New...

Important Information

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