Skip to content

Instantly share code, notes, and snippets.

View bookerthegeek's full-sized avatar

BookerTheGeek bookerthegeek

  • Pacific Northwest
View GitHub Profile
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.44.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.5.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.44.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.5.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
@bookerthegeek
bookerthegeek / gist:6b02188a063a324c57dc5ab8104bff59
Created January 15, 2019 05:59
Ore Spawn & Base Metals & Base Minerals
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 1/15/19 12:58 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Base Metals (basemetals)
Caused by: java.lang.NoClassDefFoundError: com/mcmoddev/lib/material/MMDMaterial$MaterialType
at com.mcmoddev.baseminerals.init.Materials.getType(Materials.java:48)
at com.mcmoddev.baseminerals.init.Materials.lambda$init$0(Materials.java:34)
{
"populate": {
"BTP_Silver": {
"distribution": "gaussian",
"generator": {
"type": "large-vein",
"material": "minecraft:air",
"cluster-size": 50000,
"block": [
{"name": "techreborn:ore", "properties": {"type": "galena"}, "weight": 60},
This file has been truncated, but you can view the full file.
MultiMC version: 0.6.5-develop-1295
Minecraft folder is:
D:/MultiMC/instances/testing small/.minecraft
Java path is:
C:/Program Files/Java/jre8/bin/javaw.exe
mods.immersiveengineering.Crusher
/* HEMATITE */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:0> * 1, <geolosys:ore:0>, 6000);
/* LIMONITE */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:0> * 1, <geolosys:ore:1>, 6000, <geolosys:cluster:7> * 1, 20);
/* MALACHITE */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:2> * 1, <geolosys:ore:2>, 6000);
/* AZURITE */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:2> * 1, <geolosys:ore:3>, 6000);
/* CASSITERITE */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:3> * 1, <geolosys:ore:4>, 6000);
/* TEALLITE */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:3> * 1, <geolosys:ore:5>, 6000);
/* GALENA */ mods.immersiveengineering.Crusher.addRecipe(<geolosys:cluster:4> * 1, <geolosys:ore:6>, 6000, <geolosys:cluster:5> * 1, 80);
METAL_PRESS {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:0s} immersiveengineering:metal_multiblock:0
CRUSHER {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:1s} immersiveengineering:metal_multiblock:1
TANK {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:2s} immersiveengineering:metal_multiblock:2
SILO {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:3s} immersiveengineering:metal_multiblock:3
ASSEMBLER {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:4s} immersiveengineering:metal_multiblock:4
AUTO_WORKBENCH {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:5s} immersiveengineering:metal_multiblock:5
BOTTLING_MACHINE {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:6s} immersiveengineering:metal_multiblock:6
SQUEEZER {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:7s} immersiveengineering:metal_multiblock:7
FERMENTER {id:"immersiveengineering:metal_multiblock",Count:1b,Damage:8s} i
Mods:
ae2stuff-0.7.0.4-mc1.12.2
AE2WTLib-1.12.2-1.0.6
AgriCraft-2.12.0-1.12.0-a6
AppleCore-mc1.12.2-3.1.4
AppleSkin-mc1.12-1.0.9
appliedenergistics2-rv6-stable-6
AttributeFix-1.12.2-1.0.7
base-1.12.2-3.11.0
BaseMetals-1.12-2.5.0-beta7.311
---- Minecraft Crash Report ----
WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
LoadingPlugin (sampler-1.80.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
JEIDLoadingPlugin (JustEnoughIDs-1.0.2-26.jar)
---- Minecraft Crash Report ----
WARNING: coremods are present:
JechCore (JustEnoughCharacters-1.12.0-3.3.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.145.jar)
Plugin (NotEnoughIDs-1.5.4.3.jar)
Contact their authors BEFORE contacting forge
// Oh - I know what I did wrong!