This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"title": "API Documentation", | |
"description": "Test documentation", | |
"contact": { | |
"name": "Support", | |
"email": "[email protected]" | |
}, | |
"version": "v4", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized | |
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. | |
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... | |
[B#491] 2019/10/26 16:20:38 [INFO] [16:20:38] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients | |
[B#491] 2019/10/26 16:20:39 [INFO] [16:20:39] [Client thread/INFO] [STDOUT]: [zmaster587.advancedRocketry.asm.ModContainer:<init>:23]: ********* CoreDummyContainer. OK | |
[B#491] 2019/10/26 16:20:39 [INFO] [16:20:39] [Client thread/INFO] [FML]: Searching C:\Users\User\AppData\Roaming\.technic\modpacks\regress\mods for mods | |
[B#491] 2019/10/26 16:20:39 [INFO] [16:20:39] [Client thread/INFO] [FML]: Searching C:\Users\User\AppData\Roaming\.technic\modpacks\regress\mods\1.12.2 for mods | |
[B#491] 2019/10/26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import yaml | |
from xml.etree import ElementTree as et | |
from pathlib import Path | |
from pprint import pprint | |
from anytree import Node, RenderTree, PreOrderIter | |
CONFIG_FILE = "config.yml" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
LoadingPlugin (Quark-r1.0-59.jar) | |
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar) | |
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal (1).jar) | |
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.144-universal.jar) | |
FMLPlugin (InventoryTweaks-1.62-dev-66.jar) | |
IvToolkit (IvToolkit-1.2.8.5.jar) | |
AppleCore (AppleCore-mc1.10.2-2.1.0.jar) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
LoadingPlugin (Quark-r1.0-59.jar) | |
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar) | |
DepLoader (CodeChickenCore-1.10.2-2.3.5.91-universal (1).jar) | |
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.144-universal.jar) | |
FMLPlugin (InventoryTweaks-1.62-dev-66.jar) | |
IvToolkit (IvToolkit-1.2.8.5.jar) | |
AppleCore (AppleCore-mc1.10.2-2.1.0.jar) |