Skip to content

Instantly share code, notes, and snippets.

View InterPlay02's full-sized avatar
💭
Leraning how to mod with Java

InterPlay InterPlay02

💭
Leraning how to mod with Java
  • Brazil
View GitHub Profile
@InterPlay02
InterPlay02 / gist:60372c41a6d65376bcfbb38a0122c75f
Created February 12, 2024 18:58
World gen cascade 12-12-2024
This file has been truncated, but you can view the full file.
[13:53:38] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:53:38] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:53:38] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[13:53:38] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2860 for Minecraft 1.12.2 loading
[13:53:38] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at D:\XboxGames\Minecraft Launcher\Install\runtime\jre-legacy\windows-x64\jre-legacy
[13:53:41] [main/INFO] [FML]: Searching D:\XboxGames\Minecraft Launcher\Instances\Magical Exploration\mods for mods
[13:53:41] [main/INFO] [FML]: Searching D:\XboxGames\Minecraft Launcher\Instances\Magical Exploration\mods\1.12.2 for mods
[13:53:41] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from [___MixinCompat-1.1-1.12.2___
---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.
Time: 08/04/21 21:38
Description: mouseClicked event handler
java.lang.IllegalArgumentException: Root resources can only be filenames, not paths (no / allowed!)
at net.minecraft.resources.ResourcePack.getRootResource(ResourcePack.java:51) ~[forge-1.16.5-36.1.0_mapped_official_1.16.5-recomp.jar:?] {re:classloading,pl:accesstransformer:B}
at net.minecraftforge.fml.client.gui.screen.ModListScreen.lambda$updateCache$12(ModListScreen.java:422) ~[forge-1.16.5-36.1.0_mapped_official_1.16.5-recomp.jar:?] {re:classloading}
at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_281] {}