Skip to content

Instantly share code, notes, and snippets.

---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (noRecipeBook_v1.1.0formc1.12.2.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
FMLPlugin (elulib-0.1.12.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
@Sixdd6
Sixdd6 / output_log.txt
Created March 12, 2018 16:31
just a log
Initialize engine version: 5.6.3p1 (9c92e827232b)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 9.0c [aticfx32.dll 23.20.808.1792]
Renderer: AMD Radeon R9 200 Series
Vendor: ATI
VRAM: 3072 MB (via DXGI)
Caps: Shader=30 DepthRT=1 NativeDepth=1 NativeShadow=1 DF16=1 INTZ=1 NULL=1 RESZ=1 SlowINTZ=1 ATOC=0 BC4=1 BC5=1
Begin MonoManager ReloadAssembly
Platform assembly: G:\SteamLibrary\steamapps\common\RimWorld\RimWorldWin_Data\Managed\UnityEngine.dll (this message is harmless)
---- Minecraft Crash Report ----
WARNING: coremods are present:
SmoothWaterCore (SmoothWater-0.1.3.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.3.2_(cc809 and above).jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar)
CubicChunksCoreMod (CubicChunks-1.12.2-0.0.822.0-SNAPSHOT-all_(Fix mods crash when render).jar)
HugsLib | http://steamcommunity.com/sharedfiles/filedetails/?id=818773962
ModSwitch | http://steamcommunity.com/sharedfiles/filedetails/?id=1139051045
ModCheck[B18] | http://steamcommunity.com/sharedfiles/filedetails/?id=1195679775
Architect Sense | http://steamcommunity.com/sharedfiles/filedetails/?id=852998459
Stuffed Floors | http://steamcommunity.com/sharedfiles/filedetails/?id=853043503
[KV] Refugee Stats - B18 | http://steamcommunity.com/sharedfiles/filedetails/?id=1180847426
Wanderer stat | http://steamcommunity.com/sharedfiles/filedetails/?id=1201430131
[RF] Editable Backstories [b18] | http://steamcommunity.com/sharedfiles/filedetails/?id=1220862385
[RF] Consolidated Traits [b18] | http://steamcommunity.com/sharedfiles/filedetails/?id=1199778763
[RF] More Trait Slots [b18] | http://steamcommunity.com/sharedfiles/filedetails/?id=1199777454
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<!--========== Vanilla Fuel ==========-->
<Operation Class="PatchOperationAdd">
<xpath>*/ThingDef[defName = "FueledStove"]/comps/li[contains(@Class,'CompProperties_Refuelable')]/fuelFilter/thingDefs</xpath>
<value>
<li>HempFiber</li>
</value>
{
"machine": "brick_oven",
"registryName": "brick_oven_bread",
"recipeTime": 60,
"requirements": [
{
"type": "energy",
"io-type": "input",
"energyPerTick": 16
},
{
"registryname": "brick_oven",
"localizedname": "Brick Oven",
"parts": [
{
"x": -1,
"y": -1,
"z": 0,
"elements": "quark:polished_stone"
},
@Sixdd6
Sixdd6 / imc.json
Last active October 5, 2017 14:31
{
"type": "imc",
"entries": [
{
"type" : "nbt",
"modId": "cookingforblockheads",
"key": "RegisterOvenRecipe",
"value" : "{Input:{sixddmod:filled_cheese_mold}, Output:{yummy:cheese}}"
}
]
This file has been truncated, but you can view the full file.
[21:41:23] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[21:41:23] [main/INFO] [FML/]: Forge Mod Loader version 14.23.0.2491 for Minecraft 1.12.2 loading
[21:41:23] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_144, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jdk1.8.0_144\jre
[21:41:23] [main/DEBUG] [FML/]: Java classpath at launch is:
[21:41:23] [main/DEBUG] [FML/]: D:/Games/Minecraft/MultiMC/jars/NewLaunch.jar
[21:41:23] [main/DEBUG] [FML/]: Java library path at launch is:
[21:41:23] [main/DEBUG] [FML/]: D:/Games/Minecraft/MultiMC/instances/1.12.2/natives
[21:41:23] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[21:41:23] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[21:41:23] [main/DEBUG] [FML/]: Found signing certificates for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin)
{
"type": "customstuff4:damageable_shaped",
"shape": [
"XXX",
" # "
],
"key": {
"X": {
"item": "minecraft:diamond"
},