Skip to content

Instantly share code, notes, and snippets.

View tgstyle's full-sized avatar

tgstyle tgstyle

View GitHub Profile
[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: {[450:crafttweaker]: ThermalExpansion.zs}
[INITIALIZATION][CLIENT][INFO] Completed script loading in: 234ms
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:sand> and <redstonearsenal:material>
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:sand> and <thermalfoundation:material:96>
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:sand> and <thermalfoundation:material:97>
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:sand> and <thermalfoundation:material:98>
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:sand> and <thermalfoundation:material:99>
/// *** Thermal Expansion Script ***
/// *** Imports ***
import crafttweaker.item.IItemStack;
/// *** Values ***
// induction
val itemremove = [<redstonearsenal:material>, <thermalfoundation:material:96>, <thermalfoundation:material:97>, <thermalfoundation:material:98>, <thermalfoundation:material:99>, <thermalfoundation:material:100>, <thermalfoundation:material:101>, <thermalfoundation:material:102>, <thermalfoundation:material:103>, <thermalfoundation:material:262>, <thermalfoundation:material:264>, <thermalfoundation:material:293>, <thermalfoundation:material:294>, <thermalfoundation:material:295>, <thermalfoundation:material:326>, <thermalfoundation:material:328>, <thermalfoundation:material:357>, <thermalfoundation:material:358>, <thermalfoundation:material:359>, <minecraft:cobblestone>, <minecraft:anvil>, <minecraft:anvil:1>, <minecraft:anvil:2>, <minecraft:bucket>, <minecraft:light_weighted_pressure_plate>, <minecraft:heavy_weighted_pressure_plate>, <minecraft:cauldron>, <minecraft:shears>,
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 2018-09-28 17:01:53 MDT
Description: Ticking block entity
java.lang.NullPointerException
at net.theawesomegem.blockdropstweaker.common.event.EventHandlerCommon.onBreakBlock(EventHandlerCommon.java:45)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1039_EventHandlerCommon_onBreakBlock_BreakEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
---- Minecraft Crash Report ----
// I blame Team CoFH, author of Thermal Dynamics.
Time: 2018-09-28 11:00:15 MDT
Description: Initializing game
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Thermal Dynamics (thermaldynamics)
Caused by: java.lang.ExceptionInInitializerError
at cofh.thermaldynamics.proxy.ProxyClient.initialize(ProxyClient.java:57)
at cofh.thermaldynamics.ThermalDynamics.initialize(ThermalDynamics.java:93)
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 2018-09-25 19:17:37 MDT
Description: Watching Server
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at net.minecraft.item.crafting.ShapelessRecipes.matches(ShapelessRecipes.java:77)
at com.raoulvdberge.refinedstorage.apiimpl.autocrafting.CraftingPattern.<init>(CraftingPattern.java:113)
at com.raoulvdberge.refinedstorage.item.ItemPattern.create(ItemPattern.java:237)
[19:25:43] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'home' for source EntityPlayerMP['TGstyle'/125139, l='DIM-11325', x=29.13, y=179.00, z=-7.01]: java.lang.ClassCastException: com.feed_the_beast.ftblib.lib.math.TeleporterDimPos cannot be cast to org.spongepowered.api.world.PortalAgent
java.lang.RuntimeException: java.lang.ClassCastException: com.feed_the_beast.ftblib.lib.math.TeleporterDimPos cannot be cast to org.spongepowered.api.world.PortalAgent
at org.spongepowered.common.command.MinecraftCommandWrapper.tryExecute(MinecraftCommandWrapper.java:164) ~[MinecraftCommandWrapper.class:1.12.2-2705-7.1.0-BETA-3401]
at org.spongepowered.common.command.MinecraftCommandWrapper.process(MinecraftCommandWrapper.java:145) ~[MinecraftCommandWrapper.class:1.12.2-2705-7.1.0-BETA-3401]
at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:341) ~[SimpleDispatcher.class:1.12.2-2705-7.1.0-BETA-3401]
at org.spongepowered.common.command.SpongeCommandManager
#priority 950
// steel scaffold
recipes.addShaped(<immersiveengineering:metal_decoration1:1> * 2, [[<ore:plateSteel>, <ore:stickSteel>, <ore:plateSteel>], [<ore:stickSteel>, null, <ore:stickSteel>], [<ore:plateSteel>, <ore:stickSteel>, <ore:plateSteel>]]);
import crafttweaker.item.IItemStack;
val hammer = <immersiveengineering:tool>;
recipes.addShapeless("funnyclay", <minecraft:clay>, [hammer.marked("input"),<minecraft:clay_ball>],
function(out, ins, cInfo){
return out;
return ins.input.reuse();
},null);
CodeChickenLib-1.12.2-3.2.0.345.jar
CoFHCore-1.12.2-4.5.3.20.jar
CoFHWorld-1.12.2-1.2.0.5.jar
CraftTweaker2-1.12-4.1.9.jar
jei-1.12.2-4.11.0.206.jar
modtweaker-4.0.13.jar
MTLib-3.0.5.jar
RedstoneArsenal-1.12.2-2.5.1.13.jar
RedstoneFlux-1.12-2.0.2.3.jar
ThermalCultivation-1.12.2-0.3.0.7.jar
[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]: ThermalExpansion.zs}
[INITIALIZATION][CLIENT][INFO] Completed script loading in: 139ms
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:iron_horse_armor> and <minecraft:sand>
[AVAILABLE][CLIENT][ERROR] No InductionSmelter recipe exists for: 1xitem.horsearmormetal@0 and 1xtile.sand@0
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <minecraft:golden_horse_armor> and <minecraft:sand>
[AVAILABLE][CLIENT][ERROR] No InductionSmelter recipe exists for: 1xitem.horsearmorgold@0 and 1xtile.sand@0
[AVAILABLE][CLIENT][INFO] Altering InductionSmelter Recipe(s) for <thermalfoundation:horse_armor_copper> and <minecraft:sand>