Skip to content

Instantly share code, notes, and snippets.

View tgstyle's full-sized avatar

tgstyle tgstyle

View GitHub Profile
/// *** Thermal Expansion Script ***
mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:iron_horse_armor> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<minecraft:golden_horse_armor> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:horse_armor_copper> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:horse_armor_tin> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:horse_armor_silver> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:horse_armor_lead> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:horse_armor_aluminum> , <minecraft:sand>);
mods.thermalexpansion.InductionSmelter.removeRecipe(<thermalfoundation:horse_armor_nickel> , <minecraft:sand>);
---- Minecraft Crash Report ----
WARNING: coremods are present:
EnderCorePlugin (EnderCore-1.12.2-0.5.35.jar)
Contact their authors BEFORE contacting forge
// Would you like a cupcake?
Time: 7/21/18 1:54 PM
Description: There was a severe problem during mod loading that has caused the game to fail
[11:55:47] [main/INFO]: Loading tweak class name com.mumfrey.liteloader.launch.LiteLoaderTweaker
[11:55:47] [main/INFO]: Using primary tweak class name com.mumfrey.liteloader.launch.LiteLoaderTweaker
[11:55:47] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[11:55:47] [main/INFO]: Calling tweak class com.mumfrey.liteloader.launch.LiteLoaderTweaker
[11:55:47] [main/INFO]: Bootstrapping LiteLoader 1.12.2
[11:55:47] [main/INFO]: Registering API provider class com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient
[11:55:47] [main/INFO]: Spawning API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' ...
[11:55:47] [main/INFO]: API provider class 'com.mumfrey.liteloader.client.api.LiteLoaderCoreAPIClient' provides API 'liteloader'
[11:55:47] [main/INFO]: Initialising API 'liteloader' ...
[11:55:47] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.7.5 Source=file:/C:/Users/tim/AppData/Roaming/MCT2/main/MultiMC/libraries/com/mumfrey/liteloader/
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Loading scripts
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: TE.zs}
[AVAILABLE][CLIENT][INFO] Altering RedstoneFurnace Recipe(s) for <minecraft:clay_ball>
[AVAILABLE][CLIENT][INFO] Altering RedstoneFurnace Recipe(s) for <minecraft:coal>
[AVAILABLE][CLIENT][ERROR] No Furnace recipe exists for: 1xitem.coal@0
[SERVER_STARTED][CLIENT][INFO] Fixed the RecipeBook
import crafttweaker.item.IItemStack;
val itemremove5 = [<minecraft:clay_ball>, <minecraft:coal>] as IItemStack[];
for item in itemremove5 {mods.thermalexpansion.RedstoneFurnace.removeRecipe(item);}
[18:51:41] [main/TRACE] [chickens/chickens]: Sending event FMLPreInitializationEvent to mod chickens
[18:51:41] [main/TRACE] [FML/chickens]: Automatically registered mod chickens entity ChickensChicken as chickens:chickenschicken
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: actuallyadditions:item_misc:17
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: actuallyadditions:item_misc:17
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: thermalfoundation:material:2051
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: thermalfoundation:material:2051
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: immersiveengineering:material:24
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: immersiveengineering:material:24
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: mctbasemod:materials:58
[18:51:41] [main/ERROR] [chickens/chickens]: Item could not be Found: mctbasemod:materia
This file has been truncated, but you can view the full file.
[12:17:56] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[12:17:56] [main/INFO] [FML/]: Forge Mod Loader version 14.23.0.2549 for Minecraft 1.12.2 loading
[12:17:56] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 10:amd64:10.0, installed at C:\Users\tim\AppData\Roaming\MCT2\main\runtime\MCT2-jdk-x64\1.8.0_151\jre
[12:17:56] [main/DEBUG] [FML/]: Java classpath at launch is:
[12:17:56] [main/DEBUG] [FML/]: C:/Users/tim/AppData/Roaming/MCT2/main/MultiMC/jars/NewLaunch.jar
[12:17:56] [main/DEBUG] [FML/]: C:/Users/tim/AppData/Roaming/MCT2/main/MultiMC/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar
[12:17:56] [main/DEBUG] [FML/]: C:/Users/tim/AppData/Roaming/MCT2/main/MultiMC/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
[12:17:56] [main/DEBUG] [FML/]: C:/Users/tim/AppData/Roaming/MCT2/main/MultiMC/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar
[12:17:56] [main/DEBUG] [FML/]: C:/Users/tim/Ap
/// *** Furnace ***
#priority 950
/// *** Imports ***
import crafttweaker.item.IItemStack;
/// *** Values ***
// remove charcoal
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
[INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
[INITIALIZATION][CLIENT][INFO] Loading scripts
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[1500:crafttweaker]: OreDict.zs}
[INITIALIZATION][CLIENT][INFO] Adding Sunflower to ore dictionary entry flower
[INITIALIZATION][CLIENT][INFO] Adding Poppy to ore dictionary entry flower
[INITIALIZATION][CLIENT][INFO] Adding Dandelion to ore dictionary entry flower
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[1000:crafttweaker]: Crafting.zs}
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[950:crafttweaker]: Furnace.zs}
[INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[500:crafttweaker]: ImmersiveEngineering.zs}
---- Minecraft Crash Report ----
WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.5.1.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.1.7.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
LoadingPlugin (AdChimneys-1.12.1-3.2.0.0build.0034.jar)
HammerCoreCore (HammerCore-1.12.2-1.9.5.2.jar)
SFRCore (SolarFluxReborn-1.12.2-3.42r.jar)
LoadingPlugin (HardcoreDarkness-1.12-1.9.jar)