Advertisement
Guest User

Untitled

a guest
May 24th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.37 KB | None | 0 0
  1. [PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit]]
  2. [PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [preinit]
  3. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:contenttweaker]: aaaContentTweaker.zs} as we are currently loading with a different loader
  4. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ActuallyAdditions.zs} as we are currently loading with a different loader
  5. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: AkashicTome.zs} as we are currently loading with a different loader
  6. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Astralsorcery.zs} as we are currently loading with a different loader
  7. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: BetterWithMods.zs} as we are currently loading with a different loader
  8. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Botania.zs} as we are currently loading with a different loader
  9. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:contenttweaker]: ContentTweaker.zs} as we are currently loading with a different loader
  10. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ContentTweakerItems.zs} as we are currently loading with a different loader
  11. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Embers.zs} as we are currently loading with a different loader
  12. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Hooked.zs} as we are currently loading with a different loader
  13. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ImmersiveEngineering.zs} as we are currently loading with a different loader
  14. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: LootTableTweaker\Loottable.zs} as we are currently loading with a different loader
  15. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Mekanica.zs} as we are currently loading with a different loader
  16. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Oredict.zs} as we are currently loading with a different loader
  17. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Pneumaticraft.zs} as we are currently loading with a different loader
  18. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: RfTools.zs} as we are currently loading with a different loader
  19. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Roots.zs} as we are currently loading with a different loader
  20. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Rustic.zs} as we are currently loading with a different loader
  21. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: SmallChanges.zs} as we are currently loading with a different loader
  22. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: TechReborn.zs} as we are currently loading with a different loader
  23. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ThermalExpansion.zs} as we are currently loading with a different loader
  24. [PREINITIALIZATION][CLIENT][INFO] [preinit | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Vanilla.zs} as we are currently loading with a different loader
  25. [PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 3ms
  26. [PREINITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [contenttweaker]]
  27. [PREINITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [contenttweaker]
  28. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Loading Script: {[0:contenttweaker]: aaaContentTweaker.zs}
  29. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ActuallyAdditions.zs} as we are currently loading with a different loader
  30. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: AkashicTome.zs} as we are currently loading with a different loader
  31. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Astralsorcery.zs} as we are currently loading with a different loader
  32. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: BetterWithMods.zs} as we are currently loading with a different loader
  33. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Botania.zs} as we are currently loading with a different loader
  34. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Loading Script: {[0:contenttweaker]: ContentTweaker.zs}
  35. [PREINITIALIZATION][CLIENT][ERROR] [contenttweaker]: Error executing {[0:contenttweaker]: ContentTweaker.zs}: All Entries must be unique. Key: contenttweaker:fireclay is not.
  36. java.lang.UnsupportedOperationException: All Entries must be unique. Key: contenttweaker:fireclay is not.
  37. at com.teamacronymcoders.base.registrysystem.Registry.register(Registry.java:49)
  38. at com.teamacronymcoders.base.registrysystem.ModularRegistry.register(ModularRegistry.java:73)
  39. at com.teamacronymcoders.base.registrysystem.ItemRegistry.register(ItemRegistry.java:32)
  40. at com.teamacronymcoders.contenttweaker.modules.vanilla.items.ItemRepresentation.register(ItemRepresentation.java:280)
  41. at ContentTweaker.__script__(ContentTweaker.zs:14)
  42. at __ZenMain__.run(ContentTweaker)
  43. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:221)
  44. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:92)
  45. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:96)
  46. at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:74)
  47. at com.teamacronymcoders.contenttweaker.ContentTweaker.afterModuleHandlerInit(ContentTweaker.java:45)
  48. at com.teamacronymcoders.base.BaseModFoundation.preInit(BaseModFoundation.java:112)
  49. at com.teamacronymcoders.contenttweaker.ContentTweaker.preInit(ContentTweaker.java:40)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  52. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53. at java.lang.reflect.Method.invoke(Method.java:497)
  54. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
  55. at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:497)
  58. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  59. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  60. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  61. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  62. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  63. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  64. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  65. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  66. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70. at java.lang.reflect.Method.invoke(Method.java:497)
  71. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  72. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  73. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  74. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  75. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  76. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  77. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  78. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  79. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
  80. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
  81. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
  82. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  83. at net.minecraft.client.main.Main.main(SourceFile:123)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  86. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  87. at java.lang.reflect.Method.invoke(Method.java:497)
  88. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  89. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  90. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ContentTweakerItems.zs} as we are currently loading with a different loader
  91. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Embers.zs} as we are currently loading with a different loader
  92. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Hooked.zs} as we are currently loading with a different loader
  93. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ImmersiveEngineering.zs} as we are currently loading with a different loader
  94. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: LootTableTweaker\Loottable.zs} as we are currently loading with a different loader
  95. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Mekanica.zs} as we are currently loading with a different loader
  96. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Oredict.zs} as we are currently loading with a different loader
  97. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Pneumaticraft.zs} as we are currently loading with a different loader
  98. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: RfTools.zs} as we are currently loading with a different loader
  99. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Roots.zs} as we are currently loading with a different loader
  100. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Rustic.zs} as we are currently loading with a different loader
  101. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: SmallChanges.zs} as we are currently loading with a different loader
  102. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: TechReborn.zs} as we are currently loading with a different loader
  103. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: ThermalExpansion.zs} as we are currently loading with a different loader
  104. [PREINITIALIZATION][CLIENT][INFO] [contenttweaker | SIDE_CLIENT]: Skipping file {[0:crafttweaker]: Vanilla.zs} as we are currently loading with a different loader
  105. [PREINITIALIZATION][CLIENT][INFO] Completed script loading in: 402ms
  106. [INITIALIZATION][CLIENT][INFO] CraftTweaker: Building registry
  107. [INITIALIZATION][CLIENT][INFO] CraftTweaker: Successfully built item registry
  108. [INITIALIZATION][CLIENT][INFO] Current loaders after merging: [[preinit], [contenttweaker], [recipeevent | crafttweaker]]
  109. [INITIALIZATION][CLIENT][INFO] Loading scripts for loader with names [crafttweaker | recipeevent]
  110. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Skipping file {[0:contenttweaker]: aaaContentTweaker.zs} as we are currently loading with a different loader
  111. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: ActuallyAdditions.zs}
  112. [INITIALIZATION][CLIENT][INFO] Translating tile.actuallyadditions.block_misc_iron_casing.name to Machined Casing
  113. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: AkashicTome.zs}
  114. [INITIALIZATION][CLIENT][INFO] =================== Akashic Tome ===================
  115. [INITIALIZATION][CLIENT][INFO] ====================================================
  116. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <akashictome:tome>.withTag({"akashictome:is_morphing": 1 as byte, "akashictome:data": {integratedtunnels: {id: "integrateddynamics:on_the_dynamics_of_integration", Count: 1 as byte, tag: {"akashictome:definedMod": "integratedtunnels"}, Damage: 0 as short}, betterwithmods: {id: "betterwithmods:manual", Count: 1 as byte, tag: {"akashictome:definedMod": "betterwithmods"}, Damage: 0 as short}, astralsorcery: {id: "astralsorcery:itemjournal", Count: 1 as byte, tag: {"akashictome:definedMod": "astralsorcery"}, Damage: 0 as short}, theoneprobe: {id: "theoneprobe:probenote", Count: 1 as byte, tag: {"akashictome:definedMod": "theoneprobe"}, Damage: 0 as short}, geolosys: {id: "geolosys:field_manual", Count: 1 as byte, tag: {"akashictome:definedMod": "geolosys"}, Damage: 0 as short}, immersiveengineering: {id: "immersiveengineering:tool", Count: 1 as byte, tag: {"akashictome:definedMod": "immersiveengineering"}, Damage: 3 as short}, embers: {id: "embers:codex", Count: 1 as byte, tag: {"akashictome:definedMod": "embers"}, Damage: 0 as short}, roots: {id: "roots:herblore_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots"}, Damage: 0 as short}, botania: {id: "botania:lexicon", Count: 1 as byte, tag: {"akashictome:definedMod": "botania"}, Damage: 0 as short}, rustic: {id: "rustic:book", Count: 1 as byte, tag: {"akashictome:definedMod": "rustic"}, Damage: 0 as short}, thermalfoundation: {id: "thermalfoundation:tome_lexicon", Count: 1 as byte, tag: {"akashictome:definedMod": "thermalfoundation"}, Damage: 0 as short}, actuallyadditions: {id: "actuallyadditions:item_booklet", Count: 1 as byte, tag: {"akashictome:definedMod": "actuallyadditions"}, Damage: 0 as short}, bloodmagic: {id: "guideapi:bloodmagic-guide", Count: 1 as byte, tag: {"akashictome:definedMod": "bloodmagic"}, Damage: 0 as short}, roots1: {id: "roots:spellcraft_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots1"}, Damage: 0 as short}, roots2: {id: "roots:ritual_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots2"}, Damage: 0 as short}, techreborn: {id: "techreborn:techmanuel", Count: 1 as byte, tag: {"akashictome:definedMod": "techreborn"}, Damage: 0 as short}, cookingforblockheads: {id: "cookingforblockheads:recipe_book", Count: 1 as byte, tag: {"akashictome:definedMod": "cookingforblockheads"}, Damage: 1 as short}, xnet: {id: "xnet:xnet_manual", Count: 1 as byte, tag: {"akashictome:definedMod": "xnet"}, Damage: 0 as short}}}): Contains most modded manuals!
  117. [INITIALIZATION][CLIENT][INFO] Adding 1 Initial Inventory Recipe(s) for <akashictome:tome>.withTag({"akashictome:is_morphing": 1 as byte, "akashictome:data": {integratedtunnels: {id: "integrateddynamics:on_the_dynamics_of_integration", Count: 1 as byte, tag: {"akashictome:definedMod": "integratedtunnels"}, Damage: 0 as short}, betterwithmods: {id: "betterwithmods:manual", Count: 1 as byte, tag: {"akashictome:definedMod": "betterwithmods"}, Damage: 0 as short}, astralsorcery: {id: "astralsorcery:itemjournal", Count: 1 as byte, tag: {"akashictome:definedMod": "astralsorcery"}, Damage: 0 as short}, theoneprobe: {id: "theoneprobe:probenote", Count: 1 as byte, tag: {"akashictome:definedMod": "theoneprobe"}, Damage: 0 as short}, geolosys: {id: "geolosys:field_manual", Count: 1 as byte, tag: {"akashictome:definedMod": "geolosys"}, Damage: 0 as short}, immersiveengineering: {id: "immersiveengineering:tool", Count: 1 as byte, tag: {"akashictome:definedMod": "immersiveengineering"}, Damage: 3 as short}, embers: {id: "embers:codex", Count: 1 as byte, tag: {"akashictome:definedMod": "embers"}, Damage: 0 as short}, roots: {id: "roots:herblore_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots"}, Damage: 0 as short}, botania: {id: "botania:lexicon", Count: 1 as byte, tag: {"akashictome:definedMod": "botania"}, Damage: 0 as short}, rustic: {id: "rustic:book", Count: 1 as byte, tag: {"akashictome:definedMod": "rustic"}, Damage: 0 as short}, thermalfoundation: {id: "thermalfoundation:tome_lexicon", Count: 1 as byte, tag: {"akashictome:definedMod": "thermalfoundation"}, Damage: 0 as short}, actuallyadditions: {id: "actuallyadditions:item_booklet", Count: 1 as byte, tag: {"akashictome:definedMod": "actuallyadditions"}, Damage: 0 as short}, bloodmagic: {id: "guideapi:bloodmagic-guide", Count: 1 as byte, tag: {"akashictome:definedMod": "bloodmagic"}, Damage: 0 as short}, roots1: {id: "roots:spellcraft_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots1"}, Damage: 0 as short}, roots2: {id: "roots:ritual_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots2"}, Damage: 0 as short}, techreborn: {id: "techreborn:techmanuel", Count: 1 as byte, tag: {"akashictome:definedMod": "techreborn"}, Damage: 0 as short}, cookingforblockheads: {id: "cookingforblockheads:recipe_book", Count: 1 as byte, tag: {"akashictome:definedMod": "cookingforblockheads"}, Damage: 1 as short}, xnet: {id: "xnet:xnet_manual", Count: 1 as byte, tag: {"akashictome:definedMod": "xnet"}, Damage: 0 as short}}}):-1
  118. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Astralsorcery.zs}
  119. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: BetterWithMods.zs}
  120. [INITIALIZATION][CLIENT][ERROR] BetterWithMods.zs:77 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.liquid.ILiquidStack)
  121. This is usually an error in your script, not in the mod
  122. add(ZenTypeNative: crafttweaker.item.IItemStack, ZenTypeNative: crafttweaker.liquid.ILiquidStack, NotNull ZenTypeNative: crafttweaker.item.IIngredient, Optional ZenTypeNative: crafttweaker.item.IIngredient)
  123. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Botania.zs}
  124. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Skipping file {[0:contenttweaker]: ContentTweaker.zs} as we are currently loading with a different loader
  125. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: ContentTweakerItems.zs}
  126. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Embers.zs}
  127. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Hooked.zs}
  128. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: ImmersiveEngineering.zs}
  129. [INITIALIZATION][CLIENT][INFO] Adding Anthracite Coal as Blast Furnace Fuel
  130. [INITIALIZATION][CLIENT][INFO] Removing Blast Furnace Recipe for Steel Ingot
  131. [INITIALIZATION][CLIENT][INFO] Adding Blast Furnace Recipe for Steel Ingot
  132. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <immersiveengineering:seed>: Immersive Engineering hemp is disabled in favour of Better With Mods', please use theirs instead!
  133. [INITIALIZATION][CLIENT][INFO] Removing 1xitem.coal@1 as Blast Furnace Fuel
  134. [INITIALIZATION][CLIENT][INFO] Removing 1xtile.thermalfoundation.storage@0 as Blast Furnace Fuel
  135. [INITIALIZATION][CLIENT][INFO] Removing Crusher Recipe for input: Tungsten Ore
  136. [INITIALIZATION][CLIENT][INFO] Removing ArcFurnace Recipe for Chrome Ingot
  137. [INITIALIZATION][CLIENT][INFO] Removing ArcFurnace Recipe for Titanium Ingot
  138. [INITIALIZATION][CLIENT][INFO] Removing ArcFurnace Recipe for Tungsten Ingot
  139. [INITIALIZATION][CLIENT][INFO] Removing Metal Press Recipes for Iridium Alloy Plate
  140. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: LootTableTweaker\Loottable.zs}
  141. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: botania:manaResource
  142. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: actuallyadditions:block_misc:9
  143. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: <thermalfoundation:material:160>
  144. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: minecraft:iron_ingot
  145. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: minecraft:iron_pickaxe
  146. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: minecraft:wooden_sword
  147. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: minecraft:wooden_axe
  148. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: minecraft:wooden_shovel
  149. [INITIALIZATION][CLIENT][INFO] Added loot removal for Global Item: minecraft:wooden_hoe
  150. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Mekanica.zs}
  151. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Oredict.zs}
  152. [INITIALIZATION][CLIENT][INFO] Adding Reinforced Glass to ore dictionary entry blockGlassHardened
  153. [INITIALIZATION][CLIENT][INFO] Adding Flour to ore dictionary entry dustWheat
  154. [INITIALIZATION][CLIENT][INFO] Adding Tallow to ore dictionary entry wax
  155. [INITIALIZATION][CLIENT][INFO] Adding Adhesive to ore dictionary entry glue
  156. [INITIALIZATION][CLIENT][INFO] Adding HDPE Sheet to ore dictionary entry plastic
  157. [INITIALIZATION][CLIENT][INFO] Adding Black Plastic to ore dictionary entry plastic
  158. [INITIALIZATION][CLIENT][INFO] Adding Red Plastic to ore dictionary entry plastic
  159. [INITIALIZATION][CLIENT][INFO] Adding Green Plastic to ore dictionary entry plastic
  160. [INITIALIZATION][CLIENT][INFO] Adding Brown Plastic to ore dictionary entry plastic
  161. [INITIALIZATION][CLIENT][INFO] Adding Blue Plastic to ore dictionary entry plastic
  162. [INITIALIZATION][CLIENT][INFO] Adding Purple Plastic to ore dictionary entry plastic
  163. [INITIALIZATION][CLIENT][INFO] Adding Cyan Plastic to ore dictionary entry plastic
  164. [INITIALIZATION][CLIENT][INFO] Adding Light Gray Plastic to ore dictionary entry plastic
  165. [INITIALIZATION][CLIENT][INFO] Adding Gray Plastic to ore dictionary entry plastic
  166. [INITIALIZATION][CLIENT][INFO] Adding Pink Plastic to ore dictionary entry plastic
  167. [INITIALIZATION][CLIENT][INFO] Adding Lime Plastic to ore dictionary entry plastic
  168. [INITIALIZATION][CLIENT][INFO] Adding Yellow Plastic to ore dictionary entry plastic
  169. [INITIALIZATION][CLIENT][INFO] Adding Light Blue Plastic to ore dictionary entry plastic
  170. [INITIALIZATION][CLIENT][INFO] Adding Magenta Plastic to ore dictionary entry plastic
  171. [INITIALIZATION][CLIENT][INFO] Adding Orange Plastic to ore dictionary entry plastic
  172. [INITIALIZATION][CLIENT][INFO] Adding White Plastic to ore dictionary entry plastic
  173. [INITIALIZATION][CLIENT][INFO] Adding Bauxite Ore to ore dictionary entry oreBauxite
  174. [INITIALIZATION][CLIENT][INFO] Removing Aluminum Cluster from ore dictionary entry oreAluminum
  175. [INITIALIZATION][CLIENT][INFO] Removing Bauxite Ore from ore dictionary entry oreAluminum
  176. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Pneumaticraft.zs}
  177. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: RfTools.zs}
  178. [INITIALIZATION][CLIENT][INFO] Translating tile.rftools.machine_base.name to Analog Base
  179. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Roots.zs}
  180. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Rustic.zs}
  181. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:chili_pepper_seeds>: Fertile Seasons:
  182. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:chili_pepper_seeds>: Spring
  183. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:chili_pepper_seeds>: Summer
  184. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:chili_pepper_seeds>: Autumn
  185. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:tomato_seeds>: Fertile Seasons:
  186. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:tomato_seeds>: Spring
  187. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:tomato_seeds>: Summer
  188. [INITIALIZATION][CLIENT][INFO] Adding tooltip for <rustic:tomato_seeds>: Autumn
  189. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: SmallChanges.zs}
  190. [INITIALIZATION][CLIENT][INFO] Adding 1 DryingBasin Recipe(s) for DryingBasin recipe: Input: IngredientAndFluidStackRecipeComponent(ingredient=org.cyclops.cyclopscore.recipe.xml.DefaultItemTypeHandler$IngredientNBT@23c9a0ec, fluidStack=net.minecraftforge.fluids.FluidStack@f1c29c67, chance=0.0); Output: IngredientAndFluidStackRecipeComponent(ingredient=net.minecraft.item.crafting.Ingredient@297ad196, fluidStack=null, chance=0.0); Properties: DurationRecipeProperties(duration=10);
  191. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: TechReborn.zs}
  192. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: ThermalExpansion.zs}
  193. [INITIALIZATION][CLIENT][INFO] [crafttweaker | SIDE_CLIENT]: Loading Script: {[0:crafttweaker]: Vanilla.zs}
  194. [INITIALIZATION][CLIENT][INFO] Completed script loading in: 290ms
  195. [INITIALIZATION][CLIENT][INFO] Translating tile.actuallyadditions.block_misc_iron_casing.name to Machined Casing
  196. [INITIALIZATION][CLIENT][INFO] Translating tile.rftools.machine_base.name to Analog Base
  197. [POSTINITIALIZATION][CLIENT][INFO] Removing Shaped recipes for <embers:tinker_hammer>
  198. [POSTINITIALIZATION][CLIENT][INFO] 1 removed
  199. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:30>
  200. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  201. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:31>
  202. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  203. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:32>
  204. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  205. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:33>
  206. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  207. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:34>
  208. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  209. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:35>
  210. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  211. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:36>
  212. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  213. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:37>
  214. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  215. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:38>
  216. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  217. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:39>
  218. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  219. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <immersiveengineering:metal:40>
  220. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  221. [POSTINITIALIZATION][CLIENT][INFO] Removing Shaped recipes for <bloodmagic:altar>
  222. [POSTINITIALIZATION][CLIENT][INFO] 1 removed
  223. [POSTINITIALIZATION][CLIENT][INFO] Removing Shapeless recipes for <charcoal_pit:item_fertilizer>
  224. [POSTINITIALIZATION][CLIENT][INFO] Removing 1 Shapeless recipes.
  225. [POSTINITIALIZATION][CLIENT][INFO] Removing Shaped recipes for <integrateddynamics:energy_battery>
  226. [POSTINITIALIZATION][CLIENT][INFO] 1 removed
  227. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Machined Casing with name ct_shaped-1031291892
  228. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Rice Dough with name ct_shapeless1979856318
  229. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Dough with name ct_shapeless345038817
  230. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Akashic Tome with name ct_shapeless29537660
  231. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for White Bed with name ct_shaped-1981306323
  232. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for White Bed with name ct_shapeless1873010653
  233. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Orange Bed with name ct_shapeless887318475
  234. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Magenta Bed with name ct_shapeless-518687659
  235. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Light Blue Bed with name ct_shapeless-698938289
  236. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Yellow Bed with name ct_shapeless-100918750
  237. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Lime Bed with name ct_shapeless-2109193920
  238. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Pink Bed with name ct_shapeless719592286
  239. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Gray Bed with name ct_shapeless-1603385168
  240. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Light Gray Bed with name ct_shapeless1635861675
  241. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Cyan Bed with name ct_shapeless-1572468306
  242. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Purple Bed with name ct_shapeless1113751687
  243. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Blue Bed with name ct_shapeless342555912
  244. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Brown Bed with name ct_shapeless1358726559
  245. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Green Bed with name ct_shapeless869215283
  246. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Red Bed with name ct_shapeless556103910
  247. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Black Bed with name ct_shapeless1028220345
  248. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for White Sleeping Bag with name ct_shaped1167096775
  249. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for White Sleeping Bag with name ct_shapeless1349838595
  250. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Orange Sleeping Bag with name ct_shapeless783848107
  251. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Magenta Sleeping Bag with name ct_shapeless-1280970245
  252. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Light Blue Sleeping Bag with name ct_shapeless2042130229
  253. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Yellow Sleeping Bag with name ct_shapeless1413545474
  254. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Lime Sleeping Bag with name ct_shapeless1149001312
  255. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Pink Sleeping Bag with name ct_shapeless-928826754
  256. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Gray Sleeping Bag with name ct_shapeless-1717832240
  257. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Light Gray Sleeping Bag with name ct_shapeless2076347281
  258. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Cyan Sleeping Bag with name ct_shapeless1134155982
  259. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Purple Sleeping Bag with name ct_shapeless-1568363475
  260. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Blue Sleeping Bag with name ct_shapeless32688238
  261. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Brown Sleeping Bag with name ct_shapeless-1424974721
  262. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Green Sleeping Bag with name ct_shapeless-1284673773
  263. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Red Sleeping Bag with name ct_shapeless-1902997498
  264. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Black Sleeping Bag with name ct_shapeless2070987417
  265. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Hibachi with name ct_shaped-874657238
  266. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Haft with name ct_shaped1960239605
  267. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Soulforged Steel Anvil with name ct_shaped-1963967290
  268. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Melter with name ct_shaped-966880109
  269. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Ember Activator with name ct_shaped-1635484945
  270. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Item Pipe with name ct_shaped-1129603963
  271. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Fluid Pipe with name ct_shaped-1734821645
  272. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Tinker's Hammer with name ct_shaped1607467962
  273. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Mechanical Core with name ct_shaped-1066418679
  274. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Superheater with name ct_shaped-278206841
  275. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Wooden Hook with name ct_shaped1224285969
  276. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Conveyor Belt with name ct_shapeless-2010524862
  277. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Conveyor Belt with name ct_shaped487210539
  278. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Conveyor Belt with name ct_shaped1411576628
  279. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Redstone Engineering Block with name ct_shaped-344572064
  280. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Engineer's Workbench with name ct_shaped-201032666
  281. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Windmill with name ct_shaped-1127535496
  282. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Blast Brick with name ct_shaped1864988380
  283. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Coke Brick with name ct_shaped1567334131
  284. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Kiln Brick with name ct_shaped-1735315664
  285. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Engineer's Hammer with name ct_shaped-828291674
  286. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Engineer's Wire Cutters with name ct_shaped2080913481
  287. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Pressure Chamber Wall with name ct_shaped-892227323
  288. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Diamond Knife with name ct_shaped-29333417
  289. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Diamond Hammer with name ct_shaped670495830
  290. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Stone Brick Creosote Oil Funnel with name ct_shaped1050616833
  291. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Brick Creosote Oil Funnel with name ct_shaped1210650012
  292. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Nether Brick Creosote Oil Funnel with name ct_shaped1097272869
  293. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Blood Altar with name ct_shaped-1573701128
  294. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Redstone Cable with name ct_shaped373625837
  295. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Ender Chest with name ct_shaped-253893195
  296. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Ender Tank with name ct_shaped-120461206
  297. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Ender Pouch with name ct_shaped-674071595
  298. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Sharpened Flint with name ct_shapeless942430873
  299. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Squeezer with name ct_shaped-1365466199
  300. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Energy Battery with name ct_shaped1658584972
  301. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Logic Programmer with name ct_shaped1197183183
  302. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Glider Wing (Left) with name ct_shaped-1554814315
  303. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Glider Wing (Right) with name ct_shaped1194452826
  304. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Greenhouse Glass with name ct_shaped-1238437580
  305. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for REther Pearl with name ct_shaped1547751147
  306. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Controller with name ct_shaped14674975
  307. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Basic Machine Frame with name ct_shaped188288322
  308. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Iron Furnace with name ct_shaped220372435
  309. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Mixed Metal Ingot with name ct_shaped-2147127720
  310. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Redstone Plate with name ct_shapeless-1278135640
  311. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Copper Cable with name ct_shapeless1286599712
  312. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Gold Cable with name ct_shapeless1329273897
  313. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for HV Cable with name ct_shapeless1454270665
  314. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Insulated Copper Cable with name ct_shaped-1568029713
  315. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Insulated Gold Cable with name ct_shaped78434937
  316. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Insulated HV Cable with name ct_shaped857322996
  317. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Itemduct (Opaque) with name ct_shaped-888744879
  318. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Fluiduct with name ct_shaped125509460
  319. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Fluiduct (Opaque) with name ct_shaped-384927873
  320. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Leadstone Fluxduct with name ct_shaped1158437689
  321. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Hardened Upgrade Kit with name ct_shaped956914831
  322. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Redstone Reception Coil with name ct_shaped820552452
  323. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Redstone Transmission Coil with name ct_shaped-125508040
  324. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Redstone Conductance Coil with name ct_shaped-1388581717
  325. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Device Frame with name ct_shaped-662879704
  326. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Machine Frame with name ct_shaped886342100
  327. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Furnace with name ct_shaped-2088041991
  328. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Enchantment Table with name ct_shaped819915756
  329. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Brewing Stand with name ct_shaped-884739958
  330. [POSTINITIALIZATION][CLIENT][INFO] Adding shapeless recipe for Moss Stone with name ct_shapeless1554487081
  331. [POSTINITIALIZATION][CLIENT][INFO] Adding shaped recipe for Oak Boat with name ct_shaped-706752461
  332. [POSTINITIALIZATION][CLIENT][INFO] Removing furnace recipes for: <ore:ingotAluminum>
  333. [POSTINITIALIZATION][CLIENT][INFO] 5 recipes removed for: <ore:ingotAluminum>
  334. [POSTINITIALIZATION][CLIENT][INFO] Removing furnace recipes for: <techreborn:ingot:14>
  335. [POSTINITIALIZATION][CLIENT][INFO] 0 recipes removed for: <techreborn:ingot:14>
  336. [POSTINITIALIZATION][CLIENT][INFO] Removing furnace recipes for: <techreborn:ingot:15>
  337. [POSTINITIALIZATION][CLIENT][INFO] 0 recipes removed for: <techreborn:ingot:15>
  338. [POSTINITIALIZATION][CLIENT][INFO] Removing furnace recipes for: <minecraft:coal:1>
  339. [POSTINITIALIZATION][CLIENT][INFO] 1 recipes removed for: <minecraft:coal:1>
  340. [POSTINITIALIZATION][CLIENT][INFO] Adding furnace recipe for <charcoal_pit:straw>
  341. [POSTINITIALIZATION][CLIENT][INFO] Adding 1 PneumaticCraft Assembly (Drill Laser) recipe(s)
  342. [POSTINITIALIZATION][CLIENT][INFO] Adding 1 PneumaticCraft Assembly (Drill Laser) recipe(s)
  343. [POSTINITIALIZATION][CLIENT][INFO] Adding 1 PneumaticCraft Assembly (Drill Laser) recipe(s)
  344. [POSTINITIALIZATION][CLIENT][INFO] Adding 1 PneumaticCraft Assembly (Drill Laser) recipe(s)
  345. [POSTINITIALIZATION][CLIENT][INFO] Adding 1 PneumaticCraft Assembly (Drill Laser) recipe(s)
  346. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  347. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  348. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  349. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  350. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  351. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  352. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  353. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  354. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  355. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  356. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  357. [AVAILABLE][CLIENT][INFO] Removing 0 Empowerer Recipe(s) for Unknown item
  358. [AVAILABLE][CLIENT][INFO] Removing 0 Crusher Recipe(s) for Unknown item
  359. [AVAILABLE][CLIENT][INFO] Altering Remove Shaped Anvil Recipe(s) for Plate Armor
  360. [AVAILABLE][CLIENT][INFO] Attempting to remove mana infusion recipe for [<botania:manaresource>]
  361. [AVAILABLE][CLIENT][INFO] Removing 1 Botania Mana Infusion Recipe(s) for <botania:manaresource>
  362. [AVAILABLE][CLIENT][INFO] Attempting to remove Rune Altar recipe for [<botania:rune>]
  363. [AVAILABLE][CLIENT][INFO] Removing 1 Botania Rune Altar Recipe(s) for <botania:rune> * 2
  364. [AVAILABLE][CLIENT][INFO] Attempting to remove Rune Altar recipe for [<botania:rune:1>]
  365. [AVAILABLE][CLIENT][INFO] Removing 1 Botania Rune Altar Recipe(s) for <botania:rune:1> * 2
  366. [AVAILABLE][CLIENT][INFO] Attempting to remove Rune Altar recipe for [<botania:rune:2>]
  367. [AVAILABLE][CLIENT][INFO] Removing 2 Botania Rune Altar Recipe(s) for <botania:rune:2> * 2, <botania:rune:2> * 2
  368. [AVAILABLE][CLIENT][INFO] Attempting to remove Rune Altar recipe for [<botania:rune:3>]
  369. [AVAILABLE][CLIENT][INFO] Removing 16 Botania Rune Altar Recipe(s) for <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2, <botania:rune:3> * 2
  370. [AVAILABLE][CLIENT][INFO] Removing AlchemyTable recipe for: [1xtile.techreborn.ore@8,1xitem.bloodmagic.cutting_fluid@0]
  371. [AVAILABLE][CLIENT][INFO] Altering Pulverizer Recipe(s) for <techreborn:ore:8>
  372. [AVAILABLE][CLIENT][INFO] Altering Compactor Recipe(s) for <techreborn:ingot:22> in mode: PLATE
  373. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:block_crystal_empowered>
  374. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:block_crystal_empowered:1>
  375. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:block_crystal_empowered:2>
  376. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:block_crystal_empowered:3>
  377. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:block_crystal_empowered:4>
  378. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:block_crystal_empowered:5>
  379. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:item_crystal_empowered>
  380. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:item_crystal_empowered:1>
  381. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:item_crystal_empowered:2>
  382. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:item_crystal_empowered:3>
  383. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:item_crystal_empowered:4>
  384. [AVAILABLE][CLIENT][INFO] Adding 1 Empowerer Recipe(s) for <actuallyadditions:item_crystal_empowered:5>
  385. [AVAILABLE][CLIENT][INFO] Altering Add Anvil Shaped Recipe Recipe(s) for Plate Armor
  386. [AVAILABLE][CLIENT][INFO] Adding 1 Botania Mana Infusion Recipe(s) for <botania:manaresource>
  387. [AVAILABLE][CLIENT][INFO] Adding 1 Botania Rune Altar Recipe(s) for <botania:rune> * 2
  388. [AVAILABLE][CLIENT][INFO] Adding 1 Botania Rune Altar Recipe(s) for <botania:rune:1> * 2
  389. [AVAILABLE][CLIENT][INFO] Adding 1 Botania Rune Altar Recipe(s) for <botania:rune:2> * 2
  390. [AVAILABLE][CLIENT][INFO] Adding 1 Botania Rune Altar Recipe(s) for <botania:rune:3> * 2
  391. [AVAILABLE][CLIENT][INFO] Adding 1 Crucible Recipe(s) for Fire Clay
  392. [AVAILABLE][CLIENT][INFO] Adding 1 Crucible Recipe(s) for Enriched Iron
  393. [AVAILABLE][CLIENT][INFO] Altering Add Anvil Shaped Recipe Recipe(s) for Analog Base
  394. [AVAILABLE][CLIENT][INFO] Adding 1 Mill Recipe(s) for Small Pile of Manganese Dust
  395. [AVAILABLE][CLIENT][INFO] Adding 1 Mill Recipe(s) for Small Pile of Sulfur Dust,Small Pile of Iron Dust
  396. [AVAILABLE][CLIENT][INFO] Altering Transposer Fill Recipe(s) for <liquid:aerotheum> * 250
  397. [AVAILABLE][CLIENT][INFO] Adding 1 Cauldron Recipe(s) for Eye of Ender
  398. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <actuallyadditions:block_tiny_torch>
  399. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <betterwithmods:material>
  400. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <mysticalmechanics:gear_gold>
  401. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <mysticalmechanics:gear_iron>
  402. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_electrum>
  403. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_copper>
  404. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_tin>
  405. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_aluminum>
  406. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_lead>
  407. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_silver>
  408. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:sword_nickel>
  409. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_electrum>
  410. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_copper>
  411. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_tin>
  412. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_aluminum>
  413. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_lead>
  414. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_silver>
  415. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:pickaxe_nickel>
  416. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_electrum>
  417. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_copper>
  418. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_tin>
  419. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_aluminum>
  420. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_lead>
  421. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_silver>
  422. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:axe_nickel>
  423. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_electrum>
  424. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_copper>
  425. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_tin>
  426. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_aluminum>
  427. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_lead>
  428. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_silver>
  429. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:shovel_nickel>
  430. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_electrum>
  431. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_copper>
  432. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_tin>
  433. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_aluminum>
  434. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_lead>
  435. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_silver>
  436. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <embers:hoe_nickel>
  437. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <hooked:microcrafting>
  438. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <hooked:microcrafting:1>
  439. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <immersiveengineering:pickaxe_steel>
  440. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <immersiveengineering:axe_steel>
  441. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <immersiveengineering:sword_steel>
  442. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <immersiveengineering:shovel_steel>
  443. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <immersiveengineering:material:5>
  444. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <immersiveengineering:material:4>
  445. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:firestarter>
  446. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:wood_shears>
  447. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:wood_knife>
  448. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:stone_knife>
  449. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:gold_knife>
  450. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:wood_hammer>
  451. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:stone_hammer>
  452. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <roots:gold_hammer>
  453. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <rustic:iron_lattice>
  454. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <rustic:tallow>
  455. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <appliedenergistics2:material:40>
  456. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <flintmod:hoe_flint>
  457. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:27>
  458. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:260>
  459. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:262>
  460. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:263>
  461. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:264>
  462. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:288>
  463. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <thermalfoundation:material:295>
  464. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:wooden_sword>
  465. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:stone_sword>
  466. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_sword>
  467. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_pickaxe>
  468. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_shovel>
  469. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:wooden_axe>
  470. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_axe>
  471. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:wooden_hoe>
  472. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:stone_hoe>
  473. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_hoe>
  474. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_helmet>
  475. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_chestplate>
  476. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_leggings>
  477. [AVAILABLE][CLIENT][INFO] Hiding item in JEI: <minecraft:golden_boots>
  478. [AVAILABLE][CLIENT][INFO] Adding <akashictome:tome>.withTag({"akashictome:is_morphing": 1 as byte, "akashictome:data": {integratedtunnels: {id: "integrateddynamics:on_the_dynamics_of_integration", Count: 1 as byte, tag: {"akashictome:definedMod": "integratedtunnels"}, Damage: 0 as short}, betterwithmods: {id: "betterwithmods:manual", Count: 1 as byte, tag: {"akashictome:definedMod": "betterwithmods"}, Damage: 0 as short}, astralsorcery: {id: "astralsorcery:itemjournal", Count: 1 as byte, tag: {"akashictome:definedMod": "astralsorcery"}, Damage: 0 as short}, theoneprobe: {id: "theoneprobe:probenote", Count: 1 as byte, tag: {"akashictome:definedMod": "theoneprobe"}, Damage: 0 as short}, geolosys: {id: "geolosys:field_manual", Count: 1 as byte, tag: {"akashictome:definedMod": "geolosys"}, Damage: 0 as short}, immersiveengineering: {id: "immersiveengineering:tool", Count: 1 as byte, tag: {"akashictome:definedMod": "immersiveengineering"}, Damage: 3 as short}, embers: {id: "embers:codex", Count: 1 as byte, tag: {"akashictome:definedMod": "embers"}, Damage: 0 as short}, roots: {id: "roots:herblore_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots"}, Damage: 0 as short}, botania: {id: "botania:lexicon", Count: 1 as byte, tag: {"akashictome:definedMod": "botania"}, Damage: 0 as short}, rustic: {id: "rustic:book", Count: 1 as byte, tag: {"akashictome:definedMod": "rustic"}, Damage: 0 as short}, thermalfoundation: {id: "thermalfoundation:tome_lexicon", Count: 1 as byte, tag: {"akashictome:definedMod": "thermalfoundation"}, Damage: 0 as short}, actuallyadditions: {id: "actuallyadditions:item_booklet", Count: 1 as byte, tag: {"akashictome:definedMod": "actuallyadditions"}, Damage: 0 as short}, bloodmagic: {id: "guideapi:bloodmagic-guide", Count: 1 as byte, tag: {"akashictome:definedMod": "bloodmagic"}, Damage: 0 as short}, roots1: {id: "roots:spellcraft_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots1"}, Damage: 0 as short}, roots2: {id: "roots:ritual_book", Count: 1 as byte, tag: {"akashictome:definedMod": "roots2"}, Damage: 0 as short}, techreborn: {id: "techreborn:techmanuel", Count: 1 as byte, tag: {"akashictome:definedMod": "techreborn"}, Damage: 0 as short}, cookingforblockheads: {id: "cookingforblockheads:recipe_book", Count: 1 as byte, tag: {"akashictome:definedMod": "cookingforblockheads"}, Damage: 1 as short}, xnet: {id: "xnet:xnet_manual", Count: 1 as byte, tag: {"akashictome:definedMod": "xnet"}, Damage: 0 as short}}}) to JEI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement