-
Posts
2713 -
Joined
-
Last visited
-
Days Won
40
Everything posted by Ugdhar
-
My mods aren't showing in the game
Ugdhar replied to ellabergman0007's topic in Support & Bug Reports
See the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) on how to post logs, and please post a full log, it will have more information that could help figure out what is going wrong. -
You do not need to post multiple times. When someone sees your post, and has an idea how to help, they will reply. Please see the FAQ (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/) for how to provide logs. Also it appears you are using fabric, and this is a forge forums, so responses may take longer, since the software may not be used by people here.
-
You could try https://paste.ee/ found that link in the FAQ. There's also https://mclo.gs I prefer gist.github.com myself, but I believe you need an account to use github. Only other thing I could suggest if none of these options work would be splitting the log on pastebin or something, and sharing multiple links to the parts.
-
Don't post an issue in another topic, create your own. Make sure you are using 64 bit java, 32 bit will not support 4GB+
-
Please see https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ for information on how to post your log correctly.
-
Error: CartographyTableScreenTabAdder
Ugdhar replied to Oven Mode 69's topic in Support & Bug Reports
If you have the inventory tabs mod, that is client side only and will not run on a server. -
Game crashed the second i load into the world
Ugdhar replied to Dsen420's topic in Support & Bug Reports
See the FAQ for information on posting logs. https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ -
Please post logs as per the FAQ, it will have more information, forge version, etc.
-
this world contains invalid save data
Ugdhar replied to The_Hyperdeity's topic in Support & Bug Reports
Not really sure what you can do if the --safeMode doesn't work, to be honest. Evidently just starting the server (I assume you ran it once you added forge/mods) was enough to embed those datapacks into your save. Hopefully there's something that can be done for you, and someone will chime in with a solution! Good luck! -
this world contains invalid save data
Ugdhar replied to The_Hyperdeity's topic in Support & Bug Reports
The problem is the save is expecting the mods it was run with, probably due to there being items/blocks/etc in the world from those mods. Try adding --safeMode to your commandline that runs the server, and see if that works. [16:45:01] [ServerMain/WARN]: Missing data pack mod:mr_dungeons_andtaverns [16:45:01] [ServerMain/WARN]: Missing data pack mod:torchbowmod [16:45:01] [ServerMain/WARN]: Missing data pack mod:the_afterdark [16:45:01] [ServerMain/WARN]: Missing data pack mod:explorerscompass [16:45:01] [ServerMain/WARN]: Missing data pack mod:darkloot [16:45:01] [ServerMain/WARN]: Missing data pack mod:walljump [16:45:01] [ServerMain/WARN]: Missing data pack mod:terralith [16:45:01] [ServerMain/WARN]: Missing data pack mod:commonnetworking [16:45:01] [ServerMain/WARN]: Missing data pack mod:configlibtxf [16:45:01] [ServerMain/WARN]: Missing data pack mod:forge [16:45:01] [ServerMain/WARN]: Missing data pack mod:journeymap_api [16:45:01] [ServerMain/WARN]: Missing data pack mod:geophilic [16:45:01] [ServerMain/WARN]: Missing data pack mod:collective [16:45:01] [ServerMain/WARN]: Missing data pack mod:structory [16:45:01] [ServerMain/WARN]: Missing data pack mod:journeymap [16:45:01] [ServerMain/WARN]: Missing data pack mod:snowballsfreezemobs [16:45:01] [ServerMain/WARN]: Missing data pack mod:naturescompass [16:45:02] [ServerMain/WARN]: Failed to load datapacks, can't proceed with server load. You can either fix your datapacks or reset to vanilla with --safeMode -
this world contains invalid save data
Ugdhar replied to The_Hyperdeity's topic in Support & Bug Reports
Which would mean we should have a vanilla log, but that's a forge log you posted? -
I think you forgot to post the link to the log. See the FAQ for more info on how to post logs properly (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)
-
When you click the link and it takes you to the ad page, do you wait the 5 seconds, and click the red Skip button at the top right? Just did it for recommended 1.20 build and it worked fine for me using Firefox. If it still doesn't work, try clicking the +Show All Versions, point at the little (i) next to Installer for the version you want, and click the link for Direct Download.
-
You could try posting a log (if there is no log at all, it may be the launcher you are using, the FAQ may have info on how to enable the log) as described in the FAQ, however this will probably need to be reported to/remedied by the mod author.
-
The registered recipe name doesn't need to be the name of the item, so name one ruby_from_block and one ruby_from_nugs or something like that. Without seeing code/project files, that's the best guess I have.
-
I am unsure what you are trying to say after "When I launch the run.bat", is it failing to run and just immediately saying press any key to continue? Or is it because it is launching a vanilla server, not a forge server? Which is what will happen (if it is launching something), since you're specifying the vanilla jar file, and not the forge one. Please read the FAQ and post logs as described there, it helps to see what's going wrong.
-
Please read the FAQ on how to post logs. You have client mods trying to load on a server, which will not work. The one that stuck out was sodium client extras, there may be others, they would probably be easier to find in a log post the way the FAQ describes.