-
Posts
2617 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ugdhar
-
Here's another link with some changes since the big rewrite, I think they still apply. Hope it helps! https://gist.github.com/williewillus/353c872bcf1a6ace9921189f6100d09a
-
Forge blockstates have been removed: https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e
-
Unplug game controller/USB device
-
It's still doable, just not supported on these forums. Like running Windows XP, you could do it, but if you have any issues, Microsoft won't help you, they'll tell you to update to a modern version. TLDR; latest version and previous version are supported here, anything earlier than that moderators will lock threads/delete posts, as there are too many old versions to support here.
-
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
-
setupDecompWorkspace is no longer used. The Forge docs have correct information as far as getting started goes: https://mcforge.readthedocs.io/en/1.14.x/gettingstarted/ Also, using Powershell, when accessing a program in the currect directory (folder), you must use .\ in front of the command name, i.e. .\gradlew
-
Please update to a more modern version, 1.14.4 or 1.15.2. More information on supported versions can be found in the LTS link at the top of every page.
-
Modded Minecraft High Fps But Lag Spikes and Game Looks Choppy
Ugdhar replied to Aether's topic in Support & Bug Reports
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page. -
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
-
This came up when i tried to start up my modded server
Ugdhar replied to Jonty's topic in Support & Bug Reports
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page. -
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
-
[1.15.2] Replace stone to custom block in own biome
Ugdhar replied to SSKirillSS's topic in Modder Support
I don't think SurfaceBuilder is what you want to look at, as that only builds the surface. Probably check out ChunkGenerators, I see in net.minecraft.world.gen.GenerationSettings there is a defaultBlock field that seems to default to stone. *edit: looking a little bit more, it almost seems as if the default block is determined by the dimension as opposed to the biome. -
No problem, that's why I didn't simply say it wasn't compatible!
-
Go back to the optifine download page and read the changelog for the version you downloaded, it tells what versions of forge, if any, are compatible with it.
-
Please post logs as described in the EAQ, otherwise it's just guessing
-
Really old versions are no longer supported on these forums. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
-
forge server 1.12.2 dont generate mods folder
Ugdhar replied to moi97's topic in Support & Bug Reports
1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page. -
[Solved] Forge failing to load mods.toml (Setup wasn't correct)
Ugdhar replied to _Cruelar_'s topic in Modder Support
You should post your entire mod as a buildable git repo on github or something, makes it easier for people to see errors (or to build the mod to help debug) and prevents forgetting to paste code to a forum post -
Nope, gradle.properties, came with the MDK, only contains this: but I saw somewhere someone mentioning you can target your JDK through an option in there, I just don't know what it is myself, I only have Java 8 installed.
-
Uninstall java 13, set JAVA_HOME (I think), or I believe you can set options in gradle.properties to specify the JDK you want to use.