-
Posts
2793 -
Joined
-
Last visited
-
Days Won
44
Everything posted by Ugdhar
-
Check out the code for the bed, and see how it does it, and use a similar approach. Vanilla sources are one of the most valuable assets while modding, and can be viewed in the referenced libraries of your IDE.
-
As long as it's got the EventBusSubscriber annotation and the event handler methods are static, and have the SubscribeEvent annotation, you should be good to go.
-
More or less. Info on events here: https://mcforge.readthedocs.io/en/latest/events/intro/
-
Looks like you have a client mod on a server, remove More Overlays and see if that helps.
-
Sounds like you probably want global loot modifiers https://github.com/MinecraftForge/MinecraftForge/blob/1.14.x/src/test/java/net/minecraftforge/debug/gameplay/loot/GlobalLootModifiersTest.java
-
Not sure, I really only use current versions, so I can ask here when I need help. There is a modded minecraft forum on the official minecraft forums, you could try there, but I have no idea what it is like there, since I don't go there myself. Moderators here lock threads for anything below 1.14.
-
So, as I've been trying to let you know, old versions like 1.7.10 are no longer supported. Once a moderator sees this thread, it will get locked with a request for you to update to a modern version, as I've been suggesting.
-
-
Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
-
[HELP] My minecraft server crashes 10 seconds after starting
Ugdhar replied to Agentkempobro's topic in Support & Bug Reports
Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page. -
put the mods directly in the mods folder. Version #s are no longer supported in there, since making separate Installations is the way to go for separating versions. *edit: also looks like your folders are different. The one in the log is C:\Users\deegy\AppData\Roaming\.minecraft and looks different from your screenshot. Click in the address bar to make the full path (including the C:\) appear to make sure they match, otherwise your mods may be in the wrong place entirely.
-
Can't get Optifine and Impact to run together.
Ugdhar replied to Matholameu's topic in Support & Bug Reports
It is no longer supported here, you will have to look elsewhere for assistance if you must use an outdated version. As for optifine/impact/whatever, no idea if those work, but I have recently (without support) run forge for 1.12.2 so I know that at the very least was working. -
Can't get Optifine and Impact to run together.
Ugdhar replied to Matholameu's topic in Support & Bug Reports
1.12 is no longer supported due to age. Please update to a modern version (1.14.4/1.15.2) to receive support. More information on supported versions can be found in the LTS link at the top of every page. -
Please post your entire debug.log as text on a paste site, such as a github gist. Trying to view a log as an image is difficult and does not show everything necessary. Also when posting a screenshot of a folder containing files, make sure you include the address bar at the top showing the complete path to the folder. This will help us help you.
-
There is no mapping labeled 1.15.2, they are 1.15.1, and the same/work with 1.15.2 http://export.mcpbot.bspk.rs/
-
File.minecraftforge.net site cannot be reach
Ugdhar replied to XDragon_Miguel's topic in Support & Bug Reports
Well, it's definitely either your computer or your internet provider (who do you have BTW, I know there have been issues in the recent past of certain ISPs blocking the forge fileserver because "it's a risk" or some such BS), because the site is up and working. Have you tried another web browser? Maybe the one you're using got hijacked/broken? Just throwing out ideas -
File.minecraftforge.net site cannot be reach
Ugdhar replied to XDragon_Miguel's topic in Support & Bug Reports
It just loaded fine for me, do you have a proxy or firewall or anything possibly blocking it? -
Check out https://stopmodreposts.org/index.html They have a good list of ones to avoid
-
Nope, that's a shady site right there. https://optifine.net/downloads make sure to read the optifine changelogs for details on forge compatability
-
Yeah, it's a huge problem, and a lot of the sites are hosted in places that don't care about rules/laws, and/or they can't be enforced. https://stopmodreposts.org/index.html has a list of sites that are bad and more information on the topic.
-
No, only ever download forge from https://files.minecraftforge.net/ Also, only ever download mods from curseforge.com
-
Really old versions are no longer supported. Please update to a modern (1.14.4/1.15.2) version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
-
Is the server running when you delete the mod? Maybe try deleting it when the server is stopped if so? Not sure, that's strange if that is indeed your mods folder. If you're connected to that folder via ftp or something, perhaps disconnect and reconnect or refresh the directory listing, see if the file reappears?
-
From the server log you posted, post one with no doggy talents being loaded please
-
[1.15.2] Server not doing anything but no crash nor error
Ugdhar replied to QuantumSoul's topic in Modder Support
Please post the server debug.log on a github gist or pastebin or something like that, there is likely something in there somewhere that will give a lead to what's going on.