Skip to content

Instantly share code, notes, and snippets.

View mysticdrew's full-sized avatar
🏠
Working from home

Mysticdrew mysticdrew

🏠
Working from home
  • Gallup
  • Madison, WI
View GitHub Profile
As a contributor to Journeymap, you grant Techbrew LLC. the following:
You grant Techbrew LLC. a license to use your code contributed to the primary codebase in Journeymap, under the LGPL v2.1 license.
You assign copyright ownership of your contributions to the codebase to Techbrew LLC,
where it will be licensed under the LGPL v2.1 license.
@mysticdrew
mysticdrew / changelog.txt
Created December 22, 2022 15:43
Journeymap 5.9.0 changelog
Release:
[Fabric]Updated: File extraction to support the new "quilt.mfs" file protocol for quilt loader 0.18.1.
[Fabric]Updated: Fabric loader version backed off to 0.14.10 since 0.14.11 prevented Quilt users from using JM.
Updated: Webmap now extracts web-content from the jar and places it in the journeymap folder.
Fixed: Corrupt chunk cache causing mapping failures.
Fixed: EntityIcons set via EntityRadarUpdateEvent not displaying in webmap.
Fixed: Tree shadows showing up on topo map.
Fixed: Automap lighting issues.
Fixed: Entity names not showing on minimap when heading is changed.
Fixed: Possible NPE in waypoint manager.
[11:58:11] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[11:58:11] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[11:58:11] [main/FATAL]: A CRITICAL PROBLEM OCCURRED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
Exception in thread "main" [11:58:11] [main/ERROR]: Unable to launch
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at net.minecraftforge.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:66) ~[Clean_main/:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_111]
@mysticdrew
mysticdrew / build.gradle
Created October 10, 2015 02:49
GradleIssue
reobf {
reobf (unlimitedJar) { spec ->
spec.classpath = sourceSets.main.compileClasspath;
}
reobf (fairPlayJar) { spec ->
spec.classpath = sourceSets.main.compileClasspath;
}
}