This file contains hidden or 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
| [15:51:54] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [15:51:54] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [15:51:54] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [15:51:54] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2821 for Minecraft 1.12.2 loading | |
| [15:51:54] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_201 | |
| [15:51:55] [main/INFO] [FML]: Searching C:\Users\Kevin\Documents\Curse\Minecraft\Instances\Category Testing\mods for mods | |
| [15:51:55] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.12.2-0.5.45.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
| [15:51:55] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.F |
This file contains hidden or 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
| [PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]] | |
| [PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit] | |
| [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: jei.zs} as we are currently loading with a different loader | |
| [PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 1ms | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry | |
| [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry | |
| [INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [recipeevent | crafttweaker]] | |
| [INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent] | |
| [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: jei.zs} | |
| [INITIALIZATION][CLIENT][INFO] Completed script loading in: 164ms |
This file contains hidden or 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 crafttweaker.item.IItemStack; | |
| import crafttweaker.item.IIngredient; | |
| #Category Removals | |
| var hideCategories = [ | |
| #Actually Additions | |
| "actuallyadditions.crushing", | |
| "actuallyadditions.reconstructor", | |
| "actuallyadditions.empowerer", | |
| "actuallyadditions.booklet", |
This file contains hidden or 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.5-146.jar) | |
| AppleCore (AppleCore-mc1.12.2-3.2.0.jar) | |
| F5FixLoadingPlugin (f5fix-1.2.jar) | |
| ForgelinPlugin (Forgelin-1.8.2.jar) | |
| CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) | |
| LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar) |
This file contains hidden or 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.5-146.jar) | |
| AppleCore (AppleCore-mc1.12.2-3.2.0.jar) | |
| F5FixLoadingPlugin (f5fix-1.2.jar) | |
| ForgelinPlugin (Forgelin-1.8.2.jar) | |
| CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) | |
| LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar) |
This file contains hidden or 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.5-146.jar) | |
| AppleCore (AppleCore-mc1.12.2-3.2.0.jar) | |
| F5FixLoadingPlugin (f5fix-1.2.jar) | |
| ForgelinPlugin (Forgelin-1.8.2.jar) | |
| CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) | |
| AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-134-universal.jar) | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) |
This file contains hidden or 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
| #Reservoir - Hardened - Preserves NBT | |
| recipes.remove(<thermalexpansion:reservoir:1>); | |
| recipes.addShaped("reservoirHardenedUpgrade", <thermalexpansion:reservoir:1>, [ | |
| [<ore:plateRefinedIron>, <sonarcore:stableglass>, <ore:plateRefinedIron>], | |
| [<sonarcore:stableglass>, <thermalexpansion:reservoir>.marked("reservoir").noReturn(), <sonarcore:stableglass>], | |
| [<ore:plateRefinedIron>, <sonarcore:stableglass>, <ore:plateRefinedIron>]], | |
| function(out, ins, cInfo) { | |
| return out.withTag(ins.reservoir.tag); | |
| }, null); |
This file contains hidden or 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
| # Configuration file | |
| ########################################################################################################## | |
| # data | |
| #--------------------------------------------------------------------------------------------------------# | |
| # Defines fluid-rarities and amounts for the evershifting fountain's neromantic prime. The lower the relative rarity, the more rare the fluid. Format: <FluidName>;<guaranteedMbAmount>;<additionalRandomMbAmount>;<rarity> | |
| ########################################################################################################## | |
| data { | |
| # [default: [water;2147483647;2147483647;14000], [lava;4000000;1000000;7500], [crystaloil;600000;400000;800], [empoweredoil;350000;150000;200], [redstone;120000;70000;500], [glowstone;120000;70000;500], [ender;140000;60000;250], [pyrotheum;200000;120000;200], [cryotheum;200000;120000;200], [refined_oil;480000;400000;600], [refined_fuel;450000;300000;550], [iron;600000;350000;900], [gold;400000;350000;600], [cobalt;150000;150000;80], [ard |
This file contains hidden or 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.5-146.jar) | |
| AppleCore (AppleCore-mc1.12.2-3.2.0.jar) | |
| F5FixLoadingPlugin (f5fix-1.2.jar) | |
| ForgelinPlugin (Forgelin-1.8.2.jar) | |
| CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) | |
| AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-134-universal.jar) | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) |
This file contains hidden or 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.5-146.jar) | |
| AppleCore (AppleCore-mc1.12.2-3.2.0.jar) | |
| F5FixLoadingPlugin (f5fix-1.2.jar) | |
| ForgelinPlugin (Forgelin-1.8.2.jar) | |
| CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar) | |
| AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.5.0-134-universal.jar) | |
| LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) |