Litematica ot loading
oShadowMinecraft opened this issue ยท 11 comments
Hi there! I am trying to make a litematic of a build I'm proud of in my world, and when I tried to install fabric and litematica the game crashed and had an exit code 0. I don't know what this means, maybe you will. after the crash, Minecraft will boot up fine, but whenever I press m or hold a stick there is no interface or any sign that there is a mod loaded. Like it is vanilla Minecraft. I have followed online tutorials and looked through every post I can find about this issue. not thing seems to work. I have re-installed fabric many times and still... nothing.
if it helps,
I use forge and have set up some things in my computer to run forge
I am using fabric API and malilib library
I am playing in 1.18.1 and I am going to take the litematic from something in Hypixel SMP
Thanks, Shadow
I would need to see the actual crash log, which should be either in .minecraft/crash-reports/
, or maybe just the log file at .minecraft/logs/latest.log
. At first look everything seems fine, the mods are for 1.18 and you are using a 1.18.1 profile with the latest Fabric loader. How much memory do you have allocated for the game? You usually need at least 2 GB with Litematica installed.
That log is from last March from 1.8.9. Look for a log that is actually from the current session.
Also how do you actually have your game directory set up in the launcher profile? You have directories inside your mods/
directory that normally should not be there... What is the actual game directory and active mod directory?
Check your launcher profile game directory stuff, since you have a logs and mods directory inside the .minecraft/mods/
directory, it seems a bit suspicious... Are the logs now inside .minecraft/mods/logs/
? Ie. do you have the game directory pointed to .minecraft/mods/
instead of the .minecraft
directory?
this is the path for fabric
C:\Users\Adam Weston\AppData\Roaming\ .minecraft\mods
I went to my mods folder and now there are more folders in it - .fabric, mods, logs, resource packs and saves
latest.log
in the logs folder there was this if it helps
ok and then in that C:\Users\Adam Weston\AppData\Roaming.minecraft_fabric folder should I just put the mods right in it, or something else?
That log had almost nothing in it.
But also you should not be pointing the game directory to the mods directory. Because now you have essentially nested the ".minecraft" directory (ie. what the game uses as the main directory) inside the .minecraft/mods/
directory, instead of it being the upper/normal .minecraft
directory itself. Instead, if you want it to be separate from the vanilla game directory for example, then make it something like C:\Users\Adam Weston\AppData\Roaming\.minecraft_fabric
so that it's "adjacent" to the normal .minecraft
directory instead of nested inside it.
There will then be a mods/
directory inside that. If you just launch the game once with the game directory set to that, the game and Fabric loader will automatically create the directories there.
and then just put the mods in that folder? if that's it thank you so much!!!