-
Posts
2618 -
Joined
-
Last visited
-
Days Won
37
Everything posted by Ugdhar
-
I would try installing forge 1.15.2-31.1.30 from files.minecraftforge.net and making a new Installation in the vanilla launcher using that version, then point the installation game directory at the modpack instance folder that twitch installed. The only thing you would have to do is if you updated the pack through the twitch launcher, if it updated the forge version you would have to install/update that manually through the vanilla launcher installation settings.
-
[1.15.2] How to check what entity is attacking in LivingAttackEvent
Ugdhar replied to ultra_reemun's topic in Modder Support
No prob, I just opened up net.minecraftforge.event in my IDE, and saw entity.player in there, so looked and saw that event in there just waiting to be used -
"Could Not Find The Main Class" when forge is launched
Ugdhar replied to joesky's topic in Support & Bug Reports
Ok, you skipped right from clicking on the installer to trying jarfix, what happened when you clicked on the installer? -
[1.15.2] How to check what entity is attacking in LivingAttackEvent
Ugdhar replied to ultra_reemun's topic in Modder Support
Not sure if it fits what you need or not (haven't messed with doing any event stuff like this) but there is an AttackEntityEvent that looks promising, and the comments say it is fired when a player attacks an Entity. -
Please be more detailed in what you have done and what you are doing. Start with how you setup your workspace please
-
"Could Not Find The Main Class" when forge is launched
Ugdhar replied to joesky's topic in Support & Bug Reports
Where did you download forge from? How exactly did you install it? What launcher are you using? Please provide as many details about what you have done as possible to help narrow it down. -
Except, Optifine doesn't work with forge on 1.15.2 right now, regardless of what mod you use. Once it is brought up to forge compatability, I imagine it won't matter which biomes mod you use.
-
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.
-
Forge for version 1.14.4 not launching
Ugdhar replied to Soulsphere12's topic in Support & Bug Reports
Yeah, I've used the twitch launcher and had varying results. Running through the vanilla launcher seems pretty easy, -download the twitch modpack -make sure you have the same version of forge installed normally as the twitch pack needs -Create a new MC installation with that forge version, and just point the game directory to the pack folder in the twitch instance folder -profit! -
@OliviaaaIn the future, on the page you download Optifine from, there's a link to the Changelog for each version. If you look in the changelog before you download, it will tell you which version of forge it needs, or if it is not compatible with forge.
-
Forge for version 1.14.4 not launching
Ugdhar replied to Soulsphere12's topic in Support & Bug Reports
Yeah general consensus is that the twitch launcher sucks bad and breaks stuff with forge all the time. I forget who it was that has something in their signature for how to run twitch mod packs using the vanilla launcher and not the twitch one. You could probably google "how do i run a twitch modpack with vanilla launcher?" and get something telling you how. -
Please share the exact steps you used to setup your workspace
-
Look at the change log on the optifine downloads page for the version of it you are downloading, and it will tell you which version, if any, of forge it is compatible with
-
Your debug.log should start with something like:
-
Make sure you post the full debug.log, that looks like it might only be part of it.
-
Nope, not unless you pay them, pretty sure that's ended.
-
Why doesn't Microsoft support Windows 95 anymore?
-
Mods aren't working cant find the problem, help
Ugdhar replied to mrguyismeyes's topic in Support & Bug Reports
Show your launcher installation settings screen, and the contents of the mods folder please -
It also explicitly states 1.12 is no longer supported, likely singled out for mention because it was the go-to version for a long time while the 1.13 rewrite happened.
-
Minecraft 1.15.2 - Forge 31.1.0 just won't start
Ugdhar replied to Jerry Chamness's topic in Support & Bug Reports
It is possible that no one that has seen your post knows. Try reinstalling everything again? Don't install 32 bit java at all? Delete graphics drivers completely and reinstall? Those are probably my best guesses. -
Insert items into a block that is added by a mod
Ugdhar replied to Ender05's topic in Modder Support
I am not sure what you are asking. Please provide more details, be exact what you are trying to do, and what you have tried. Code and logs are preferable -
[1.15.2] Fluid Containers in MCForge, seeking tutorial
Ugdhar replied to Sinhika's topic in Modder Support
I would search the forums for CapabilityFluidHandler and then jump in and give it a try. If it doesn't work, post code/logs and someone will likely help