Skip to content

Instantly share code, notes, and snippets.

View tyra314's full-sized avatar
🐈
Catastic

tyra314 tyra314

🐈
Catastic
  • Behind the curtain
  • 10:22 (UTC +02:00)
  • X @tyra_314
View GitHub Profile
MultiMC version: 0.6.11-1430
Minecraft folder is:
C:/Spiele/MultiMC/instances/FabriTex-dev/.minecraft
Java path is:
C:/Program Files (x86)/Common Files/Oracle/Java/javapath/javaw.exe
====== Side ======
Minecraft uses the [[https://en.wikipedia.org/wiki/Client%E2%80%93server_model|Client-server model]], that is users install the game client and connect to a server to play the game. Fabric allows mods to target either the Minecraft client or the Minecraft server, but also both at the same time.
In the past, there used to be a simple division into the client and the server, but with the switch of the single player game mode to an internal dedicated server, this simple model doesn't fit anymore. Thus, we have two dimensions when distinguishing between client and server in Minecraft. These are the physical and logical sides.
For both types of sides, there are client and server. However, a logical client is not equivalent to a physical client, and a logical server is not equivalent to a physical server either. A logical client is instead **hosted by** a physical client, and a logical server is hosted by either a physical server or a physical client.
The logical sides are central in the arch
---- Minecraft Crash Report ----
WARNING: coremods are present:
ToolProgressionPlugin (toolprogression-core-1.12.2-1.6.6.jar)
LoadingPlugin (Quark-r1.5-146.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
FMLPlugin (albedo-0.1.3.jar)
AstralCore (astralsorcery-1.12.2-1.10.17.jar)
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.15-universal.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
@tyra314
tyra314 / hq
Created September 9, 2018 17:51
76561197972429399
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b150.jar)
FMLPlugin (albedo-0.1.3.jar)
llibrary (llibrary-1.7.9-1.12.2.jar)
LoadingPlugin (Quark-r1.4-123.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-78-core.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
FMLPlugin (elulib-0.1.12.jar)
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 4/20/18 10:59 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Botania (botania)
Caused by: net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: vazkii.botania.common.item.relic.ItemLokiRing
at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:578)
---- Minecraft Crash Report ----
WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-0.12-78-core.jar)
Contact their authors BEFORE contacting forge
// This doesn't make any sense!
Time: 3/10/18 8:17 PM
Description: Ticking block entity
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
FMLPlugin (albedo-0.1.3.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
llibrary (llibrary-1.7.9-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
FMLPlugin (albedo-0.1.3.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
llibrary (llibrary-1.7.9-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.8.5.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.5.jar)
@tyra314
tyra314 / log
Created February 24, 2018 11:47
[12:42:34] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:42:34] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:42:34] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:42:34] [main/INFO]: Forge Mod Loader version 14.23.2.2619 for Minecraft 1.12.2 loading
[12:42:34] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Mario\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25
[12:42:34] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[12:42:34] [main/WARN]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[12:42:34] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Born In A Barn V1.8-1.12-1.0.jar. This is not recommended, @Mods should be in a separate jar fro