Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/31/19 in all areas

  1. I would recommend learning Java. Modding Bedrock Edition is MUCH harder. I feel like the main purpose of Forge is to allow a lot of different mods to run together. If a lot of mods changed Minecraft's source and some of them changed the same files then they would be incompatible. Forge mostly fixes that issue. But if you don't want this mod to run with other mods and since you won't update the mod for newer versions of Minecraft and you are removing a lot of content I think you should just work with Minecraft's source itself. So you should use the Minecraft Coder Pack (MCP).
    1 point
  2. Didn't have it handy or I would have. https://github.com/MinecraftForge/MinecraftForge/issues/5615
    1 point
  3. Not a very good way to continue asking for help. Being insulting is a good way to just be ignored. The problem you are having is either your computer or your internet, it is not a forge issue. I would say it could be the minecraft.net website, but it works for me, and other people that have visited this thread, so that is likely not the issue. And it is literally impossible to tell someone everything about your computer, there could be hidden malware on there that is breaking your dns lookups that you cannot see, and wouldn't be visible unless someone dug deep into your computer. Just for S&Gs, have you restarted your computer, and tried restarting your wifi router and/or modem? If you open a command prompt, and type "nslookup www.minecraft.net" (without the quotes), what do you get? This is my results (my router is using google's DNS servers, and my local computers use my router as a dns server) Another idea would be to make sure to run a complete virus and malware scan on your computer, to make sure nothing is trying to hijack your dns. In my experience this usually breaks other websites, not just a single one, but you never know. You just started posting about this issue an hour ago, and because you didn't get an instant fix, you start insulting people. I highly doubt that anyone just sits here refreshing the page waiting to be of service to people. Most people pop in, browse around, help if they can, and then go back to work or doing whatever life stuff they have to do. Considering this is free, you don't really have the right to expect anything.
    1 point
  4. In your model "Bamboo_rolling_mat" is uppercase, I don't think that's good. Are there maybe some low opacity areas on your texture file? They could cause it.
    1 point
  5. A World contains a public list of all tickable tile entities (tickableTileEntities). I would assume that removing a tile entity from the list will stop it from updating. Something like: tileEntity.getWorld().tickableTileEntities.remove(tileEntity); Not sure if this is a good idea though.
    1 point
  6. The launcher calls them installations now, but they used to be called profiles, they’re the things that you select before you click play, they let you select the game directory(where the mods, logs, saves, etc folders go), the Java version used (by selecting the installation location of the desired Java version), and the desired Minecraft version(which Forge installs itself as)
    1 point
  7. So, just recently, Minecraft released a new Launcher. The problem is, I can't figure out, for the life of me, how to make it play customized versions of Minecraft (Forge, for example) And it gives no option to do so. This was suddenly, and inconvenient. Is there any way to start forge with the new Launcher, or a way to use an older Launcher to start forge? If you're thinking Technic and the pre-1.6.1 launcher, I tried that already. I'm aiming to run Forge for 1.9.4
    1 point
×
×
  • Create New...

Important Information

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