Skip to content

Instantly share code, notes, and snippets.

@Leosky
Created January 24, 2018 12:49
Show Gist options
  • Save Leosky/44086f4a47e7b0dc0f0e1ca51282b6c0 to your computer and use it in GitHub Desktop.
Save Leosky/44086f4a47e7b0dc0f0e1ca51282b6c0 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
AstralCore (astralsorcery-1.12.2-1.8.4.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
SHLoadingPlugin (ScalingHealth-1.12-1.3.8-88.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
FMLPlugin (elulib-0.1.11.jar)
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b137.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
LoadingPlugin (Skillable-beta-10.jar)
StepupfixCore (StepupFix-1.12.2-1.0.0.4.b13.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.4-1.12.2-anarchy.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-50.jar)
Contact their authors BEFORE contacting forge
// I let you down. Sorry :(
Time: 1/24/18 1:45 PM
Description: Tesselating block in world
java.lang.IllegalStateException: texture not set
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:179)
at slimeknights.tconstruct.shared.client.BakedColoredItemModel.<init>(BakedColoredItemModel.java:77)
at slimeknights.tconstruct.library.client.model.ModelHelper.getBakedModelForItem(ModelHelper.java:68)
at slimeknights.tconstruct.shared.tileentity.TileTable.getTableItem(TileTable.java:110)
at slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation.setInventoryDisplay(TileCraftingStation.java:50)
at slimeknights.tconstruct.shared.tileentity.TileTable.writeExtendedBlockState(TileTable.java:72)
at slimeknights.tconstruct.shared.block.BlockTable.getExtendedState(BlockTable.java:108)
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:79)
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
at com.elytradev.architecture.base.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:89)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:200)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:172)
at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:976)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1316)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1117)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.client.model.pipeline.UnpackedBakedQuad$Builder.build(UnpackedBakedQuad.java:179)
at slimeknights.tconstruct.shared.client.BakedColoredItemModel.<init>(BakedColoredItemModel.java:77)
at slimeknights.tconstruct.library.client.model.ModelHelper.getBakedModelForItem(ModelHelper.java:68)
at slimeknights.tconstruct.shared.tileentity.TileTable.getTableItem(TileTable.java:110)
at slimeknights.tconstruct.tools.common.tileentity.TileCraftingStation.setInventoryDisplay(TileCraftingStation.java:50)
at slimeknights.tconstruct.shared.tileentity.TileTable.writeExtendedBlockState(TileTable.java:72)
at slimeknights.tconstruct.shared.block.BlockTable.getExtendedState(BlockTable.java:108)
-- Block being tesselated --
Details:
Block type: ID #1405 (tile.tconstruct.tooltables // slimeknights.tconstruct.tools.common.block.BlockToolTable)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (222,50,274), Chunk: (at 14,3,2 in 13,17; contains blocks 208,0,272 to 223,255,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:79)
at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
at com.elytradev.architecture.base.BaseAORenderingManager$CustomBlockRendererDispatcher.func_175018_a(BaseAORenderingManager.java:89)
at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:200)
at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:100)
at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(ChunkRenderDispatcher.java:172)
at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:976)
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1316)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Leosky'/203, l='MpServer', x=221.44, y=50.00, z=274.57]]
Chunk stats: MultiplayerChunkCache: 328, 328
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (200,64,244), Chunk: (at 8,4,4 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 10111351 game time, 2026442 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 45 total; [EntityEnderman['Enderman'/256, l='MpServer', x=168.69, y=14.50, z=284.69], EntityPigZombie['Zombie Pigman'/261, l='MpServer', x=163.50, y=51.00, z=263.50], EntityEmber['Ember'/262, l='MpServer', x=218.71, y=5.63, z=216.49], EntityEnderman['Enderman'/263, l='MpServer', x=223.50, y=50.00, z=221.50], EntityPigZombie['Zombie Pigman'/264, l='MpServer', x=292.81, y=78.00, z=241.51], EntityPigZombie['Zombie Pigman'/265, l='MpServer', x=292.18, y=78.00, z=241.50], EntityPigZombie['Zombie Pigman'/266, l='MpServer', x=231.50, y=18.00, z=307.50], EntityPigZombie['Zombie Pigman'/267, l='MpServer', x=235.50, y=65.88, z=308.50], EntityPigZombie['Zombie Pigman'/204, l='MpServer', x=222.84, y=39.00, z=275.50], EntityMagmaCube['Magma Cube'/268, l='MpServer', x=237.61, y=70.18, z=293.63], EntityPlayerSP['Leosky'/203, l='MpServer', x=221.44, y=50.00, z=274.57], EntityEnderman['Enderman'/269, l='MpServer', x=246.67, y=51.00, z=260.69], EntityLatchedRenderer['unknown'/206, l='MpServer', x=221.44, y=50.00, z=274.57], EntityBlazingJuggernaut['Blazing Juggernaut'/270, l='MpServer', x=245.28, y=54.99, z=269.56], EntityItem['item.item.nether_seed'/271, l='MpServer', x=200.13, y=14.00, z=306.85], EntityLatchedRenderer['unknown'/208, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/272, l='MpServer', x=227.50, y=39.00, z=278.18], EntityLatchedRenderer['unknown'/209, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/273, l='MpServer', x=229.74, y=75.00, z=285.56], EntityLatchedRenderer['unknown'/210, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/274, l='MpServer', x=231.50, y=82.00, z=280.50], EntityLatchedRenderer['unknown'/211, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/275, l='MpServer', x=214.55, y=39.00, z=299.98], EntityLatchedRenderer['unknown'/212, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/276, l='MpServer', x=217.50, y=39.00, z=294.76], EntityItem['item.item.lard'/277, l='MpServer', x=256.12, y=4.99, z=227.34], EntityPigZombie['Zombie Pigman'/278, l='MpServer', x=253.73, y=74.00, z=242.54], EntityLatchedRenderer['unknown'/215, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/279, l='MpServer', x=251.32, y=75.00, z=241.74], EntityPigZombie['Zombie Pigman'/280, l='MpServer', x=251.50, y=75.00, z=243.50], EntityEnderman['Enderman'/281, l='MpServer', x=277.50, y=69.00, z=221.50], EntityPigZombie['Zombie Pigman'/284, l='MpServer', x=276.50, y=51.00, z=325.50], EntityPigZombie['Zombie Pigman'/285, l='MpServer', x=290.74, y=2.00, z=316.53], EntityPigZombie['Zombie Pigman'/228, l='MpServer', x=219.50, y=32.00, z=199.50], EntityLatchedRenderer['unknown'/294, l='MpServer', x=221.44, y=50.00, z=274.57], EntityPigZombie['Zombie Pigman'/235, l='MpServer', x=163.19, y=39.00, z=222.51], EntityEmber['Ember'/245, l='MpServer', x=213.50, y=68.00, z=266.60], EntityPigZombie['Zombie Pigman'/246, l='MpServer', x=196.70, y=39.00, z=274.70], EntityPigZombie['Zombie Pigman'/247, l='MpServer', x=194.50, y=53.00, z=274.25], EntityPigZombie['Zombie Pigman'/248, l='MpServer', x=200.50, y=69.00, z=272.50], EntityPigZombie['Zombie Pigman'/249, l='MpServer', x=198.50, y=69.00, z=273.50], EntityBlazingJuggernaut['Blazing Juggernaut'/251, l='MpServer', x=255.18, y=2.00, z=212.17], EntityBlazingJuggernaut['Blazing Juggernaut'/252, l='MpServer', x=257.50, y=39.00, z=199.50], EntityBlazingJuggernaut['Blazing Juggernaut'/254, l='MpServer', x=147.50, y=82.00, z=304.50], EntityEnderman['Enderman'/255, l='MpServer', x=168.50, y=14.00, z=285.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:418)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 952653456 bytes (908 MB) / 4410834944 bytes (4206 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.1.2600 195 mods loaded, 195 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:--------- |:----------------------- |:---------------------------- |:----------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2600.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.1.2600 | forge-1.12.2-14.23.1.2600.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | advancedrocketrycore | 1 | minecraft.jar | None |
| UCHIJAAAA | foamfixcore | 7.7.4 | minecraft.jar | None |
| UCHIJAAAA | elucore | 1.0 | minecraft.jar | None |
| UCHIJAAAA | crafttweaker | 4.0.12 | CraftTweaker2-1.12-4.0.12.jar | None |
| UCHIJAAAA | mtlib | @VERSION@ | MTLib-3.0.1.jar | None |
| UCHIJAAAA | modtweaker | 4.0.6 | modtweaker-4.0.6.jar | None |
| UCHIJAAAA | jei | 4.8.5.147 | jei_1.12.2-4.8.5.147.jar | None |
| UCHIJAAAA | abyssalcraft | 1.9.4.3 | AbyssalCraft-1.12.2-1.9.4.3.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJAAAA | ctm | MC1.12-0.2.3.12 | CTM-MC1.12-0.2.3.12.jar | None |
| UCHIJAAAA | chisel | MC1.12-0.1.1.26 | Chisel-MC1.12-0.1.1.26.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.9.0.55 | TConstruct-1.12.2-2.9.0.55.jar | None |
| UCHIJAAAA | acintegration | 1.6.2 | AbyssalCraft Integration-1.12.2-1.6.2.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJAAAA | actuallyadditions | 1.12.2-r128 | ActuallyAdditions-1.12.2-r128.jar | None |
| UCHIJAAAA | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCHIJAAAA | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal.jar | None |
| UCHIJAAAA | libvulpes | 0.2.7.-25 | LibVulpes-1.12.2-0.2.7-25-universal.jar | None |
| UCHIJAAAA | advancedrocketry | 1.2.6.-50 | AdvancedRocketry-1.12.2-1.2.6-50.jar | None |
| UCHIJAAAA | appliedenergistics2 | rv5-stable-5 | appliedenergistics2-rv5-stable-5.jar | None |
| UCHIJAAAA | bdlib | 1.14.3.12 | bdlib-1.14.3.12-mc1.12.2.jar | None |
| UCHIJAAAA | ae2stuff | 0.7.0.4 | ae2stuff-0.7.0.4-mc1.12.2.jar | None |
| UCHIJAAAA | applecore | 3.1.0 | AppleCore-mc1.12.2-3.1.0.jar | None |
| UCHIJAAAA | theoneprobe | 1.4.19 | theoneprobe-1.12-1.4.19.jar | None |
| UCHIJAAAA | immersiveengineering | 0.12-76 | ImmersiveEngineering-0.12-76.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCHIJAAAA | natura | 1.12.2-4.3.2.42 | natura-1.12.2-4.3.2.42.jar | None |
| UCHIJAAAA | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | brandonscore | 2.3.7 | BrandonsCore-1.12-2.3.7.140-universal.jar | None |
| UCHIJAAAA | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
| UCHIJAAAA | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None |
| UCHIJAAAA | draconicevolution | 2.3.8 | Draconic-Evolution-1.12-2.3.8.279-universal.jar | None |
| UCHIJAAAA | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None |
| UCHIJAAAA | betterwithmods | ${version} | BetterWithMods-1.12-2.0.25.jar | None |
| UCHIJAAAA | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
| UCHIJAAAA | architecturecraft | @VERSION@ | architecturecraft-1.12-1.20.jar | None |
| UCHIJAAAA | aroma1997core | 2.0.0.0.b137 | Aroma1997Core-1.12.2-2.0.0.0.b137.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackup | 2.1.1.3.b89 | AromaBackup-1.12.2-2.1.1.3.b89.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
| UCHIJAAAA | aromabackuprecovery | 2.1.1.3.b89 | AromaBackup-1.12.2-2.1.1.3.b89.jar | None |
| UCHIJAAAA | astralsorcery | 1.8.4 | astralsorcery-1.12.2-1.8.4.jar | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCHIJAAAA | morphtool | 1.2-16 | Morph-o-Tool-1.2-16.jar | None |
| UCHIJAAAA | skillable | beta-10 | Skillable-beta-10.jar | None |
| UCHIJAAAA | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
| UCHIJAAAA | avaritia | 3.2.0 | Avaritia-1.12-3.2.0.13-universal.jar | None |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | betterbuilderswands | 0.11.1 | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None |
| UCHIJAAAA | betterquesting | 2.5.236 | BetterQuesting-2.5.236.jar | None |
| UCHIJAAAA | bqt | 0.9C | BetterQuestingTriggerer-0.9C.jar | None |
| UCHIJAAAA | betterwithengineering | 1.2 | betterwithengineering-1.2.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2313 | BiomesOPlenty-1.12.2-7.0.1.2313-universal.jar | None |
| UCHIJAAAA | blockcraftery | 0.1.3 | blockcraftery-0.1.3.jar | None |
| UCHIJAAAA | bloodmoon | 1.5.2 | Bloodmoon-MC1.12.2-1.5.2.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | bonsaitrees | 1.0.1 | bonsaitrees-1.0.1-b56.jar | None |
| UCHIJAAAA | bookshelf | 2.3.523 | Bookshelf-1.12.2-2.3.523.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | botania | r1.10-352 | Botania r1.10-352.jar | None |
| UCHIJAAAA | btg | 1.0.1 | By The Gods-1.12.2-1.0.1.jar | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCHIJAAAA | rf-capability-adapter | 1.0 | capabilityadapter-1.0.jar | None |
| UCHIJAAAA | ceramics | 1.12-1.3.3b | Ceramics-1.12-1.3.3b.jar | None |
| UCHIJAAAA | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHIJAAAA | chancecubes | 1.12.2-3.1.0.217 | ChanceCubes-1.12.2-3.1.0.217.jar | None |
| UCHIJAAAA | chesttransporter | 2.8.7 | ChestTransporter-1.12-2.8.7.jar | None |
| UCHIJAAAA | chickenchunks | 2.4.1.71 | ChickenChunks-1.12.2-2.4.1.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | chiselsandbits | 14.12 | chiselsandbits-14.12.jar | None |
| UCHIJAAAA | combustfish | 1.0.3.2 | combustfish-1.12.2-1.0.3.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | compactmachines3 | 3.0.5 | compactmachines3-1.12.2-3.0.5-b184.jar | None |
| UCHIJAAAA | controlling | 3.0.6 | Controlling-3.0.6.jar | None |
| UCHIJAAAA | cookingforblockheads | 6.3.17 | CookingForBlockheads_1.12.1-6.3.17.jar | None |
| UCHIJAAAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
| UCHIJAAAA | coroutil | 1.12.1-1.1.24 | coroutil-1.12.1-1.1.24.jar | None |
| UCHIJAAAA | configmod | v1.0 | coroutil-1.12.1-1.1.24.jar | None |
| UCHIJAAAA | ctgui | 1.0.0 | CraftTweaker2-1.12-4.0.12.jar | None |
| UCHIJAAAA | crafttweakerjei | 2.0.0 | CraftTweaker2-1.12-4.0.12.jar | None |
| UCHIJAAAA | cucumber | 1.0.4 | cucumber-1.12-1.0.4.jar | None |
| UCHIJAAAA | custombackgrounds | 1.0 | CustomBackgrounds-MC1.12-1.1.1.jar | None |
| UCHIJAAAA | custommainmenu | 2.0.8 | CustomMainMenu-MC1.12.2-2.0.8.jar | None |
| UCHIJAAAA | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
| UCHIJAAAA | cyclicmagic | 1.10.12 | Cyclic-1.12.2-1.10.12.jar | None |
| UCHIJAAAA | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | p455w0rdslib | 2.0.25 | p455w0rdslib-1.12-2.0.25.jar | None |
| UCHIJAAAA | danknull | 1.3.30 | DankNull-1.12-1.3.30.jar | None |
| UCHIJAAAA | darkutils | 1.8.192 | DarkUtils-1.12.2-1.8.192.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | diethopper | 1.1 | diethopper-1.1.jar | None |
| UCHIJAAAA | ding | 1.0.1 | Ding-1.12.1-1.0.1.jar | None |
| UCHIJAAAA | ediblebugs | 1.6.0.2512 | ediblebugs-mc1.12.2_eb1.6.0.2512.jar | None |
| UCHIJAAAA | elevatorid | 1.3.5 | ElevatorMod-1.12.2-1.3.5.jar | None |
| UCHIJAAAA | embers | 0.230 | embers-0.230.jar | None |
| UCHIJAAAA | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | enderutilities | 0.7.6 | enderutilities-1.12.2-0.7.6.jar | 2b03e1423915a189b8094816baa18f239d576dff |
| UCHIJAAAA | enhancedvisuals | 1.0 | EnhancedVisuals v1.1.4 mc1.12.2.jar | None |
| UCHIJAAAA | valkyrielib | 1.12.2-2.0.6b | valkyrielib-1.12.2-2.0.6b.jar | None |
| UCHIJAAAA | environmentaltech | 1.12.2-2.0.6b | environmentaltech-1.12.2-2.0.6b.jar | None |
| UCHIJAAAA | etlunar | 1.12.2-2.0.6a | etlunar-1.12.2-2.0.6a.jar | None |
| UCHIJAAAA | exnihilocreatio | 1.12-0.1.7 | exnihilocreatio-1.12-0.1.7.jar | None |
| UCHIJAAAA | excompressum | 3.0.13 | ExCompressum_1.12.2-3.0.13.jar | None |
| UCHIJAAAA | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None |
| UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.7.2.jar | None |
| UCHIJAAAA | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
| UCHIJAAAA | bigreactors | 1.12.2-0.4.5.45 | ExtremeReactors-1.12.2-0.4.5.45.jar | None |
| UCHIJAAAA | ic2 | 2.8.42-ex112 | industrialcraft-2-2.8.42-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| UCHIJAAAA | forestry | 5.7.0.236 | forestry_1.12.2-5.7.0.236.jar | None |
| UCHIJAAAA | farmingforblockheads | 3.1.5 | FarmingForBlockheads_1.12-3.1.5.jar | None |
| UCHIJAAAA | sonarcore | 5.0.4 | sonarcore-1.12.2-5.0.4.jar | None |
| UCHIJAAAA | fluxnetworks | 3.0.2 | fluxnetworks-1.12.2-3.0.2.jar | None |
| UCHIJAAAA | foamfix | 0.8.4-1.12.2 | foamfix-0.8.4-1.12.2-anarchy.jar | None |
| UCHIJAAAA | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
| UCHIJAAAA | gendustry | 1.6.5.8 | gendustry-1.6.5.8-mc1.12.2.jar | None |
| UCHIJAAAA | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHIJAAAA | immcraft | 1.4.0 | immcraft-1.12-1.4.0.jar | None |
| UCHIJAAAA | immersivetech | 1.3.4 | immersivetech-1.12-1.3.4.jar | None |
| UCHIJAAAA | teslacorelib | 1.0.12 | tesla-core-lib-1.12-1.0.12.jar | None |
| UCHIJAAAA | industrialforegoing | 1.12.2-1.12.2 | industrialforegoing-1.12.2-1.7.0-114.jar | None |
| UCHIJAAAA | infernalmobs | 1.7.5 | InfernalMobs-1.12.2.jar | None |
| UCHIJAAAA | infinitefluids | 1.2.0 | infinitefluids-1.11-1.2.0.jar | None |
| UCHIJAAAA | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None |
| UCHIJAAAA | ingameinfoxml | 2.8.2.94 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar | None |
| UCHIJAAAA | mysticalagriculture | 1.6.7 | mysticalagriculture-1.12-1.6.7.jar | None |
| UCHIJAAAA | mysticalagradditions | 1.2.7 | mysticalagradditions-1.12-1.2.7.jar | None |
| UCHIJAAAA | harvestcraft | 1.12.2l | Pam's HarvestCraft 1.12.2L.jar | None |
| UCHIJAAAA | rftools | 7.23 | rftools-1.12-7.23.jar | None |
| UCHIJAAAA | integrationforegoing | 1.12-1.4 | IntegrationForegoing-1.12-1.4.jar | f8b632eee30601ba63fe0984fae017fc7800f2fe |
| UCHIJAAAA | inventorytweaks | 1.64-dev+release.110.b4fac73 | InventoryTweaks-1.64-dev.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | ironbackpacks | 1.12.2-3.0.4 | IronBackpacks-1.12.2-3.0.4.jar | None |
| UCHIJAAAA | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | loottweaker | 0.0.6.5 | LootTweaker-1.12-0.0.6.5.jar | None |
| UCHIJAAAA | jeresources | 0.8.6.33 | JustEnoughResources-1.12.2-0.8.6.33.jar | None |
| UCHIJAAAA | keywizard | 1.10.2-1.5 | keywizard-1.12.2-1.5.2 (1).jar | None |
| UCHIJAAAA | levelup2 | ${version} | Level Up! 2-1.1.15-1.12.jar | None |
| UCHIJAAAA | lockdown | 1.0 | Lockdown-1.12.1-7.0.1-universal.jar | None |
| UCHIJAAAA | lttweaker | 1.1.13 | LootTableTweaker-1.12.2-1.1.13.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | meecreeps | 1.1.0 | meecreeps-1.12-1.1.0.jar | None |
| UCHIJAAAA | mob_grinding_utils | 0.3.4 | MobGrindingUtils-0.3.4.jar | None |
| UCHIJAAAA | modnametooltip | 1.10.0 | modnametooltip_1.12.2-1.10.0.jar | None |
| UCHIJAAAA | morefurnaces | 1.10.4 | MoreFurnaces-1.12.2-1.10.4.jar | None |
| UCHIJAAAA | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
| UCHIJAAAA | mputils | 1.4.1 | MPUtils-1.12-1.4.1.jar | None |
| UCHIJAAAA | mpbasic | 1.3.0 | mpbasic-1.12-1.3.0.jar | None |
| UCHIJAAAA | shetiphiancore | 3.5.6 | shetiphiancore-1.12.0-3.5.6.jar | None |
| UCHIJAAAA | terraqueous | 1.4.8 | terraqueous-1.12.0-1.4.8.jar | None |
| UCHIJAAAA | multistorage | 1.4.7 | multistorage-1.12.0-1.4.7.jar | None |
| UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | nex | 2.1.14.15 | NetherEx-1.12-2.1.14.15.jar | None |
| UCHIJAAAA | terracore | 2.1.8 | TerraCore-1.12-2.1.8.jar | None |
| UCHIJAAAA | netherutils | 1.1.8 | NetherUtils-1.12-1.1.8.jar | None |
| UCHIJAAAA | neid | 1.5.4.2 | NotEnoughIDs-1.5.4.2.jar | None |
| UCHIJAAAA | openglider | @VERSION@ | OpenGlider-1.12.1-1.1.0.jar | None |
| UCHIJAAAA | oreexcavation | 1.4.109 | OreExcavation-1.4.109.jar | None |
| UCHIJAAAA | overloaded | 0.0.46 | Overloaded-1.12.2-0.0.46.jar | None |
| UCHIJAAAA | placebo | 1.1.4 | Placebo-1.12.2-1.1.4.jar | None |
| UCHIJAAAA | pi | 4.0.0 | Potion Icon Remover-1.12-4.0.0.jar | None |
| UCHIJAAAA | primal | 0.6.16 | PrimalCore-1.12.2-0.6.16.jar | 67a0e286dc0d4b502f3c92ac20b953517b52d0a9 |
| UCHIJAAAA | primitivemobs | 1.1.5c | primitivemobs-1.1.5c_beta.jar | None |
| UCHIJAAAA | reborncore | 3.6.4.194 | RebornCore-1.12.2-3.6.4.194-universal.jar | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCHIJAAAA | quantumstorage | 4.4.6 | QuantumStorage-1.12-4.4.6.jar | None |
| UCHIJAAAA | randomthings | 4.1.2 | RandomThings-MC1.12.2-4.1.2.jar | None |
| UCHIJAAAA | reauth | 3.5.2 | ReAuth-3.5.2.jar | daba0ec4df71b6da841768c49fb873def208a1e3 |
| UCHIJAAAA | redstonearsenal | 2.3.10 | RedstoneArsenal-1.12.2-2.3.10.4-universal.jar | None |
| UCHIJAAAA | refinedrelocation | 4.2.16 | RefinedRelocation_1.12.2-4.2.16.jar | None |
| UCHIJAAAA | xreliquary | 1.12.2-1.3.4.728 | Reliquary-1.12.2-1.3.4.728.jar | None |
| UCHIJAAAA | resourceloader | 1.5.3 | ResourceLoader-MC1.12.1-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | rftoolscontrol | 1.8.0 | rftoolsctrl-1.12-1.8.0.jar | None |
| UCHIJAAAA | silentlib | 2.2.16 | SilentLib-1.12-2.2.16-97.jar | None |
| UCHIJAAAA | scalinghealth | 1.3.8 | ScalingHealth-1.12-1.3.8-88.jar | None |
| UCHIJAAAA | simplyjetpacks | 2.2.1.20 | SimplyJetpacks2-1.12.2-2.2.1.20.jar | None |
| UCHIJAAAA | snad | 1.12.1-1.7.09.16a | Snad-1.12.1-1.7.09.16a.jar | None |
| UCHIJAAAA | soot | 0.1 | Soot-0.5.jar | None |
| UCHIJAAAA | soulshardstow | 1.12-2.7.4-53 | SoulShards-TOW-1.12-2.7.4-53.jar | None |
| UCHIJAAAA | bq_standard | 2.4.134 | StandardExpansion-2.4.134.jar | None |
| UCHIJAAAA | stats_keeper | 2.1.8 | StatsKeeper-1.12-2.1.8.jar | None |
| UCHIJAAAA | stevescarts | ${version} | StevesCarts-1.12.2-2.4.16.81.jar | None |
| UCHIJAAAA | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.2-5.3.4.jar | None |
| UCHIJAAAA | supersoundmuffler | 1.0.2.9 | supersoundmuffler-1.12.1-1.0.2.9.jar | None |
| UCHIJAAAA | sync | 7.0.0 | Sync-1.12.2-7.0.1.jar | None |
| UCHIJAAAA | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None |
| UCHIJAAAA | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None |
| UCHIJAAAA | thirstybottles | 1.1.4 | ThirstyBottles-1.12.2-1.1.4.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | tinker_io | release 2.5.6e | tinker_io-1.12-release 2.5.6e.jar | None |
| UCHIJAAAA | tinkersaddons | 1.0.7 | Tinkers' Addons-1.12.1-1.0.7.jar | None |
| UCHIJAAAA | tcomplement | ${version} | TinkersComplement-1.12.1-0.2.2b.jar | None |
| UCHIJAAAA | tinkertoolleveling | 1.12-1.0.3.DEV.56fac4f | TinkerToolLeveling-1.12-1.0.3.jar | None |
| UCHIJAAAA | tp | 1.12 | tinyprogressions-1.12-3.2.10 - Beta.jar | None |
| UCHIJAAAA | toastcontrol | 1.3.0 | Toast Control-1.12.2-1.3.0.jar | None |
| UCHIJAAAA | tombstone | 2.3.2 | tombstone-2.3.2-1.12.jar | None |
| UCHIJAAAA | topaddons | 1.12.2-1.2.1 | topaddons-1.12.2-1.2.1.jar | None |
| UCHIJAAAA | torchmaster | 1.6.1.53 | torchmaster_1.12.2-1.6.1.53.jar | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| UCHIJAAAA | ts2k16 | 1.2.8 | TS2K16-1.2.8.jar | None |
| UCHIJAAAA | twilightforest | 3.5.263 | twilightforest-1.12.2-3.5.263-universal.jar | None |
| UCHIJAAAA | waystones | 4.0.20 | Waystones_1.12.2-4.0.20.jar | None |
| UCHIJAAAA | wct | 3.8.55 | WirelessCraftingTerminal-1.12.2-3.8.55.jar | None |
| UCHIJAAAA | wolfarmor | 1.12.2-2.1.0-RELEASE | wolfarmor-1.12.2-2.1.0.24-RELEASE.jar | None |
| UCHIJAAAA | zombieawareness | 1.12.1-1.11.11 | zombieawareness-1.12.1-1.11.11.jar | None |
| UCHIJAAAA | elulib | 0.1.11 | elulib-0.1.11.jar | None |
| UCHIJAAAA | teslacorelib_registries | 1.0.12 | tesla-core-lib-1.12-1.0.12.jar | None |
Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
lumien.bloodmoon.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.4.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
SHLoadingPlugin (ScalingHealth-1.12-1.3.8-88.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
FMLPlugin (elulib-0.1.11.jar)
elucent.elulib.asm.ASMTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b137.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
shetiphian.asm.ClassTransformer
LoadingPlugin (Skillable-beta-10.jar)
vazkii.skillable.base.asm.ClassTransformer
StepupfixCore (StepupFix-1.12.2-1.0.0.4.b13.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.4-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-50.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)
AE2 Version: stable rv5-stable-5 for Forge 14.23.1.2554
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses:
- ModuleCommons (Enabled/Forced)
- ModuleFeature (Enabled/Not Forced)
- CeramicsPlugin (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
- ExNihiloPlugin (Enabled/Not Forced)
List of loaded APIs:
* AbyssalCraftAPI (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Biome (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Block (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Condition (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Disruption (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Energy (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Entity (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Event (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Integration (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Internal (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Item (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Necronomicon (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Recipe (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Ritual (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* AbyssalCraftAPI|Spell (1.11.1) from AbyssalCraft-1.12.2-1.9.4.3.jar
* actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r128.jar
* AppleCoreAPI (3.1.0) from AppleCore-mc1.12.2-3.1.0.jar
* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-stable-5.jar
* AromaBackupAPI (1.0) from AromaBackup-1.12.2-2.1.1.3.b89.jar
* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
* BetterQuesting|API (2.6) from BetterQuesting-2.5.236.jar
* BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
* bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.45.jar
* BotaniaAPI (88) from Botania r1.10-352.jar
* chesttransporter|api (2) from ChestTransporter-1.12-2.8.7.jar
* Chisel-API (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
* ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.1.1.26.jar
* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.12.jar
* cofhapi (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|block (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|core (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|item (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|tileentity (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* cofhapi|util (2.2.0) from CoFHCore-1.12.2-4.3.10.5-universal.jar
* CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.1.24.jar
* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.12.jar
* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.8.279-universal.jar
* ExCompressum|API (1.0) from ExCompressum_1.12.2-3.0.13.jar
* farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12-3.1.5.jar
* fluxapi (1.0) from fluxnetworks-1.12.2-3.0.2.jar
* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|core (5.7.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.7.0.236.jar
* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.7.0.236.jar
* gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar
* iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.1.4.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-76.jar
* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-76.jar
* industrialforegoingapi (3) from industrialforegoing-1.12.2-1.7.0-114.jar
* jeresources|API (0.8.6.33) from JustEnoughResources-1.12.2-0.8.6.33.jar
* journeymap|client-api (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.2.jar
* journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.2.jar
* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.5.147.jar
* mcjtylib_ng (2.6.2) from mcjtylib-1.12-2.6.2.jar
* MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
* Open Glider|API (0.1) from OpenGlider-1.12.1-1.1.0.jar
* ProjectEAPI (1.9.4-1.0.0) from p455w0rdslib-1.12-2.0.25.jar
* reborncoreAPI (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
* reborncoreAPI|Power (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
* reborncoreAPI|Recipe (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
* reborncoreAPI|Tile (3.6.4.194) from RebornCore-1.12.2-3.6.4.194-universal.jar
* RefinedRelocationAPI (2.0.0) from RefinedRelocation_1.12.2-4.2.16.jar
* ScalingHealthAPI (1) from ScalingHealth-1.12-1.3.8-88.jar
* sonarapi (1.0.1) from sonarcore-1.12.2-5.0.4.jar
* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.16.81.jar
* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.16.81.jar
* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.3.4.jar
* TerraqueousAPI (1.0) from terraqueous-1.12.0-1.4.8.jar
* TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.0-1.4.8.jar
* TerraqueousAPI|Machines (1.0) from terraqueous-1.12.0-1.4.8.jar
* TerraqueousAPI|Plant (1.0) from terraqueous-1.12.0-1.4.8.jar
* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.19.jar
* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.2-2.0.6b.jar
* wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.8.55.jar
* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
RebornCore:
Plugin Engine: 0
RebornCore Version: 3.6.4.194
Runtime Debofucsation 1
RenderEngine: 0
AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON
Launched Version: forge-14.23.1.2600
LWJGL: 2.9.4
OpenGL: GeForce GTX 980 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 6x Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
This file has been truncated, but you can view the full file.
[13:41:22] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:41:22] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[13:41:22] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[13:41:22] [main/INFO]: Forge Mod Loader version 14.23.1.2600 for Minecraft 1.12.2 loading
[13:41:22] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Games\Minecraft\Install\runtime\jre-x64\1.8.0_25
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AdvancedRocketry-1.12.2-1.2.6-50.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod AdvancedRocketryPlugin (zmaster587.advancedRocketry.asm.AdvancedRocketryPlugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.0.b137.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in astralsorcery-1.12.2-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod hellfirepvp.astralsorcery.core.AstralCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/INFO]: [AstralCore] Initialized.
[13:41:25] [main/INFO]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Bloodmoon-MC1.12.2-1.5.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod lumien.bloodmoon.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12-0.2.3.12.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in cxlibrary-1.12.1-1.6.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod cubex2.cxlibrary.CoreModLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod CXLibraryCore (cubex2.cxlibrary.CoreModLoader) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in elulib-0.1.11.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod FMLPlugin (elucent.elulib.asm.FMLPlugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in foamfix-0.8.4-1.12.2-anarchy.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod pl.asie.foamfix.coremod.FoamFixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.6.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed!
[13:41:25] [main/WARN]: The coremod blusunrize.immersiveengineering.common.asm.IELoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64-dev.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in NotEnoughIDs-1.5.4.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod ru.fewizz.neid.asm.Plugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod Plugin (ru.fewizz.neid.asm.Plugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in RandomThings-MC1.12.2-4.1.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod lumien.randomthings.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod LoadingPlugin (lumien.randomthings.asm.LoadingPlugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in ResourceLoader-MC1.12.1-1.5.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod lumien.resourceloader.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in ScalingHealth-1.12-1.3.8-88.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod net.silentchaos512.scalinghealth.asm.SHLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod SHLoadingPlugin (net.silentchaos512.scalinghealth.asm.SHLoadingPlugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in shetiphiancore-1.12.0-3.5.6.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod shetiphian.asm.TweakPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod ShetiPhian-ASM (shetiphian.asm.TweakPlugin) is not signed!
[13:41:25] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Skillable-beta-10.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[13:41:25] [main/WARN]: The coremod vazkii.skillable.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/WARN]: The coremod LoadingPlugin (vazkii.skillable.base.asm.LoadingPlugin) is not signed!
[13:41:25] [main/WARN]: The coremod aroma1997.stepupfix.StepupfixCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:41:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:41:25] [main/INFO]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[13:41:25] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:41:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:41:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:41:25] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[13:41:27] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Finished data injection.
[13:41:27] [main/INFO]: Finished data injection.
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: [net.silentchaos512.scalinghealth.asm.SHAsmConfig:load:28]: Scaling Health: Loading ASM config...
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:27] [main/INFO]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[13:41:27] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:41:27] [main/ERROR]: A critical problem occurred registering the ASM transformer class
java.lang.ClassNotFoundException:
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
at net.minecraftforge.fml.common.launcher.FMLDeobfTweaker.injectIntoClassLoader(FMLDeobfTweaker.java:46) [forge-1.12.2-14.23.1.2600.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
... 6 more
[13:41:27] [main/INFO]: [AstralTransformer] Loading patches...
[13:41:27] [main/INFO]: [AstralTransformer] Found 0 Transformers! Trying to recover with direct references...
[13:41:27] [main/INFO]: [AstralTransformer] Initialized! Loaded 3 class patches!
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:41:28] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:41:28] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[13:41:28] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[13:41:28] [main/INFO]: Patching net.minecraft.client.Minecraft... (bib)
[13:41:28] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Added INTERFACE: pl/asie/foamfix/coremod/patches/IFoamFixWorldRemovable
[13:41:28] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Added METHOD: net.minecraft.world.World.foamfix_removeUnloadedEntities
[13:41:28] [main/INFO]: [AstralTransformer] Transforming vp : net.minecraft.entity.EntityLivingBase with 2 patches!
[13:41:28] [main/INFO]: [AstralTransformer] Applied patch PATCHKNOCKBACKEVENT
[13:41:28] [main/INFO]: [AstralTransformer] Applied patch PATCHUPDATEELYTRA
[13:41:28] [main/INFO]: Attempting: Injection of Run Particle Override into Entity.createRunningParticles
[13:41:28] [main/INFO]: Searching for: Entity.createRunningParticles (func_174808_Z)
[13:41:28] [main/INFO]: Found Method: Entity.createRunningParticles
[13:41:28] [main/INFO]: Injecting: Run Particle Override
[13:41:28] [main/INFO]: Patching net.minecraft.client.entity.EntityPlayerSP... (bud)
[13:41:28] [main/INFO]: Transforming net.minecraft.client.entity.EntityPlayerSP
[13:41:28] [main/INFO]: Transforming net/minecraft/client/entity/EntityPlayerSP/func_189809_N()Z
[13:41:28] [main/INFO]: Now using aroma1997/stepupfix/StepupHooks/isAutojumpOn(Lnet/minecraft/client/entity/EntityPlayerSP;)Z
[13:41:28] [main/INFO]: [pl.asie.foamfix.coremod.patches.WorldServerRemovalPatch:apply:65]: Patched updateEntities in net/minecraft/world/WorldServer func_72939_s
[13:41:28] [main/INFO]: Setting user: Leosky
[13:41:29] [main/INFO]: Patching class: "net.minecraftforge.registries.GameData" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[13:41:29] [main/INFO]: Patching class: "net.minecraftforge.registries.GameData" with Transformer Group: "TransformerGroupItemHardcoredConstants"
[13:41:29] [main/INFO]: Patching net.minecraft.block.Block... (aow)
[13:41:29] [main/INFO]: Patching class: "net.minecraft.block.Block" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[13:41:29] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[13:41:29] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraft.block.Block Finished.
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraft.block.state.BlockStateContainer.createState
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraft.block.properties.PropertyEnum.hashCode
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:160]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:160]: Added FIELD: net.minecraft.block.properties.PropertyEnum.foamfix_hashCode_calced
[13:41:29] [main/INFO]: Patching math utils with "RIVENS_HALF" algorithm
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.equals
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraft.block.properties.PropertyBool.hashCode
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraft.block.properties.PropertyInteger.hashCode
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:160]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode
[13:41:29] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:160]: Added FIELD: net.minecraft.block.properties.PropertyInteger.foamfix_hashCode_calced
[13:41:30] [main/INFO]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[13:41:30] [main/INFO]: Patching net.minecraft.block.BlockHopper... (arl)
[13:41:30] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[13:41:30] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/tileentity/TileEntityHopper to pl/asie/foamfix/common/TileEntityFasterHopper
[13:41:30] [main/INFO]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[13:41:30] [main/INFO]: [Scaling Health] Transforming class net.minecraft.entity.SharedMonsterAttributes
[13:41:30] [main/INFO]: [Scaling Health] Successfully changed max health maximum!
[13:41:30] [main/INFO]: Patching class: "net.minecraft.stats.StatList" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[13:41:30] [main/INFO]: Patching class: "net.minecraft.stats.StatList" with Transformer Group: "TransformerGroupItemHardcoredConstants"
[13:41:31] [main/INFO]: Patching class: "net.minecraft.world.chunk.storage.AnvilChunkLoader" with Transformer Group: "TransformerGroupAnvilChunkLoader"
[13:41:31] [main/WARN]: Skipping bad option: lastServer:
[13:41:31] [main/INFO]: LWJGL Version: 2.9.4
[13:41:31] [BetterFps Update Checker/WARN]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
[13:41:32] [main/INFO]: -- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 904859264 bytes (862 MB) / 1064828928 bytes (1015 MB) up to 7635730432 bytes (7282 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar)
team.chisel.ctm.client.asm.CTMTransformer
AppleCore (AppleCore-mc1.12.2-3.1.0.jar)
squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
lumien.bloodmoon.asm.ClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.4.jar)
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
SHLoadingPlugin (ScalingHealth-1.12-1.3.8-88.jar)
net.silentchaos512.scalinghealth.asm.SHClassTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
FMLPlugin (elulib-0.1.11.jar)
elucent.elulib.asm.ASMTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b137.jar)
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.6.jar)
shetiphian.asm.ClassTransformer
LoadingPlugin (Skillable-beta-10.jar)
vazkii.skillable.base.asm.ClassTransformer
StepupfixCore (StepupFix-1.12.2-1.0.0.4.b13.jar)
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.4-1.12.2-anarchy.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64-dev.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.1.2.jar)
lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.6.0.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-50.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 980 Ti/PCIe/SSE2'
[13:41:32] [main/INFO]: MinecraftForge v14.23.1.2600 Initialized
[13:41:32] [main/INFO]: Starts to replace vanilla recipe ingredients with ore ingredients.
[13:41:32] [main/INFO]: Replaced 1036 ore ingredients
[13:41:32] [main/INFO]: [zmaster587.advancedRocketry.asm.ModContainer:<init>:21]: ********* CoreDummyContainer. OK
[13:41:32] [main/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[13:41:32] [main/INFO]: Searching C:\Games\Minecraft\Instances\Forever Stranded Lost Souls\mods for mods
[13:41:33] [main/WARN]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.0.b137
[13:41:33] [main/WARN]: Mod aromabackuprecovery is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.1.3.b89
[13:41:33] [main/WARN]: Mod aromabackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.1.3.b89
[13:41:33] [main/WARN]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.11.1
[13:41:34] [main/WARN]: Mod chickenchunks is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.1.71
[13:41:34] [Thread-3/INFO]: Using sync timing. 200 frames of Display.update took 83100257 nanos
[13:41:34] [main/WARN]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.5.331
[13:41:34] [main/WARN]: Mod cookingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 6.3.17
[13:41:34] [main/WARN]: Mod cyclicmagic is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.10.12
[13:41:34] [main/WARN]: Mod enderstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.2.126
[13:41:34] [main/WARN]: Mod enhancedvisuals is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:41:34] [main/WARN]: Mod excompressum is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.0.13
[13:41:35] [main/WARN]: Mod farmingforblockheads is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.1.5
[13:41:36] [main/WARN]: Mod lockdown is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[13:41:36] [main/ERROR]: The mcmod.info file in MPUtils-1.12-1.4.1.jar cannot be parsed as valid JSON. It will be ignored
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 12 column 5 path $[0].credits
at com.google.gson.internal.Streams.parse(Streams.java:60) ~[Streams.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
at net.minecraftforge.fml.common.MetadataCollection.from(MetadataCollection.java:62) [MetadataCollection.class:?]
at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:58) [JarDiscoverer.class:?]
at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:138) [ModDiscoverer.class:?]
at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:401) [Loader.class:?]
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:541) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:231) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 12 column 5 path $[0].credits
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?]
at com.google.gson.internal.Streams.parse(Streams.java:48) ~[Streams.class:?]
... 19 more
[13:41:36] [main/WARN]: Mod refinedrelocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.2.16
[13:41:37] [main/WARN]: Mod waystones is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.20
[13:41:37] [main/ERROR]: Unable to parse dependency for mod 'wolfarmor' with dependency string 'after: SophisticatedWolves'. The modId 'SophisticatedWolves' must be all lowercase.
[13:41:37] [main/INFO]: Forge Mod Loader has identified 195 mods to load
[13:41:37] [main/INFO]: [zmaster587.advancedRocketry.asm.ModContainer:registerBus:40]: ********* registerBus. OK
[13:41:37] [main/INFO]: FML has found a non-mod file mcjtylib-1.12-2.6.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[13:41:44] [main/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, advancedrocketrycore, foamfixcore, elucore, acintegration, abyssalcraft, actuallyadditions, advancedrocketry, ae2stuff, applecore, appleskin, appliedenergistics2, architecturecraft, aroma1997core, aromabackuprecovery, aromabackup, astralsorcery, autoreglib, avaritia, baubles, bdlib, betterbuilderswands, betterquesting, bqt, betterwithengineering, betterwithmods, biomesoplenty, blockcraftery, bloodmoon, bonsaitrees, bookshelf, botania, brandonscore, btg, rf-capability-adapter, ceramics, chameleon, chancecubes, chesttransporter, chickenchunks, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, combustfish, compactmachines3, controlling, cookingforblockheads, extendedrenderer, coroutil, configmod, ctgui, crafttweaker, crafttweakerjei, ctm, cucumber, custombackgrounds, custommainmenu, cxlibrary, cyclicmagic, danknull, darkutils, diethopper, ding, draconicevolution, ediblebugs, elevatorid, elulib, embers, enderstorage, enderutilities, enhancedvisuals, environmentaltech, etlunar, excompressum, exnihilocreatio, extracells, extrautils2, bigreactors, farmingforblockheads, fluxnetworks, foamfix, forestry, forgelin, gendustry, ichunutil, immcraft, immersiveengineering, immersivetech, ic2, industrialforegoing, infernalmobs, infinitefluids, ingameinfoxml, integrationforegoing, inventorytweaks, ironbackpacks, jei, jeiintegration, journeymap, jeresources, keywizard, levelup2, libvulpes, lockdown, lttweaker, loottweaker, lunatriuscore, mantle, meecreeps, mob_grinding_utils, modnametooltip, modtweaker, morefurnaces, morphtool, mousetweaks, mpbasic, mputils, mtlib, multistorage, mysticalagradditions, mysticalagriculture, natura, naturescompass, nex, netherutils, neid, nei, openglider, oreexcavation, overloaded, p455w0rdslib, harvestcraft, placebo, pi, primal, primitivemobs, quantumstorage, randomthings, reauth, reborncore, redstonearsenal, redstoneflux, refinedrelocation, xreliquary, resourceloader, rftools, rftoolscontrol, scalinghealth, shetiphiancore, silentlib, simplyjetpacks, skillable, snad, sonarcore, soot, soulshardstow, bq_standard, stats_keeper, stevescarts, storagedrawers, supersoundmuffler, sync, tconstruct, terracore, terraqueous, teslacorelib_registries, teslacorelib, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thirstybottles, tinker_io, tinkersaddons, tcomplement, tinkertoolleveling, tp, toastcontrol, tombstone, topaddons, torchmaster, ts2k16, twilightforest, valkyrielib, waystones, wct, wolfarmor, zerocore, zombieawareness] at CLIENT
[13:41:44] [main/INFO]: Attempting connection with missing mods [minecraft, mcp, FML, forge, advancedrocketrycore, foamfixcore, elucore, acintegration, abyssalcraft, actuallyadditions, advancedrocketry, ae2stuff, applecore, appleskin, appliedenergistics2, architecturecraft, aroma1997core, aromabackuprecovery, aromabackup, astralsorcery, autoreglib, avaritia, baubles, bdlib, betterbuilderswands, betterquesting, bqt, betterwithengineering, betterwithmods, biomesoplenty, blockcraftery, bloodmoon, bonsaitrees, bookshelf, botania, brandonscore, btg, rf-capability-adapter, ceramics, chameleon, chancecubes, chesttransporter, chickenchunks, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, combustfish, compactmachines3, controlling, cookingforblockheads, extendedrenderer, coroutil, configmod, ctgui, crafttweaker, crafttweakerjei, ctm, cucumber, custombackgrounds, custommainmenu, cxlibrary, cyclicmagic, danknull, darkutils, diethopper, ding, draconicevolution, ediblebugs, elevatorid, elulib, embers, enderstorage, enderutilities, enhancedvisuals, environmentaltech, etlunar, excompressum, exnihilocreatio, extracells, extrautils2, bigreactors, farmingforblockheads, fluxnetworks, foamfix, forestry, forgelin, gendustry, ichunutil, immcraft, immersiveengineering, immersivetech, ic2, industrialforegoing, infernalmobs, infinitefluids, ingameinfoxml, integrationforegoing, inventorytweaks, ironbackpacks, jei, jeiintegration, journeymap, jeresources, keywizard, levelup2, libvulpes, lockdown, lttweaker, loottweaker, lunatriuscore, mantle, meecreeps, mob_grinding_utils, modnametooltip, modtweaker, morefurnaces, morphtool, mousetweaks, mpbasic, mputils, mtlib, multistorage, mysticalagradditions, mysticalagriculture, natura, naturescompass, nex, netherutils, neid, nei, openglider, oreexcavation, overloaded, p455w0rdslib, harvestcraft, placebo, pi, primal, primitivemobs, quantumstorage, randomthings, reauth, reborncore, redstonearsenal, redstoneflux, refinedrelocation, xreliquary, resourceloader, rftools, rftoolscontrol, scalinghealth, shetiphiancore, silentlib, simplyjetpacks, skillable, snad, sonarcore, soot, soulshardstow, bq_standard, stats_keeper, stevescarts, storagedrawers, supersoundmuffler, sync, tconstruct, terracore, terraqueous, teslacorelib_registries, teslacorelib, theoneprobe, thermalcultivation, thermaldynamics, thermalexpansion, thermalfoundation, thirstybottles, tinker_io, tinkersaddons, tcomplement, tinkertoolleveling, tp, toastcontrol, tombstone, topaddons, torchmaster, ts2k16, twilightforest, valkyrielib, waystones, wct, wolfarmor, zerocore, zombieawareness] at SERVER
[13:41:44] [main/INFO]: Patching class: "net.minecraft.network.PacketBuffer" with Transformer Group: "TransformerGroupPacketBuffer"
[13:41:45] [main/INFO]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[13:41:45] [main/INFO]: Skipping Pulse wailaIntegration; missing dependency: waila
[13:41:45] [main/INFO]: Preparing to take over the world
[13:41:46] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
[13:41:46] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/client/renderer/texture/TextureAtlasSprite to pl/asie/foamfix/client/FastTextureAtlasSprite
[13:41:46] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraftforge.common.property.ExtendedBlockState.createState
[13:41:47] [main/INFO]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[13:41:47] [main/INFO]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[13:41:47] [main/INFO]: Draconic Evolution online!
[13:41:47] [main/INFO]: Hay! There you are! Now lets destroy some worlds!!
[13:41:47] [main/INFO]: Sounds like fun! Lets get to it!
[13:41:47] [main/INFO]: [AstralTransformer] Transforming axw : net.minecraft.world.chunk.Chunk with 1 patches!
[13:41:47] [main/INFO]: [AstralTransformer] Applied patch PATCHBLOCKMODIFY
[13:41:47] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitTypeInsn:75]: Replaced NEW for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[13:41:47] [main/INFO]: [pl.asie.patchy.helpers.ConstructorReplacingTransformer$FFMethodVisitor:visitMethodInsn:87]: Replaced INVOKESPECIAL for net/minecraft/util/ClassInheritanceMultiMap to pl/asie/foamfix/coremod/common/FoamyClassInheritanceMultiMap
[13:41:47] [main/INFO]: Hello Minecraft!!!
[13:41:47] [main/INFO]: Patching class: "net.minecraft.client.renderer.RenderGlobal" with Transformer Group: "TransformerGroupBlockHardcoredConstants"
[13:41:47] [main/INFO]: [elucent.elulib.asm.ASMTransformer:patchRenderItemASM:124]: Successfully loaded RenderItem ASM!
[13:41:47] [main/INFO]: Patching net.minecraft.client.renderer.EntityRenderer... (buq)
[13:41:47] [main/INFO]: [pl.asie.foamfix.coremod.patches.ReturnIfBooleanTruePatch:apply:91]: Added return if option true in net/minecraft/client/renderer/texture/TextureMap func_94248_c
[13:41:47] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraft.client.renderer.texture.TextureMap], Method [registerSprite]
[13:41:47] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraft.client.renderer.texture.TextureMap Finished.
[13:41:49] [main/ERROR]: The mod cyclicmagic is expecting signature 59:61:8E:85:D5:96:91:6A:0B:C8:66:AE:82:CF:A1:D7:D5:1A:69:47 for source Cyclic-1.12.2-1.10.12.jar, however there is no signature matching that description
[13:41:49] [main/INFO]: [com.lothrazar.cyclicmagic.ModCyclic:onFingerprintViolation:126]: Invalid fingerprint detected! The file Cyclic-1.12.2-1.10.12.jar may have been tampered with. This version will NOT be supported by the author!
[13:41:49] [main/ERROR]: The mod elevatorid appears to have an invalid event annotation EventHandler. This annotation can only apply to methods with recognized event arguments - it will not be called
[13:41:49] [main/ERROR]: The mod elevatorid appears to have an invalid event annotation EventHandler. This annotation can only apply to methods with recognized event arguments - it will not be called
[13:41:53] [main/INFO]: PrimalCore is not a core mod
[13:41:53] [main/INFO]: Loading Config File: primal/primal.cfg
[13:41:53] [main/ERROR]: The mod randomthings is expecting signature @FINGERPRINT@ for source RandomThings-MC1.12.2-4.1.2.jar, however there is no signature matching that description
[13:41:54] [main/ERROR]: The mod snad is expecting signature @FINGERPRINT@ for source Snad-1.12.1-1.7.09.16a.jar, however there is no signature matching that description
[13:41:54] [main/ERROR]: No fingerprint found!
[13:41:54] [main/INFO]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:AbyssalCraft Integration, FMLFileResourcePack:AbyssalCraft, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Advanced Rocketry, FMLFileResourcePack:AE2 Stuff, FMLFileResourcePack:AppleCore, FMLFileResourcePack:AppleSkin, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:ArchitectureCraft, FMLFileResourcePack:Aroma1997Core, FMLFileResourcePack:AromaBackuprecovery, FMLFileResourcePack:AromaBackup, FMLFileResourcePack:Astral Sorcery, FMLFileResourcePack:AutoRegLib, FMLFileResourcePack:Avaritia, FMLFileResourcePack:Baubles, FMLFileResourcePack:BD Lib, FMLFileResourcePack:Better Builder's Wands, FMLFileResourcePack:Better Questing, FMLFileResourcePack:Better Questing Triggerer, FMLFileResourcePack:Better With Engineering, FMLFileResourcePack:Better With Mods, FMLFileResourcePack:Biomes O' Plenty, FMLFileResourcePack:Blockcraftery, FMLFileResourcePack:Bloodmoon, FMLFileResourcePack:Bonsai Trees, FMLFileResourcePack:Bookshelf, FMLFileResourcePack:Botania, FMLFileResourcePack:Brandon's Core, FMLFileResourcePack:By The Gods, FMLFileResourcePack:Capability Adapter, FMLFileResourcePack:Ceramics, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chance Cubes, FMLFileResourcePack:Chest Transporter, FMLFileResourcePack:ChickenChunks, FMLFileResourcePack:Chisel, FMLFileResourcePack:Chisels & Bits, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:CoFH World, FMLFileResourcePack:Combustive Fishing, FMLFileResourcePack:Compact Machines 3, FMLFileResourcePack:Controlling, FMLFileResourcePack:Cooking for Blockheads, FMLFileResourcePack:Extended Renderer, FMLFileResourcePack:CoroUtil Library, FMLFileResourcePack:Extended Mod Config, FMLFileResourcePack:CT-GUI, FMLFileResourcePack:CraftTweaker2, FMLFileResourcePack:CraftTweaker JEI Support, FMLFileResourcePack:CTM, FMLFileResourcePack:Cucumber, FMLFileResourcePack:Custom Backgrounds, FMLFileResourcePack:Custom Main Menu, FMLFileResourcePack:CXLibrary, FMLFileResourcePack:Cyclic, FMLFileResourcePack:/dank/null, FMLFileResourcePack:Dark Utilities, FMLFileResourcePack:Diet Hopper, FMLFileResourcePack:Ding, FMLFileResourcePack:Draconic Evolution, FMLFileResourcePack:Edible Bugs Mod, FMLFileResourcePack:Elevator Mod, FMLFileResourcePack:EluLib, FMLFileResourcePack:Embers, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:Ender Utilities, FMLFileResourcePack:Enhanced Visuals, FMLFileResourcePack:Environmental Tech, FMLFileResourcePack:ET Lunar, FMLFileResourcePack:Ex Compressum, FMLFileResourcePack:Ex Nihilo Creatio, FMLFileResourcePack:Extra Cells 2, FMLFileResourcePack:Extra Utilities 2, FMLFileResourcePack:Extreme Reactors, FMLFileResourcePack:Farming for Blockheads, FMLFileResourcePack:Flux Networks, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Forestry, FMLFileResourcePack:Shadowfacts' Forgelin, FMLFileResourcePack:GenDustry, FMLFileResourcePack:iChunUtil, FMLFileResourcePack:Immersive Craft, FMLFileResourcePack:Immersive Engineering, FMLFileResourcePack:Immersive Tech, FMLFileResourcePack:IndustrialCraft 2, FMLFileResourcePack:Industrial Foregoing, FMLFileResourcePack:Infernal Mobs, FMLFileResourcePack:InfiniteFluids, FMLFileResourcePack:InGame Info XML, FMLFileResourcePack:Integration Foregoing, FMLFileResourcePack:Inventory Tweaks, FMLFileResourcePack:Iron Backpacks, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:JEI Integration, FMLFileResourcePack:JourneyMap, FMLFileResourcePack:Just Enough Resources, FMLFileResourcePack:Keyboard Wizard, FMLFileResourcePack:Level Up! Reloaded, FMLFileResourcePack:Vulpes library, FMLFileResourcePack:Lockdown, FMLFileResourcePack:Loot Table Tweaker, FMLFileResourcePack:LootTweaker, FMLFileResourcePack:LunatriusCore, FMLFileResourcePack:Mantle, FMLFileResourcePack:MeeCreeps, FMLFileResourcePack:mob_grinding_utils, FMLFileResourcePack:Mod Name Tooltip, FMLFileResourcePack:Mod Tweaker, FMLFileResourcePack:More Furnaces, FMLFileResourcePack:Morph-o-Tool, FMLFileResourcePack:Mouse Tweaks, FMLFileResourcePack:ModPack Basic Tools, FMLFileResourcePack:MPUtils, FMLFileResourcePack:MTLib, FMLFileResourcePack:Multi-Storage, FMLFileResourcePack:Mystical Agradditions, FMLFileResourcePack:Mystical Agriculture, FMLFileResourcePack:Natura, FMLFileResourcePack:Nature's Compass, FMLFileResourcePack:NetherEx, FMLFileResourcePack:NetherUtils, FMLFileResourcePack:NotEnoughIDs, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Open Glider, FMLFileResourcePack:OreExcavation, FMLFileResourcePack:Overloaded, FMLFileResourcePack:p455w0rd's Library, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Placebo, FMLFileResourcePack:Potion Icon Remover, FMLFileResourcePack:PrimalCore, FMLFileResourcePack:Primitive Mobs, FMLFileResourcePack:QuantumStorage, FMLFileResourcePack:Random Things, FMLFileResourcePack:ReAuth, FMLFileResourcePack:Reborn Core, FMLFileResourcePack:Redstone Arsenal, FMLFileResourcePack:Redstone Flux, FMLFileResourcePack:Refined Relocation, FMLFileResourcePack:Reliquary, FMLFileResourcePack:Resource Loader, FMLFileResourcePack:RFTools, FMLFileResourcePack:RFTools Control, FMLFileResourcePack:Scaling Health, FMLFileResourcePack:ShetiPhian-Core, FMLFileResourcePack:Silent Lib, FMLFileResourcePack:Simply Jetpacks 2, FMLFileResourcePack:Skillable, FMLFileResourcePack:Snad, FMLFileResourcePack:SonarCore, FMLFileResourcePack:Soot, FMLFileResourcePack:Soul Shards - The Old Ways, FMLFileResourcePack:Standard Expansion, FMLFileResourcePack:Stats Keeper, FMLFileResourcePack:Steve's Carts 2, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Super Sound Muffler, FMLFileResourcePack:Sync, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:TerraCore, FMLFileResourcePack:Terraqueous, FMLFileResourcePack:Tesla Core Lib Registries, FMLFileResourcePack:Tesla Core Lib, FMLFileResourcePack:The One Probe, FMLFileResourcePack:Thermal Cultivation, FMLFileResourcePack:Thermal Dynamics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Thirsty Bottles, FMLFileResourcePack:Tinker I/O, FMLFileResourcePack:Tinkers' Addons, FMLFileResourcePack:Tinkers' Complement, FMLFileResourcePack:Tinkers Tool Leveling, FMLFileResourcePack:Tiny Progressions, FMLFileResourcePack:Toast Control, FMLFileResourcePack:Corail Tombstone, FMLFileResourcePack:TOP Addons, FMLFileResourcePack:TorchMaster, FMLFileResourcePack:Twerk-Sim 2K16, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:Valkyrie Lib, FMLFileResourcePack:Waystones, FMLFileResourcePack:Wireless Crafting Terminal 2, FMLFileResourcePack:Wolf Armor and Storage, FMLFileResourcePack:Zero CORE, FMLFileResourcePack:Zombie Awareness, bwm-texture-proxy, CustomResources, CustomOverridingResources
[13:41:55] [main/INFO]: Creating Custom Forge Registries
[13:41:55] [main/INFO]: Custom Registry: recipes_gallagher
[13:41:55] [main/INFO]: Custom Registry: recipes_drying_rack
[13:41:55] [main/INFO]: Custom Registry: recipes_cauldron
[13:41:55] [main/INFO]: Custom Registry: recipes_bottle
[13:41:55] [main/INFO]: Custom Registry: recipes_magma
[13:41:55] [main/INFO]: Processing ObjectHolder annotations
[13:41:55] [main/INFO]: Found 1874 ObjectHolder annotations
[13:41:55] [main/INFO]: Identifying ItemStackHolder annotations
[13:41:55] [main/INFO]: Found 0 ItemStackHolder annotations
[13:41:56] [main/INFO]: Configured a dormant chunk cache size of 0
[13:41:56] [Forge Version Check/INFO]: [nex] Starting version check at https://raw.githubusercontent.com/LogicTechCorp/NetherEx/1.12.x/src/main/resources/assets/nex/version.json
[13:41:56] [Forge Version Check/INFO]: [nex] Found status: BETA Target: null
[13:41:56] [Forge Version Check/INFO]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib
[13:41:56] [Forge Version Check/INFO]: [codechickenlib] Found status: BETA Target: null
[13:41:56] [Forge Version Check/INFO]: [jeiintegration] Starting version check at https://content.blamesnow.co.uk/mods/jeiintegration/update.json
[13:41:56] [Forge Version Check/INFO]: [enderstorage] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=EnderStorage
[13:41:56] [main/INFO]: Extra Utilities 2 JEI Plugin - ACTIVATE!
[13:41:56] [Forge Version Check/INFO]: [enderstorage] Found status: BETA Target: null
[13:41:56] [Forge Version Check/INFO]: [multistorage] Starting version check at https://gist.githubusercontent.com/ShetiPhian/5a4332ca6221ae61ab3c6d531a989f21/raw/MultiStorage
[13:41:56] [Forge Version Check/INFO]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json
[13:41:57] [main/INFO]: Registering JEI Support
[13:41:57] [Forge Version Check/INFO]: [thermalfoundation] Found status: BETA Target: null
[13:41:57] [Forge Version Check/INFO]: [enderutilities] Starting version check at https://raw.githubusercontent.com/maruohon/enderutilities/master/update.json
[13:41:57] [Forge Version Check/INFO]: [enderutilities] Found status: UP_TO_DATE Target: null
[13:41:57] [Forge Version Check/INFO]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json
[13:41:57] [Forge Version Check/INFO]: [thermalexpansion] Found status: BETA Target: null
[13:41:57] [Forge Version Check/INFO]: [cofhworld] Starting version check at https://raw.github.com/cofh/version/master/cofhworld_update.json
[13:41:57] [Forge Version Check/INFO]: [btg] Starting version check at https://raw.githubusercontent.com/Shinoow/By-The-Gods/master/version.json
[13:41:57] [Forge Version Check/INFO]: [topaddons] Starting version check at https://raw.githubusercontent.com/DrManganese/TOPAddons/1.12/FUC.json
[13:41:57] [Forge Version Check/INFO]: [topaddons] Found status: UP_TO_DATE Target: null
[13:41:57] [Forge Version Check/INFO]: [tombstone] Starting version check at https://raw.githubusercontent.com/Corail31/tombstone_lite/master/update.json
[13:41:57] [Forge Version Check/INFO]: [tombstone] Found status: UP_TO_DATE Target: null
[13:41:57] [Forge Version Check/INFO]: [chickenchunks] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=ChickenChunks
[13:41:57] [Forge Version Check/INFO]: [chickenchunks] Found status: BETA Target: null
[13:41:57] [Forge Version Check/INFO]: [terraqueous] Starting version check at https://gist.githubusercontent.com/ShetiPhian/5a4332ca6221ae61ab3c6d531a989f21/raw/Terraqueous
[13:41:57] [Forge Version Check/INFO]: [redstonearsenal] Starting version check at https://raw.github.com/cofh/version/master/redstonearsenal_update.json
[13:41:57] [main/INFO]: Starting the Integration Handler.
[13:41:57] [main/INFO]: Preliminary integration search complete: found 4 possible mod integration(s)!
[13:41:57] [main/INFO]: OBJLoader: Domain abyssalcraft has been added.
[13:41:58] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper], Method [getTextures]
[13:41:58] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper Finished.
[13:41:58] [Forge Version Check/INFO]: [redstonearsenal] Found status: BETA Target: null
[13:41:58] [Forge Version Check/INFO]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json
[13:41:58] [main/INFO]: Applying holder lookups
[13:41:58] [main/INFO]: Holder lookups applied
[13:41:58] [main/INFO]: Starting PreInitialization Phase...
[13:41:58] [main/INFO]: Grabbing Configurations...
[13:41:58] [Forge Version Check/INFO]: [thermaldynamics] Found status: BETA Target: null
[13:41:58] [Forge Version Check/INFO]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json
[13:41:58] [main/INFO]: Initializing Tool Materials...
[13:41:58] [main/INFO]: Initializing Armor Materials...
[13:41:58] [Forge Version Check/INFO]: [nei] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=NotEnoughItems
[13:41:58] [main/INFO]: PreInitializing ClientProxy...
[13:41:58] [main/INFO]: PreInitialization Finished.
[13:41:58] [Forge Version Check/INFO]: [nei] Found status: BETA Target: null
[13:41:58] [Forge Version Check/INFO]: [primal] Starting version check at http://insecure.www.nmd.so/update-primal.json
[13:41:58] [main/INFO]: OBJLoader: Domain libvulpes has been added.
[13:41:58] [main/INFO]: Tesla integration loaded
[13:41:58] [Forge Version Check/INFO]: [primal] Found status: BETA Target: null
[13:41:58] [Forge Version Check/INFO]: [shetiphiancore] Starting version check at https://gist.githubusercontent.com/ShetiPhian/5a4332ca6221ae61ab3c6d531a989f21/raw/ShetiPhianCore
[13:41:58] [Forge Version Check/INFO]: [industrialforegoing] Starting version check at https://raw.githubusercontent.com/Buuz135/Industrial-Foregoing/master/update.json
[13:41:58] [Forge Version Check/INFO]: [industrialforegoing] Found status: BETA Target: null
[13:41:58] [Forge Version Check/INFO]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json
[13:41:58] [main/INFO]: OBJLoader: Domain advancedrocketry has been added.
[13:41:58] [main/INFO]: [elucent.elulib.asm.ASMTransformer:patchForgeHooksASM:74]: Successfully patched ForgeHooksClient!
[13:41:58] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:185]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
[13:41:58] [main/INFO]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:197]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
[13:41:58] [Forge Version Check/INFO]: [cofhcore] Found status: BETA Target: null
[13:41:58] [Forge Version Check/INFO]: [acintegration] Starting version check at https://raw.githubusercontent.com/Shinoow/AbyssalCraft-Integration/master/version.json
[13:41:58] [Forge Version Check/INFO]: [acintegration] Found status: UP_TO_DATE Target: null
[13:41:58] [Forge Version Check/INFO]: [cyclicmagic] Starting version check at https://raw.githubusercontent.com/PrinceOfAmber/CyclicMagic/master/update.json
[13:41:58] [Forge Version Check/INFO]: [cyclicmagic] Found status: OUTDATED Target: 1.11.0
[13:41:58] [Forge Version Check/INFO]: [mousetweaks] Starting version check at http://play.sourceruns.org/yalter/MouseTweaks/update.json
[13:41:59] [Forge Version Check/INFO]: [mousetweaks] Found status: BETA Target: null
[13:41:59] [Forge Version Check/INFO]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[13:41:59] [main/INFO]: Pre Initialization ( started )
[13:41:59] [Forge Version Check/INFO]: [forge] Found status: OUTDATED Target: 14.23.1.2604
[13:41:59] [Forge Version Check/INFO]: [abyssalcraft] Starting version check at https://raw.githubusercontent.com/Shinoow/AbyssalCraft/master/version.json
[13:41:59] [Forge Version Check/INFO]: [simplyjetpacks] Starting version check at https://raw.githubusercontent.com/CyberdyneCC/SimplyJetpacks-2/TomsonDev/update/update.json
[13:41:59] [Forge Version Check/INFO]: [simplyjetpacks] Found status: BETA Target: null
[13:41:59] [Forge Version Check/INFO]: [thermalcultivation] Starting version check at https://raw.github.com/cofh/version/master/thermalcultivation_update.json
[13:41:59] [Forge Version Check/INFO]: [thermalcultivation] Found status: BETA Target: null
[13:42:00] [main/INFO]: Starting AE2 VersionChecker
[13:42:00] [main/INFO]: Pre Initialization ( ended after 985ms )
[13:42:00] [AE2 VersionChecker/INFO]: Last check was just recently.
[13:42:00] [AE2 VersionChecker/INFO]: Stopping AE2 VersionChecker
[13:42:00] [main/INFO]: Loaded AE2 Plugin {}
[13:42:00] [main/INFO]: bdlib 1.14.3.12 loaded
[13:42:00] [main/INFO]: Initialized network channel 'bdew.multiblock' for mod 'bdlib'
[13:42:00] [main/INFO]: Loading internal config files for mod AE2 Stuff
[13:42:00] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/ae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/tuning.cfg
[13:42:00] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/ae2stuff-0.7.0.4-mc1.12.2.jar!/assets/ae2stuff/config/recipes.cfg
[13:42:00] [main/INFO]: Loading user config files for mod AE2 Stuff
[13:42:00] [main/INFO]: Config loading for mod AE2 Stuff finished
[13:42:00] [main/INFO]: Loaded creative tabs for ae2stuff
[13:42:00] [main/INFO]: The One Probe Detected RedstoneFlux: enabling support
[13:42:00] [main/INFO]: The One Probe Detected Baubles: enabling support
[13:42:01] [main/INFO]: OBJLoader: Domain immersiveengineering has been added.
[13:42:01] [main/INFO]: Custom OBJLoader: Domain has been added: immersiveengineering
[13:42:01] [Immersive Engineering Contributors Thread/INFO]: Attempting to download special revolvers from GitHub
[13:42:01] [main/INFO]: InvTweaks: successfully transformed setFocused/func_146195_b
[13:42:02] [main/INFO]: Found mod feature container for mod: draconicevolution
[13:42:02] [main/INFO]: Found mod config container for mod: draconicevolution
[13:42:02] [main/INFO]: Found mod config container for mod: draconicevolution
[13:42:02] [main/INFO]: Found mod config container for mod: brandonscore
[13:42:02] [main/INFO]: Loading mod config for: draconicevolution
[13:42:02] [main/INFO]: Loading mod config for: brandonscore
[13:42:02] [main/WARN]: No features were detected for mod: brandonscore. This maybe an issue or maybe this mod just does not have any items or blocks.
[13:42:02] [main/INFO]: Registering default Feature Templates...
[13:42:02] [main/INFO]: Registering default World Generators...
[13:42:02] [main/INFO]: Verifying or creating base world generation directory...
[13:42:02] [main/INFO]: Complete.
[13:42:02] [main/INFO]: Registering features for mod: draconicevolution
[13:42:02] [main/INFO]: Registering feature renderers for mod: draconicevolution
[13:42:02] [main/INFO]: Finished PreInitialization
[13:42:02] [main/INFO]: OBJLoader: Domain draconicevolution has been added.
[13:42:02] [main/INFO]: Downloading Project Intelligence Mod Manifest...
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `ender_chest`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `beacon`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `lit_furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_seeds`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `brown_mushroom`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `red_mushroom`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: [BWM] Successfully load compat for applecore
[13:42:03] [main/INFO]: [BWM] 'BatWings' is forcefully disabled as it's incompatible with the following loaded mods: [actuallyadditions]
[13:42:03] [main/INFO]: [BWM] Compatibility class betterwithmods.module.compat.tcon.TConstruct could not be loaded. Report this!
[13:42:03] [main/INFO]: [BWM] Compatibility class betterwithmods.module.compat.minetweaker.MineTweaker could not be loaded. Report this!
[13:42:03] [main/INFO]: [BWM] Compatibility class betterwithmods.module.compat.ThermalExpansion could not be loaded. Report this!
[13:42:03] [main/INFO]: [BWM] Successfully load compat for harvestcraft
[13:42:03] [main/INFO]: [BWM] Successfully load compat for actuallyadditions
[13:42:03] [main/INFO]: [BWM] Successfully load compat for immersiveengineering
[13:42:03] [main/INFO]: [BWM] Successfully load compat for biomesoplenty
[13:42:03] [main/INFO]: [BWM] Module industry is enabled
[13:42:03] [main/INFO]: [BWM] Module hardcore is enabled
[13:42:03] [main/INFO]: [BWM] Module tweaks is enabled
[13:42:03] [main/INFO]: [BWM] Module gameplay is enabled
[13:42:03] [main/INFO]: [BWM] Module compatmodule is enabled
[13:42:03] [main/INFO]: [BWM] Module PreInit : industry
[13:42:03] [main/INFO]: [BWM] Feature PreInit : Pollution
[13:42:03] [main/INFO]: [BWM] Feature PreInit : WeatherControl
[13:42:03] [main/INFO]: [BWM] Feature PreInit : Multiblocks
[13:42:03] [main/INFO]: [BWM] Module PreInit : tweaks
[13:42:03] [main/INFO]: [BWM] Feature PreInit : KilnCharcoal
[13:42:03] [main/INFO]: [BWM] Feature PreInit : MossGeneration
[13:42:03] [main/INFO]: [BWM] Feature PreInit : RSBlockGlow
[13:42:03] [main/INFO]: [BWM] Feature PreInit : CreeperShearing
[13:42:03] [main/INFO]: [BWM] Feature PreInit : KilnSmelting
[13:42:03] [main/INFO]: [BWM] Feature PreInit : Dung
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HeadDrops
[13:42:03] [main/INFO]: [BWM] Feature PreInit : GrassPath
[13:42:03] [main/INFO]: [BWM] Feature PreInit : MobSpawning
[13:42:03] [main/INFO]: [BWM] Feature PreInit : CactusSkeleton
[13:42:03] [main/INFO]: [BWM] Feature PreInit : ImprovedFlee
[13:42:03] [main/INFO]: [BWM] Feature PreInit : EggDrops
[13:42:03] [main/INFO]: [BWM] Feature PreInit : AxeLeaves
[13:42:03] [main/INFO]: [BWM] Feature PreInit : Sinkholes
[13:42:03] [main/INFO]: [BWM] Module PreInit : gameplay
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HopperRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : MillRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : BreedingHarness
[13:42:03] [main/INFO]: [BWM] Feature PreInit : NuggetCompression
[13:42:03] [main/INFO]: [BWM] Feature PreInit : CrucibleRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : MetalReclaming
[13:42:03] [main/INFO]: [BWM] Feature PreInit : KilnRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : SawRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : CauldronRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : AnvilRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : CraftingRecipes
[13:42:03] [main/INFO]: [BWM] Feature PreInit : TurntableRecipes
[13:42:03] [main/INFO]: [BWM] Module PreInit : compatmodule
[13:42:03] [main/INFO]: [BWM] Feature PreInit : ImmersiveEngineering
[13:42:03] [main/INFO]: [BWM] Feature PreInit : Harvestcraft
[13:42:03] [main/INFO]: [BWM] Feature PreInit : BiomesOPlenty
[13:42:03] [main/INFO]: [BWM] Feature PreInit : ActuallyAdditions
[13:42:03] [main/INFO]: [BWM] Module PreInit : hardcore
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCNames
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCTools
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCLumber
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCStructures
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCCobblestone
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCDiamond
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCBuckets
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCBeacons
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `beacon`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `ender_chest`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCFurnace
[13:42:03] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `furnace`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCChickens
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCPiles
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCEnchanting
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCGunpowder
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCSheep
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCTorches
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCCooking
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCSaw
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCMelon
[13:42:03] [main/INFO]: [BWM] Feature PreInit : HCBrewing
[13:42:03] [main/INFO]: OBJLoader: Domain betterwithmods has been added.
[13:42:04] [main/OFF]: Loading Aroma1997Core version 2.0.0.0.b137 for MC 1.12.2
[13:42:04] [main/INFO]: Finished Pre-initialization.
[13:42:04] [main/INFO]: Loading 0 modules.
[13:42:04] [main/INFO]: Done loading plugins.
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid emerald for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid fluidoil for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid fluidnitrodiesel for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid ic2uu_matter for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid ic2biomass for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid ic2biogas for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] Ignoring fluid nacre for rarity registry - it doesn't exist in the current environment
[13:42:04] [main/INFO]: [AstralSorcery] [AssetLibrary] Refreshing and Invalidating Resources
[13:42:04] [main/INFO]: [AstralSorcery] [AssetLibrary] Finished reloading, rebinding textures...
[13:42:04] [main/INFO]: [AstralSorcery] [AssetLibrary] Preload mandatory textures
[13:42:04] [main/INFO]: [AstralSorcery] [AssetLibrary] Preload textures
[13:42:05] [main/INFO]: [AstralSorcery] [AssetLibrary] Initializing sprite library
[13:42:05] [main/INFO]: [AstralSorcery] [AssetLibrary] Texture Preloading took 1082ms!
[13:42:05] [main/INFO]: [AstralSorcery] [AssetLibrary] Successfully reloaded and rebound library.
[13:42:05] [main/INFO]: OBJLoader: Domain astralsorcery has been added.
[13:42:05] [main/INFO]: [AstralSorcery] Crafttweaker found! Adding recipe handlers...
[13:42:06] [main/INFO]: Access transform success createStackedBlock (func_180643_i).
[13:42:06] [main/INFO]: Loaded configs...
[13:42:06] [main/INFO]: Loading BWE Compat: ThermalExpansion
[13:42:06] [main/INFO]: Loading BWE Compat: IE Mechanical Power
[13:42:06] [main/INFO]: Loading BWE Compat: HempFix
[13:42:08] [main/INFO]: dead_forest.json: Detected config file
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: topBlock, Value: biomesoplenty:grass[snowy=false,variant=loamy]
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fillerBlock, Value: biomesoplenty:dirt[coarse=false,variant=loamy]
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: skyColor, Value: -1
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogColor, Value: -1
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogDensity, Value: 1.0
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: hasBiomeEssence, Value: true
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: seaFloorBlock, Value: minecraft:dirt[snowy=false,variant=dirt]
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: averageHeight, Value: 68.0
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: variationBelow, Value: 8.0
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: variationAbove, Value: 25.0
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: canSpawnInBiome, Value: false
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: canGenerateVillages, Value: false
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: canGenerateRivers, Value: true
[13:42:08] [main/INFO]: dead_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: beachBiomeLocation, Value: biomesoplenty:gravel_beach
[13:42:08] [main/INFO]: dead_swamp.json: Detected config file
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: topBlock, Value: biomesoplenty:grass[snowy=false,variant=loamy]
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fillerBlock, Value: biomesoplenty:dirt[coarse=false,variant=loamy]
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: skyColor, Value: -1
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogColor, Value: -1
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogDensity, Value: 1.0
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: hasBiomeEssence, Value: true
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: seaFloorBlock, Value: minecraft:dirt[snowy=false,variant=dirt]
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: averageHeight, Value: 63.0
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: variationBelow, Value: 6.0
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: variationAbove, Value: 3.0
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: canSpawnInBiome, Value: false
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: canGenerateVillages, Value: false
[13:42:08] [main/INFO]: dead_swamp.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: canGenerateRivers, Value: false
[13:42:08] [main/INFO]: corrupted_sands.json: Detected config file
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: topBlock, Value: minecraft:soul_sand
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fillerBlock, Value: minecraft:soul_sand
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: skyColor, Value: -1
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogColor, Value: -1
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogDensity, Value: 1.0
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: hasBiomeEssence, Value: false
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: wallBlock, Value: minecraft:soul_sand
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: roofTopBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: corrupted_sands.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: roofFillerBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: fungi_forest.json: Detected config file
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: topBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fillerBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: skyColor, Value: -1
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogColor, Value: -1
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: fogDensity, Value: 1.0
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: hasBiomeEssence, Value: false
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: wallBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: roofTopBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: fungi_forest.json: You can't set a property to its default value, only changed properties can be included in config files.
Property: roofFillerBlock, Value: minecraft:netherrack
[13:42:08] [main/INFO]: Patching net.minecraft.client.gui.GuiOptions... (ble)
[13:42:08] [main/INFO]: Loading configuration
[13:42:08] [main/INFO]: Trying to tell The One Probe about us
[13:42:08] [main/INFO]: Trying to tell CraftTweaker2 about us
[13:42:09] [main/INFO]: Loading configuration
[13:42:10] [main/INFO]: Registering dimension type: 144
[13:42:10] [main/INFO]: Registering Compact Machines 3 dimension: 144
[13:42:10] [main/INFO]: Trying to tell The One Probe about us
[13:42:11] [main/INFO]: Registering Items
[13:42:11] [main/INFO]: Registering Items Complete In 1ms
[13:42:11] [main/INFO]: The One Probe Integation: Enabled
[13:42:11] [main/INFO]: Init adding item models
[13:42:11] [main/INFO]: Registered Model for /dank/null Docking Station
[13:42:11] [main/INFO]: Registered Model for /dank/null/
[13:42:11] [main/INFO]: Registered Model for item.dank_null_holder.name
[13:42:11] [main/INFO]: Registered Model for RedStone /dank/null Panel
[13:42:11] [main/INFO]: Finished adding item models
[13:42:11] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `hopper`, expected `diethopper`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:12] [main/INFO]: OBJLoader: Domain exnihilocreatio has been added.
[13:42:12] [main/INFO]: Enable integration for 'AE2 Wireless Crafting Terminal (wct)'
[13:42:12] [main/INFO]: Enable integration for 'Just Enough Items (jei)'
[13:42:12] [main/INFO]: Enable integration for 'COFH Hammer (cofhapi|item)'
[13:42:12] [main/INFO]: OBJLoader: Domain extracells has been added.
[13:42:14] [main/WARN]: Itemstack 1xitem.null@17 cannot represent material xu_evil_metal since it is not associated with the material!
[13:42:14] [main/WARN]: Itemstack 1xitem.null@12 cannot represent material xu_enchanted_metal since it is not associated with the material!
[13:42:14] [main/WARN]: Itemstack 1xitem.null@11 cannot represent material xu_demonic_metal since it is not associated with the material!
[13:42:14] [main/INFO]: Loaded support for thermalexpansion
[13:42:17] [main/WARN]: The item tritium_fuel_rod is not initialized.
[13:42:17] [main/WARN]: The item plasma_launcher is not initialized.
[13:42:17] [main/WARN]: The fluid deuterium is not initialized.
[13:42:18] [main/INFO]: Module Roots Module failed to load: Roots not found
[13:42:18] [main/INFO]: Module BuildCraft 6 Statements Module failed to load: Compatible BuildCraftAPI|statements version not found
[13:42:18] [main/INFO]: Module BuildCraft 6 Recipes Module failed to load: Compatible BuildCraftAPI|recipes version not found
[13:42:18] [main/INFO]: Module EnderIO Module failed to load: EnderIO not found
[13:42:18] [main/INFO]: Module BuildCraft 6 Fuels Module failed to load: Compatible BuildCraftAPI|fuels version not found
[13:42:18] [main/INFO]: Module rustic Module failed to load: Rustic not found
[13:42:18] [main/INFO]: Module BuildCraft 6 Transport Module failed to load: buildcrafttransport not found
[13:42:19] [main/INFO]: Initialising API
[13:42:19] [main/INFO]: Initialised API
[13:42:19] [main/INFO]: Registering Blocks
[13:42:19] [main/INFO]: Loaded Blocks
[13:42:19] [main/INFO]: Registering Crafting Recipes
[13:42:19] [main/INFO]: Register Crafting Recipes
[13:42:19] [main/INFO]: sonar.core.handlers.inventories.ILargeInventoryHandler loaded successfully: ISonarInventoryHandler
[13:42:19] [main/INFO]: sonar.core.handlers.inventories.IInventoryHandler loaded successfully: ISonarInventoryHandler
[13:42:19] [main/INFO]: sonar.core.handlers.inventories.ItemHandlerHandler loaded successfully: ISonarInventoryHandler
[13:42:19] [main/INFO]: sonar.core.handlers.inventories.DrawersInventoryHandler loaded successfully: ISonarInventoryHandler
[13:42:19] [main/INFO]: sonar.core.handlers.inventories.AE2InventoryProvider loaded successfully: ISonarInventoryHandler
[13:42:19] [main/INFO]: sonar.core.handlers.inventories.DSUInventoryHandler loaded successfully: ISonarInventoryHandler
[13:42:19] [main/INFO]: Couldn't load ISonarInventoryHandler sonar.core.handlers.inventories.RefinedStorageHandler for modid refinedstorage
[13:42:19] [main/INFO]: sonar.core.handlers.energy.ForgeEnergyHandler loaded successfully: ISonarEnergyHandler
[13:42:19] [main/INFO]: sonar.core.handlers.energy.SonarHandler loaded successfully: ISonarEnergyHandler
[13:42:19] [main/INFO]: Couldn't load ISonarEnergyHandler sonar.core.handlers.energy.TeslaHandler for modid tesla
[13:42:19] [main/INFO]: sonar.core.handlers.energy.RFHandler loaded successfully: ISonarEnergyHandler
[13:42:19] [main/INFO]: sonar.core.handlers.energy.AEProvider loaded successfully: ISonarEnergyHandler
[13:42:19] [main/INFO]: Couldn't load ISonarEnergyHandler sonar.core.handlers.energy.MekanismHandler for modid mekanism
[13:42:19] [main/INFO]: sonar.core.handlers.energy.EUHandler loaded successfully: ISonarEnergyHandler
[13:42:19] [main/INFO]: Couldn't load ISonarFluidHandler sonar.core.handlers.fluids.DeepResonanceTank for modid deepresonance
[13:42:19] [main/INFO]: sonar.core.handlers.fluids.FluidCapabilityHandler loaded successfully: ISonarFluidHandler
[13:42:19] [main/INFO]: Couldn't load ISonarFluidHandler sonar.core.handlers.fluids.RefinedStorageHandler for modid refinedstorage
[13:42:19] [main/INFO]: sonar.core.handlers.fluids.AE2FluidHandler loaded successfully: ISonarFluidHandler
[13:42:19] [main/INFO]: sonar.core.handlers.container.ForgeItemHandler loaded successfully: ISonarEnergyContainerHandler
[13:42:19] [main/INFO]: sonar.core.handlers.container.SonarItemHandler loaded successfully: ISonarEnergyContainerHandler
[13:42:19] [main/INFO]: Couldn't load ISonarEnergyContainerHandler sonar.core.handlers.container.TeslaItemHandler for modid tesla
[13:42:19] [main/INFO]: sonar.core.handlers.container.RFItemHandler loaded successfully: ISonarEnergyContainerHandler
[13:42:19] [main/INFO]: sonar.core.handlers.container.EUItemHandler loaded successfully: ISonarEnergyContainerHandler
[13:42:19] [main/INFO]: Registering Renderers
[13:42:19] [main/INFO]: Registered Renderers
[13:42:19] [main/INFO]: Initialising API
[13:42:19] [main/INFO]: Loading Config
[13:42:19] [main/INFO]: Loading Network
[13:42:19] [main/INFO]: Loading Blocks/Items
[13:42:19] [main/INFO]: Loading Entities
[13:42:19] [main/INFO]: Loading Recipes
[13:42:19] [main/INFO]: Loading Packets
[13:42:19] [main/INFO]: Loading Renderers
[13:42:19] [main/INFO]: Finished Pre-Initialization
[13:42:19] [main/INFO]: Removing LaunchWrapper package manifest map...
[13:42:19] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraftforge.client.model.ItemLayerModel.bake
[13:42:19] [main/WARN]: Fast animated textures currently only seem to boost performance on AMD cards. Using original slow path.
[13:42:19] [main/INFO]: IC2 Version: ic2 2.8.42-ex112
[13:42:19] [main/INFO]: RF API Version: redstoneflux 2.0.1
[13:42:19] [main/INFO]: Tesla Version: NOT FOUND
[13:42:19] [main/INFO]: Available Forestry species roots:
[13:42:19] [main/INFO]: * rootBees - forestry.apiculture.genetics.BeeRoot
[13:42:19] [main/INFO]: * rootTrees - forestry.arboriculture.genetics.TreeRoot
[13:42:19] [main/INFO]: * rootButterflies - forestry.lepidopterology.genetics.ButterflyRoot
[13:42:19] [main/INFO]: Loading internal config files for mod Gendustry
[13:42:19] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/tuning.cfg
[13:42:19] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/recipes.cfg
[13:42:20] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/upgrades.cfg
[13:42:20] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_color.cfg
[13:42:20] [main/INFO]: Loading config: jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/gendustry-1.6.5.8-mc1.12.2.jar!/assets/gendustry/config/bees_patreon.cfg
[13:42:20] [main/INFO]: Loading user config files for mod Gendustry
[13:42:20] [main/INFO]: Config loading for mod Gendustry finished
[13:42:20] [main/INFO]: Loaded creative tabs for gendustry
[13:42:20] [main/INFO]: Blocks loaded
[13:42:20] [main/INFO]: Fluids loaded
[13:42:20] [main/INFO]: Items loaded
[13:42:20] [main/INFO]: Machines loaded
[13:42:20] [main/INFO]: Resource manager reload, new language: en_us
[13:42:20] [main/INFO]: Registered reload listener
[13:42:21] [main/INFO]: OBJLoader: Domain immcraft has been added.
[13:42:21] [main/INFO]: OBJLoader: Domain immersivetech has been added.
[13:42:21] [main/INFO]: Custom OBJLoader: Domain has been added: immersivetech
[13:42:22] [main/INFO]: OBJLoader: Domain industrialforegoing has been added.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `apple`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `wheat`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `carrot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `melon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_beef`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_chicken`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_porkchop`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_rabbit`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_mutton`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_cod`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cooked_salmon`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `clownfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `pufferfish`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `mushroom_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `bread`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `cookie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `baked_potato`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `pumpkin_pie`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `rabbit_stew`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:22] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `beetroot_soup`, expected `harvestcraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Could not read 'userbuilder.json', this is not an error!
[13:42:23] [main/INFO]: OBJLoader: Domain rftools has been added.
[13:42:23] [main/INFO]: Registering drink handlers for Thermal Foundation...
[13:42:23] [main/INFO]: Registered drink handlers for Thermal Foundation
[13:42:23] [main/INFO]: Registering drink handlers for Immersive Engineering...
[13:42:23] [main/INFO]: Registered drink handlers for Immersive Engineering
[13:42:23] [main/INFO]: Registering Plant Gatherer entries for Immersive Engineering...
[13:42:23] [main/INFO]: Registered Plant Gatherer entries for Immersive Engineering
[13:42:23] [main/INFO]: Pre-initialising integration for Tinkers' Construct...
[13:42:23] [main/INFO]: Potentially Dangerous alternative prefix `tconstruct` for name `enderference`, expected `integrationforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Potentially Dangerous alternative prefix `tconstruct` for name `insatiable`, expected `integrationforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Potentially Dangerous alternative prefix `tconstruct` for name `magnetic`, expected `integrationforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Potentially Dangerous alternative prefix `tconstruct` for name `momentum`, expected `integrationforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Potentially Dangerous alternative prefix `tconstruct` for name `dot`, expected `integrationforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Potentially Dangerous alternative prefix `tconstruct` for name `splinter`, expected `integrationforegoing`. This could be a intended override, but in most cases indicates a broken mod.
[13:42:23] [main/INFO]: Pre-initialised integration for Tinkers' Construct
[13:42:23] [main/INFO]: Registering drink handlers for Tinkers' Construct...
[13:42:23] [main/INFO]: Registered drink handlers for Tinkers' Construct
[13:42:23] [main/INFO]: Registering Plant Gatherer entries for Extra Utilities 2...
[13:42:23] [main/INFO]: Registered Plant Gatherer entries for Extra Utilities 2
[13:42:23] [main/INFO]: Registering drink handlers for Ex Nihilo Creatio...
[13:42:23] [main/INFO]: Registered drink handlers for Ex Nihilo Creatio
[13:42:23] [main/INFO]: No plugins for JourneyMap API discovered.
[13:42:23] [main/INFO]: Loading configs..
[13:42:23] [main/INFO]: Updating ModMetaData...
[13:42:23] [main/INFO]: Providing API...
[13:42:23] [main/INFO]: Let's do some keyboard magic!
[13:42:24] [main/INFO]: Registered MPUtils SaveHandler: BTSaveHandler
[13:42:24] [main/INFO]: PreInitialization started.
[13:42:24] [main/INFO]: PreInitialization completed.
[13:42:24] [main/INFO]: OBJLoader: Domain overloaded has been added.
[13:42:24] [main/INFO]: Pre-Init
[13:42:24] [main/INFO]: Sample Plugin
[13:42:25] [main/INFO]: OBJLoader: Domain primitivemobs has been added.
[13:42:25] [main/INFO]: Pre loaded registries in18ms
[13:42:25] [main/INFO]: Loaded registrys for reborncore.common.registration.RegistryConstructionEvent in 0ms
[13:42:25] [main/INFO]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPreInitializationEvent in 0ms
[13:42:26] [ReAuth-VersionChecker/INFO]: Looking for Updates
[13:42:26] [ReAuth-VersionChecker/INFO]: Looking for Updates - Finished
[13:42:26] [main/INFO]: XP Juice registered by Reliquary.
[13:42:26] [main/INFO]: OBJLoader: Domain rftoolscontrol has been added.
[13:42:26] [main/INFO]: Starting Simply Jetpacks 2
[13:42:26] [main/INFO]: Loading configuration files
[13:42:26] [main/INFO]: Stealing Thermal Expansion's items
[13:42:26] [main/INFO]: Registering items...
[13:42:26] [main/INFO]: Loaded configs...
[13:42:27] [main/INFO]: Loading plugins
[13:42:27] [main/INFO]: Found plugin candidate:vswe.stevescarts.compat.ic2.CompatIC2
[13:42:27] [main/INFO]: Plugin vswe.stevescarts.compat.ic2.CompatIC2 was found and has been initialized successfully!
[13:42:27] [main/INFO]: Found plugin candidate:vswe.stevescarts.compat.forestry.CompatForestry
[13:42:27] [main/INFO]: Plugin vswe.stevescarts.compat.forestry.CompatForestry was found and has been initialized successfully!
[13:42:27] [main/INFO]: Loaded 2 plugins
[13:42:27] [main/INFO]: Tinker I/O Waila Plugin Started!
[13:42:27] [main/INFO]: [com.kashdeya.tinyprogressions.configs.TinyConfig:initMainConfigs:31]: 1.12:1.12
[13:42:27] [main/INFO]: Initiating Config Legacy Handler....
[13:42:27] [main/INFO]: Moving Old Properties....
[13:42:27] [main/INFO]: Renaming Old Propertiesr....
[13:42:27] [main/INFO]: Cleaning up Categories....
[13:42:27] [main/INFO]: Cleaning up Properties....
[13:42:27] [main/INFO]: Config Legacy Handler Finished
[13:42:28] [main/INFO]: Found 15 addon candidates.
[13:42:28] [main/INFO]: Created addon Chisel.
[13:42:28] [main/INFO]: Created addon Base.
[13:42:28] [main/INFO]: Created addon Botania with 4 special helmets.
[13:42:28] [main/INFO]: Created addon Vanilla.
[13:42:28] [main/INFO]: Created addon Steve's Carts 2.
[13:42:28] [main/INFO]: Created addon Forestry with 2 special helmets.
[13:42:28] [main/INFO]: Created addon Tinkers' Construct.
[13:42:28] [main/INFO]: Created addon Thermal Dynamics.
[13:42:28] [main/INFO]: Created addon Storage Drawers.
[13:42:28] [main/INFO]: Created addon IndustrialCraft 2 with 4 special helmets.
[13:42:28] [main/INFO]: Created addon Thermal Expansion.
[13:42:29] [main/INFO]: OBJLoader: Domain elulib has been added.
[13:42:29] [main/INFO]: Loading blocks...
[13:42:29] [main/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
[13:42:29] [main/INFO]: 70 Feature's blocks loaded.
[13:42:29] [main/INFO]: Loading Tile Entities...
[13:42:29] [main/INFO]: Tile Entities loaded.
[13:42:30] [main/INFO]: Texture registration started.
[13:42:30] [main/INFO]: Texture registration completed.
[13:42:30] [main/INFO]: Fluid registration started.
[13:42:30] [main/INFO]: Fluid registration completed.
[13:42:30] [main/INFO]: Material registration started.
[13:42:30] [main/INFO]: Material registration completed.
[13:42:30] [main/INFO]: Loot Table registration started.
[13:42:30] [main/INFO]: Loot Table registration completed.
[13:42:30] [main/INFO]: Block registration started.
[13:42:30] [main/INFO]: Block registration completed.
[13:42:30] [main/INFO]: Registering 351 Blocks
[13:42:30] [main/INFO]: Registering Fluid Blocks
[13:42:31] [main/INFO]: Initializing Blocks...
[13:42:31] [main/INFO]: Applying holder lookups
[13:42:31] [main/INFO]: Holder lookups applied
[13:42:31] [main/INFO]: Loading items...
[13:42:31] [main/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
[13:42:31] [main/INFO]: 70 Feature's items loaded.
[13:42:32] [main/INFO]: ItemBlock registration started.
[13:42:32] [main/INFO]: ItemBlock registration completed.
[13:42:32] [main/INFO]: Item registration started.
[13:42:32] [main/INFO]: Item registration completed.
[13:42:32] [main/INFO]: Registering 429 Items
[13:42:32] [main/INFO]: Registering Item Blocks
[13:42:32] [main/INFO]: Initializing Items...
[13:42:32] [main/INFO]: Initializing OreDictionary Entries...
[13:42:32] [main/INFO]: Registered ore dict entry oreGold : Nether Gold Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreEmerald : End Emerald Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreRedstone : Nether Redstone Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreGold : End Gold Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreIron : End Iron Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreDiamond : Nether Diamond Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreLapis : Nether Lapis Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreEmerald : Nether Emerald Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreRedstone : End Redstone Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreIron : Nether Iron Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreDiamond : End Diamond Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreCoal : End Coal Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreCoal : Nether Coal Ore
[13:42:32] [main/INFO]: Registered ore dict entry oreLapis : End Lapis Ore
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.barley' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.barley_flour' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.wheat_flour' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.cotton' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.sulfur_powder' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.ghostwood_fletching' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.imp_leather' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.flame_string' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.materials.blue_dye' to list of materials
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.impmeat_raw' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.impmeat_cooked' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.raspberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.blueberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.blackberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.maloberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.blightberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.duskberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.skyberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.stingberry' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.potashapple' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.edibles.cactusjuice' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.ghostwood_mushroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.bloodwood_mushroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.darkwood_mushroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.fusewood_mushroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.vanilla_glowshroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.ghostwood_glowshroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.bloodwood_glowshroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.darkwood_glowshroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.fusewood_glowshroomstew' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.soups.berry_medley' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.maple' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.silverbell' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.amaranth' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs.tiger' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.willow' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.eucalyptus' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.hopseed' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_logs2.sakura' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_logs.bark' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_logs.heart' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_logs.root' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.maple' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.silverbell' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.amaranth' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling.tiger' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.willow' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.eucalyptus' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.hopseed' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.overworld_sapling2.sakura' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.redwood_sapling.redwood' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.barley_crop' to list of cropBlocks
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.cotton_crop' to list of cropBlocks
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.overworld_seeds.barley_seeds' to list of seeds
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.overworld_seeds.cotton_seeds' to list of seeds
[13:42:33] [main/INFO]: [PluginNatura] Adding 'item.natura.saguaro_fruit_item' to list of edibles
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs.ghostwood' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs.darkwood' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs.fusewood' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs2' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_logs2' to list of logs
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling.ghostwood' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling.fusewood' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling.darkwood' to list of saplings
[13:42:33] [main/INFO]: [PluginNatura] Adding 'tile.natura.nether_sapling2.bloodwood' to list of saplings
[13:42:33] [main/WARN]: Missing block: driedDirt
[13:42:33] [main/WARN]: Missing block: overgrownNetherrack
[13:42:33] [main/WARN]: Missing block: cragRock
[13:42:33] [main/WARN]: Missing block: ashStone
[13:42:33] [main/WARN]: Missing block: bopGrass
[13:42:33] [main/WARN]: Missing block: newBopGrass
[13:42:33] [main/WARN]: Missing block: longGrass
[13:42:33] [main/WARN]: Missing block: hardDirt
[13:42:33] [main/WARN]: Missing block: hardSand
[13:42:33] [main/WARN]: Missing block: originGrass
[13:42:33] [main/WARN]: Missing block: ash
[13:42:33] [main/WARN]: Missing block: newBopDirt
[13:42:33] [main/WARN]: Missing block: petals
[13:42:33] [main/INFO]: Registering Fluid Items
[13:42:33] [main/INFO]: Applying holder lookups
[13:42:33] [main/INFO]: Holder lookups applied
[13:42:33] [main/INFO]: Biome registration started.
[13:42:33] [main/INFO]: Biome registration completed.
[13:42:33] [main/INFO]: [zmaster587.advancedRocketry.AdvancedRocketry:register:360]: REGISTERING BIOMES
[13:42:33] [main/INFO]: Registering Entities
[13:42:33] [main/INFO]: Effect registration started.
[13:42:33] [main/INFO]: Effect registration completed.
[13:42:33] [main/INFO]: Registering Potions
[13:42:33] [main/INFO]: Effect Type registration started.
[13:42:33] [main/INFO]: Effect Type registration completed.
[13:42:33] [main/INFO]: Sound registration started.
[13:42:33] [main/INFO]: Sound registration completed.
[13:42:33] [main/INFO]: Registering Sounds
[13:42:33] [main/INFO]: Initializing Village Addons...
[13:42:33] [main/INFO]: Registering Bottle Recipes
[13:42:33] [main/INFO]: Registering Cauldron Recipes
[13:42:33] [main/INFO]: Registering Drying Rack Recipes
[13:42:33] [main/INFO]: Registering Gallagher Recipes
[13:42:33] [main/INFO]: Registering Magma Recipes
[13:42:33] [main/INFO]: Applying holder lookups
[13:42:33] [main/INFO]: Holder lookups applied
[13:42:33] [main/INFO]: OBJLoader: Domain botania has been added.
[13:42:33] [main/INFO]: OBJLoader: Domain chancecubes has been added.
[13:42:33] [main/INFO]: OBJLoader: Domain terraqueous has been added.
[13:42:33] [main/INFO]: OBJLoader: Domain multistorage has been added.
[13:42:33] [main/INFO]: Model registration started.
[13:42:34] [main/INFO]: Model registration completed.
[13:42:34] [main/INFO]: Registering Client Events
[13:42:34] [main/INFO]: Registering Models
[13:42:35] [main/INFO]: Applying holder lookups
[13:42:35] [main/INFO]: Holder lookups applied
[13:42:35] [main/INFO]: Injecting itemstacks
[13:42:35] [main/INFO]: Itemstack injection complete
[13:42:39] [main/WARN]: Missing sound for event: tinker_io:record.lonesome_avenue
[13:42:39] [Sound Library Loader/INFO]: Starting up SoundSystem...
[13:42:39] [Thread-10/INFO]: Initializing LWJGL OpenAL
[13:42:39] [Thread-10/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[13:42:39] [Thread-10/INFO]: OpenAL initialized.
[13:42:40] [Sound Library Loader/INFO]: Sound engine started
[13:42:40] [main/INFO]: OBJLoader.Parser: command 's' (model: 'advancedrocketry:models/block/models/advrocketmotor.obj') is not currently supported, skipping. Line: 347 's off'
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/toptank.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'advancedrocketry:models/block/models/toptank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/toptank.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/bottomtank.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'advancedrocketry:models/block/models/bottomtank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/bottomtank.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/middletank.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'advancedrocketry:models/block/models/middletank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/middletank.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'advancedrocketry:models/block/models/sawblade.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'advancedrocketry:models/block/models/sawblade.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'advancedrocketry:models/block/models/sawblade.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'advancedrocketry:models/block/models/sawblade.mtl') is not currently supported, skipping
[13:42:40] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'advancedrocketry:models/block/models/sawblade.mtl') is not currently supported, skipping
[13:42:42] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'extracells:models/block/walrus.mtl') is not currently supported, skipping
[13:42:42] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'extracells:models/block/walrus.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:42] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'extracells:models/block/walrus.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/bookshelf.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/bookshelf.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/bookshelf.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/bookstand.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/bookstand.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/bookstand.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/bookstand_withbook_closed.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/bookstand_withbook_closed.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/bookstand_withbook_closed.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None_planks_workbench.png.001' in 'immcraft:models/block/bookstand_withbook_closed.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/bookstand_withbook.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/bookstand_withbook.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/bookstand_withbook.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None_planks_workbench.png.001' in 'immcraft:models/block/bookstand_withbook.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/chest.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/chest.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/chest.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/cupboard.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/cupboard.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/cupboard.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/furnace.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/furnace.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/furnace.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/rock.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/rock.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/rock.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/sticks1.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/sticks1.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/sticks1.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/sticks2.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/sticks2.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/sticks2.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/sticks3.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/sticks3.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/sticks3.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/sticks.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/sticks.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/sticks.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/workbenchleft.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/workbenchleft.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/workbenchleft.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'immcraft:models/block/workbenchright.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'immcraft:models/block/workbenchright.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:43] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'immcraft:models/block/workbenchright.mtl') is not currently supported, skipping
[13:42:43] [main/INFO]: OBJModel: A color has already been defined for material 'None_planks_workbench.png' in 'immcraft:models/block/workbenchright.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/advancedmotor.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/advancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/elitemotor.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/elitemotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/enhancedmotor.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/enhancedmotor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJModel: A color has already been defined for material 'Material' in 'libvulpes:models/block/models/motor.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping
[13:42:44] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'libvulpes:models/block/models/motor.mtl') is not currently supported, skipping
[13:42:47] [main/INFO]: OBJLoader.Parser: command 's' (model: 'multistorage:models/block/vaultcorer.obj') is not currently supported, skipping. Line: 94 's off'
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/energy_extractor.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/energy_extractor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_energy_receiver.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_energy_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_energy_sender.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_energy_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_fluid_receiver.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_fluid_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_fluid_sender.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_fluid_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_item_receiver.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_item_receiver.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/hyper_item_sender.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/hyper_item_sender.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_barrel.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_barrel.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_capacitor.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_capacitor.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_tank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_tank.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/block/infinite_water_source.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/block/infinite_water_source.mtl') is not currently supported, skipping
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'rftools:models/block/environmental.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_machineEnvironmentalController.png' in 'rftools:models/block/environmental.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_machineTop.png.001' in 'rftools:models/block/environmental.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_powercellD.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_powercellE.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_powercellN.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_powercellS.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_powercellU.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:48] [main/INFO]: OBJModel: A color has already been defined for material 'None_powercellW.png' in 'rftools:models/block/powercell.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:49] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'rftoolscontrol:models/block/tank.mtl') is not currently supported, skipping
[13:42:49] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'rftoolscontrol:models/block/tank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:49] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'rftoolscontrol:models/block/tank.mtl') is not currently supported, skipping
[13:42:49] [main/INFO]: OBJModel: A color has already been defined for material 'None_machineTankInside.png' in 'rftoolscontrol:models/block/tank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:49] [main/INFO]: OBJModel: A color has already been defined for material 'None_machineTankTop.png' in 'rftoolscontrol:models/block/tank.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/energy_core.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/energy_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/fluid_core.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/fluid_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/item_core.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/item_core.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/linkingcard.mtl') is not currently supported, skipping
[13:42:54] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/linkingcard.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/linkingcard.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.Parser: command 'l' (model: 'overloaded:models/item/armor/multi_body.obj') is not currently supported, skipping. Line: 1750 'l 573 574'
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/armor/multi_helmet.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/armor/multi_helmet.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJModel: A color has already been defined for material 'None' in 'overloaded:models/item/ntool.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/ntool.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJModel: A color has already been defined for material 'None.001' in 'overloaded:models/item/ray_gun.mtl'. The color defined by key 'Ks' will not be applied!
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping
[13:42:55] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'overloaded:models/item/ray_gun.mtl') is not currently supported, skipping
[13:42:56] [main/INFO]: Stitching Revolver Textures!
[13:42:59] [main/INFO]: Max texture size: 16384
[13:43:15] [main/INFO]: Created: 8192x4096 textures-atlas
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:16] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraftforge.client.model.pipeline.VertexLighterFlat.updateLightmap
[13:43:16] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:127]: Spliced in METHOD: net.minecraftforge.client.model.pipeline.VertexLighterFlat.updateBlockInfo
[13:43:16] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:114]: Added INTERFACE: pl/asie/foamfix/coremod/injections/client/IFoamFixBlockInfoDataProxy
[13:43:16] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.getRawS
[13:43:16] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.getRawB
[13:43:16] [main/INFO]: [pl.asie.foamfix.coremod.FoamFixTransformer:spliceClasses:137]: Added METHOD: net.minecraftforge.client.model.pipeline.BlockInfo.updateRawBS
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:17] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:18] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:19] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:19] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/ERROR]: MultiModel minecraft:builtin/missing is empty (no base model or parts were provided/resolved)
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:22] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:23] [main/WARN]: Unable to resolve texture due to upward reference: #all in minecraft:models/block/cube_all
[13:43:24] [main/INFO]: Deduplicating models...
[13:43:33] [main/INFO]: Deduplicated 2593642 (+ 998976) objects.
[13:43:34] [main/ERROR]: Exception loading model for variant betterwithmods:stone_moulding#orientation=12,type=9
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model betterwithmods:stone_moulding#orientation=12,type=9 with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant betterwithmods:stone_moulding#orientation=12,type=7
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model betterwithmods:stone_moulding#orientation=12,type=7 with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant betterwithmods:stone_moulding#orientation=12,type=8
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model betterwithmods:stone_moulding#orientation=12,type=8 with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant betterwithmods:steel_merger#active=true,down=true,east=false,facing=up,north=false,south=false,up=false,west=false
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model betterwithmods:steel_merger#active=true,down=true,east=false,facing=up,north=false,south=false,up=false,west=false with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading blockstate for the variant betterwithmods:steel_merger#active=true,down=true,east=false,facing=up,north=false,south=false,up=false,west=false:
java.lang.Exception: Could not load model definition for variant betterwithmods:steel_merger
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model betterwithmods:blockstates/steel_merger.json
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
Caused by: java.io.FileNotFoundException: betterwithmods:blockstates/steel_merger.json
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant advancedrocketry:astrobed#facing=east,occupied=false,part=head
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:astrobed#facing=east,occupied=false,part=head with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/bed_head with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
Caused by: java.io.FileNotFoundException: minecraft:models/block/bed_head.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant primal:void_grass#age=6,bloom=false
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model primal:void_grass#age=6,bloom=false with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant primal:thin_slab_thatch#half=top
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model primal:thin_slab_thatch#half=top with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant extrautils2:miner#active=true,facing=south
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:miner#active=true,facing=south with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading blockstate for the variant extrautils2:miner#active=true,facing=south:
java.lang.Exception: Could not load model definition for variant extrautils2:miner
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model extrautils2:blockstates/miner.json
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
Caused by: java.io.FileNotFoundException: extrautils2:blockstates/miner.json
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant primal:tall_grass_growing#age=1,bloom=true
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model primal:tall_grass_growing#age=1,bloom=true with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant primal:lantern_empty#facing=up,lit=true
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model primal:lantern_empty#facing=up,lit=true with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant extrautils2:miner#active=true,facing=north
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:miner#active=true,facing=north with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant extrautils2:user#active=false,facing=down
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:user#active=false,facing=down with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading blockstate for the variant extrautils2:user#active=false,facing=down:
java.lang.Exception: Could not load model definition for variant extrautils2:user
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model extrautils2:blockstates/user.json
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
Caused by: java.io.FileNotFoundException: extrautils2:blockstates/user.json
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration2#inventory,type=toolbox, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:item/metal_decoration2 with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: immersiveengineering:models/item/metal_decoration2.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration2#inventory,type=toolbox, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:metal_decoration2#inventory,type=toolbox with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersivetech:connectors#_0multiblockslave=false,boolean0=false,boolean1=true,facing=south,type=connectors_timer
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivetech:connectors#_0multiblockslave=false,boolean0=false,boolean1=true,facing=south,type=connectors_timer with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException: Model immersivetech:block/smartmodel/conns_conn_timer returned null as default state
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864) ~[guava-21.0.jar:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:692) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant extrautils2:user#active=false,facing=east
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extrautils2:user#active=false,facing=east with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2_armored#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio2_armored with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: simplyjetpacks:models/item/fluxpack_eio2_armored.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2_armored#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio2_armored#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant tinker_io:upg_8#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tinker_io:item/upg_8 with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: tinker_io:models/item/upg_8.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant tinker_io:upg_8#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model tinker_io:upg_8#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant cyclicmagic:wireless_transmitter#powered=true
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cyclicmagic:wireless_transmitter#powered=true with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cyclicmagic:block/wireless_transmitter_on with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
Caused by: java.io.FileNotFoundException: cyclicmagic:models/block/wireless_transmitter_on.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersiveengineering:metal_decoration1_slab#slabtype=2,type=aluminum_fence
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:metal_decoration1_slab#slabtype=2,type=aluminum_fence with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant enderstorage:ender_storage#type=ender_tank
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model enderstorage:ender_storage#type=ender_tank with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading blockstate for the variant enderstorage:ender_storage#type=ender_tank:
java.lang.Exception: Could not load model definition for variant enderstorage:ender_storage
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:281) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:121) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.RuntimeException: Encountered an exception when loading model definition of model enderstorage:blockstates/ender_storage.json
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:228) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
Caused by: java.io.FileNotFoundException: enderstorage:blockstates/ender_storage.json
at net.minecraft.client.resources.FallbackResourceManager.func_135056_b(FallbackResourceManager.java:104) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_135056_b(SimpleReloadableResourceManager.java:79) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_188632_a(ModelBakery.java:221) ~[cgb.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177586_a(ModelBakery.java:208) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177586_a(ModelLoader.java:277) ~[ModelLoader.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant advancedrocketry:astrobed#facing=east,occupied=true,part=head
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:astrobed#facing=east,occupied=true,part=head with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/bed_head with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
Caused by: java.io.FileNotFoundException: minecraft:models/block/bed_head.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersiveengineering:stone_decoration_slab#slabtype=0,type=concrete_sprayed
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:stone_decoration_slab#slabtype=0,type=concrete_sprayed with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant advancedrocketry:astrobed#facing=east,occupied=true,part=foot
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:astrobed#facing=east,occupied=true,part=foot with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/bed_foot with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
Caused by: java.io.FileNotFoundException: minecraft:models/block/bed_foot.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant minecraft:air#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:item/air with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: minecraft:models/item/air.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant minecraft:air#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:air#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant advancedrocketry:astrobed#facing=east,occupied=false,part=foot
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:astrobed#facing=east,occupied=false,part=foot with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model minecraft:block/bed_foot with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
Caused by: java.io.FileNotFoundException: minecraft:models/block/bed_foot.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:677) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersivetech:connectors#_0multiblockslave=false,boolean0=true,boolean1=false,facing=east,type=connectors_timer
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivetech:connectors#_0multiblockslave=false,boolean0=true,boolean1=false,facing=east,type=connectors_timer with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException: Model immersivetech:block/smartmodel/conns_conn_timer returned null as default state
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864) ~[guava-21.0.jar:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:692) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersivetech:connectors#_0multiblockslave=false,boolean0=true,boolean1=true,facing=south,type=connectors_timer
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivetech:connectors#_0multiblockslave=false,boolean0=true,boolean1=true,facing=south,type=connectors_timer with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException: Model immersivetech:block/smartmodel/conns_conn_timer returned null as default state
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864) ~[guava-21.0.jar:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:692) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersivetech:connectors#_0multiblockslave=false,boolean0=true,boolean1=false,facing=south,type=connectors_timer
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersivetech:connectors#_0multiblockslave=false,boolean0=true,boolean1=false,facing=south,type=connectors_timer with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.NullPointerException: Model immersivetech:block/smartmodel/conns_conn_timer returned null as default state
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864) ~[guava-21.0.jar:?]
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.<init>(ModelLoader.java:692) ~[ModelLoader$WeightedRandomModel.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1190) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant avaritia:infinity_sword#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model avaritia:item/infinity_sword with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: avaritia:models/item/infinity_sword.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant avaritia:infinity_sword#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model avaritia:infinity_sword#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:inflictor_gemfull#normal, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:item/inflictor_gemfull with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: embers:models/item/inflictor_gemfull.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:inflictor_gemfull#normal, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:inflictor_gemfull#normal with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:inflictor_gemempty#normal, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:item/inflictor_gemempty with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: embers:models/item/inflictor_gemempty.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:inflictor_gemempty#normal, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:inflictor_gemempty#normal with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant immersiveengineering:stone_decoration_slab#slabtype=2,type=concrete_sprayed
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:stone_decoration_slab#slabtype=2,type=concrete_sprayed with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant cyclicmagic:trash#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cyclicmagic:item/trash with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: cyclicmagic:models/item/trash.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant cyclicmagic:trash#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cyclicmagic:trash#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio3_armored#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio3_armored with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: simplyjetpacks:models/item/fluxpack_eio3_armored.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio3_armored#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio3_armored#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:mech_edge#state=8
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:mech_edge#state=8 with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/ERROR]: Exception loading model for variant extracells:gas.item#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extracells:item/gas.item with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: extracells:models/item/gas.item.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant extracells:gas.item#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model extracells:gas.item#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant avaritia:infinity_hoe#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model avaritia:item/infinity_hoe with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: avaritia:models/item/infinity_hoe.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant avaritia:infinity_hoe#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model avaritia:infinity_hoe#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:ingot_dark_doularium#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/ingot_dark_doularium with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: simplyjetpacks:models/item/ingot_dark_doularium.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:ingot_dark_doularium#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:ingot_dark_doularium#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:inferno_forge_edge#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:item/inferno_forge_edge with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: embers:models/item/inferno_forge_edge.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant embers:inferno_forge_edge#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model embers:inferno_forge_edge#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant avaritia:infinity_bow#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model avaritia:item/infinity_bow with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: avaritia:models/item/infinity_bow.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant avaritia:infinity_bow#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model avaritia:infinity_bow#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2#inventory, normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:item/fluxpack_eio2 with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:314) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: simplyjetpacks:models/item/fluxpack_eio2.json
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:69) ~[cei.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177594_c(ModelBakery.java:334) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.access$1600(ModelLoader.java:130) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:880) ~[ModelLoader$VanillaLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant simplyjetpacks:fluxpack_eio2#inventory, blockstate location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model simplyjetpacks:fluxpack_eio2#inventory with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:322) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:164) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 14 more
[13:43:34] [main/ERROR]: Exception loading model for variant enderstorage:ender_storage#type=ender_chest
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model enderstorage:ender_storage#type=ender_chest with loader VariantLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:153) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177569_a(ModelLoader.java:248) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadBlock(ModelBakery.java:153) ~[cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_188640_b(ModelLoader.java:236) ~[ModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:163) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: net.minecraft.client.renderer.block.model.ModelBlockDefinition$MissingVariantException
at net.minecraft.client.renderer.block.model.ModelBlockDefinition.func_188004_c(ModelBlockDefinition.java:83) ~[bvv.class:?]
at net.minecraftforge.client.model.ModelLoader$VariantLoader.loadModel(ModelLoader.java:1189) ~[ModelLoader$VariantLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:149) ~[ModelLoaderRegistry.class:?]
... 15 more
[13:43:34] [main/FATAL]: Suppressed additional 909 model loading errors for domain betterwithmods
[13:43:34] [main/FATAL]: Suppressed additional 1 model loading errors for domain simplyjetpacks
[13:43:34] [main/FATAL]: Suppressed additional 84 model loading errors for domain primal
[13:43:34] [main/FATAL]: Suppressed additional 8 model loading errors for domain immersiveengineering
[13:43:34] [main/FATAL]: Suppressed additional 11 model loading errors for domain advancedrocketry
[13:43:34] [main/FATAL]: Suppressed additional 97 model loading errors for domain extrautils2
[13:43:34] [main/FATAL]: Suppressed additional 19 model loading errors for domain immersivetech
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericImmcraftBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.foliage.SticksBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.immcraft.blocks.generic.GenericBlockWithTE attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.generator.CoalGeneratorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.ModularStorageBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.StorageTerminalBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.storage.LevelEmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.MatterReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.teleporter.SimpleDialerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.screens.ScreenBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.counter.CounterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneTransmitterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.wireless.RedstoneReceiverBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.invchecker.InvCheckerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.logic.sensor.SensorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.SpaceChamberControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.builder.BuilderBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.powercell.PowerCellBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.environmental.EnvironmentalControllerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.SpawnerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.spawner.MatterBeamerBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.blockprotector.BlockProtectorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.elevator.ElevatorBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.rftools.blocks.booster.BoosterBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:37] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:38] [main/INFO]: Unable to determine blocks eligibility for chiseling, mcjty.lib.container.GenericBlock attempted to load mcp/mobius/waila/api/IWailaDataAccessor
[13:43:43] [main/ERROR]: Parsing error loading recipe bqt:mpad
com.google.gson.JsonSyntaxException: Unknown item 'bqt:mpad'
at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:211) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:515) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$729/1943715874.parse(Unknown Source) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1760/241963814.apply(Unknown Source) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1758/1703864371.accept(Unknown Source) [CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:717) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:43:43] [main/ERROR]: Parsing error loading recipe bqt:bqbook
com.google.gson.JsonSyntaxException: Unknown item 'bqt:bqbook'
at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:211) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:515) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$729/1943715874.parse(Unknown Source) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1760/241963814.apply(Unknown Source) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1758/1703864371.accept(Unknown Source) [CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:717) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:43:43] [main/ERROR]: Parsing error loading recipe excompressum:mana_hammer
com.google.gson.JsonSyntaxException: Unknown item 'excompressum:mana_hammer'
at net.minecraftforge.common.crafting.CraftingHelper.getItemStack(CraftingHelper.java:211) ~[CraftingHelper.class:?]
at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:254) ~[ShapedOreRecipe.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$731/247110071.parse(Unknown Source) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1760/241963814.apply(Unknown Source) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1758/1703864371.accept(Unknown Source) [CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:717) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:43:43] [main/ERROR]: Parsing error loading recipe excompressum:mana_sieve
com.google.gson.JsonSyntaxException: Missing key 'value', expected string
at net.blay09.mods.excompressum.crafting.NihiloItemIngredient.parse(NihiloItemIngredient.java:17) ~[NihiloItemIngredient.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:201) ~[CraftingHelper.class:?]
at net.minecraftforge.oredict.ShapedOreRecipe.factory(ShapedOreRecipe.java:210) ~[ShapedOreRecipe.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$731/247110071.parse(Unknown Source) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:408) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:710) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1760/241963814.apply(Unknown Source) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:821) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:667) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1758/1703864371.accept(Unknown Source) [CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_25]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:619) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:717) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:43:43] [main/INFO]: Loading recipes...
[13:43:43] [main/INFO]: Skipping feature bloodMagic as its required mod bloodmagic was missing.
[13:43:43] [main/INFO]: 70 Feature's recipes loaded.
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:1 in processing/factorization.recipe with: [ae2:material.fluix_crystal, ->, ae2:material.fluix_dust]
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:2 in processing/factorization.recipe with: [ae2:sky_stone_block:0, ->, ae2:material.sky_dust]
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:4 in processing/factorization.recipe with: [mc:ender_pearl, ->, ae2:material.ender_dust]
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:5 in processing/factorization.recipe with: [ae2:material.certus_quartz_crystal_charged, ->, ae2:material.certus_quartz_dust]
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:7 in processing/factorization.recipe with: [ae2:material.certus_quartz_crystal, ->, ae2:material.certus_quartz_dust]
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:8 in processing/factorization.recipe with: [ae2:quartz_ore, ->, 2, ae2:material.certus_quartz_dust]
[13:43:44] [main/WARN]: Recipe Error 'Invalid crafting type: grindfz' near line:9 in processing/factorization.recipe with: [ae2:charged_quartz_ore, ->, 2, ae2:material.certus_quartz_dust]
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.gold_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.iron_dust:0
[13:43:44] [main/WARN]: Unable to register a recipe:Unable to find item: appliedenergistics2:material.nether_quartz_dust:0
[13:43:44] [main/INFO]: Recipes Loading: MekEnrichment: 2 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Smelt: 3 loaded.
[13:43:44] [main/INFO]: Recipes Loading: OreRegistration: 15 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Press: 3 loaded.
[13:43:44] [main/INFO]: Recipes Loading: MekCrusher: 2 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Crusher: 9 loaded.
[13:43:44] [main/INFO]: Recipes Loading: HCCrusher: 8 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Grind: 4 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Pulverizer: 8 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Inscribe: 9 loaded.
[13:43:44] [main/INFO]: Recipes Loading: Macerator: 7 loaded.
[13:43:45] [main/INFO]: [com.kashdeya.tinyprogressions.main.TinyProgressions:registerRecipes:102]: Removing: minecraft:end_bricks
[13:43:45] [main/INFO]: Initializing Crafting Recipes...
[13:43:45] [main/INFO]: Loading Hard Mode Recipes...
[13:43:45] [main/INFO]: [com.elytradev.architecture.base.BaseMod:onRecipeRegistration:204]: Registered recipe net.minecraftforge.oredict.ShapedOreRecipe@44281da7
[13:43:45] [main/INFO]: [com.elytradev.architecture.base.BaseMod:onRecipeRegistration:204]: Registered recipe net.minecraftforge.oredict.ShapedOreRecipe@67315311
[13:43:45] [main/INFO]: [com.elytradev.architecture.base.BaseMod:onRecipeRegistration:204]: Registered recipe net.minecraftforge.oredict.ShapedOreRecipe@1e5156de
[13:43:45] [main/INFO]: [com.elytradev.architecture.base.BaseMod:onRecipeRegistration:204]: Registered recipe net.minecraftforge.oredict.ShapedOreRecipe@73b3910a
[13:43:45] [main/INFO]: [com.elytradev.architecture.base.BaseMod:onRecipeRegistration:204]: Registered recipe net.minecraftforge.oredict.ShapedOreRecipe@cd04f7b
[13:43:46] [main/INFO]: rawMeats: []
[13:43:46] [main/INFO]: knownMeats: [1xitem.minecraft:beef@0, 1xitem.minecraft:chicken@0, 1xitem.minecraft:porkchop@0, 1xitem.minecraft:rabbit@0, 1xitem.fish@0]
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_power`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_jetpack`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_drum`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_mill gp`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_spike`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_pool`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_draconic cap`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_exchanger`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_dank`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_angel wings`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_storage upgrade`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Potentially Dangerous alternative prefix `avaritia` for name `craft_tweaker_shaped_storage infinate`, expected `crafttweaker`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:47] [main/INFO]: Applying holder lookups
[13:43:47] [main/INFO]: Holder lookups applied
[13:43:49] [main/INFO]: Inventory Tweaks is present, initializing sorting stuff.
[13:43:49] [main/INFO]: Just Enough Items is present, initializing informative stuff.
[13:43:49] [main/INFO]: Found a integration for mod CraftTweaker
[13:43:49] [main/INFO]: Found a integration for mod Tinkers' Construct
[13:43:49] [main/INFO]: Mod integrations found: [Inventory Tweaks, Just Enough Items, CraftTweaker, Tinkers' Construct]
[13:43:49] [main/INFO]: Initializing integrations!
[13:43:49] [main/INFO]: Starting Initialization Phase...
[13:43:49] [main/INFO]: Initializing GuiHandler...
[13:43:49] [main/INFO]: Registering World Generator...
[13:43:49] [main/INFO]: Registering TileEntities...
[13:43:49] [main/INFO]: Initializing Entities...
[13:43:49] [main/INFO]: Initializing ClientProxy...
[13:43:49] [main/INFO]: Initialization Finished.
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Potentially Dangerous alternative prefix `libvulpes` for name `itemlinker`, expected `advancedrocketry`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:49] [main/INFO]: Potentially Dangerous alternative prefix `libvulpes` for name `blockhatchdir01`, expected `advancedrocketry`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:49] [main/INFO]: Overwriting recipe true
[13:43:49] [main/INFO]: Initialization ( started )
[13:43:49] [main/INFO]: Starting AE2 CSV Export
[13:43:49] [AE2 CSV Export/INFO]: Cache is enabled. Checking for new mod configurations.
[13:43:49] [AE2 CSV Export/INFO]: Same mod configuration was found. Not updating CSV content.
[13:43:50] [main/INFO]: Initialization ( ended after 97ms )
[13:43:50] [main/INFO]: Adding delayed color handlers
[13:43:50] [main/INFO]: Initialized network channel 'bdew.ae2stuff' for mod 'ae2stuff'
[13:43:50] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@0 = 1xtile.natura.nether_glass@0
[13:43:50] [main/INFO]: Finished Initialization
[13:43:50] [main/WARN]: No types have been added to Biome appliedenergistics2:storage_biome, types have been assigned on a best-effort guess: [COLD, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome nex:hell, types have been assigned on a best-effort guess: [HOT, SAVANNA, DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome nex:ruthless_sands, types have been assigned on a best-effort guess: [HOT, SAVANNA, DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome nex:fungi_forest, types have been assigned on a best-effort guess: [HOT, SAVANNA, DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome nex:torrid_wasteland, types have been assigned on a best-effort guess: [HOT, SAVANNA, DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome nex:arctic_abyss, types have been assigned on a best-effort guess: [COLD, DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:moon, types have been assigned on a best-effort guess: [DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:alien forest, types have been assigned on a best-effort guess: [PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:hotdryrock, types have been assigned on a best-effort guess: [HOT, DRY, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:space, types have been assigned on a best-effort guess: [RIVER, HOT, WATER, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:stormland, types have been assigned on a best-effort guess: [WET, HOT, JUNGLE]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:crystalchasms, types have been assigned on a best-effort guess: [COLD, PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:deepswamp, types have been assigned on a best-effort guess: [WET, HOT, SWAMP, JUNGLE, DENSE]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:marsh, types have been assigned on a best-effort guess: [PLAINS]
[13:43:50] [main/WARN]: No types have been added to Biome advancedrocketry:oceanspires, types have been assigned on a best-effort guess: [RIVER, WATER, PLAINS]
[13:43:50] [main/INFO]: Adding Filter Ladder,1
[13:43:50] [main/INFO]: Adding Filter Wooden Trapdoor,2
[13:43:50] [main/INFO]: Adding Filter tile.bwm:grate.32767.name,3
[13:43:50] [main/INFO]: Adding Filter tile.bwm:slats.32767.name,4
[13:43:50] [main/INFO]: Adding Filter Wicker,5
[13:43:50] [main/INFO]: Adding Filter Iron Bars,7
[13:43:50] [main/INFO]: Adding Filter Soul Sand,6
[13:43:50] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.bwm:raw_pastry@3 = 1xitem.minecraft:bread@0
[13:43:50] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.bwm:raw_pastry@4 = 1xitem.bwm:apple_pie@0
[13:43:50] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.bwm:raw_pastry@1 = 1xitem.minecraft:pumpkin_pie@0
[13:43:50] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.bwm:raw_pastry@2 = 16xitem.minecraft:cookie@0
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_wall.0`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_moulding.0`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_corner.0`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_wall.1`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_moulding.1`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_corner.1`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_wall.2`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_moulding.2`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_corner.2`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_wall.3`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_moulding.3`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_corner.3`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_wall.4`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_moulding.4`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_corner.4`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_wall.5`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_moulding.5`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone_corner.5`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `torch`, expected `betterwithmods`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:50] [main/INFO]: [betterwithmods.proxy.ClientProxy:init:91]: java.util.stream.ReferencePipeline$3@6579bc80
[13:43:50] [main/INFO]: Finished Initialization.
[13:43:50] [main/INFO]: Postloading 0 modules.
[13:43:50] [main/INFO]: Done postloading plugins.
[13:43:50] [main/INFO]: Using Dimension Blacklist with 0 entries.
[13:43:50] [main/INFO]: [AstralSorcery] Got 5 recipe modifications from CraftTweaker. - Applying...
[13:43:50] [main/INFO]: [AstralSorcery] Recipe changes applied.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded OAK of minecraft into tree registry.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded SPRUCE of minecraft into tree registry.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded BIRCH of minecraft into tree registry.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded JUNGLE of minecraft into tree registry.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded ACACIA of minecraft into tree registry.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded DARK_OAK of minecraft into tree registry.
[13:43:51] [main/INFO]: [AstralSorcery] Loaded SLIME of tconstruct into tree registry.
[13:43:51] [main/INFO]: Chisels and Bits compat loaded
[13:43:51] [main/INFO]: Loaded recipe "machine-tiny.json"
[13:43:51] [main/INFO]: Loaded recipe "machine-large.json"
[13:43:51] [main/INFO]: Loaded recipe "redstonetunneltool.json"
[13:43:51] [main/INFO]: Loaded recipe "machine-giant.json"
[13:43:51] [main/INFO]: Loaded recipe "machine-maximum.json"
[13:43:51] [main/INFO]: Loaded recipe "tunneltool.json"
[13:43:51] [main/INFO]: Loaded recipe "wallbreakable.json"
[13:43:51] [main/INFO]: Loaded recipe "machine-small.json"
[13:43:51] [main/INFO]: Loaded recipe "machine-normal.json"
[13:43:51] [main/INFO]: Registering Fuel Values
[13:43:51] [main/INFO]: Waila Integation: Disabled
[13:43:51] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.clay@0 = 1xitem.brick@0
[13:43:52] [main/ERROR]: Entry excompressum:compressed_block could not be generated in HeavySieve because exnihilocreatio:block_endstone_crushed is not an Ex Nihilo siftable
[13:43:52] [main/WARN]: Overriding existing coil part data for oredict name <blockManyullyn>, original values: eff 3.00 / bonus 1.00, new values: eff 3.50 / bonus 1.00
[13:43:52] [main/INFO]: Successfully loaded 328 out of 328 recipes for shaped recipes
[13:43:52] [main/INFO]: Successfully loaded 73 out of 73 recipes for shapeless recipes
[13:43:52] [main/INFO]: Successfully loaded 32 out of 32 recipes for solid uu recipes
[13:43:52] [main/INFO]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[13:43:52] [main/INFO]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[13:43:52] [main/INFO]: Successfully loaded 50 out of 50 recipes for compressor recipes
[13:43:52] [main/INFO]: Successfully loaded 12 out of 12 recipes for extractor recipes
[13:43:52] [main/INFO]: Successfully loaded 74 out of 74 recipes for macerator recipes
[13:43:52] [main/INFO]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[13:43:52] [main/INFO]: Successfully loaded 9 out of 9 recipes for metal former extruding recipes
[13:43:52] [main/INFO]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[13:43:52] [main/INFO]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[13:43:52] [main/INFO]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[13:43:52] [main/INFO]: Created: 256x128 textures-atlas
[13:43:53] [main/INFO]: [PluginNatura] Addding crop '1xtile.natura.barley_crop@0'
[13:43:53] [main/INFO]: [PluginNatura] Addding crop '1xtile.natura.cotton_crop@0'
[13:43:53] [main/INFO]: Checking Loaded Mods
[13:43:53] [main/INFO]: Registering Packets
[13:43:53] [main/INFO]: Register Packets
[13:43:53] [main/WARN]: 'WAILA' - unavailable or disabled in config
[13:43:53] [main/INFO]: Registered Events
[13:43:53] [main/INFO]: Loaded Energy Type: Applied Energistics
[13:43:53] [main/INFO]: Loaded Energy Type: Minecraft Joules
[13:43:53] [main/INFO]: Loaded Energy Type: Energy Units
[13:43:53] [main/INFO]: Loaded Energy Type: Tesla
[13:43:53] [main/INFO]: Loaded Energy Type: Redstone Flux
[13:43:53] [main/INFO]: Loaded Energy Type: Forge Energy
[13:43:53] [main/INFO]: Loaded Planters: Vanilla Planter
[13:43:53] [main/INFO]: Loaded Harvesters: Harvester
[13:43:53] [main/INFO]: Loaded Fertilisers: Bonemeal
[13:43:53] [main/INFO]: Loading Handlers
[13:43:53] [main/INFO]: Loaded Handlers
[13:43:53] [main/INFO]: Loading Handlers
[13:43:53] [main/INFO]: Loaded Events
[13:43:53] [main/INFO]: Finished Initialization
[13:43:53] [main/INFO]: Deduplicated 779 property sets.
[13:43:53] [main/INFO]: Weakening LaunchWrapper resource cache...
[13:43:53] [main/INFO]: Cleaning up ModelLoader...
[13:43:53] [main/INFO]: Registered 2 branches
[13:43:53] [main/INFO]: Registered 17 bees
[13:43:53] [main/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu,style=plain,size=64] - AntiAlias = false
[13:43:54] [main/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu Bold,style=plain,size=64] - AntiAlias = false
[13:43:54] [main/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu Italic,style=plain,size=64] - AntiAlias = false
[13:43:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ns' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping
[13:43:54] [main/INFO]: OBJModel: A color has already been defined for material 'Material.001' in 'industrialforegoing:models/block/catears.mtl'. The color defined by key 'Ks' will not be applied!
[13:43:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ke' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping
[13:43:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'Ni' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping
[13:43:54] [main/INFO]: OBJLoader.MaterialLibrary: key 'illum' (model: 'industrialforegoing:models/block/catears.mtl') is not currently supported, skipping
[13:43:54] [main/INFO]: InfernalMobsCore load() completed! Modifiers ready: 27, config file at: C:\Games\Minecraft\Instances\Forever Stranded Lost Souls\config\infernalmobs.cfg
[13:43:54] [main/INFO]: Registering drops for shadedGarden.
[13:43:54] [main/INFO]: Registering drops for tropicalGarden.
[13:43:54] [main/INFO]: Registering drops for windyGarden.
[13:43:54] [main/INFO]: Registering drops for frostGarden.
[13:43:54] [main/INFO]: Registering drops for aridGarden.
[13:43:54] [main/INFO]: Registering drops for soggyGarden.
[13:43:54] [main/INFO]: [mcjty.lib.font.TrueTypeFont:<init>:119]: TrueTypeFont loaded: java.awt.Font[family=Ubuntu,name=Ubuntu,style=plain,size=40] - AntiAlias = false
[13:43:54] [main/INFO]: RFTools Detected RedstoneFlux: enabling support
[13:43:54] [main/INFO]: Registering Guide Book entries...
[13:43:54] [main/INFO]: Registered Guide Book entries
[13:43:54] [main/INFO]: Registering Laser Drill entries for Thermal Foundation...
[13:43:54] [main/INFO]: Registered Laser Drill entries for Thermal Foundation
[13:43:54] [main/INFO]: Registering Bioreactor entries for Immersive Engineering...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Immersive Engineering
[13:43:54] [main/INFO]: Registering Bioreactor entries for Mystical Agriculture...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Mystical Agriculture
[13:43:54] [main/INFO]: Registering Laser Drill entries for Mystical Agriculture...
[13:43:54] [main/INFO]: Registered Laser Drill entries for Mystical Agriculture
[13:43:54] [main/INFO]: Registering Bioreactor entries for Mystical Agradditions...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Mystical Agradditions
[13:43:54] [main/INFO]: Initialising integration for Tinkers' Construct...
[13:43:54] [main/INFO]: Initialised integration for Tinkers' Construct
[13:43:54] [main/INFO]: Registering Bioreactor entries for Tinkers' Construct...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Tinkers' Construct
[13:43:54] [main/INFO]: Registering Laser Drill entries for Applied Energistics 2...
[13:43:54] [main/INFO]: Registered Laser Drill entries for Applied Energistics 2
[13:43:54] [main/INFO]: Registering Laser Drill entries for RFTools...
[13:43:54] [main/INFO]: Registered Laser Drill entries for RFTools
[13:43:54] [main/INFO]: Registering Laser Drill entries for Actually Additions...
[13:43:54] [main/INFO]: Registered Laser Drill entries for Actually Additions
[13:43:54] [main/INFO]: Registering Bioreactor entries for Actually Additions...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Actually Additions
[13:43:54] [main/INFO]: Registering Laser Drill entries for Forestry...
[13:43:54] [main/INFO]: Registered Laser Drill entries for Forestry
[13:43:54] [main/INFO]: Registering Bioreactor entries for Pam's HarvestCraft...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Pam's HarvestCraft
[13:43:54] [main/INFO]: Registering Protein Reactor entries for Pam's HarvestCraft...
[13:43:54] [main/INFO]: Registered Protein Reactor entries for Pam's HarvestCraft
[13:43:54] [main/INFO]: Registering Bioreactor entries for Ex Nihilo Creatio...
[13:43:54] [main/INFO]: Registered Bioreactor entries for Ex Nihilo Creatio
[13:43:54] [main/INFO]: Registering Protein Reactor entries for Ex Nihilo Creatio...
[13:43:54] [main/INFO]: Registered Protein Reactor entries for Ex Nihilo Creatio
[13:43:54] [main/INFO]: Mod initialized
[13:43:55] [main/INFO]: JourneyMap log initialized.
[13:43:55] [main/INFO]: initialize ENTER
[13:43:55] [main/ERROR]: Default theme not found in C:\Games\Minecraft\Instances\Forever Stranded Lost Souls\journeymap\icon\theme\flat\OceanMonument.theme2.json: OceanMonument (SUPPRESSED)
[13:43:55] [main/INFO]: [ClientAPI] built with JourneyMap API 1.4
[13:43:55] [main/INFO]: Initializing plugins with Client API: journeymap.client.api.impl.ClientAPI
[13:43:55] [main/INFO]: initialize EXIT, elapsed count 0 avg ?ms
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] A call to initialize, entry point: FORGE.
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Reflecting GuiContainer...
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Detected obfuscation: FORGE.
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Success.
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Minecraft Forge is installed.
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] LiteLoader is not installed.
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Using Forge for the mod operation.
[13:43:55] [main/INFO]: [yalter.mousetweaks.Logger:Log:6]: [Mouse Tweaks] Mouse Tweaks has been initialized.
[13:43:55] [main/INFO]: File load successful.
[13:43:55] [main/INFO]: File load successful.
[13:43:55] [main/INFO]: Initialization started.
[13:43:55] [main/INFO]: Entity registration started.
[13:43:55] [main/INFO]: Entity registration Ended.
[13:43:55] [main/INFO]: Copying the Trade. List Directory to the config folder.
[13:43:55] [main/INFO]: Adding trades from the Blacksmith Trade List.
[13:43:55] [main/INFO]: Adding trades from the Forager Trade List.
[13:43:55] [main/INFO]: Adding trades from the Sorcerer Trade List.
[13:43:55] [main/INFO]: Recipe registration started.
[13:43:55] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@0 = 1xtile.nex:blockGlassSoul@0
[13:43:55] [main/INFO]: Recipe registration completed.
[13:43:55] [main/INFO]: Ore Dictionary registration started.
[13:43:55] [main/INFO]: Ore Dictionary registration completed.
[13:43:55] [main/INFO]: Initialization completed.
[13:43:55] [main/INFO]: [gr8pefish.openglider.client.renderer.LayerGlider:addLayer:73]: added layer
[13:43:56] [main/INFO]: Init
[13:43:56] [main/INFO]: IC2 Integration
[13:43:56] [main/INFO]: Natura Integration
[13:43:56] [main/INFO]: CombustFish Integration
[13:43:56] [main/INFO]: NetherEX Integration
[13:43:56] [main/INFO]: HarvestCraft Integration
[13:43:56] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.hellsand@32767 = 1xtile.soulglass@0
[13:43:56] [main/INFO]: Found 352 ores
[13:43:56] [main/INFO]: Created new network wrapper rc&reborncore.&64769
[13:43:56] [main/INFO]: Registed packet to rc&reborncore.&64769 side: SERVER id:0
[13:43:56] [main/INFO]: Created new network wrapper rc&reborncore.&39932
[13:43:56] [main/INFO]: Registed packet to rc&reborncore.&39932 side: CLIENT id:0
[13:43:56] [main/INFO]: Registed packet to rc&reborncore.&39932 side: SERVER id:1
[13:43:56] [main/INFO]: Registed packet to rc&reborncore.&39932 side: CLIENT id:2
[13:43:56] [main/INFO]: Registed packet to rc&reborncore.&39932 side: SERVER id:3
[13:43:56] [main/INFO]: Created new network wrapper rc&vswe.steves&10928
[13:43:56] [main/INFO]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:0
[13:43:56] [main/INFO]: Registed packet to rc&vswe.steves&10928 side: SERVER id:2
[13:43:56] [main/INFO]: Registed packet to rc&vswe.steves&10928 side: CLIENT id:3
[13:43:56] [main/INFO]: Loaded registrys for net.minecraftforge.fml.common.event.FMLInitializationEvent in 0ms
[13:43:56] [main/INFO]: Created: 256x128 textures/gui-atlas
[13:43:56] [main/INFO]: Registering handlers
[13:43:56] [main/INFO]: Registering network messages
[13:43:56] [main/INFO]: Doing intermod communication
[13:43:56] [main/INFO]: Registering TE Induction Smelter recipe
[13:43:56] [main/INFO]: Registering TE Induction Smelter recipe
[13:43:56] [main/INFO]: Registering TE Induction Smelter recipe
[13:43:56] [main/INFO]: Registering TE Fluid Transposer fill recipe
[13:43:56] [main/INFO]: Registering TE Fluid Transposer fill recipe
[13:43:56] [main/INFO]: Registering Sounds...
[13:43:56] [main/INFO]: Render Started!
[13:43:56] [main/WARN]: ****************************************
[13:43:56] [main/WARN]: * Invalid registration attempt for an Ore Dictionary item with name ingotFlint has occurred. The registration has been denied to prevent crashes. The mod responsible for the registration needs to correct this.
[13:43:56] [main/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:642)
[13:43:56] [main/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:628)
[13:43:56] [main/WARN]: * at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:626)
[13:43:56] [main/WARN]: * at com.kashdeya.tinyprogressions.handlers.OreDictHandler.init(OreDictHandler.java:32)
[13:43:56] [main/WARN]: * at com.kashdeya.tinyprogressions.proxy.CommonProxy.onInitialization(CommonProxy.java:43)
[13:43:56] [main/WARN]: * at com.arclighttw.utilities.CommonProxy.onInitialization(CommonProxy.java:33)...
[13:43:56] [main/WARN]: ****************************************
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `sugar`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `rotten_flesh`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `bone`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `nether_star`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `flint`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `coal.0`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone.0`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `stone.0.1`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `end_bricks`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `ender_pearl`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Potentially Dangerous alternative prefix `minecraft` for name `golden_apple.0`, expected `tp`. This could be a intended override, but in most cases indicates a broken mod.
[13:43:56] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.mushroom@32767 = 1xitem.cooked_mushroom_red@0
[13:43:56] [main/INFO]: Ignored smelting recipe with conflicting input: 1xtile.mushroom@32767 = 1xitem.cooked_mushroom_brown@0
[13:43:56] [main/INFO]: Ignored smelting recipe with conflicting input: 1xitem.egg@32767 = 1xitem.fried_egg@0
[13:43:56] [main/INFO]: Config: allHelmetProbable is enabled, edit blacklist to restrict.
[13:43:57] [main/INFO]: twilightforest has loaded compatibility for mod chisel
[13:43:57] [main/INFO]: twilightforest has skipped compatibility for mod thaumcraft
[13:43:57] [main/INFO]: Received 9 IMC messages from mod immersiveengineering.
[13:43:57] [main/INFO]: Received 7 IMC messages from mod astralsorcery.
[13:43:57] [main/INFO]: Received 39 IMC messages from mod twilightforest.
[13:43:57] [main/INFO]: Received 22 IMC messages from mod tconstruct.
[13:43:57] [main/INFO]: Enabled support for The One Probe
[13:43:57] [main/INFO]: Enabled support for The One Probe
[13:43:57] [main/INFO]: Enabled support for The One Probe
[13:43:57] [main/INFO]: Enabled support for The One Probe
[13:43:57] [main/INFO]: Enabled support for The One Probe
[13:43:57] [main/INFO]: Enabled support for The One Probe
[13:43:57] [main/INFO]: Loading The One Probe compat
[13:43:58] [main/INFO]: Loading GuideFile: /assets/shetiphianguide/terraqueous.json
[13:43:58] [main/ERROR]: Could not find Item: terraqueous:hay:4 recheck spelling and capitalization
[13:43:58] [main/INFO]: Loading GuideFile: /assets/shetiphianguide/multistorage.json
[13:43:58] [main/INFO]: Injecting itemstacks
[13:43:58] [main/INFO]: Itemstack injection complete
[13:43:58] [main/INFO]: Post-initializing integrations!
[13:44:03] [main/INFO]: Starting PostInitialization Phase...
[13:44:03] [main/INFO]: Initializing Crusher Recipes...
[13:44:03] [main/INFO]: Added 181 Crusher Recipes automatically: [1xtile.oreGold@0 -> 2xitem.thermalfoundation.material@1, 1xtile.abygolore@0 -> 2xitem.thermalfoundation.material@1, 1xtile.nether_gold_ore@0 -> 2xitem.thermalfoundation.material@1, 1xtile.end_gold_ore@0 -> 2xitem.thermalfoundation.material@1, 1xitem.exnihilocreatio.ore.gold@1 -> 2xitem.thermalfoundation.material@1, 1xitem.levelup:surfaceore@2 -> 2xitem.thermalfoundation.material@1, 1xtile.oreDiamond@0 -> 2xic2.dust@5, 1xtile.abydiaore@0 -> 2xic2.dust@5, 1xtile.nether_diamond_ore@0 -> 2xic2.dust@5, 1xtile.end_diamond_ore@0 -> 2xic2.dust@5, 1xitem.levelup:surfaceore@3 -> 2xic2.dust@5, 1xtile.oreEmerald@0 -> 2xitem.actuallyadditions.item_dust@3, 1xtile.end_emerald_ore@0 -> 2xitem.actuallyadditions.item_dust@3, 1xtile.nether_emerald_ore@0 -> 2xitem.actuallyadditions.item_dust@3, 1xitem.levelup:surfaceore@4 -> 2xitem.actuallyadditions.item_dust@3, 1xitem.ingotIron@0 -> 1xitem.thermalfoundation.material@0, 1xitem.ingotGold@0 -> 1xitem.thermalfoundation.material@1, 1xitem.diamond@0 -> 1xic2.dust@5, 1xic2.crafting@19 -> 1xic2.dust@5, 1xitem.emerald@0 -> 1xitem.actuallyadditions.item_dust@3, 1xitem.netherquartz@0 -> 1xitem.actuallyadditions.item_dust@5, 1xitem.prismarineShard@0 -> 1xitem.prismarineCrystals@0, 1xitem.dyePowder@4 -> 1xic2.dust@9, 1xtile.thermalfoundation.ore@0 -> 2xitem.thermalfoundation.material@64, 1xic2.resource@1 -> 2xitem.thermalfoundation.material@64, 1xtile.for.resources@1 -> 2xitem.thermalfoundation.material@64, 1xtile.ore@4 -> 2xitem.thermalfoundation.material@64, 1xtile.immersiveengineering.ore@0 -> 2xitem.thermalfoundation.material@64, 1xtile.abycopore@0 -> 2xitem.thermalfoundation.material@64, 1xitem.exnihilocreatio.ore.copper@1 -> 2xitem.thermalfoundation.material@64, 1xitem.levelup:surfaceore@7 -> 2xitem.thermalfoundation.material@64, 1xtile.ore_copper@0 -> 2xitem.thermalfoundation.material@64, 1xtile.thermalfoundation.ore@1 -> 2xitem.thermalfoundation.material@65, 1xic2.resource@3 -> 2xitem.thermalfoundation.material@65, 1xtile.for.resources@2 -> 2xitem.thermalfoundation.material@65, 1xtile.ore@5 -> 2xitem.thermalfoundation.material@65, 1xtile.abytinore@0 -> 2xitem.thermalfoundation.material@65, 1xitem.exnihilocreatio.ore.tin@1 -> 2xitem.thermalfoundation.material@65, 1xitem.levelup:surfaceore@8 -> 2xitem.thermalfoundation.material@65, 1xtile.thermalfoundation.ore@2 -> 2xitem.thermalfoundation.material@66, 1xtile.immersiveengineering.ore@3 -> 2xitem.thermalfoundation.material@66, 1xitem.exnihilocreatio.ore.silver@1 -> 2xitem.thermalfoundation.material@66, 1xtile.ore_silver@0 -> 2xitem.thermalfoundation.material@66, 1xtile.thermalfoundation.ore@3 -> 2xitem.thermalfoundation.material@67, 1xic2.resource@2 -> 2xitem.thermalfoundation.material@67, 1xtile.immersiveengineering.ore@2 -> 2xitem.thermalfoundation.material@67, 1xitem.exnihilocreatio.ore.lead@1 -> 2xitem.thermalfoundation.material@67, 1xitem.levelup:surfaceore@9 -> 2xitem.thermalfoundation.material@67, 1xtile.ore_lead@0 -> 2xitem.thermalfoundation.material@67, 1xtile.thermalfoundation.ore@4 -> 2xitem.thermalfoundation.material@68, 1xtile.ore@9 -> 2xitem.thermalfoundation.material@68, 1xtile.immersiveengineering.ore@1 -> 2xitem.thermalfoundation.material@68, 1xtile.thermalfoundation.ore@6 -> 2xitem.thermalfoundation.material@70, 1xtile.thermalfoundation.ore@7 -> 2xitem.thermalfoundation.material@71, 1xtile.ore@10 -> 2xitem.thermalfoundation.material@71, 1xtile.thermalfoundation.ore@8 -> 2xitem.thermalfoundation.material@72, 1xitem.thermalfoundation.material@128 -> 1xitem.thermalfoundation.material@64, 1xic2.ingot@2 -> 1xitem.thermalfoundation.material@64, 1xitem.for.ingot_copper@0 -> 1xitem.thermalfoundation.material@64, 1xitem.ingot@4 -> 1xitem.thermalfoundation.material@64, 1xitem.immersiveengineering.metal@0 -> 1xitem.thermalfoundation.material@64, 1xitem.copper_ingot@0 -> 1xitem.thermalfoundation.material@64, 1xitem.copperingot@0 -> 1xitem.thermalfoundation.material@64, 1xitem.exnihilocreatio.ore.copper@3 -> 1xitem.thermalfoundation.material@64, 1xitem.ingot_copper@0 -> 1xitem.thermalfoundation.material@64, 1xitem.thermalfoundation.material@129 -> 1xitem.thermalfoundation.material@65, 1xic2.ingot@6 -> 1xitem.thermalfoundation.material@65, 1xitem.for.ingot_tin@0 -> 1xitem.thermalfoundation.material@65, 1xitem.ingot@5 -> 1xitem.thermalfoundation.material@65, 1xitem.tin_ingot@0 -> 1xitem.thermalfoundation.material@65, 1xitem.tiningot@0 -> 1xitem.thermalfoundation.material@65, 1xitem.exnihilocreatio.ore.tin@3 -> 1xitem.thermalfoundation.material@65, 1xitem.thermalfoundation.material@130 -> 1xitem.thermalfoundation.material@66, 1xic2.ingot@4 -> 1xitem.thermalfoundation.material@66, 1xitem.immersiveengineering.metal@3 -> 1xitem.thermalfoundation.material@66, 1xitem.silver_ingot@0 -> 1xitem.thermalfoundation.material@66, 1xitem.exnihilocreatio.ore.silver@3 -> 1xitem.thermalfoundation.material@66, 1xitem.ingot_silver@0 -> 1xitem.thermalfoundation.material@66, 1xitem.thermalfoundation.material@131 -> 1xitem.thermalfoundation.material@67, 1xic2.ingot@3 -> 1xitem.thermalfoundation.material@67, 1xitem.immersiveengineering.metal@2 -> 1xitem.thermalfoundation.material@67, 1xitem.lead_ingot@0 -> 1xitem.thermalfoundation.material@67, 1xitem.exnihilocreatio.ore.lead@3 -> 1xitem.thermalfoundation.material@67, 1xitem.ingot_lead@0 -> 1xitem.thermalfoundation.material@67, 1xitem.thermalfoundation.material@132 -> 1xitem.thermalfoundation.material@68, 1xitem.ingot@9 -> 1xitem.thermalfoundation.material@68, 1xitem.immersiveengineering.metal@1 -> 1xitem.thermalfoundation.material@68, 1xitem.exnihilocreatio.ore.aluminium@3 -> 1xitem.thermalfoundation.material@68, 1xitem.thermalfoundation.material@133 -> 1xitem.thermalfoundation.material@69, 1xitem.immersiveengineering.metal@4 -> 1xitem.thermalfoundation.material@69, 1xitem.exnihilocreatio.ore.nickel@3 -> 1xitem.thermalfoundation.material@69, 1xitem.thermalfoundation.material@134 -> 1xitem.thermalfoundation.material@70, 1xitem.thermalfoundation.material@135 -> 1xitem.thermalfoundation.material@71, 1xitem.ingot@10 -> 1xitem.thermalfoundation.material@71, 1xitem.thermalfoundation.material@136 -> 1xitem.thermalfoundation.material@72, 1xitem.thermalfoundation.material@160 -> 1xitem.thermalfoundation.material@96, 1xic2.ingot@5 -> 1xitem.thermalfoundation.material@96, 1xitem.ingot@6 -> 1xitem.thermalfoundation.material@96, 1xitem.immersiveengineering.metal@8 -> 1xitem.thermalfoundation.material@96, 1xitem.bigreactors:ingotmetals@5 -> 1xitem.thermalfoundation.material@96, 1xitem.steel_ingot@0 -> 1xitem.thermalfoundation.material@96, 1xitem.thermalfoundation.material@161 -> 1xitem.thermalfoundation.material@97, 1xitem.immersiveengineering.metal@7 -> 1xitem.thermalfoundation.material@97, 1xitem.thermalfoundation.material@162 -> 1xitem.thermalfoundation.material@98, 1xitem.thermalfoundation.material@163 -> 1xitem.thermalfoundation.material@99, 1xic2.ingot@1 -> 1xitem.thermalfoundation.material@99, 1xitem.for.ingot_bronze@0 -> 1xitem.thermalfoundation.material@99, 1xitem.bronze_ingot@0 -> 1xitem.thermalfoundation.material@99, 1xitem.thermalfoundation.material@164 -> 1xitem.thermalfoundation.material@100, 1xitem.immersiveengineering.metal@6 -> 1xitem.thermalfoundation.material@100, 1xitem.thermalfoundation.material@165 -> 1xitem.thermalfoundation.material@101, 1xitem.thermalfoundation.material@166 -> 1xitem.thermalfoundation.material@102, 1xitem.thermalfoundation.material@167 -> 1xitem.thermalfoundation.material@103, 1xtile.draconicevolution:draconium_ore@0 -> 2xitem.draconicevolution:draconium_dust@0, 1xitem.draconicevolution:draconium_ingot@0 -> 1xitem.draconicevolution:draconium_dust@0, 1xtile.gem_ore@0 -> 2xitem.gem@0, 1xtile.nex:oreAmethyst@0 -> 2xitem.gem@0, 1xtile.gem_ore@1 -> 2xitem.gem@1, 1xtile.gem_ore@2 -> 2xitem.gem@2, 1xtile.gem_ore@3 -> 2xitem.gem@3, 1xtile.gem_ore@4 -> 2xitem.gem@4, 1xtile.gem_ore@5 -> 2xitem.gem@5, 1xtile.gem_ore@6 -> 2xitem.gem@6, 1xtile.gem_ore@7 -> 2xitem.gem@7, 1xitem.extrautils2:ingredients@0 -> 1xitem.redstone@0, 1xic2.resource@4 -> 2xitem.immersiveengineering.metal@14, 1xtile.immersiveengineering.ore@5 -> 2xitem.immersiveengineering.metal@14, 1xtile.for.resources@0 -> 2xitem.for.apatite@0, 1xitem.redstonearsenal.material@32 -> 1xitem.redstonearsenal.material@0, 1xtile.ore@0 -> 2xitem.dust@0, 1xitem.ingot@3 -> 1xitem.dust@3, 1xitem.ingot@7 -> 1xitem.dust@7, 1xtile.ore@8 -> 2xitem.dust@7, 1xitem.ingot@0 -> 1xitem.dust@0, 1xitem.ingot@1 -> 1xitem.dust@1, 1xitem.immersiveengineering.metal@5 -> 1xitem.immersiveengineering.metal@14, 1xitem.immersiveengineering.material@19 -> 1xitem.immersiveengineering.material@18, 1xtile.bigreactors:brore@0 -> 2xitem.bigreactors:dustmetals@0, 1xitem.bigreactors:ingotmetals@0 -> 1xitem.bigreactors:dustmetals@0, 1xitem.bigreactors:ingotmetals@1 -> 1xitem.bigreactors:dustmetals@1, 1xitem.bigreactors:ingotmetals@2 -> 1xitem.bigreactors:dustmetals@2, 1xitem.bigreactors:ingotmetals@3 -> 1xitem.bigreactors:dustmetals@3, 1xitem.bigreactors:ingotmetals@4 -> 1xitem.bigreactors:dustmetals@4, 1xitem.brass_ingot@0 -> 1xitem.brass_dust@0, 1xitem.pigiron_ingot@0 -> 1xitem.pigiron_dust@0, 1xitem.tconstruct.ingots@4 -> 1xitem.pigiron_dust@0, 1xitem.vanadium_ingot@0 -> 1xitem.vanadium_dust@0, 1xitem.wootz_ingot@0 -> 1xitem.wootz_dust@0, 1xitem.zinc_ingot@0 -> 1xitem.zinc_dust@0, 1xitem.soulshardstow.material.@0 -> 1xitem.soulshardstow.material.@1, 1xitem.abyingot@0 -> 1xitem.dust@0, 1xitem.cingot@0 -> 1xitem.dust@1, 1xtile.abyore@0 -> 2xitem.dust@0, 1xtile.abydreadore@0 -> 2xitem.dust@0, 1xtile.coraliumore@0 -> 2xitem.coralium@0, 1xtile.abycorore@0 -> 2xitem.coralium@0, 1xitem.dreadiumingot@0 -> 1xitem.dust@2, 1xtile.nitreore@0 -> 2xitem.thermalfoundation.material@772, 1xtile.abynitore@0 -> 2xitem.thermalfoundation.material@772, 1xtile.abylcorore@0 -> 2xitem.dust@1, 1xtile.actuallyadditions.block_misc@3 -> 2xitem.actuallyadditions.item_dust@7, 1xitem.actuallyadditions.item_misc@5 -> 1xitem.actuallyadditions.item_dust@7, 1xitem.exnihilocreatio.ore.aluminium@1 -> 2xitem.exnihilocreatio.ore.aluminium@2, 1xitem.exnihilocreatio.ore.ardite@1 -> 2xitem.exnihilocreatio.ore.ardite@2, 1xtile.tconstruct.ore@1 -> 2xitem.exnihilocreatio.ore.ardite@2, 1xitem.exnihilocreatio.ore.cobalt@1 -> 2xitem.exnihilocreatio.ore.cobalt@2, 1xtile.tconstruct.ore@0 -> 2xitem.exnihilocreatio.ore.cobalt@2, 1xitem.tconstruct.ingots@1 -> 1xitem.exnihilocreatio.ore.ardite@2, 1xitem.tconstruct.ingots@0 -> 1xitem.exnihilocreatio.ore.cobalt@2, 1xitem.bwm:material@45 -> 1xic2.dust@5, 1xitem.terraqueous.itemmain@51 -> 1xitem.terraqueous.itemmain@253, 1xtile.appliedenergistics2.quartz_ore@0 -> 2xitem.appliedenergistics2.material@2, 1xtile.appliedenergistics2.charged_quartz_ore@0 -> 2xitem.appliedenergistics2.material@2, 1xitem.itemcraftingcomponent@1 -> 1xitem.itemcraftingcomponent@2, 1xmiscpart@1 -> 1xitem.bwm:material@18, 1xtile.blockcustomore@1 -> 2xitem.itemcraftingcomponent@2, 1xtile.blockcustomsandore@0 -> 2xitem.itemcraftingcomponent@0, 1xtile.terraqueous.earthore@0 -> 2xitem.terraqueous.itemmain@253, 1xtile.terraqueous.earthore@1 -> 2xitem.terraqueous.itemmain@251, 1xitem.terraqueous.itemmain@50 -> 1xitem.terraqueous.itemmain@251, 1xtile.nex:oreRime@0 -> 2xitem.nex:itemCrystalRime@0]
[13:44:03] [main/WARN]: Couldn't add 283 Crusher Recipes automatically, either because the inputs were missing outputs, or because they exist already: [oreGold, oreIron, oreLapis, oreDiamond, oreRedstone, oreEmerald, oreQuartz, oreCoal, oreCopper, oreTin, oreSilver, oreLead, oreAluminum, oreNickel, orePlatinum, oreIridium, oreMithril, oreFluidCrudeOilSand, oreFluidCrudeOilShale, oreFluidRedstone, oreFluidGlowstone, oreFluidEnder, oreDraconium, ingotDraconiumAwakened, ingotCrystalMatrix, ingotCosmicNeutronium, ingotInfinity, gemAmethyst, oreAmethyst, gemRuby, oreRuby, gemPeridot, orePeridot, gemTopaz, oreTopaz, gemTanzanite, oreTanzanite, gemMalachite, oreMalachite, gemSapphire, oreSapphire, gemAmber, oreAmber, oreEssence, oreSteel, ingotUnstable, gemMoon, ingotDemonicMetal, ingotEnchantedMetal, ingotEvilMetal, oreUranium, gemApatite, oreApatite, gemCrystalFlux, oreDilithium, oreRutile, oreTitanium, ingotManasteel, ingotTerrasteel, ingotElvenElementium, oreYellorite, oreYellorium, gemBloodOpal, ingotTamahagane, gemCoralium, oreAbyssalnite, oreCoralium, oreDreadedAbyssalnite, oreCoraliumStone, gemShadow, ingotCoraliumBrick, oreSaltpeter, orePearlescentCoralium, oreLiquifiedCoralium, ingotEthaxiumBrick, ingotEthaxium, oreQuartzBlack, ingotIntermedium, ingotBaseEssence, ingotInferium, ingotSupremium, ingotSuperium, ingotSoulium, ingotPrudentium, ingotInsanium, oreAluminium, ingotAluminium, oreArdite, oreCobalt, ingotKnightslime, ingotManyullyn, ingotAlubrass, ingotSoulforgedSteel, ingotConcentratedHellfire, ingotDawnstone, ingotFiery, ingotIronwood, ingotKnightmetal, ingotSteeleaf, gemPearl, oreCertusQuartz, oreChargedCertusQuartz, oreIronwood, oreKnightmetal, gemAquamarine, ingotAntimony, oreZinc, oreBrass, ingotMagnesium, ingotBrickSeared, gemNetherCoal, oreAstralStarmetal, oreAquamarine, oreEvilMetal, oreNetherEvilMetal, denseoreEvilMetal, orePoorEvilMetal, oreNuggetEvilMetal, oreEnchantedMetal, oreNetherEnchantedMetal, denseoreEnchantedMetal, orePoorEnchantedMetal, oreNuggetEnchantedMetal, oreDemonicMetal, oreNetherDemonicMetal, denseoreDemonicMetal, orePoorDemonicMetal, oreNuggetDemonicMetal, oreSulfur, oreGalena, oreBauxite, orePyrite, oreCinnabar, oreTungsten, oreSheldonite, oreSoladite, oreTetrahedrite, oreOsmium, oreProsperity, oreNetherProsperity, oreEndProsperity, oreInferium, oreNetherInferium, oreEndInferium, oreEndimium, oreBurnium, oreRime, gemRime, ingotReinforcedObsidian, gemLava, oreNetherIron, denseoreIron, orePoorIron, oreNuggetIron, orePigiron, oreNetherPigiron, denseorePigiron, orePoorPigiron, oreNuggetPigiron, oreKnightslime, oreNetherKnightslime, denseoreKnightslime, orePoorKnightslime, oreNuggetKnightslime, oreAlubrass, oreNetherAlubrass, denseoreAlubrass, orePoorAlubrass, oreNuggetAlubrass, oreNetherCobalt, denseoreCobalt, orePoorCobalt, oreNuggetCobalt, oreNetherArdite, denseoreArdite, orePoorArdite, oreNuggetArdite, oreManyullyn, oreNetherManyullyn, denseoreManyullyn, orePoorManyullyn, oreNuggetManyullyn, oreNetherCopper, denseoreCopper, orePoorCopper, oreNuggetCopper, oreBronze, oreNetherBronze, denseoreBronze, orePoorBronze, oreNuggetBronze, oreNetherLead, denseoreLead, orePoorLead, oreNuggetLead, oreNetherSilver, denseoreSilver, orePoorSilver, oreNuggetSilver, oreElectrum, oreNetherElectrum, denseoreElectrum, orePoorElectrum, oreNuggetElectrum, oreNetherSteel, denseoreSteel, orePoorSteel, oreNuggetSteel, oreNetherGold, denseoreGold, orePoorGold, oreNuggetGold, oreNetherBrass, denseoreBrass, orePoorBrass, oreNuggetBrass, oreNetherTin, denseoreTin, orePoorTin, oreNuggetTin, oreNetherNickel, denseoreNickel, orePoorNickel, oreNuggetNickel, oreNetherZinc, denseoreZinc, orePoorZinc, oreNuggetZinc, oreNetherAluminum, denseoreAluminum, orePoorAluminum, oreNuggetAluminum, oreConstantan, oreNetherConstantan, denseoreConstantan, orePoorConstantan, oreNuggetConstantan, oreNetherAbyssalnite, denseoreAbyssalnite, orePoorAbyssalnite, oreNuggetAbyssalnite, oreNetherLiquifiedCoralium, denseoreLiquifiedCoralium, orePoorLiquifiedCoralium, oreNuggetLiquifiedCoralium, oreDreadium, oreNetherDreadium, denseoreDreadium, orePoorDreadium, oreNuggetDreadium, oreNetherUranium, denseoreUranium, orePoorUranium, oreNuggetUranium, oreNetherPlatinum, denseorePlatinum, orePoorPlatinum, oreNuggetPlatinum, oreNetherIridium, denseoreIridium, orePoorIridium, oreNuggetIridium, oreInvar, oreNetherInvar, denseoreInvar, orePoorInvar, oreNuggetInvar, oreSignalum, oreNetherSignalum, denseoreSignalum, orePoorSignalum, oreNuggetSignalum, oreLumium, oreNetherLumium, denseoreLumium, orePoorLumium, oreNuggetLumium, oreEnderium, oreNetherEnderium, denseoreEnderium, orePoorEnderium, oreNuggetEnderium, ingotPlutonium]
[13:44:03] [main/INFO]: Registered a total of 105 booklet chapters, where 347 out of 469 booklet pages contain information about items or fluids!
[13:44:03] [main/INFO]: PostInitializing ClientProxy...
[13:44:03] [Actually Additions Special Fetcher/INFO]: Fetching Special People Stuff...
[13:44:03] [main/INFO]: PostInitialization Finished.
[13:44:03] [Actually Additions Special Fetcher/INFO]: Fetching Special People Stuff done!
[13:44:03] [main/INFO]: GC IGalacticraftWorldProvider not found
[13:44:03] [main/INFO]: Start registering liquid rocket fuels
[13:44:03] [main/INFO]: Registering fluid rocketfuel as rocket fuel
[13:44:03] [main/INFO]: Finished registering liquid rocket fuels
[13:44:03] [main/INFO]: Start registering sealable blocks
[13:44:03] [main/INFO]: End registering sealable blocks
[13:44:03] [main/INFO]: Start registering torch blocks
[13:44:03] [main/INFO]: End registering torch blocks
[13:44:03] [main/INFO]: Start registering Harvestable Gasses
[13:44:03] [main/INFO]: End registering Harvestable Gasses
[13:44:03] [main/INFO]: Start registering entity atmosphere bypass
[13:44:03] [main/INFO]: End registering entity atmosphere bypass
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@0] -> [6xtile.wood@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@1] -> [6xtile.wood@1]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@2] -> [6xtile.wood@2]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@3] -> [6xtile.wood@3]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@0] -> [6xtile.wood@4]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@1] -> [6xtile.wood@5]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xcircuitplate@0] -> [4xcircuitIC@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xcircuitplate@1] -> [4xcircuitIC@2]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [bouleSiliconx1] -> [4xwafer@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCuttingMachine for [1xtile.log@0] -> [6xtile.planks@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [ingotGoldx1, dustRedstonex1, waferSiliconx1] -> [1xcircuitplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [ingotGoldx1, 1xtile.blockRedstone@0, waferSiliconx1] -> [1xcircuitplate@1]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [gemEmeraldx1, 1xcircuitIC@0, dustRedstonex1] -> [1xdataUnit@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xcircuitplate@0, 1xitem.eyeOfEnder@0, dustRedstonex1] -> [1xcircuitIC@1]
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [plateSiliconx1, plateGoldx1, dustRedstonex1] -> [1xcircuitIC@4]
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [plateSiliconx1, plateCopperx1, dustRedstonex1] -> [1xcircuitIC@3]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [plateSiliconx1, 1xitem.dyePowder@4, dustRedstonex1] -> [1xcircuitIC@5]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [dustRedstonex1, 1xtile.notGate@0, 1xcircuitIC@0, 1xcircuitIC@3] -> [1xitemUpgrade@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xitem.fireball@0, gemDiamondx1, 1xcircuitIC@2, 1xcircuitIC@3] -> [1xitemUpgrade@1]
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xtile.motor@0, rodTitaniumx1, 1xcircuitIC@3] -> [1xitemUpgrade@2]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xitem.bootsCloth@0, 1xitem.feather@0, 1xcircuitIC@2, 1xcircuitIC@3] -> [1xitemUpgrade@3]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xbattery@0, 1xlens@0, 1xcircuitIC@2, 1xcircuitIC@3] -> [1xitemUpgrade@4]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xbattery@0, 1xcircuitIC@2, plateTinx1, 1xlens@0, 1xmiscpart@0] -> [1xitem.atmAnalyser@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xbattery@0, 1xcircuitIC@2, plateTinx1, 1xcircuitIC@1, 1xmiscpart@0] -> [1xitem.biomeChanger@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [stickCopperx2, stickTitaniumx1, waferSiliconx2, 1xcircuitIC@2] -> [1xsatellitePrimaryFunction@5]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [3xtile.glass@0, itemLensx3, stickIronx1] -> [1xtile.lens@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xcircuitIC@1, 1xitem.stationChip@0] -> [1xitem.elevatorChip@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TilePrecisionAssembler for [1xcircuitIC@1, 1xitemUpgrade@4] -> [1xitem.beaconFinder@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.carbonScrubberCartridge@32767] -> [1xitem.carbonScrubberCartridge@0, 1xitem.coal@1]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bone@0, net.minecraftforge.fluids.FluidStack@7ace83ad] -> [5xitem.dyePowder@15]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [net.minecraftforge.fluids.FluidStack@f680c977, net.minecraftforge.fluids.FluidStack@d797995d] -> [net.minecraftforge.fluids.FluidStack@1cd52aa5]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetCloth@0, gemDiamondx1] -> [1xitem.helmetCloth@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateCloth@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateCloth@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsCloth@0, gemDiamondx1] -> [1xitem.leggingsCloth@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsCloth@0, gemDiamondx1] -> [1xitem.bootsCloth@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetChain@0, gemDiamondx1] -> [1xitem.helmetChain@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateChain@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateChain@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsChain@0, gemDiamondx1] -> [1xitem.leggingsChain@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsChain@0, gemDiamondx1] -> [1xitem.bootsChain@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetIron@0, gemDiamondx1] -> [1xitem.helmetIron@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateIron@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateIron@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsIron@0, gemDiamondx1] -> [1xitem.leggingsIron@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsIron@0, gemDiamondx1] -> [1xitem.bootsIron@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetDiamond@0, gemDiamondx1] -> [1xitem.helmetDiamond@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateDiamond@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateDiamond@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsDiamond@0, gemDiamondx1] -> [1xitem.leggingsDiamond@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsDiamond@0, gemDiamondx1] -> [1xitem.bootsDiamond@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.helmetGold@0, gemDiamondx1] -> [1xitem.helmetGold@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.chestplateGold@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.chestplateGold@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.leggingsGold@0, gemDiamondx1] -> [1xitem.leggingsGold@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bootsGold@0, gemDiamondx1] -> [1xitem.bootsGold@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.copperHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.copperChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.copperLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.copperBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.copperBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.tinHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.tinChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.tinLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.tinBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.tinBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.silverHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.silverChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.silverLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.silverBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.silverBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.leadHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.leadChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.leadLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.leadBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.leadBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.aluminumHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.aluminumChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.aluminumLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.aluminumBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.aluminumBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.nickelHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.nickelChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.nickelLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.nickelBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.nickelBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.platinumHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.platinumChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.platinumLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.platinumBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.platinumBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.steelHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.steelChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.steelLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.steelBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.steelBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.electrumHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.electrumChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.electrumLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.electrumBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.electrumBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.invarHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.invarChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.invarLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.invarBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.invarBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.bronzeHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.bronzeChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.bronzeLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.bronzeBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.bronzeBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanHelmet@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.constantanHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanChestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.thermalfoundation.armor.constantanChestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanLegs@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.constantanLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.thermalfoundation.armor.constantanBoots@0, gemDiamondx1] -> [1xitem.thermalfoundation.armor.constantanBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_helm@0, gemDiamondx1] -> [1xitem.draconicevolution:wyvern_helm@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.draconicevolution:wyvern_chest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_legs@0, gemDiamondx1] -> [1xitem.draconicevolution:wyvern_legs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:wyvern_boots@0, gemDiamondx1] -> [1xitem.draconicevolution:wyvern_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_helm@0, gemDiamondx1] -> [1xitem.draconicevolution:draconic_helm@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.draconicevolution:draconic_chest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_legs@0, gemDiamondx1] -> [1xitem.draconicevolution:draconic_legs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.draconicevolution:draconic_boots@0, gemDiamondx1] -> [1xitem.draconicevolution:draconic_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.advanced_batpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.advanced_batpack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.alloy_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.alloy_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.batpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.batpack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_boots@0, gemDiamondx1] -> [1xic2.bronze_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.bronze_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_helmet@0, gemDiamondx1] -> [1xic2.bronze_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.bronze_leggings@0, gemDiamondx1] -> [1xic2.bronze_leggings@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.cf_pack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.cf_pack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.energy_pack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.energy_pack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.hazmat_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.hazmat_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.hazmat_helmet@0, gemDiamondx1] -> [1xic2.hazmat_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.hazmat_leggings@0, gemDiamondx1] -> [1xic2.hazmat_leggings@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.jetpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.jetpack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.jetpack_electric@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.jetpack_electric@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.lappack@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.lappack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_boots@0, gemDiamondx1] -> [1xic2.nano_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.nano_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_helmet@0, gemDiamondx1] -> [1xic2.nano_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nano_leggings@0, gemDiamondx1] -> [1xic2.nano_leggings@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.nightvision_goggles@0, gemDiamondx1] -> [1xic2.nightvision_goggles@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_boots@0, gemDiamondx1] -> [1xic2.quantum_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xic2.quantum_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_helmet@0, gemDiamondx1] -> [1xic2.quantum_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.quantum_leggings@0, gemDiamondx1] -> [1xic2.quantum_leggings@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.rubber_boots@0, gemDiamondx1] -> [1xic2.rubber_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.solar_helmet@0, gemDiamondx1] -> [1xic2.solar_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xic2.static_boots@0, gemDiamondx1] -> [1xic2.static_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.naturalist_helmet@0, gemDiamondx1] -> [1xitem.for.naturalist_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_helmet@0, gemDiamondx1] -> [1xitem.for.apiarist_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.for.apiarist_chest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_legs@0, gemDiamondx1] -> [1xitem.for.apiarist_legs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.for.apiarist_boots@0, gemDiamondx1] -> [1xitem.for.apiarist_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.waterWalkingBoots@0, gemDiamondx1] -> [1xitem.waterWalkingBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.lavaWader@0, gemDiamondx1] -> [1xitem.lavaWader@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.obsidianWaterWalkingBoots@0, gemDiamondx1] -> [1xitem.obsidianWaterWalkingBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.magicHood@0, gemDiamondx1] -> [1xitem.magicHood@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.superLubricentBoots@0, gemDiamondx1] -> [1xitem.superLubricentBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.redstonearsenal.armor.fluxHelmet@0, gemDiamondx1] -> [1xitem.redstonearsenal.armor.fluxHelmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.redstonearsenal.armor.fluxPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.redstonearsenal.armor.fluxPlate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.redstonearsenal.armor.fluxLegs@0, gemDiamondx1] -> [1xitem.redstonearsenal.armor.fluxLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.redstonearsenal.armor.fluxBoots@0, gemDiamondx1] -> [1xitem.redstonearsenal.armor.fluxBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.tconstruct.slime_boots@0, gemDiamondx1] -> [1xitem.tconstruct.slime_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.tconstruct.piggybackpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.tconstruct.piggybackpack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.immersiveengineering.earmuffs@0, gemDiamondx1] -> [1xitem.immersiveengineering.earmuffs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.immersiveengineering.faraday_suit_feet@0, gemDiamondx1] -> [1xitem.immersiveengineering.faraday_suit_feet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.immersiveengineering.faraday_suit_legs@0, gemDiamondx1] -> [1xitem.immersiveengineering.faraday_suit_legs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.immersiveengineering.faraday_suit_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.immersiveengineering.faraday_suit_chest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.immersiveengineering.faraday_suit_head@0, gemDiamondx1] -> [1xitem.immersiveengineering.faraday_suit_head@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.immersiveengineering.powerpack@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.immersiveengineering.powerpack@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.natura.imp_armor_helmet@0, gemDiamondx1] -> [1xitem.natura.imp_armor_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.natura.imp_armor_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.natura.imp_armor_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.natura.imp_armor_leggings@0, gemDiamondx1] -> [1xitem.natura.imp_armor_leggings@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.natura.imp_armor_boots@0, gemDiamondx1] -> [1xitem.natura.imp_armor_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bwm:steel_helmet@0, gemDiamondx1] -> [1xitem.bwm:steel_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bwm:steel_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.bwm:steel_chest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bwm:steel_pants@0, gemDiamondx1] -> [1xitem.bwm:steel_pants@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bwm:steel_boots@0, gemDiamondx1] -> [1xitem.bwm:steel_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bwm:ender_spectacles@0, gemDiamondx1] -> [1xitem.bwm:ender_spectacles@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manasteelHelm@0, gemDiamondx1] -> [1xitem.manasteelHelm@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manasteelHelmReveal@0, gemDiamondx1] -> [1xitem.manasteelHelmReveal@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manasteelChest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.manasteelChest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manasteelLegs@0, gemDiamondx1] -> [1xitem.manasteelLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manasteelBoots@0, gemDiamondx1] -> [1xitem.manasteelBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terrasteelHelm@0, gemDiamondx1] -> [1xitem.terrasteelHelm@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terrasteelHelmReveal@0, gemDiamondx1] -> [1xitem.terrasteelHelmReveal@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terrasteelChest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.terrasteelChest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terrasteelLegs@0, gemDiamondx1] -> [1xitem.terrasteelLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terrasteelBoots@0, gemDiamondx1] -> [1xitem.terrasteelBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.elementiumHelm@0, gemDiamondx1] -> [1xitem.elementiumHelm@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.elementiumHelmReveal@0, gemDiamondx1] -> [1xitem.elementiumHelmReveal@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.elementiumChest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.elementiumChest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.elementiumLegs@0, gemDiamondx1] -> [1xitem.elementiumLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.elementiumBoots@0, gemDiamondx1] -> [1xitem.elementiumBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manaweaveHelm@0, gemDiamondx1] -> [1xitem.manaweaveHelm@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manaweaveChest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.manaweaveChest@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manaweaveLegs@0, gemDiamondx1] -> [1xitem.manaweaveLegs@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.manaweaveBoots@0, gemDiamondx1] -> [1xitem.manaweaveBoots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_helmet@0, gemDiamondx1] -> [1xitem.ceramics.clay_helmet@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ceramics.clay_chestplate@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_leggings@0, gemDiamondx1] -> [1xitem.ceramics.clay_leggings@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_boots@0, gemDiamondx1] -> [1xitem.ceramics.clay_boots@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_helmet_raw@0, gemDiamondx1] -> [1xitem.ceramics.clay_helmet_raw@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_chestplate_raw@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ceramics.clay_chestplate_raw@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_leggings_raw@0, gemDiamondx1] -> [1xitem.ceramics.clay_leggings_raw@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ceramics.clay_boots_raw@0, gemDiamondx1] -> [1xitem.ceramics.clay_boots_raw@0]
[13:44:03] [main/INFO]: Overwriting recipe true
[13:44:03] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terraqueous.cloudtalisman@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.terraqueous.cloudtalisman@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.terraqueous.endermonocle@0, gemDiamondx1] -> [1xitem.terraqueous.endermonocle@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorHelmetBone@0, gemDiamondx1] -> [1xitem.nex:armorHelmetBone@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorChestplateBone@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.nex:armorChestplateBone@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorLeggingsBone@0, gemDiamondx1] -> [1xitem.nex:armorLeggingsBone@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorBootsBone@0, gemDiamondx1] -> [1xitem.nex:armorBootsBone@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorHelmetHideSalamander@0, gemDiamondx1] -> [1xitem.nex:armorHelmetHideSalamander@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorChestplateHideSalamander@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.nex:armorChestplateHideSalamander@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorLeggingsHideSalamander@0, gemDiamondx1] -> [1xitem.nex:armorLeggingsHideSalamander@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.nex:armorBootsHideSalamander@0, gemDiamondx1] -> [1xitem.nex:armorBootsHideSalamander@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.multi_helmet@0, gemDiamondx1] -> [1xitem.multi_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.multi_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.multi_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.multi_leggings@0, gemDiamondx1] -> [1xitem.multi_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.multi_boots@0, gemDiamondx1] -> [1xitem.multi_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_obsidian_goggles@0, gemDiamondx1] -> [1xitem.armor_obsidian_goggles@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_obsidian_head@0, gemDiamondx1] -> [1xitem.armor_obsidian_head@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_obsidian_body@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.armor_obsidian_body@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_obsidian_legs@0, gemDiamondx1] -> [1xitem.armor_obsidian_legs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_obsidian_feet@0, gemDiamondx1] -> [1xitem.armor_obsidian_feet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_wolf_head@0, gemDiamondx1] -> [1xitem.armor_wolf_head@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_wolf_body@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.armor_wolf_body@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_wolf_legs@0, gemDiamondx1] -> [1xitem.armor_wolf_legs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_wolf_feet@0, gemDiamondx1] -> [1xitem.armor_wolf_feet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_ovis_head@0, gemDiamondx1] -> [1xitem.armor_ovis_head@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_ovis_body@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.armor_ovis_body@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_ovis_legs@0, gemDiamondx1] -> [1xitem.armor_ovis_legs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.armor_ovis_feet@0, gemDiamondx1] -> [1xitem.armor_ovis_feet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.primitivemobs:camouflage_helmet@0, gemDiamondx1] -> [1xitem.primitivemobs:camouflage_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.primitivemobs:camouflage_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.primitivemobs:camouflage_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.primitivemobs:camouflage_boots@0, gemDiamondx1] -> [1xitem.primitivemobs:camouflage_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.primitivemobs:camouflage_leggings@0, gemDiamondx1] -> [1xitem.primitivemobs:camouflage_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.witch_hat@0, gemDiamondx1] -> [1xitem.witch_hat@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.tcomplement.manyullyn_helmet@0, gemDiamondx1] -> [1xitem.tcomplement.manyullyn_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.tcomplement.manyullyn_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.tcomplement.manyullyn_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.tcomplement.manyullyn_leggings@0, gemDiamondx1] -> [1xitem.tcomplement.manyullyn_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.tcomplement.manyullyn_boots@0, gemDiamondx1] -> [1xitem.tcomplement.manyullyn_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wooden_leggings@0, gemDiamondx1] -> [1xitem.wooden_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bone_helmet@0, gemDiamondx1] -> [1xitem.bone_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wither_boots@0, gemDiamondx1] -> [1xitem.wither_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.lava_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.lava_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wither_helmet@0, gemDiamondx1] -> [1xitem.wither_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.lava_helmet@0, gemDiamondx1] -> [1xitem.lava_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.obsidian_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.obsidian_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.stone_leggings@0, gemDiamondx1] -> [1xitem.stone_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.obsidian_leggings@0, gemDiamondx1] -> [1xitem.obsidian_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.stone_boots@0, gemDiamondx1] -> [1xitem.stone_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.lava_leggings@0, gemDiamondx1] -> [1xitem.lava_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dragon_helmet@0, gemDiamondx1] -> [1xitem.dragon_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wooden_boots@0, gemDiamondx1] -> [1xitem.wooden_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dragon_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.dragon_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wooden_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.wooden_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.stone_helmet@0, gemDiamondx1] -> [1xitem.stone_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bone_leggings@0, gemDiamondx1] -> [1xitem.bone_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.stone_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.stone_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wither_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.wither_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wooden_helmet@0, gemDiamondx1] -> [1xitem.wooden_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.obsidian_boots@0, gemDiamondx1] -> [1xitem.obsidian_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bone_boots@0, gemDiamondx1] -> [1xitem.bone_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dragon_leggings@0, gemDiamondx1] -> [1xitem.dragon_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.bone_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.bone_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dragon_boots@0, gemDiamondx1] -> [1xitem.dragon_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.obsidian_helmet@0, gemDiamondx1] -> [1xitem.obsidian_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.lava_boots@0, gemDiamondx1] -> [1xitem.lava_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.wither_leggings@0, gemDiamondx1] -> [1xitem.wither_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.plateNaga@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.plateNaga@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.legsNaga@0, gemDiamondx1] -> [1xitem.legsNaga@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ironwoodHelm@0, gemDiamondx1] -> [1xitem.ironwoodHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ironwoodPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ironwoodPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ironwoodLegs@0, gemDiamondx1] -> [1xitem.ironwoodLegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ironwoodBoots@0, gemDiamondx1] -> [1xitem.ironwoodBoots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.fieryHelm@0, gemDiamondx1] -> [1xitem.fieryHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.fieryPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.fieryPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.fieryLegs@0, gemDiamondx1] -> [1xitem.fieryLegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.fieryBoots@0, gemDiamondx1] -> [1xitem.fieryBoots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.steeleafHelm@0, gemDiamondx1] -> [1xitem.steeleafHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.steeleafPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.steeleafPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.steeleafLegs@0, gemDiamondx1] -> [1xitem.steeleafLegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.steeleafBoots@0, gemDiamondx1] -> [1xitem.steeleafBoots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.knightlyHelm@0, gemDiamondx1] -> [1xitem.knightlyHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.knightlyPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.knightlyPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.knightlyLegs@0, gemDiamondx1] -> [1xitem.knightlyLegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.knightlyBoots@0, gemDiamondx1] -> [1xitem.knightlyBoots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.phantomHelm@0, gemDiamondx1] -> [1xitem.phantomHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.phantomPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.phantomPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.yetiHelm@0, gemDiamondx1] -> [1xitem.yetiHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.yetiPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.yetiPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.yetiLegs@0, gemDiamondx1] -> [1xitem.yetiLegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.yetiBoots@0, gemDiamondx1] -> [1xitem.yetiBoots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.arcticHelm@0, gemDiamondx1] -> [1xitem.arcticHelm@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.arcticPlate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.arcticPlate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.arcticLegs@0, gemDiamondx1] -> [1xitem.arcticLegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.arcticBoots@0, gemDiamondx1] -> [1xitem.arcticBoots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ahelmet@0, gemDiamondx1] -> [1xitem.ahelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.aplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.aplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.alegs@0, gemDiamondx1] -> [1xitem.alegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.aboots@0, gemDiamondx1] -> [1xitem.aboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dhelmet@0, gemDiamondx1] -> [1xitem.dhelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.dplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dlegs@0, gemDiamondx1] -> [1xitem.dlegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dboots@0, gemDiamondx1] -> [1xitem.dboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corhelmet@0, gemDiamondx1] -> [1xitem.corhelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.corplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corlegs@0, gemDiamondx1] -> [1xitem.corlegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corboots@0, gemDiamondx1] -> [1xitem.corboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corhelmetp@0, gemDiamondx1] -> [1xitem.corhelmetp@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corplatep@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.corplatep@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corlegsp@0, gemDiamondx1] -> [1xitem.corlegsp@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.corbootsp@0, gemDiamondx1] -> [1xitem.corbootsp@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.depthshelmet@0, gemDiamondx1] -> [1xitem.depthshelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.depthsplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.depthsplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.depthslegs@0, gemDiamondx1] -> [1xitem.depthslegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.depthsboots@0, gemDiamondx1] -> [1xitem.depthsboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumhelmet@0, gemDiamondx1] -> [1xitem.dreadiumhelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.dreadiumplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumlegs@0, gemDiamondx1] -> [1xitem.dreadiumlegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumboots@0, gemDiamondx1] -> [1xitem.dreadiumboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumsamuraihelmet@0, gemDiamondx1] -> [1xitem.dreadiumsamuraihelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumsamuraiplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.dreadiumsamuraiplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumsamurailegs@0, gemDiamondx1] -> [1xitem.dreadiumsamurailegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.dreadiumsamuraiboots@0, gemDiamondx1] -> [1xitem.dreadiumsamuraiboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ethaxiumhelmet@0, gemDiamondx1] -> [1xitem.ethaxiumhelmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ethaxiumplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ethaxiumplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ethaxiumlegs@0, gemDiamondx1] -> [1xitem.ethaxiumlegs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ethaxiumboots@0, gemDiamondx1] -> [1xitem.ethaxiumboots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_engineer_goggles_advanced@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_engineer_goggles_advanced@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_engineer_goggles@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_engineer_goggles@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_emerald@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_emerald@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_emerald@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_emerald@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_emerald@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_emerald@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_emerald@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_emerald@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_obsidian@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_obsidian@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_obsidian@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_obsidian@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_obsidian@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_obsidian@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_obsidian@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_obsidian@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_quartz@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_quartz@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_quartz@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_quartz@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_quartz@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_quartz@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_quartz@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_quartz@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_crystal_red@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_crystal_red@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_crystal_red@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_crystal_red@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_crystal_red@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_crystal_red@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_crystal_red@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_crystal_red@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_crystal_blue@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_crystal_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_crystal_blue@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_crystal_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_crystal_blue@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_crystal_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_crystal_blue@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_crystal_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_crystal_light_blue@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_crystal_light_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_crystal_light_blue@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_crystal_light_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_crystal_light_blue@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_crystal_light_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_crystal_light_blue@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_crystal_light_blue@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_crystal_black@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_crystal_black@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_crystal_black@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_crystal_black@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_crystal_black@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_crystal_black@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_crystal_black@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_crystal_black@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_crystal_green@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_crystal_green@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_crystal_green@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_crystal_green@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_crystal_green@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_crystal_green@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_crystal_green@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_crystal_green@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_helm_crystal_white@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_helm_crystal_white@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_chest_crystal_white@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.actuallyadditions.item_chest_crystal_white@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_pants_crystal_white@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_pants_crystal_white@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.actuallyadditions.item_boots_crystal_white@0, gemDiamondx1] -> [1xitem.actuallyadditions.item_boots_crystal_white@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.theoneprobe.diamond_helmet_probe@0, gemDiamondx1] -> [1xitem.theoneprobe.diamond_helmet_probe@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.theoneprobe.gold_helmet_probe@0, gemDiamondx1] -> [1xitem.theoneprobe.gold_helmet_probe@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.theoneprobe.iron_helmet_probe@0, gemDiamondx1] -> [1xitem.theoneprobe.iron_helmet_probe@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.itemcape@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.itemcape@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ashen_cloak_head@0, gemDiamondx1] -> [1xitem.ashen_cloak_head@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ashen_cloak_chest@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ashen_cloak_chest@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ashen_cloak_legs@0, gemDiamondx1] -> [1xitem.ashen_cloak_legs@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ashen_cloak_boots@0, gemDiamondx1] -> [1xitem.ashen_cloak_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.inferium_helmet@0, gemDiamondx1] -> [1xitem.ma.inferium_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.inferium_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ma.inferium_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.inferium_leggings@0, gemDiamondx1] -> [1xitem.ma.inferium_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.inferium_boots@0, gemDiamondx1] -> [1xitem.ma.inferium_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.prudentium_helmet@0, gemDiamondx1] -> [1xitem.ma.prudentium_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.prudentium_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ma.prudentium_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.prudentium_leggings@0, gemDiamondx1] -> [1xitem.ma.prudentium_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.prudentium_boots@0, gemDiamondx1] -> [1xitem.ma.prudentium_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.intermedium_helmet@0, gemDiamondx1] -> [1xitem.ma.intermedium_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.intermedium_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ma.intermedium_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.intermedium_leggings@0, gemDiamondx1] -> [1xitem.ma.intermedium_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.intermedium_boots@0, gemDiamondx1] -> [1xitem.ma.intermedium_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.superium_helmet@0, gemDiamondx1] -> [1xitem.ma.superium_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.superium_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ma.superium_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.superium_leggings@0, gemDiamondx1] -> [1xitem.ma.superium_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.superium_boots@0, gemDiamondx1] -> [1xitem.ma.superium_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.supremium_helmet@0, gemDiamondx1] -> [1xitem.ma.supremium_helmet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.supremium_chestplate@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.ma.supremium_chestplate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.supremium_leggings@0, gemDiamondx1] -> [1xitem.ma.supremium_leggings@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.ma.supremium_boots@0, gemDiamondx1] -> [1xitem.ma.supremium_boots@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.hardenedleatherhelmitem@0, gemDiamondx1] -> [1xitem.hardenedleatherhelmitem@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.hardenedleatherchestitem@0, gemDiamondx1, 1xpressureTank@3] -> [1xitem.hardenedleatherchestitem@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.hardenedleatherleggingsitem@0, gemDiamondx1] -> [1xitem.hardenedleatherleggingsitem@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileChemicalReactor for [1xitem.hardenedleatherbootsitem@0, gemDiamondx1] -> [1xitem.hardenedleatherbootsitem@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCrystallizer for [dustDilithiumx1] -> [1xitem.crystal@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileCrystallizer for [ingotSiliconx1, nuggetSiliconx1] -> [1xitem.boule@3]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileElectrolyser for [net.minecraftforge.fluids.FluidStack@76363043] -> [net.minecraftforge.fluids.FluidStack@f680c9d1, net.minecraftforge.fluids.FluidStack@d79799b7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileElectricArcFurnace for [1xtile.sand@0] -> [1xitem.ingot@3]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileElectricArcFurnace for [ingotIronx1, 1xitem.coal@1] -> [1xitem.ingot@6]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileElectricArcFurnace for [ingotAluminumx7, ingotTitaniumx3] -> [3xitem.ingot@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileElectricArcFurnace for [ingotTitaniumx1, ingotIridiumx1] -> [2xitem.ingot@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileElectricArcFurnace for [oreRutilex1] -> [1xitem.ingot@7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotTitaniumAluminidex1] -> [2xitem.stick@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotAluminumx1] -> [2xitem.immersiveengineering.material@3]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotSteelx1] -> [2xitem.stick@6]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotTitaniumx1] -> [2xitem.stick@7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotIridiumx1] -> [2xitem.stick@10]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotCopperx1] -> [2xitem.stick@4]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotTitaniumIridiumx1] -> [2xitem.stick@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotIronwoodx1] -> [2xitem.ironwood_stick@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileLathe for [ingotIronx1] -> [2xitem.stick@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotIronx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@1]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateIronx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotGoldx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@2]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotSiliconx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@3]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotCopperx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@4]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateCopperx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@4]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTinx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@5]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotSteelx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@6]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateSteelx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@6]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTitaniumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateTitaniumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotAluminumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@9]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateAluminumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@9]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotIridiumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@10]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTitaniumAluminidex1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateTitaniumAluminidex1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTitaniumIridiumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.plate@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [plateTitaniumIridiumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xitem.sheet@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotWootzx1] -> [1xitem.wootz_plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotAluminumx1] -> [1xitem.thermalfoundation.material@324]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotBrassx1] -> [1xitem.brass_plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotVanadiumx1] -> [1xitem.vanadium_plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotLumiumx1] -> [1xitem.thermalfoundation.material@358]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTamahaganex1] -> [1xitem.tamahagane_plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotIronx1] -> [1xitem.thermalfoundation.material@32]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotPigironx1] -> [1xitem.pigiron_plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotSignalumx1] -> [1xitem.thermalfoundation.material@357]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotUraniumx1] -> [1xitem.immersiveengineering.metal@35]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotPlatinumx1] -> [1xitem.thermalfoundation.material@326]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotLeadx1] -> [1xitem.thermalfoundation.material@323]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTitaniumx1] -> [1xitem.plate@7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotSiliconx1] -> [1xitem.plate@3]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotCopperx1] -> [1xitem.thermalfoundation.material@320]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotEnderiumx1] -> [1xitem.thermalfoundation.material@359]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotBronzex1] -> [1xitem.thermalfoundation.material@355]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotElectrumFluxx1] -> [1xitem.redstonearsenal.material@128]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotGoldx1] -> [1xitem.thermalfoundation.material@33]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTitaniumAluminidex1] -> [1xitem.plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotMithrilx1] -> [1xitem.thermalfoundation.material@328]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotSteelx1] -> [1xitem.thermalfoundation.material@352]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotElectrumx1] -> [1xitem.thermalfoundation.material@353]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotZincx1] -> [1xitem.zinc_plate@0]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotSilverx1] -> [1xitem.thermalfoundation.material@322]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTinx1] -> [1xitem.thermalfoundation.material@321]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotNickelx1] -> [1xitem.thermalfoundation.material@325]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotInvarx1] -> [1xitem.thermalfoundation.material@354]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotIridiumx1] -> [1xitem.thermalfoundation.material@327]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotConstantanx1] -> [1xitem.thermalfoundation.material@356]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [ingotTitaniumIridiumx1] -> [1xitem.plate@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [sheetIronx1, sheetIronx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xpressureTank@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [sheetSteelx1, sheetSteelx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xpressureTank@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [sheetAluminumx1, sheetAluminumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xpressureTank@2]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.tile.multiblock.machine.TileRollingMachine for [sheetTitaniumx1, sheetTitaniumx1, net.minecraftforge.fluids.FluidStack@7636309d] -> [1xpressureTank@3]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreDilithiumx1] -> [2xitem.dust@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockIronx1] -> [4xitem.plate@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreIronx1] -> [2xitem.dust@1]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockGoldx1] -> [4xitem.plate@2]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreGoldx1] -> [2xitem.dust@2]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockCopperx1] -> [4xitem.plate@4]
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreCopperx1] -> [2xitem.dust@4]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockTinx1] -> [4xitem.plate@5]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreTinx1] -> [2xitem.dust@5]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockSteelx1] -> [4xitem.plate@6]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockTitaniumx1] -> [4xitem.plate@7]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockAluminumx1] -> [4xitem.plate@9]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreAluminumx1] -> [2xitem.dust@9]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockIridiumx1] -> [4xitem.plate@10]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [oreIridiumx1] -> [2xitem.dust@10]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockTitaniumAluminidex1] -> [4xitem.plate@0]
[13:44:04] [main/INFO]: Overwriting recipe true
[13:44:04] [main/INFO]: Sucessfully added recipe to zmaster587.advancedRocketry.block.BlockPress for [blockTitaniumIridiumx1] -> [4xitem.plate@1]
[13:44:04] [main/INFO]: Post Initialization ( started )
[13:44:04] [main/INFO]: Industrial Craft 2 - Integration Enable
[13:44:04] [main/INFO]: Railcraft - Integration Disabled
[13:44:04] [main/INFO]: Mine Factory Reloaded - Integration Disabled
[13:44:04] [main/INFO]: Waila - Integration Disabled
[13:44:04] [main/INFO]: Inventory Tweaks - Integration Enable
[13:44:04] [main/INFO]: Just Enough Items - Integration Enable
[13:44:04] [main/INFO]: Mekanism - Integration Disabled
[13:44:04] [main/INFO]: OpenComputers - Integration Disabled
[13:44:04] [main/INFO]: TheOneProbe - Integration Enable
[13:44:04] [main/INFO]: Tesla - Integration Disabled
[13:44:04] [main/INFO]: CraftTweaker - Integration Enable
[13:44:04] [main/INFO]: Post Initialization ( ended after 185ms )
[13:44:05] [main/INFO]: Thermal Foundation: Tinkers' Construct Plugin Enabled.
[13:44:05] [main/INFO]: Finished PostInitialization
[13:44:05] [main/INFO]: Thermal Expansion: The One Probe Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Forestry Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Gendustry Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Actually Additions Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Applied Energistics 2 Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Biomes O' Plenty Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Extra Utilities 2 Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: HarvestCraft Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: IndustrialCraft 2 Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Mystical Agriculture Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Natura Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Tinkers' Construct Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Terraqueous Plugin Enabled.
[13:44:05] [main/INFO]: Thermal Expansion: Twilight Forest Plugin Enabled.
[13:44:11] [main/INFO]: [AstralSorcery] Post compile recipes
[13:44:11] [main/INFO]: [AstralSorcery] Item Colorization Helper: Rebuilding colorization cache! This might take longer for higher-res texture packs...
[13:44:11] [main/INFO]: [AstralSorcery] Item Colorization Helper: Cache rebuilt! Time required: 66ms - Entries cached: 28
[13:44:11] [main/WARN]: [Skillable] Invalid Level Lock: dattack|30,defense|30
[13:44:11] [main/INFO]: Added 'minecraft:lapis_ore/0=>1*minecraft:lapis_ore/4=>minecraft:lapis_ore/0' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:lit_redstone_ore/0=>1*minecraft:redstone_ore/0=>minecraft:lit_redstone_ore/0' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:grass/0=>1*minecraft:grass/0=>minecraft:grass/0' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:grass/0=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:dirt/1=>1*minecraft:dirt/1=>minecraft:dirt/1' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:dirt/1=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:dirt/2=>1*minecraft:dirt/2=>minecraft:dirt/2' to mapping
[13:44:11] [main/INFO]: Added 'minecraft:dirt/2=>1*minecraft:dirt/0=>minecraft:dirt/0' to mapping
[13:44:12] [main/INFO]: Could not load tree type from file 'traverse_yellow.json': Mod 'traverse' for type 'traverse:yellow_autumnal_sapling' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'traverse_fir.json': Mod 'traverse' for type 'traverse:fir' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'rustic_olive.json': Mod 'rustic' for type 'rustic:olive' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'traverse_brown.json': Mod 'traverse' for type 'traverse:brown_autumnal_sapling' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'totemic_cedar.json': Mod 'totemic' for type 'totemic:cedar' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'techreborn_rubber.json': Mod 'techreborn' for type 'techreborn:rubber' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'traverse_orange.json': Mod 'traverse' for type 'traverse:orange_autumnal_sapling' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'integrateddynamics_menril.json': Mod 'integrateddynamics' for type 'integrateddynamics:menril' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'rustic_ironwood.json': Mod 'rustic' for type 'rustic:ironwood' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Could not load tree type from file 'traverse_red.json': Mod 'traverse' for type 'traverse:red_autumnal_sapling' is not loaded. Skipping integration!
[13:44:12] [main/INFO]: Registering trees from integration: org.dave.bonsaitrees.integration.mods.Forestry
[13:44:12] [main/INFO]: Registering trees from integration: org.dave.bonsaitrees.integration.mods.PamsHarvestcraft
[13:44:12] [main/INFO]: Registering trees from integration: org.dave.bonsaitrees.integration.mods.Vanilla
[13:44:12] [main/INFO]: Loaded 660 tree shapes.
[13:44:12] [main/WARN]: Tree type 'harvestcraft:spiderweb' has no shapes configured
[13:44:12] [main/INFO]: The Lexica Botania has 26568 words.
[13:44:12] [main/INFO]: Adding minecraft:bedrock:0 to NRB array.
[13:44:12] [main/INFO]: Registered null handler for capability: net.minecraftforge.fluids.capability.IFluidHandler
[13:44:12] [main/INFO]: Registered null handler for capability: net.minecraftforge.energy.IEnergyStorage
[13:44:12] [main/INFO]: Registered null handler for capability: net.minecraftforge.items.IItemHandler
[13:44:12] [main/INFO]: Registering GUI Handler
[13:44:13] [main/WARN]: PriceRange(-4, -8) invalid, -8 smaller than -4
[13:44:13] [main/INFO]: Loading predefined UU world scan values, run /ic2 uu-world-scan <small|medium|large> to calibrate them for your world.
[13:44:13] [main/INFO]: ic2 version 2.8.42-ex112 loaded.
[13:44:13] [main/WARN]: Failed to find item for (terraqueous:hay) in the Forge registry.
[13:44:13] [main/WARN]: Failed to find item for (terraqueous:hay) in the Forge registry.
[13:44:13] [main/WARN]: Failed to find item for (terraqueous:hay) in the Forge registry.
[13:44:13] [main/WARN]: Failed to find item for (terraqueous:hay) in the Forge registry.
[13:44:13] [main/WARN]: Failed to find item for (terraqueous:hay) in the Forge registry.
[13:44:13] [main/INFO]: Adding Discharge Values
[13:44:13] [main/INFO]: Added 4 Discharge Values
[13:44:13] [main/INFO]: Discharge Values: 1xitem.redstone@0=1000
[13:44:13] [main/INFO]: Discharge Values: 1xtile.blockCoal@0=4500
[13:44:13] [main/INFO]: Discharge Values: 1xtile.blockRedstone@0=9000
[13:44:13] [main/INFO]: Discharge Values: 1xitem.coal@0=500
[13:44:13] [main/INFO]: Registered 6 Energy Types
[13:44:13] [main/INFO]: Registered 6 Inventory Providers
[13:44:13] [main/INFO]: Registered 2 Fluid Providers
[13:44:13] [main/INFO]: Registered 5 Energy Handlers
[13:44:13] [main/INFO]: Registered 4 Energy Container Providers
[13:44:13] [main/INFO]: Registered 0 Machine Upgrades
[13:44:13] [main/INFO]: Registered 17 mutations
[13:44:13] [main/INFO]: Preparing genetics cache ...
[13:44:13] [main/INFO]: Cached 80 mutation outputs
[13:44:13] [main/INFO]: Cached 65 mutation inputs
[13:44:13] [main/INFO]: Cached 289 chromosomes
[13:44:14] [main/INFO]: Registered 471 tags.
[13:44:14] [main/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class mrtjp.projectred.api.IScrewdriver (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class crazypants.enderio.api.tool.ITool (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error)
[13:44:14] [main/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error)
[13:44:14] [main/ERROR]: Couldn't locate icons for Default: C:\Games\Minecraft\Instances\Forever%20Stranded%20Lost%20Souls\mods\journeymap-1.12.2-5.5.2.jar\assets\journeymap\icon\entity
[13:44:14] [main/INFO]: Added entity icons from journeymap:icon/entity. Success: false
[13:44:14] [main/ERROR]: Couldn't locate icons for flat: C:\Games\Minecraft\Instances\Forever%20Stranded%20Lost%20Souls\mods\journeymap-1.12.2-5.5.2.jar\assets\journeymap\theme\flat
[13:44:14] [main/INFO]: Preloaded theme textures: 0
[13:44:14] [JM-VersionCheck-1/ERROR]: Could not check version URL
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
at com.google.gson.JsonParser.parse(JsonParser.java:65) ~[JsonParser.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:45) ~[JsonParser.class:?]
at journeymap.common.version.VersionCheck$1.run(VersionCheck.java:134) [VersionCheck$1.class:1.12.2-5.5.2]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:542) ~[JsonReader.class:?]
at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[JsonReader.class:?]
at com.google.gson.JsonParser.parse(JsonParser.java:60) ~[JsonParser.class:?]
... 7 more
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: java.nio.file.NoSuchFileException: C:\Games\Minecraft\Instances\Forever Stranded Lost Souls\config\levelup2\json\skills\combat\combat_bonus.json
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newByteChannel(Files.java:361)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newByteChannel(Files.java:407)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newInputStream(Files.java:152)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newBufferedReader(Files.java:2784)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newBufferedReader(Files.java:2816)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.skills.SkillRegistry.loadFromJson(SkillRegistry.java:365)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.skills.SkillRegistry.registerSkillProperties(SkillRegistry.java:351)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.config.LevelUpConfig.registerSkillProperties(LevelUpConfig.java:137)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.LevelUp2.postInit(LevelUp2.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: java.nio.file.NoSuchFileException: C:\Games\Minecraft\Instances\Forever Stranded Lost Souls\config\levelup2\json\skills\crafting\craft_bonus.json
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newByteChannel(Files.java:361)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newByteChannel(Files.java:407)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newInputStream(Files.java:152)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newBufferedReader(Files.java:2784)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newBufferedReader(Files.java:2816)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.skills.SkillRegistry.loadFromJson(SkillRegistry.java:365)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.skills.SkillRegistry.registerSkillProperties(SkillRegistry.java:351)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.config.LevelUpConfig.registerSkillProperties(LevelUpConfig.java:137)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.LevelUp2.postInit(LevelUp2.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: java.nio.file.NoSuchFileException: C:\Games\Minecraft\Instances\Forever Stranded Lost Souls\config\levelup2\json\skills\mining\mining_bonus.json
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newByteChannel(Files.java:361)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newByteChannel(Files.java:407)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newInputStream(Files.java:152)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newBufferedReader(Files.java:2784)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.nio.file.Files.newBufferedReader(Files.java:2816)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.skills.SkillRegistry.loadFromJson(SkillRegistry.java:365)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.skills.SkillRegistry.registerSkillProperties(SkillRegistry.java:351)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.config.LevelUpConfig.registerSkillProperties(LevelUpConfig.java:137)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at levelup2.LevelUp2.postInit(LevelUp2.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:14] [main/INFO]: [levelup2.skills.SkillRegistry:loadFromJson:368]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:14] [main/INFO]: PostInitialization started.
[13:44:14] [main/INFO]: The Nether has been overridden.
[13:44:14] [main/INFO]: Copying the Biome List Directory to the config folder.
[13:44:14] [main/INFO]: Adding biomes from the Biomes O' Plenty Biome List.
[13:44:15] [main/INFO]: Added the biomesoplenty:corrupted_sands biome from the Biomes O' Plenty Biome List to the Nether.
[13:44:15] [main/INFO]: Added the biomesoplenty:fungi_forest biome from the Biomes O' Plenty Biome List to the Nether.
[13:44:15] [main/INFO]: Added the biomesoplenty:phantasmagoric_inferno biome from the Biomes O' Plenty Biome List to the Nether.
[13:44:15] [main/INFO]: Set the biomesoplenty:polar_chasm biome's ocean Block to minecraft:magma with a meta of 0.
[13:44:15] [main/INFO]: Added the biomesoplenty:polar_chasm biome from the Biomes O' Plenty Biome List to the Nether.
[13:44:15] [main/INFO]: Added the biomesoplenty:undergarden biome from the Biomes O' Plenty Biome List to the Nether.
[13:44:15] [main/INFO]: Added the biomesoplenty:visceral_heap biome from the Biomes O' Plenty Biome List to the Nether.
[13:44:15] [main/INFO]: Adding biomes from the NetherEx Biome List.
[13:44:15] [main/INFO]: Set the nex:torrid_wasteland biome's top Block to nex:block_netherrack with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:torrid_wasteland biome's filler Block to nex:block_netherrack with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:torrid_wasteland biome's ocean Block to minecraft:lava with a meta of 0.
[13:44:15] [main/INFO]: Added the nex:neutral_salamander Entity to the nex:torrid_wasteland biome.
[13:44:15] [main/INFO]: Added the nex:monster_ember Entity to the nex:torrid_wasteland biome.
[13:44:15] [main/INFO]: Added the minecraft:magma_cube Entity to the nex:torrid_wasteland biome.
[13:44:15] [main/INFO]: Added the nex:torrid_wasteland biome from the NetherEx Biome List to the Nether.
[13:44:15] [main/INFO]: Set the nex:hell biome's top Block to minecraft:netherrack with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:hell biome's filler Block to minecraft:netherrack with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:hell biome's ocean Block to minecraft:lava with a meta of 0.
[13:44:15] [main/INFO]: Added the minecraft:zombie_pigman Entity to the nex:hell biome.
[13:44:15] [main/INFO]: Added the minecraft:ghast Entity to the nex:hell biome.
[13:44:15] [main/INFO]: Added the nex:monster_ember Entity to the nex:hell biome.
[13:44:15] [main/INFO]: Added the minecraft:blaze Entity to the nex:hell biome.
[13:44:15] [main/INFO]: Added the minecraft:magma_cube Entity to the nex:hell biome.
[13:44:15] [main/INFO]: Added the minecraft:enderman Entity to the nex:hell biome.
[13:44:15] [main/INFO]: Added the nex:hell biome from the NetherEx Biome List to the Nether.
[13:44:15] [main/INFO]: Set the nex:ruthless_sands biome's top Block to minecraft:soul_sand with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:ruthless_sands biome's filler Block to nex:block_netherrack with a meta of 3.
[13:44:15] [main/INFO]: Set the nex:ruthless_sands biome's ocean Block to minecraft:lava with a meta of 0.
[13:44:15] [main/INFO]: Added the nex:monster_spinout Entity to the nex:ruthless_sands biome.
[13:44:15] [main/INFO]: Added the minecraft:wither_skeleton Entity to the nex:ruthless_sands biome.
[13:44:15] [main/INFO]: Added the minecraft:zombie_pigman Entity to the nex:ruthless_sands biome.
[13:44:15] [main/INFO]: Added the nex:ruthless_sands biome from the NetherEx Biome List to the Nether.
[13:44:15] [main/INFO]: Set the nex:fungi_forest biome's top Block to nex:block_hyphae with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:fungi_forest biome's filler Block to nex:block_netherrack with a meta of 2.
[13:44:15] [main/INFO]: Set the nex:fungi_forest biome's ocean Block to minecraft:lava with a meta of 0.
[13:44:15] [main/INFO]: Added the nex:neutral_mogus Entity to the nex:fungi_forest biome.
[13:44:15] [main/INFO]: Added the nex:monster_spore_creeper Entity to the nex:fungi_forest biome.
[13:44:15] [main/INFO]: Added the nex:monster_spore Entity to the nex:fungi_forest biome.
[13:44:15] [main/INFO]: Added the nex:fungi_forest biome from the NetherEx Biome List to the Nether.
[13:44:15] [main/INFO]: Set the nex:arctic_abyss biome's top Block to nex:block_ice_frostburn with a meta of 0.
[13:44:15] [main/INFO]: Set the nex:arctic_abyss biome's filler Block to nex:block_netherrack with a meta of 1.
[13:44:15] [main/INFO]: Set the nex:arctic_abyss biome's ocean Block to minecraft:magma with a meta of 0.
[13:44:15] [main/INFO]: Added the nex:monster_wight Entity to the nex:arctic_abyss biome.
[13:44:15] [main/INFO]: Added the minecraft:ghast Entity to the nex:arctic_abyss biome.
[13:44:15] [main/INFO]: Added the nex:monster_bone_spider Entity to the nex:arctic_abyss biome.
[13:44:15] [main/INFO]: Added the minecraft:zombie_pigman Entity to the nex:arctic_abyss biome.
[13:44:15] [main/INFO]: Added the nex:monster_brute Entity to the nex:arctic_abyss biome.
[13:44:15] [main/INFO]: Added the nex:arctic_abyss biome from the NetherEx Biome List to the Nether.
[13:44:15] [main/INFO]: PostInitialization completed.
[13:44:15] [main/INFO]: Post-Init
[13:44:15] [main/INFO]: Register Spawning
[13:44:15] [main/INFO]: Loaded registrys for net.minecraftforge.fml.common.event.FMLPostInitializationEvent in 0ms
[13:44:15] [main/INFO]: Loaded successfully!
[13:44:15] [main/INFO]: Failed to load wrench class buildcraft.api.tools.IToolWrench (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class resonant.core.content.ItemScrewdriver (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class mrtjp.projectred.api.IScrewdriver (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class mods.railcraft.api.core.items.IToolCrowbar (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class com.bluepowermod.items.ItemScrewdriver (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class thermalexpansion.item.tool.ItemWrench (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class crazypants.enderio.api.tool.ITool (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class mekanism.api.IMekWrench (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class mcjty.rftools.items.smartwrench (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class pneumaticCraft.common.item.ItemPneumaticWrench (this is not an error)
[13:44:15] [main/INFO]: Failed to load wrench class powercrystals.minefactoryreloaded.api.IToolHammer (this is not an error)
[13:44:15] [main/INFO]: --------------------------------------------------------------------------------
[13:44:15] [main/INFO]: The following is a list of all entities registered as of Silent Lib's post-init:
[13:44:15] [main/INFO]: abyssalcraft.abygolem 70 abyssalcraft:abygolem class com.shinoow.abyssalcraft.common.entity.EntityAbygolem
[13:44:15] [main/INFO]: abyssalcraft.abyssalzombie 39 abyssalcraft:abyssalzombie class com.shinoow.abyssalcraft.common.entity.EntityAbyssalZombie
[13:44:15] [main/INFO]: abyssalcraft.antiabyssalzombie 88 abyssalcraft:antiabyssalzombie class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiAbyssalZombie
[13:44:15] [main/INFO]: abyssalcraft.antibat 89 abyssalcraft:antibat class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiBat
[13:44:15] [main/INFO]: abyssalcraft.antichicken 106 abyssalcraft:antichicken class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiChicken
[13:44:15] [main/INFO]: abyssalcraft.anticow 107 abyssalcraft:anticow class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiCow
[13:44:15] [main/INFO]: abyssalcraft.anticreeper 108 abyssalcraft:anticreeper class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiCreeper
[13:44:15] [main/INFO]: abyssalcraft.antighoul 109 abyssalcraft:antighoul class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiGhoul
[13:44:15] [main/INFO]: abyssalcraft.antipig 110 abyssalcraft:antipig class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiPig
[13:44:15] [main/INFO]: abyssalcraft.antiplayer 111 abyssalcraft:antiplayer class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiPlayer
[13:44:15] [main/INFO]: abyssalcraft.antiskeleton 112 abyssalcraft:antiskeleton class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiSkeleton
[13:44:15] [main/INFO]: abyssalcraft.antispider 113 abyssalcraft:antispider class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiSpider
[13:44:15] [main/INFO]: abyssalcraft.antizombie 114 abyssalcraft:antizombie class com.shinoow.abyssalcraft.common.entity.anti.EntityAntiZombie
[13:44:15] [main/INFO]: abyssalcraft.chagaroth 85 abyssalcraft:chagaroth class com.shinoow.abyssalcraft.common.entity.EntityChagaroth
[13:44:15] [main/INFO]: abyssalcraft.chagarothfist 84 abyssalcraft:chagarothfist class com.shinoow.abyssalcraft.common.entity.EntityChagarothFist
[13:44:15] [main/INFO]: abyssalcraft.chagarothspawn 83 abyssalcraft:chagarothspawn class com.shinoow.abyssalcraft.common.entity.EntityChagarothSpawn
[13:44:15] [main/INFO]: abyssalcraft.coraliumsquid 131 abyssalcraft:coraliumsquid class com.shinoow.abyssalcraft.common.entity.EntityCoraliumSquid
[13:44:15] [main/INFO]: abyssalcraft.demonchicken 127 abyssalcraft:demonchicken class com.shinoow.abyssalcraft.common.entity.demon.EntityDemonChicken
[13:44:15] [main/INFO]: abyssalcraft.demoncow 126 abyssalcraft:demoncow class com.shinoow.abyssalcraft.common.entity.demon.EntityDemonCow
[13:44:15] [main/INFO]: abyssalcraft.demonpig 81 abyssalcraft:demonpig class com.shinoow.abyssalcraft.common.entity.demon.EntityDemonPig
[13:44:15] [main/INFO]: abyssalcraft.demonsheep 130 abyssalcraft:demonsheep class com.shinoow.abyssalcraft.common.entity.demon.EntityDemonSheep
[13:44:15] [main/INFO]: abyssalcraft.depthsghoul 0 abyssalcraft:depthsghoul class com.shinoow.abyssalcraft.common.entity.EntityDepthsGhoul
[13:44:15] [main/INFO]: abyssalcraft.dragonboss 75 abyssalcraft:dragonboss class com.shinoow.abyssalcraft.common.entity.EntityDragonBoss
[13:44:15] [main/INFO]: abyssalcraft.dragonminion 74 abyssalcraft:dragonminion class com.shinoow.abyssalcraft.common.entity.EntityDragonMinion
[13:44:15] [main/INFO]: abyssalcraft.dreadgolem 71 abyssalcraft:dreadgolem class com.shinoow.abyssalcraft.common.entity.EntityDreadgolem
[13:44:15] [main/INFO]: abyssalcraft.dreadguard 72 abyssalcraft:dreadguard class com.shinoow.abyssalcraft.common.entity.EntityDreadguard
[13:44:15] [main/INFO]: abyssalcraft.dreadling 79 abyssalcraft:dreadling class com.shinoow.abyssalcraft.common.entity.EntityDreadling
[13:44:15] [main/INFO]: abyssalcraft.dreadspawn 80 abyssalcraft:dreadspawn class com.shinoow.abyssalcraft.common.entity.EntityDreadSpawn
[13:44:15] [main/INFO]: abyssalcraft.evilchicken 125 abyssalcraft:evilchicken class com.shinoow.abyssalcraft.common.entity.demon.EntityEvilChicken
[13:44:15] [main/INFO]: abyssalcraft.evilcow 124 abyssalcraft:evilcow class com.shinoow.abyssalcraft.common.entity.demon.EntityEvilCow
[13:44:15] [main/INFO]: abyssalcraft.evilpig 38 abyssalcraft:evilpig class com.shinoow.abyssalcraft.common.entity.demon.EntityEvilpig
[13:44:15] [main/INFO]: abyssalcraft.evilsheep 129 abyssalcraft:evilsheep class com.shinoow.abyssalcraft.common.entity.demon.EntityEvilSheep
[13:44:15] [main/INFO]: abyssalcraft.greaterdreadspawn 119 abyssalcraft:greaterdreadspawn class com.shinoow.abyssalcraft.common.entity.EntityGreaterDreadSpawn
[13:44:15] [main/INFO]: abyssalcraft.gskeleton 82 abyssalcraft:gskeleton class com.shinoow.abyssalcraft.common.entity.EntitySkeletonGoliath
[13:44:15] [main/INFO]: abyssalcraft.Jzahar 49 abyssalcraft:jzahar class com.shinoow.abyssalcraft.common.entity.EntityJzahar
[13:44:15] [main/INFO]: abyssalcraft.jzaharminion 118 abyssalcraft:jzaharminion class com.shinoow.abyssalcraft.common.entity.EntityGatekeeperMinion
[13:44:15] [main/INFO]: abyssalcraft.lesserdreadbeast 121 abyssalcraft:lesserdreadbeast class com.shinoow.abyssalcraft.common.entity.EntityLesserDreadbeast
[13:44:15] [main/INFO]: abyssalcraft.lessershoggoth 123 abyssalcraft:lessershoggoth class com.shinoow.abyssalcraft.common.entity.EntityLesserShoggoth
[13:44:15] [main/INFO]: abyssalcraft.omotholghoul 116 abyssalcraft:omotholghoul class com.shinoow.abyssalcraft.common.entity.EntityOmotholGhoul
[13:44:15] [main/INFO]: abyssalcraft.remnant 115 abyssalcraft:remnant class com.shinoow.abyssalcraft.common.entity.EntityRemnant
[13:44:15] [main/INFO]: abyssalcraft.shadowbeast 86 abyssalcraft:shadowbeast class com.shinoow.abyssalcraft.common.entity.EntityShadowBeast
[13:44:15] [main/INFO]: abyssalcraft.shadowboss 87 abyssalcraft:shadowboss class com.shinoow.abyssalcraft.common.entity.EntitySacthoth
[13:44:15] [main/INFO]: abyssalcraft.shadowcreature 77 abyssalcraft:shadowcreature class com.shinoow.abyssalcraft.common.entity.EntityShadowCreature
[13:44:15] [main/INFO]: abyssalcraft.shadowmonster 78 abyssalcraft:shadowmonster class com.shinoow.abyssalcraft.common.entity.EntityShadowMonster
[13:44:15] [main/INFO]: actuallyadditions.worm 392 actuallyadditions:worm class de.ellpeck.actuallyadditions.mod.entity.EntityWorm
[13:44:15] [main/INFO]: ancient_golem 215 embers:ancient_golem class teamroots.embers.entity.EntityAncientGolem
[13:44:15] [main/INFO]: AngryChicken 223 excompressum:angry_chicken class net.blay09.mods.excompressum.entity.EntityAngryChicken
[13:44:15] [main/INFO]: ARAbductedItem 138 advancedrocketry:arabducteditem class zmaster587.advancedRocketry.entity.EntityItemAbducted
[13:44:15] [main/INFO]: AreaEffectCloud 3 minecraft:area_effect_cloud class net.minecraft.entity.EntityAreaEffectCloud
[13:44:15] [main/INFO]: ArmorStand 30 minecraft:armor_stand class net.minecraft.entity.item.EntityArmorStand
[13:44:15] [main/INFO]: ArmorStand 412 p455w0rdslib:sitting_entity class p455w0rdslib.entity.EntitySittableBlock
[13:44:15] [main/INFO]: ARPlanetUIButton 140 advancedrocketry:arplanetuibutton class zmaster587.advancedRocketry.entity.EntityUIButton
[13:44:15] [main/INFO]: ARPlanetUIItem 139 advancedrocketry:arplanetuiitem class zmaster587.advancedRocketry.entity.EntityUIPlanet
[13:44:15] [main/INFO]: Arrow 10 minecraft:arrow class net.minecraft.entity.projectile.EntityTippedArrow
[13:44:15] [main/INFO]: arrow 360 tconstruct:arrow class slimeknights.tconstruct.tools.common.entity.EntityArrow
[13:44:15] [main/INFO]: ARSpaceElevatorCapsule 142 advancedrocketry:arspaceelevatorcapsule class zmaster587.advancedRocketry.entity.EntityElevatorCapsule
[13:44:15] [main/INFO]: ARStarUIButton 141 advancedrocketry:arstaruibutton class zmaster587.advancedRocketry.entity.EntityUIStar
[13:44:15] [main/INFO]: artificialEndPortal 271 randomthings:artificialendportal class lumien.randomthings.entitys.EntityArtificialEndPortal
[13:44:15] [main/INFO]: babyheatscarspider 367 natura:babyheatscarspider class com.progwml6.natura.entities.entity.monster.EntityBabyHeatscarSpider
[13:44:15] [main/INFO]: Bat 65 minecraft:bat class net.minecraft.entity.passive.EntityBat
[13:44:15] [main/INFO]: Blaze 61 minecraft:blaze class net.minecraft.entity.monster.EntityBlaze
[13:44:15] [main/INFO]: BlightFire 275 scalinghealth:blightfire class net.silentchaos512.scalinghealth.entity.EntityBlightFire
[13:44:15] [main/INFO]: Boat 41 minecraft:boat class net.minecraft.entity.item.EntityBoat
[13:44:15] [main/INFO]: BoatCarbon 231 ic2:carbon_boat class ic2.core.item.EntityBoatCarbon
[13:44:15] [main/INFO]: BoatElectric 233 ic2:electric_boat class ic2.core.item.EntityBoatElectric
[13:44:15] [main/INFO]: BoatRubber 232 ic2:rubber_boat class ic2.core.item.EntityBoatRubber
[13:44:15] [main/INFO]: bolt 361 tconstruct:bolt class slimeknights.tconstruct.tools.common.entity.EntityBolt
[13:44:15] [main/INFO]: boomerang 224 extrautils2:boomerang class com.rwtema.extrautils2.entity.EntityBoomerang
[13:44:15] [main/INFO]: botania:babylonWeapon 203 botania:babylon_weapon class vazkii.botania.common.entity.EntityBabylonWeapon
[13:44:15] [main/INFO]: botania:corporeaSpark 196 botania:corporea_spark class vazkii.botania.common.entity.EntityCorporeaSpark
[13:44:15] [main/INFO]: botania:doppleganger 190 botania:doppleganger class vazkii.botania.common.entity.EntityDoppleganger
[13:44:15] [main/INFO]: botania:enderAirBottle 197 botania:ender_air_bottle class vazkii.botania.common.entity.EntityEnderAirBottle
[13:44:15] [main/INFO]: botania:fallingStar 204 botania:falling_star class vazkii.botania.common.entity.EntityFallingStar
[13:44:15] [main/INFO]: botania:flameRing 188 botania:flame_ring class vazkii.botania.common.entity.EntityFlameRing
[13:44:15] [main/INFO]: botania:magicLandmine 191 botania:magic_landmine class vazkii.botania.common.entity.EntityMagicLandmine
[13:44:15] [main/INFO]: botania:magicMissile 194 botania:magic_missile class vazkii.botania.common.entity.EntityMagicMissile
[13:44:15] [main/INFO]: botania:manaBurst 185 botania:mana_burst class vazkii.botania.common.entity.EntityManaBurst
[13:44:15] [main/INFO]: botania:manaStorm 202 botania:mana_storm class vazkii.botania.common.entity.EntityManaStorm
[13:44:15] [main/INFO]: botania:pinkWither 199 botania:pink_wither class vazkii.botania.common.entity.EntityPinkWither
[13:44:15] [main/INFO]: botania:pixie 187 botania:pixie class vazkii.botania.common.entity.EntityPixie
[13:44:15] [main/INFO]: botania:playerMover 201 botania:player_mover class vazkii.botania.common.block.tile.TileLightRelay$EntityPlayerMover
[13:44:15] [main/INFO]: botania:poolMinecart 198 botania:pool_minecart class vazkii.botania.common.entity.EntityPoolMinecart
[13:44:15] [main/INFO]: botania:signalFlare 186 botania:signal_flare class vazkii.botania.common.entity.EntitySignalFlare
[13:44:15] [main/INFO]: botania:spark 192 botania:spark class vazkii.botania.common.entity.EntitySpark
[13:44:15] [main/INFO]: botania:thornChakram 195 botania:thorn_chakram class vazkii.botania.common.entity.EntityThornChakram
[13:44:15] [main/INFO]: botania:thrownItem 193 botania:thrown_item class vazkii.botania.common.entity.EntityThrownItem
[13:44:15] [main/INFO]: botania:vineBall 189 botania:vine_ball class vazkii.botania.common.entity.EntityVineBall
[13:44:15] [main/INFO]: butterflyGE 415 forestry:butterflyge class forestry.lepidopterology.entities.EntityButterfly
[13:44:15] [main/INFO]: bwm_dynamite 156 betterwithmods:bwm_dynamite class betterwithmods.common.entity.EntityDynamite
[13:44:15] [main/INFO]: bwm_fishing_hook 164 betterwithmods:bwm_fishing_hook class betterwithmods.common.entity.EntityHCFishHook
[13:44:15] [main/INFO]: bwm_jungle_spider 165 betterwithmods:bwm_jungle_spider class betterwithmods.common.entity.EntityJungleSpider
[13:44:15] [main/INFO]: bwm_mining_charge 158 betterwithmods:bwm_mining_charge class betterwithmods.common.entity.EntityMiningCharge
[13:44:15] [main/INFO]: bwm_spider_web 163 betterwithmods:bwm_spider_web class betterwithmods.common.entity.EntitySpiderWeb
[13:44:15] [main/INFO]: bwm_tentacle 166 betterwithmods:bwm_tentacle class betterwithmods.module.hardcore.creatures.EntityTentacle
[13:44:15] [main/INFO]: bwm_urn 157 betterwithmods:bwm_urn class betterwithmods.common.entity.EntityUrn
[13:44:15] [main/INFO]: Cake.Vswe 278 stevescarts:cake class vswe.stevescarts.entitys.EntityCake
[13:44:15] [main/INFO]: cart.apiary 414 forestry:cart.apiary class forestry.apiculture.entities.EntityMinecartApiary
[13:44:15] [main/INFO]: cart.beehouse 413 forestry:cart.beehouse class forestry.apiculture.entities.EntityMinecartBeehouse
[13:44:15] [main/INFO]: CaveSpider 59 minecraft:cave_spider class net.minecraft.entity.monster.EntityCaveSpider
[13:44:15] [main/INFO]: chemthrowerShot 397 immersiveengineering:chemthrowershot class blusunrize.immersiveengineering.common.entities.EntityChemthrowerShot
[13:44:15] [main/INFO]: Chicken 93 minecraft:chicken class net.minecraft.entity.passive.EntityChicken
[13:44:15] [main/INFO]: chunkdata 225 extrautils2:chunkdata class com.rwtema.extrautils2.entity.chunkdata.EntityChunkData
[13:44:15] [main/INFO]: coconut 419 terraqueous:coconut class shetiphian.terraqueous.common.entity.EntityCoconut
[13:44:15] [main/INFO]: CoraliumArrow 117 abyssalcraft:coraliumarrow class com.shinoow.abyssalcraft.common.entity.EntityCoraliumArrow
[13:44:15] [main/INFO]: Cow 92 minecraft:cow class net.minecraft.entity.passive.EntityCow
[13:44:15] [main/INFO]: Creeper 50 minecraft:creeper class net.minecraft.entity.monster.EntityCreeper
[13:44:15] [main/INFO]: cyclicmagic.blazebolt 209 cyclicmagic:blazebolt class com.lothrazar.cyclicmagic.component.wandblaze.EntityBlazeBolt
[13:44:15] [main/INFO]: cyclicmagic.ender_eye_orb 211 cyclicmagic:ender_eye_orb class com.lothrazar.cyclicmagic.entity.EntityEnderEyeUnbreakable
[13:44:15] [main/INFO]: cyclicmagic.magic_missile 208 cyclicmagic:magic_missile class com.lothrazar.cyclicmagic.component.wandmissile.EntityHomingProjectile
[13:44:15] [main/INFO]: cyclicmagic.tntbolt 210 cyclicmagic:tntbolt class com.lothrazar.cyclicmagic.entity.projectile.EntityDynamite
[13:44:15] [main/INFO]: deployedRocket 137 advancedrocketry:deployedrocket class zmaster587.advancedRocketry.entity.EntityStationDeployedRocket
[13:44:15] [main/INFO]: Donkey 31 minecraft:donkey class net.minecraft.entity.passive.EntityDonkey
[13:44:15] [main/INFO]: draconicevolution:ChaosGuardian 404 draconicevolution:chaosguardian class com.brandon3055.draconicevolution.entity.EntityChaosGuardian
[13:44:15] [main/INFO]: draconicevolution:CustomArrow 408 draconicevolution:customarrow class com.brandon3055.draconicevolution.entity.EntityCustomArrow
[13:44:15] [main/INFO]: draconicevolution:DragonHeartItem 403 draconicevolution:dragonheartitem class com.brandon3055.draconicevolution.entity.EntityDragonHeart
[13:44:15] [main/INFO]: draconicevolution:EnderEnergyManipulator 410 draconicevolution:enderenergymanipulator class com.brandon3055.draconicevolution.entity.EntityEnderEnergyManipulator
[13:44:15] [main/INFO]: draconicevolution:EntityChaosEnergyVortex 407 draconicevolution:entitychaosenergyvortex class com.brandon3055.draconicevolution.entity.EntityChaosImplosion
[13:44:15] [main/INFO]: draconicevolution:GuardianCrystal 406 draconicevolution:guardiancrystal class com.brandon3055.draconicevolution.entity.EntityGuardianCrystal
[13:44:15] [main/INFO]: draconicevolution:GuardianProjectile 405 draconicevolution:guardianprojectile class com.brandon3055.draconicevolution.entity.EntityGuardianProjectile
[13:44:15] [main/INFO]: draconicevolution:LootCore 409 draconicevolution:lootcore class com.brandon3055.draconicevolution.entity.EntityLootCore
[13:44:15] [main/INFO]: draconicevolution:PersistentItem 402 draconicevolution:persistentitem class com.brandon3055.draconicevolution.entity.EntityPersistentItem
[13:44:15] [main/INFO]: DragonFireball 26 minecraft:dragon_fireball class net.minecraft.entity.projectile.EntityDragonFireball
[13:44:15] [main/INFO]: dreadedcharge 133 abyssalcraft:dreadedcharge class com.shinoow.abyssalcraft.common.entity.EntityDreadedCharge
[13:44:15] [main/INFO]: DreadSlug 122 abyssalcraft:dreadslug class com.shinoow.abyssalcraft.common.entity.EntityDreadSlug
[13:44:15] [main/INFO]: Dynamite 227 ic2:dynamite class ic2.core.block.EntityDynamite
[13:44:15] [main/INFO]: Egg.Vswe 277 stevescarts:egg class vswe.stevescarts.entitys.EntityEasterEgg
[13:44:15] [main/INFO]: ElderGuardian 4 minecraft:elder_guardian class net.minecraft.entity.monster.EntityElderGuardian
[13:44:15] [main/INFO]: ember_light 216 embers:ember_light class teamroots.embers.entity.EntityEmberLight
[13:44:15] [main/INFO]: ember_packet 213 embers:ember_packet class teamroots.embers.entity.EntityEmberPacket
[13:44:15] [main/INFO]: ember_projectile 214 embers:ember_projectile class teamroots.embers.entity.EntityEmberProjectile
[13:44:15] [main/INFO]: EnderCrystal 200 minecraft:ender_crystal class net.minecraft.entity.item.EntityEnderCrystal
[13:44:15] [main/INFO]: EnderDragon 63 minecraft:ender_dragon class net.minecraft.entity.boss.EntityDragon
[13:44:15] [main/INFO]: Enderman 58 minecraft:enderman class net.minecraft.entity.monster.EntityEnderman
[13:44:15] [main/INFO]: Endermite 67 minecraft:endermite class net.minecraft.entity.monster.EntityEndermite
[13:44:15] [main/INFO]: enderutilities.chair 220 enderutilities:chair class fi.dy.masa.enderutilities.entity.EntityChair
[13:44:15] [main/INFO]: enderutilities.enderarrow 217 enderutilities:enderarrow class fi.dy.masa.enderutilities.entity.EntityEnderArrow
[13:44:15] [main/INFO]: enderutilities.endermanfighter 219 enderutilities:endermanfighter class fi.dy.masa.enderutilities.entity.EntityEndermanFighter
[13:44:15] [main/INFO]: enderutilities.enderpearlreusable 218 enderutilities:enderpearlreusable class fi.dy.masa.enderutilities.entity.EntityEnderPearlReusable
[13:44:15] [main/INFO]: enderutilities.fallingblock 221 enderutilities:fallingblock class fi.dy.masa.enderutilities.entity.EntityFallingBlockEU
[13:44:15] [main/INFO]: EndestPearl 178 avaritia:endest_pearl class morph.avaritia.entity.EntityEndestPearl
[13:44:15] [main/INFO]: entity_broadhead_arrow 160 betterwithmods:entity_broadhead_arrow class betterwithmods.common.entity.EntityBroadheadArrow
[13:44:15] [main/INFO]: entity_falling_gourd 161 betterwithmods:entity_falling_gourd class betterwithmods.common.entity.EntityFallingGourd
[13:44:15] [main/INFO]: entity_sheared_creeper 159 betterwithmods:entity_sheared_creeper class betterwithmods.common.entity.EntityShearedCreeper
[13:44:15] [main/INFO]: entityBlazeShot 443 xreliquary:blaze_shot class xreliquary.entities.shot.EntityBlazeShot
[13:44:15] [main/INFO]: EntityBlock 237 ichunutil:entity_block class me.ichun.mods.ichunutil.common.entity.EntityBlock
[13:44:15] [main/INFO]: entityBusterShot 446 xreliquary:buster_shot class xreliquary.entities.shot.EntityBusterShot
[13:44:15] [main/INFO]: EntityChargedQuartz 144 appliedenergistics2:appeng.entity.entitychargedquartz class appeng.entity.EntityChargedQuartz
[13:44:15] [main/INFO]: entityConcussiveShot 445 xreliquary:concussive_shot class xreliquary.entities.shot.EntityConcussiveShot
[13:44:15] [main/INFO]: EntityCrystal 169 astralsorcery:entitycrystal class hellfirepvp.astralsorcery.common.entities.EntityCrystal
[13:44:15] [main/INFO]: EntityCrystalTool 174 astralsorcery:entitycrystaltool class hellfirepvp.astralsorcery.common.entities.EntityCrystalTool
[13:44:15] [main/INFO]: entityEnderShot 444 xreliquary:ender_shot class xreliquary.entities.shot.EntityEnderShot
[13:44:15] [main/INFO]: entityEnderStaffProjectile 455 xreliquary:ender_staff_projectile class xreliquary.entities.EntityEnderStaffProjectile
[13:44:15] [main/INFO]: entityExorcismShot 442 xreliquary:exorcism_shot class xreliquary.entities.shot.EntityExorcismShot
[13:44:15] [main/INFO]: EntityFlare 170 astralsorcery:entityflare class hellfirepvp.astralsorcery.common.entities.EntityFlare
[13:44:15] [main/INFO]: EntityGrapplingHook 175 astralsorcery:entitygrapplinghook class hellfirepvp.astralsorcery.common.entities.EntityGrapplingHook
[13:44:15] [main/INFO]: EntityGrowingCrystal 146 appliedenergistics2:appeng.entity.entitygrowingcrystal class appeng.entity.EntityGrowingCrystal
[13:44:15] [main/INFO]: entityHGrenade 438 xreliquary:hand_grenade class xreliquary.entities.EntityHolyHandGrenade
[13:44:15] [main/INFO]: EntityHighlighted 167 astralsorcery:entityhighlighted class hellfirepvp.astralsorcery.common.entities.EntityItemHighlighted
[13:44:15] [main/INFO]: entityHolyWater 439 xreliquary:holy_water class xreliquary.entities.EntityGlowingWater
[13:44:15] [main/INFO]: EntityIlluminationSpark 172 astralsorcery:entityilluminationspark class hellfirepvp.astralsorcery.common.entities.EntityIlluminationSpark
[13:44:15] [main/INFO]: entityKSlime 454 xreliquary:kraken_slime class xreliquary.entities.EntityKrakenSlime
[13:44:15] [main/INFO]: EntityLiquidSpark 177 astralsorcery:entityliquidspark class hellfirepvp.astralsorcery.common.entities.EntityLiquidSpark
[13:44:15] [main/INFO]: entityLyssaHook 452 xreliquary:lyssa_hook class xreliquary.entities.EntityLyssaHook
[13:44:15] [main/INFO]: entityNeutralShot 441 xreliquary:neutral_shot class xreliquary.entities.shot.EntityNeutralShot
[13:44:15] [main/INFO]: EntityNocturnalSpark 173 astralsorcery:entitynocturnalspark class hellfirepvp.astralsorcery.common.entities.EntityNocturnalSpark
[13:44:15] [main/INFO]: entitySandShot 448 xreliquary:sand_shot class xreliquary.entities.shot.EntitySandShot
[13:44:15] [main/INFO]: EntityScent 457 zombieawareness:entityscent class ZombieAwareness.EntityScent
[13:44:15] [main/INFO]: entitySeekerShot 447 xreliquary:seeker_shot class xreliquary.entities.shot.EntitySeekerShot
[13:44:15] [main/INFO]: EntitySingularity 145 appliedenergistics2:appeng.entity.entitysingularity class appeng.entity.EntitySingularity
[13:44:15] [main/INFO]: entitySpecialSnowball 440 xreliquary:special_snowball class xreliquary.entities.EntitySpecialSnowball
[13:44:15] [main/INFO]: EntitySpectralTool 176 astralsorcery:entityspectraltool class hellfirepvp.astralsorcery.common.entities.EntitySpectralTool
[13:44:15] [main/INFO]: entitySplashAphrodite 450 xreliquary:thrown_aphrodite class xreliquary.entities.potion.EntityAttractionPotion
[13:44:15] [main/INFO]: entitySplashFertility 453 xreliquary:thrown_fertility class xreliquary.entities.potion.EntityFertilePotion
[13:44:15] [main/INFO]: EntityStarBurst 171 astralsorcery:entitystarburst class hellfirepvp.astralsorcery.common.entities.EntityStarburst
[13:44:15] [main/INFO]: EntityStardust 168 astralsorcery:entitystardust class hellfirepvp.astralsorcery.common.entities.EntityItemStardust
[13:44:15] [main/INFO]: entityStormShot 449 xreliquary:storm_shot class xreliquary.entities.shot.EntityStormShot
[13:44:15] [main/INFO]: entityThrownXRPotion 451 xreliquary:thrown_potion class xreliquary.entities.potion.EntityThrownXRPotion
[13:44:15] [main/INFO]: EntityTinyTNTPrimed 143 appliedenergistics2:appeng.entity.entitytinytntprimed class appeng.entity.EntityTinyTNTPrimed
[13:44:15] [main/INFO]: entityTippedArrow 456 xreliquary:tipped arrow class xreliquary.entities.EntityXRTippedArrow
[13:44:15] [main/INFO]: EvocationFangs 33 minecraft:evocation_fangs class net.minecraft.entity.projectile.EntityEvokerFangs
[13:44:15] [main/INFO]: EvocationIllager 34 minecraft:evocation_illager class net.minecraft.entity.monster.EntityEvoker
[13:44:15] [main/INFO]: explosive 400 immersiveengineering:explosive class blusunrize.immersiveengineering.common.entities.EntityIEExplosive
[13:44:15] [main/INFO]: extending_rope 155 betterwithmods:extending_rope class betterwithmods.common.entity.EntityExtendingRope
[13:44:15] [main/INFO]: EyeOfEnderSignal 15 minecraft:eye_of_ender_signal class net.minecraft.entity.item.EntityEnderEye
[13:44:15] [main/INFO]: FakeTNT 212 darkutils:fake_tnt class net.darkhax.darkutils.features.faketnt.EntityFakeTNT
[13:44:15] [main/INFO]: falling_block_custom 162 betterwithmods:falling_block_custom class betterwithmods.common.entity.item.EntityFallingBlockCustom
[13:44:15] [main/INFO]: FallingSand 21 minecraft:falling_block class net.minecraft.entity.item.EntityFallingBlock
[13:44:15] [main/INFO]: Fancy Item Frame 363 tconstruct:fancy_frame class slimeknights.tconstruct.gadgets.entity.EntityFancyItemFrame
[13:44:15] [main/INFO]: Fireball 12 minecraft:fireball class net.minecraft.entity.projectile.EntityLargeFireball
[13:44:15] [main/INFO]: FireproofItem 235 ic2:fireproof_item class ic2.core.item.ItemIC2Boat$FireproofItem
[13:44:15] [main/INFO]: FireworksRocketEntity 22 minecraft:fireworks_rocket class net.minecraft.entity.item.EntityFireworkRocket
[13:44:15] [main/INFO]: flooFirePlace 273 randomthings:floofireplace class lumien.randomthings.entitys.EntityTemporaryFlooFireplace
[13:44:15] [main/INFO]: florb 153 thermalexpansion:florb class cofh.thermalexpansion.entity.projectile.EntityFlorb
[13:44:15] [main/INFO]: fluorescentTube 401 immersiveengineering:fluorescenttube class blusunrize.immersiveengineering.common.entities.EntityFluorescentTube
[13:44:15] [main/INFO]: Flux 236 fluxnetworks:flux class sonar.flux.common.entity.EntityFireItem
[13:44:15] [main/INFO]: GapingVoid 179 avaritia:gaping_void class morph.avaritia.entity.EntityGapingVoid
[13:44:15] [main/INFO]: GatekeeperEssence 128 abyssalcraft:gatekeeperessence class com.shinoow.abyssalcraft.common.entity.EntityGatekeeperEssence
[13:44:15] [main/INFO]: Ghast 56 minecraft:ghast class net.minecraft.entity.monster.EntityGhast
[13:44:15] [main/INFO]: Giant 53 minecraft:giant class net.minecraft.entity.monster.EntityGiantZombie
[13:44:15] [main/INFO]: Golden Hook 207 combustfish:golden_hook class c4.combustfish.common.entities.EntityGoldenHook
[13:44:15] [main/INFO]: Guardian 68 minecraft:guardian class net.minecraft.entity.monster.EntityGuardian
[13:44:15] [main/INFO]: heatscarspider 366 natura:heatscarspider class com.progwml6.natura.entities.entity.monster.EntityHeatscarSpider
[13:44:15] [main/INFO]: HeavenArrow 180 avaritia:heaven_arrow class morph.avaritia.entity.EntityHeavenArrow
[13:44:15] [main/INFO]: HeavenSubArrow 181 avaritia:heaven_sub_arrow class morph.avaritia.entity.EntityHeavenSubArrow
[13:44:15] [main/INFO]: Horse 100 minecraft:horse class net.minecraft.entity.passive.EntityHorse
[13:44:15] [main/INFO]: Husk 23 minecraft:husk class net.minecraft.entity.monster.EntityHusk
[13:44:15] [main/INFO]: IllusionIllager 37 minecraft:illusion_illager class net.minecraft.entity.monster.EntityIllusionIllager
[13:44:15] [main/INFO]: immcraft_rock 390 immcraft:immcraft_rock class mcjty.immcraft.blocks.foliage.EntityRock
[13:44:15] [main/INFO]: imp 365 natura:imp class com.progwml6.natura.entities.entity.passive.EntityImp
[13:44:15] [main/INFO]: Indestructible Item 359 tconstruct:indestructible class slimeknights.tconstruct.library.tinkering.IndestructibleEntityItem
[13:44:15] [main/INFO]: inferium_arrow 239 mysticalagriculture:inferium_arrow class com.blakebr0.mysticalagriculture.entity.arrow.EntityInferiumArrow
[13:44:15] [main/INFO]: inkprojectile 132 abyssalcraft:inkprojectile class com.shinoow.abyssalcraft.common.entity.EntityInkProjectile
[13:44:15] [main/INFO]: intermedium_arrow 241 mysticalagriculture:intermedium_arrow class com.blakebr0.mysticalagriculture.entity.arrow.EntityIntermediumArrow
[13:44:15] [main/INFO]: Item 1 minecraft:item class net.minecraft.entity.item.EntityItem
[13:44:15] [main/INFO]: ItemFrame 18 minecraft:item_frame class net.minecraft.entity.item.EntityItemFrame
[13:44:15] [main/INFO]: Itnt 229 ic2:itnt class ic2.core.block.EntityItnt
[13:44:15] [main/INFO]: laserNode 136 advancedrocketry:lasernode class zmaster587.advancedRocketry.entity.EntityLaserNode
[13:44:15] [main/INFO]: LavaSlime 62 minecraft:magma_cube class net.minecraft.entity.monster.EntityMagmaCube
[13:44:15] [main/INFO]: LeashKnot 8 minecraft:leash_knot class net.minecraft.entity.EntityLeashKnot
[13:44:15] [main/INFO]: Llama 103 minecraft:llama class net.minecraft.entity.passive.EntityLlama
[13:44:15] [main/INFO]: LlamaSpit 104 minecraft:llama_spit class net.minecraft.entity.projectile.EntityLlamaSpit
[13:44:15] [main/INFO]: MeeCreeps 244 meecreeps:meecreeps class mcjty.meecreeps.entities.EntityMeeCreeps
[13:44:15] [main/INFO]: meecreeps_projectile 245 meecreeps:meecreeps_projectile class mcjty.meecreeps.entities.EntityProjectile
[13:44:15] [main/INFO]: merchant 416 farmingforblockheads:merchant class net.blay09.mods.farmingforblockheads.entity.EntityMerchant
[13:44:15] [main/INFO]: Minecart.Vswe.0 276 stevescarts:cart.0 class vswe.stevescarts.entitys.EntityMinecartModular
[13:44:15] [main/INFO]: MinecartChest 43 minecraft:chest_minecart class net.minecraft.entity.item.EntityMinecartChest
[13:44:15] [main/INFO]: MinecartCommandBlock 40 minecraft:commandblock_minecart class net.minecraft.entity.item.EntityMinecartCommandBlock
[13:44:15] [main/INFO]: MinecartFurnace 44 minecraft:furnace_minecart class net.minecraft.entity.item.EntityMinecartFurnace
[13:44:15] [main/INFO]: MinecartHopper 46 minecraft:hopper_minecart class net.minecraft.entity.item.EntityMinecartHopper
[13:44:15] [main/INFO]: MinecartRideable 42 minecraft:minecart class net.minecraft.entity.item.EntityMinecartEmpty
[13:44:15] [main/INFO]: MinecartSpawner 47 minecraft:spawner_minecart class net.minecraft.entity.item.EntityMinecartMobSpawner
[13:44:15] [main/INFO]: MinecartTNT 45 minecraft:tnt_minecart class net.minecraft.entity.item.EntityMinecartTNT
[13:44:15] [main/INFO]: MiningLaser 226 ic2:mining_laser class ic2.core.item.tool.EntityMiningLaser
[13:44:15] [main/INFO]: morb 154 thermalexpansion:morb class cofh.thermalexpansion.entity.projectile.EntityMorb
[13:44:15] [main/INFO]: mountDummy 134 advancedrocketry:mountdummy class zmaster587.advancedRocketry.entity.EntityDummy
[13:44:15] [main/INFO]: mudball 182 biomesoplenty:mudball class biomesoplenty.common.entities.projectiles.EntityMudball
[13:44:15] [main/INFO]: Mule 32 minecraft:mule class net.minecraft.entity.passive.EntityMule
[13:44:15] [main/INFO]: MushroomCow 96 minecraft:mooshroom class net.minecraft.entity.passive.EntityMooshroom
[13:44:15] [main/INFO]: nex:bossGhastQueen 437 nex:boss_ghast_queen class nex.entity.boss.EntityGhastQueen
[13:44:15] [main/INFO]: nex:itemBoatObsidian 422 nex:item_boat_obsidian class nex.entity.item.EntityObsidianBoat
[13:44:15] [main/INFO]: nex:monsterBoneSpider 435 nex:monster_bone_spider class nex.entity.monster.EntityBoneSpider
[13:44:15] [main/INFO]: nex:monsterBrute 436 nex:monster_brute class nex.entity.monster.EntityBrute
[13:44:15] [main/INFO]: nex:monsterEmber 429 nex:monster_ember class nex.entity.monster.EntityEmber
[13:44:15] [main/INFO]: nex:monsterGhastling 434 nex:monster_ghastling class nex.entity.monster.EntityGhastling
[13:44:15] [main/INFO]: nex:monsterNethermite 430 nex:monster_nethermite class nex.entity.monster.EntityNethermite
[13:44:15] [main/INFO]: nex:monsterSpinout 431 nex:monster_spinout class nex.entity.monster.EntitySpinout
[13:44:15] [main/INFO]: nex:monsterSpore 433 nex:monster_spore class nex.entity.monster.EntitySpore
[13:44:15] [main/INFO]: nex:monsterSporeCreeper 432 nex:monster_spore_creeper class nex.entity.monster.EntitySporeCreeper
[13:44:15] [main/INFO]: nex:monsterWight 428 nex:monster_wight class nex.entity.monster.EntityWight
[13:44:15] [main/INFO]: nex:neutralGoldGolem 425 nex:neutral_gold_golem class nex.entity.neutral.EntityGoldGolem
[13:44:15] [main/INFO]: nex:neutralMogus 426 nex:neutral_mogus class nex.entity.neutral.EntityMogus
[13:44:15] [main/INFO]: nex:neutralSalamander 427 nex:neutral_salamander class nex.entity.neutral.EntitySalamander
[13:44:15] [main/INFO]: nex:passivePigtificate 424 nex:passive_pigtificate class nex.entity.passive.EntityPigtificate
[13:44:15] [main/INFO]: nex:passivePigtificateLeader 423 nex:passive_pigtificate_leader class nex.entity.passive.EntityPigtificateLeader
[13:44:15] [main/INFO]: nex:projectileGhastlingFireball 421 nex:projectile_ghastling_fireball class nex.entity.projectile.EntityGhastlingFireball
[13:44:15] [main/INFO]: nex:projectileGhastQueenFireball 420 nex:projectile_ghast_queen_fireball class nex.entity.projectile.EntityGhastQueenFireball
[13:44:15] [main/INFO]: nitrocreeper 368 natura:nitrocreeper class com.progwml6.natura.entities.entity.monster.EntityNitroCreeper
[13:44:15] [main/INFO]: Nuke 230 ic2:nuke class ic2.core.block.EntityNuke
[13:44:15] [main/INFO]: null -1 minecraft:lightning_bolt null
[13:44:15] [main/INFO]: nyarlathoteptnt 205 btg:nyarlathoteptnt class com.shinoow.btg.common.entity.EntityNyarlathotepTNT
[13:44:15] [main/INFO]: Ozelot 98 minecraft:ocelot class net.minecraft.entity.passive.EntityOcelot
[13:44:15] [main/INFO]: Painting 9 minecraft:painting class net.minecraft.entity.item.EntityPainting
[13:44:15] [main/INFO]: paintingcloud 418 terraqueous:paintingcloud class shetiphian.terraqueous.common.entity.EntityCloudPainting
[13:44:15] [main/INFO]: paintingearth 417 terraqueous:paintingearth class shetiphian.terraqueous.common.entity.EntityEarthPainting
[13:44:15] [main/INFO]: Parrot 105 minecraft:parrot class net.minecraft.entity.passive.EntityParrot
[13:44:15] [main/INFO]: Particle 234 ic2:particle class ic2.core.item.tool.EntityParticle
[13:44:15] [main/INFO]: Pig 90 minecraft:pig class net.minecraft.entity.passive.EntityPig
[13:44:15] [main/INFO]: PigZombie 57 minecraft:zombie_pigman class net.minecraft.entity.monster.EntityPigZombie
[13:44:15] [main/INFO]: pink_slime 238 industrialforegoing:pink_slime class com.buuz135.industrial.entity.EntityPinkSlime
[13:44:15] [main/INFO]: pixie 184 biomesoplenty:pixie class biomesoplenty.common.entities.EntityPixie
[13:44:15] [main/INFO]: placeholder 411 betterquesting:placeholder class betterquesting.api.placeholders.EntityPlaceholder
[13:44:15] [main/INFO]: playerSoul 268 randomthings:playersoul class lumien.randomthings.entitys.EntitySoul
[13:44:15] [main/INFO]: PolarBear 102 minecraft:polar_bear class net.minecraft.entity.monster.EntityPolarBear
[13:44:15] [main/INFO]: PowerstoneTracker 73 abyssalcraft:powerstonetracker class com.shinoow.abyssalcraft.common.entity.EntityPSDLTracker
[13:44:15] [main/INFO]: primal:arrow_ironwood 382 primal:arrow_ironwood class nmd.primal.core.common.entities.projectiles.ArrowIronwood
[13:44:15] [main/INFO]: primal:arrow_paraffin 387 primal:arrow_paraffin class nmd.primal.core.common.entities.projectiles.ArrowParaffin
[13:44:15] [main/INFO]: primal:arrow_quartz 381 primal:arrow_quartz class nmd.primal.core.common.entities.projectiles.ArrowQuartz
[13:44:15] [main/INFO]: primal:arrow_torch_nether 384 primal:arrow_torch_nether class nmd.primal.core.common.entities.projectiles.ArrowTorchNether
[13:44:15] [main/INFO]: primal:arrow_torch_redstone 385 primal:arrow_torch_redstone class nmd.primal.core.common.entities.projectiles.ArrowTorchRedstone
[13:44:15] [main/INFO]: primal:arrow_torch_wood 383 primal:arrow_torch_wood class nmd.primal.core.common.entities.projectiles.ArrowTorchWood
[13:44:15] [main/INFO]: primal:arrow_water 386 primal:arrow_water class nmd.primal.core.common.entities.projectiles.ArrowWater
[13:44:15] [main/INFO]: primal:bear_black 373 primal:bear_black class nmd.primal.core.common.entities.living.EntityBlackBear
[13:44:15] [main/INFO]: primal:bear_brown 372 primal:bear_brown class nmd.primal.core.common.entities.living.EntityBrownBear
[13:44:15] [main/INFO]: primal:boat_corypha 389 primal:boat_corypha class nmd.primal.core.common.entities.EntityNetherBoat
[13:44:15] [main/INFO]: primal:bottle_paraffin 388 primal:bottle_paraffin class nmd.primal.core.common.entities.projectiles.BottleParaffin
[13:44:15] [main/INFO]: primal:canis_campestris 371 primal:canis_campestris class nmd.primal.core.common.entities.living.EntityCanisCampestris
[13:44:15] [main/INFO]: primal:creeper_nether 374 primal:creeper_nether class nmd.primal.core.common.entities.living.EntityNetherCreeper
[13:44:15] [main/INFO]: primal:gator 375 primal:gator class nmd.primal.core.common.entities.living.EntityGator
[13:44:15] [main/INFO]: primal:muck 379 primal:muck class nmd.primal.core.common.entities.projectiles.EntityMuck
[13:44:15] [main/INFO]: primal:muck_molten 380 primal:muck_molten class nmd.primal.core.common.entities.projectiles.EntityMoltenMuck
[13:44:15] [main/INFO]: primal:mud 378 primal:mud class nmd.primal.core.common.entities.projectiles.EntityMud
[13:44:15] [main/INFO]: primal:ovis_atre 370 primal:ovis_atre class nmd.primal.core.common.entities.living.EntityOvisAtre
[13:44:15] [main/INFO]: primal:rock 377 primal:rock class nmd.primal.core.common.entities.projectiles.EntityRock
[13:44:15] [main/INFO]: primal:shark_hammerhead 376 primal:shark_hammerhead class nmd.primal.core.common.entities.living.EntityHammerHead
[13:44:15] [main/INFO]: Primed ODB 48 abyssalcraft:primedodb class com.shinoow.abyssalcraft.common.entity.EntityODBPrimed
[13:44:15] [main/INFO]: Primed ODB Core 76 abyssalcraft:primedodbcore class com.shinoow.abyssalcraft.common.entity.EntityODBcPrimed
[13:44:15] [main/INFO]: PrimedTnt 20 minecraft:tnt class net.minecraft.entity.item.EntityTNTPrimed
[13:44:15] [main/INFO]: primitivemobs.baby_spider 259 primitivemobs:baby_spider class net.daveyx0.primitivemobs.entity.monster.EntityBabySpider
[13:44:15] [main/INFO]: primitivemobs.bewitched_tome 249 primitivemobs:bewitched_tome class net.daveyx0.primitivemobs.entity.monster.EntityEnchantedBook
[13:44:15] [main/INFO]: primitivemobs.blazing_juggernaut 256 primitivemobs:blazing_juggernaut class net.daveyx0.primitivemobs.entity.monster.EntityBlazingJuggernaut
[13:44:15] [main/INFO]: primitivemobs.brain_slime 251 primitivemobs:brain_slime class net.daveyx0.primitivemobs.entity.monster.EntityBrainSlime
[13:44:15] [main/INFO]: primitivemobs.chameleon 246 primitivemobs:chameleon class net.daveyx0.primitivemobs.entity.passive.EntityChameleon
[13:44:15] [main/INFO]: primitivemobs.dodo 263 primitivemobs:dodo class net.daveyx0.primitivemobs.entity.passive.EntityDodo
[13:44:15] [main/INFO]: primitivemobs.festive_creeper 253 primitivemobs:festive_creeper class net.daveyx0.primitivemobs.entity.monster.EntityFestiveCreeper
[13:44:15] [main/INFO]: primitivemobs.filch_lizard 250 primitivemobs:filch_lizard class net.daveyx0.primitivemobs.entity.passive.EntityFilchLizard
[13:44:15] [main/INFO]: primitivemobs.grovesprite 248 primitivemobs:grovesprite class net.daveyx0.primitivemobs.entity.passive.EntityGroveSprite
[13:44:15] [main/INFO]: primitivemobs.haunted_tool 247 primitivemobs:haunted_tool class net.daveyx0.primitivemobs.entity.monster.EntityHauntedTool
[13:44:15] [main/INFO]: primitivemobs.lily_lurker 257 primitivemobs:lily_lurker class net.daveyx0.primitivemobs.entity.monster.EntityLilyLurker
[13:44:15] [main/INFO]: primitivemobs.lost_miner 261 primitivemobs:lost_miner class net.daveyx0.primitivemobs.entity.passive.EntityLostMiner
[13:44:15] [main/INFO]: primitivemobs.mimic 264 primitivemobs:mimic class net.daveyx0.primitivemobs.entity.monster.EntityMimic
[13:44:15] [main/INFO]: primitivemobs.mother_spider 258 primitivemobs:mother_spider class net.daveyx0.primitivemobs.entity.monster.EntityMotherSpider
[13:44:15] [main/INFO]: primitivemobs.primitive_egg 267 primitivemobs:primitive_egg class net.daveyx0.primitivemobs.entity.item.EntityPrimitiveEgg
[13:44:15] [main/INFO]: primitivemobs.primitive_tnt_primed 265 primitivemobs:primitive_tnt_primed class net.daveyx0.primitivemobs.entity.item.EntityPrimitiveTNTPrimed
[13:44:15] [main/INFO]: primitivemobs.rocket_creeper 252 primitivemobs:rocket_creeper class net.daveyx0.primitivemobs.entity.monster.EntityRocketCreeper
[13:44:15] [main/INFO]: primitivemobs.skeleton_warrior 255 primitivemobs:skeleton_warrior class net.daveyx0.primitivemobs.entity.monster.EntitySkeletonWarrior
[13:44:15] [main/INFO]: primitivemobs.support_creeper 254 primitivemobs:support_creeper class net.daveyx0.primitivemobs.entity.monster.EntitySupportCreeper
[13:44:15] [main/INFO]: primitivemobs.thrown_block 266 primitivemobs:thrown_block class net.daveyx0.primitivemobs.entity.item.EntityThrownBlock
[13:44:15] [main/INFO]: primitivemobs.traveling_merchant 262 primitivemobs:traveling_merchant class net.daveyx0.primitivemobs.entity.passive.EntityTravelingMerchant
[13:44:15] [main/INFO]: primitivemobs.trollager 260 primitivemobs:trollager class net.daveyx0.primitivemobs.entity.monster.EntityTrollager
[13:44:15] [main/INFO]: projectedItem 272 randomthings:projecteditem class lumien.randomthings.entitys.EntityProjectedItem
[13:44:15] [main/INFO]: prudentium_arrow 240 mysticalagriculture:prudentium_arrow class com.blakebr0.mysticalagriculture.entity.arrow.EntityPrudentiumArrow
[13:44:15] [main/INFO]: Rabbit 101 minecraft:rabbit class net.minecraft.entity.passive.EntityRabbit
[13:44:15] [main/INFO]: railgunShot 398 immersiveengineering:railgunshot class blusunrize.immersiveengineering.common.entities.EntityRailgunShot
[13:44:15] [main/INFO]: redstonearsenal.flux_arrow 274 redstonearsenal:flux_arrow class cofh.redstonearsenal.entity.projectile.EntityFluxArrow
[13:44:15] [main/INFO]: reviveCircle 269 randomthings:revivecircle class lumien.randomthings.entitys.EntityReviveCircle
[13:44:15] [main/INFO]: revolverShot 393 immersiveengineering:revolvershot class blusunrize.immersiveengineering.common.entities.EntityRevolvershot
[13:44:15] [main/INFO]: revolverShotFlare 399 immersiveengineering:revolvershotflare class blusunrize.immersiveengineering.common.entities.EntityRevolvershotFlare
[13:44:15] [main/INFO]: revolverShotHoming 395 immersiveengineering:revolvershothoming class blusunrize.immersiveengineering.common.entities.EntityRevolvershotHoming
[13:44:15] [main/INFO]: revolverShotWolfpack 396 immersiveengineering:revolvershotwolfpack class blusunrize.immersiveengineering.common.entities.EntityWolfpackShot
[13:44:15] [main/INFO]: rocket 135 advancedrocketry:rocket class zmaster587.advancedRocketry.entity.EntityRocket
[13:44:15] [main/INFO]: Sheep 91 minecraft:sheep class net.minecraft.entity.passive.EntitySheep
[13:44:15] [main/INFO]: Shulker 69 minecraft:shulker class net.minecraft.entity.monster.EntityShulker
[13:44:15] [main/INFO]: ShulkerBullet 25 minecraft:shulker_bullet class net.minecraft.entity.projectile.EntityShulkerBullet
[13:44:15] [main/INFO]: shuriken 362 tconstruct:shuriken class slimeknights.tconstruct.tools.common.entity.EntityShuriken
[13:44:15] [main/INFO]: Silverfish 60 minecraft:silverfish class net.minecraft.entity.monster.EntitySilverfish
[13:44:15] [main/INFO]: Skeleton 51 minecraft:skeleton class net.minecraft.entity.monster.EntitySkeleton
[13:44:15] [main/INFO]: SkeletonHorse 28 minecraft:skeleton_horse class net.minecraft.entity.passive.EntitySkeletonHorse
[13:44:15] [main/INFO]: skylineHook 394 immersiveengineering:skylinehook class blusunrize.immersiveengineering.common.entities.EntitySkylineHook
[13:44:15] [main/INFO]: Slime 55 minecraft:slime class net.minecraft.entity.monster.EntitySlime
[13:44:15] [main/INFO]: SmallFireball 13 minecraft:small_fireball class net.minecraft.entity.projectile.EntitySmallFireball
[13:44:15] [main/INFO]: Snowball 11 minecraft:snowball class net.minecraft.entity.projectile.EntitySnowball
[13:44:15] [main/INFO]: SnowMan 97 minecraft:snowman class net.minecraft.entity.monster.EntitySnowman
[13:44:15] [main/INFO]: SpectralArrow 24 minecraft:spectral_arrow class net.minecraft.entity.projectile.EntitySpectralArrow
[13:44:15] [main/INFO]: Spider 52 minecraft:spider class net.minecraft.entity.monster.EntitySpider
[13:44:15] [main/INFO]: spirit 270 randomthings:spirit class lumien.randomthings.entitys.EntitySpirit
[13:44:15] [main/INFO]: Squid 94 minecraft:squid class net.minecraft.entity.passive.EntitySquid
[13:44:15] [main/INFO]: StickyDynamite 228 ic2:sticky_dynamite class ic2.core.block.EntityStickyDynamite
[13:44:15] [main/INFO]: Stray 6 minecraft:stray class net.minecraft.entity.monster.EntityStray
[13:44:15] [main/INFO]: superium_arrow 242 mysticalagriculture:superium_arrow class com.blakebr0.mysticalagriculture.entity.arrow.EntitySuperiumArrow
[13:44:15] [main/INFO]: supremium_arrow 243 mysticalagriculture:supremium_arrow class com.blakebr0.mysticalagriculture.entity.arrow.EntitySupremiumArrow
[13:44:15] [main/INFO]: tconstruct.blueslime 358 tconstruct:blueslime class slimeknights.tconstruct.world.entity.EntityBlueSlime
[13:44:15] [main/INFO]: thermalfoundation.basalz 149 thermalfoundation:basalz class cofh.thermalfoundation.entity.monster.EntityBasalz
[13:44:15] [main/INFO]: thermalfoundation.basalz_bolt 152 thermalfoundation:basalz_bolt class cofh.thermalfoundation.entity.projectile.EntityBasalzBolt
[13:44:15] [main/INFO]: thermalfoundation.blitz 148 thermalfoundation:blitz class cofh.thermalfoundation.entity.monster.EntityBlitz
[13:44:15] [main/INFO]: thermalfoundation.blitz_bolt 151 thermalfoundation:blitz_bolt class cofh.thermalfoundation.entity.projectile.EntityBlitzBolt
[13:44:15] [main/INFO]: thermalfoundation.blizz 147 thermalfoundation:blizz class cofh.thermalfoundation.entity.monster.EntityBlizz
[13:44:15] [main/INFO]: thermalfoundation.blizz_bolt 150 thermalfoundation:blizz_bolt class cofh.thermalfoundation.entity.projectile.EntityBlizzBolt
[13:44:15] [main/INFO]: Throwball 364 tconstruct:throwball class slimeknights.tconstruct.gadgets.entity.EntityThrowball
[13:44:15] [main/INFO]: Thrown Combustion Cod 206 combustfish:thrown_combustive_cod class c4.combustfish.common.entities.EntityThrownCombustiveCod
[13:44:15] [main/INFO]: Thrown Stone 222 exnihilocreatio:thrown stone class exnihilocreatio.entities.ProjectileStone
[13:44:15] [main/INFO]: ThrownEgg 7 minecraft:egg class net.minecraft.entity.projectile.EntityEgg
[13:44:15] [main/INFO]: ThrownEnderpearl 14 minecraft:ender_pearl class net.minecraft.entity.item.EntityEnderPearl
[13:44:15] [main/INFO]: ThrownExpBottle 17 minecraft:xp_bottle class net.minecraft.entity.item.EntityExpBottle
[13:44:15] [main/INFO]: ThrownPotion 16 minecraft:potion class net.minecraft.entity.projectile.EntityPotion
[13:44:15] [main/INFO]: transport 391 thermaldynamics:transport class cofh.thermaldynamics.duct.entity.EntityTransport
[13:44:15] [main/INFO]: twilightforest.adherent 335 twilightforest:adherent class twilightforest.entity.EntityTFAdherent
[13:44:15] [main/INFO]: twilightforest.armored_giant 332 twilightforest:armored_giant class twilightforest.entity.EntityTFArmoredGiant
[13:44:15] [main/INFO]: twilightforest.bighorn_sheep 280 twilightforest:bighorn_sheep class twilightforest.entity.passive.EntityTFBighorn
[13:44:15] [main/INFO]: twilightforest.blockchain_goblin 318 twilightforest:blockchain_goblin class twilightforest.entity.EntityTFBlockGoblin
[13:44:15] [main/INFO]: twilightforest.boggard 357 twilightforest:boggard class twilightforest.entity.EntityTFBoggard
[13:44:15] [main/INFO]: twilightforest.bunny 296 twilightforest:bunny class twilightforest.entity.passive.EntityTFBunny
[13:44:15] [main/INFO]: twilightforest.chain_block 354 twilightforest:chain_block class twilightforest.entity.EntityTFChainBlock
[13:44:15] [main/INFO]: twilightforest.charm_effect 346 twilightforest:charm_effect class twilightforest.entity.EntityTFCharmEffect
[13:44:15] [main/INFO]: twilightforest.cube_of_annihilation 355 twilightforest:cube_of_annihilation class twilightforest.entity.EntityTFCubeOfAnnihilation
[13:44:15] [main/INFO]: twilightforest.death_tome 301 twilightforest:death_tome class twilightforest.entity.EntityTFDeathTome
[13:44:15] [main/INFO]: twilightforest.deer 281 twilightforest:deer class twilightforest.entity.passive.EntityTFDeer
[13:44:15] [main/INFO]: twilightforest.falling_ice 349 twilightforest:falling_ice class twilightforest.entity.boss.EntityTFFallingIce
[13:44:15] [main/INFO]: twilightforest.fire_beetle 304 twilightforest:fire_beetle class twilightforest.entity.EntityTFFireBeetle
[13:44:15] [main/INFO]: twilightforest.firefly 311 twilightforest:firefly class twilightforest.entity.passive.EntityTFMobileFirefly
[13:44:15] [main/INFO]: twilightforest.giant_miner 331 twilightforest:giant_miner class twilightforest.entity.EntityTFGiantMiner
[13:44:15] [main/INFO]: twilightforest.goblin_knight_lower 320 twilightforest:goblin_knight_lower class twilightforest.entity.EntityTFGoblinKnightLower
[13:44:15] [main/INFO]: twilightforest.goblin_knight_upper 319 twilightforest:goblin_knight_upper class twilightforest.entity.EntityTFGoblinKnightUpper
[13:44:15] [main/INFO]: twilightforest.harbinger_cube 334 twilightforest:harbinger_cube class twilightforest.entity.EntityTFHarbingerCube
[13:44:15] [main/INFO]: twilightforest.hedge_spider 288 twilightforest:hedge_spider class twilightforest.entity.EntityTFHedgeSpider
[13:44:15] [main/INFO]: twilightforest.helmet_crab 321 twilightforest:helmet_crab class twilightforest.entity.EntityTFHelmetCrab
[13:44:15] [main/INFO]: twilightforest.hostile_wolf 286 twilightforest:hostile_wolf class twilightforest.entity.EntityTFHostileWolf
[13:44:15] [main/INFO]: twilightforest.hydra 289 twilightforest:hydra class twilightforest.entity.boss.EntityTFHydra
[13:44:15] [main/INFO]: twilightforest.hydra_head 337 twilightforest:hydra_head class twilightforest.entity.boss.EntityTFHydraHead
[13:44:15] [main/INFO]: twilightforest.hydra_mortar 342 twilightforest:hydra_mortar class twilightforest.entity.boss.EntityTFHydraMortar
[13:44:15] [main/INFO]: twilightforest.ice_arrow 352 twilightforest:ice_arrow class twilightforest.entity.EntityIceArrow
[13:44:15] [main/INFO]: twilightforest.ice_crystal 333 twilightforest:ice_crystal class twilightforest.entity.boss.EntityTFIceCrystal
[13:44:15] [main/INFO]: twilightforest.ice_snowball 353 twilightforest:ice_snowball class twilightforest.entity.EntityTFIceSnowball
[13:44:15] [main/INFO]: twilightforest.king_spider 310 twilightforest:king_spider class twilightforest.entity.EntityTFKingSpider
[13:44:15] [main/INFO]: twilightforest.knight_phantom 322 twilightforest:knight_phantom class twilightforest.entity.boss.EntityTFKnightPhantom
[13:44:15] [main/INFO]: twilightforest.kobold 299 twilightforest:kobold class twilightforest.entity.EntityTFKobold
[13:44:15] [main/INFO]: twilightforest.lich 290 twilightforest:lich class twilightforest.entity.boss.EntityTFLich
[13:44:15] [main/INFO]: twilightforest.lich_bolt 339 twilightforest:lich_bolt class twilightforest.entity.boss.EntityTFLichBolt
[13:44:15] [main/INFO]: twilightforest.lich_bomb 343 twilightforest:lich_bomb class twilightforest.entity.boss.EntityTFLichBomb
[13:44:15] [main/INFO]: twilightforest.lich_minion 292 twilightforest:lich_minion class twilightforest.entity.boss.EntityTFLichMinion
[13:44:15] [main/INFO]: twilightforest.loyal_zombie 293 twilightforest:loyal_zombie class twilightforest.entity.EntityTFLoyalZombie
[13:44:15] [main/INFO]: twilightforest.maze_slime 307 twilightforest:maze_slime class twilightforest.entity.EntityTFMazeSlime
[13:44:15] [main/INFO]: twilightforest.mini_ghast 312 twilightforest:mini_ghast class twilightforest.entity.EntityTFMiniGhast
[13:44:15] [main/INFO]: twilightforest.minoshroom 303 twilightforest:minoshroom class twilightforest.entity.boss.EntityTFMinoshroom
[13:44:15] [main/INFO]: twilightforest.minotaur 302 twilightforest:minotaur class twilightforest.entity.EntityTFMinotaur
[13:44:15] [main/INFO]: twilightforest.mist_wolf 309 twilightforest:mist_wolf class twilightforest.entity.EntityTFMistWolf
[13:44:15] [main/INFO]: twilightforest.moonworm_shot 344 twilightforest:moonworm_shot class twilightforest.entity.EntityTFMoonwormShot
[13:44:15] [main/INFO]: twilightforest.mosquito_swarm 300 twilightforest:mosquito_swarm class twilightforest.entity.EntityTFMosquitoSwarm
[13:44:15] [main/INFO]: twilightforest.naga 284 twilightforest:naga class twilightforest.entity.boss.EntityTFNaga
[13:44:15] [main/INFO]: twilightforest.nature_bolt 338 twilightforest:nature_bolt class twilightforest.entity.EntityTFNatureBolt
[13:44:15] [main/INFO]: twilightforest.penguin 291 twilightforest:penguin class twilightforest.entity.passive.EntityTFPenguin
[13:44:15] [main/INFO]: twilightforest.pinch_beetle 306 twilightforest:pinch_beetle class twilightforest.entity.EntityTFPinchBeetle
[13:44:15] [main/INFO]: twilightforest.quest_ram 298 twilightforest:quest_ram class twilightforest.entity.passive.EntityTFQuestRam
[13:44:15] [main/INFO]: twilightforest.raven 297 twilightforest:raven class twilightforest.entity.passive.EntityTFRaven
[13:44:15] [main/INFO]: twilightforest.redcap 282 twilightforest:redcap class twilightforest.entity.EntityTFRedcap
[13:44:15] [main/INFO]: twilightforest.redcap_sapper 308 twilightforest:redcap_sapper class twilightforest.entity.EntityTFRedcapSapper
[13:44:15] [main/INFO]: twilightforest.roving_cube 336 twilightforest:roving_cube class twilightforest.entity.EntityTFRovingCube
[13:44:15] [main/INFO]: twilightforest.seeker_arrow 351 twilightforest:seeker_arrow class twilightforest.entity.EntitySeekerArrow
[13:44:15] [main/INFO]: twilightforest.skeleton_druid 285 twilightforest:skeleton_druid class twilightforest.entity.EntityTFSkeletonDruid
[13:44:15] [main/INFO]: twilightforest.slider 356 twilightforest:slider class twilightforest.entity.EntityTFSlideBlock
[13:44:15] [main/INFO]: twilightforest.slime_beetle 305 twilightforest:slime_beetle class twilightforest.entity.EntityTFSlimeBeetle
[13:44:15] [main/INFO]: twilightforest.slime_blob 345 twilightforest:slime_blob class twilightforest.entity.EntityTFSlimeProjectile
[13:44:15] [main/INFO]: twilightforest.snow_guardian 326 twilightforest:snow_guardian class twilightforest.entity.EntityTFSnowGuardian
[13:44:15] [main/INFO]: twilightforest.snow_queen 329 twilightforest:snow_queen class twilightforest.entity.boss.EntityTFSnowQueen
[13:44:15] [main/INFO]: twilightforest.squirrel 295 twilightforest:squirrel class twilightforest.entity.passive.EntityTFSquirrel
[13:44:15] [main/INFO]: twilightforest.stable_ice_core 327 twilightforest:stable_ice_core class twilightforest.entity.EntityTFIceShooter
[13:44:15] [main/INFO]: twilightforest.swarm_spider 283 twilightforest:swarm_spider class twilightforest.entity.EntityTFSwarmSpider
[13:44:15] [main/INFO]: twilightforest.thrown_axe 347 twilightforest:thrown_axe class twilightforest.entity.boss.EntityTFThrownAxe
[13:44:15] [main/INFO]: twilightforest.thrown_ice 350 twilightforest:thrown_ice class twilightforest.entity.boss.EntityTFIceBomb
[13:44:15] [main/INFO]: twilightforest.thrown_pick 348 twilightforest:thrown_pick class twilightforest.entity.boss.EntityTFThrownPick
[13:44:15] [main/INFO]: twilightforest.tiny_bird 294 twilightforest:tiny_bird class twilightforest.entity.passive.EntityTFTinyBird
[13:44:15] [main/INFO]: twilightforest.tome_bolt 341 twilightforest:tome_bolt class twilightforest.entity.EntityTFTomeBolt
[13:44:15] [main/INFO]: twilightforest.tower_broodling 316 twilightforest:tower_broodling class twilightforest.entity.EntityTFTowerBroodling
[13:44:15] [main/INFO]: twilightforest.tower_ghast 313 twilightforest:tower_ghast class twilightforest.entity.EntityTFTowerGhast
[13:44:15] [main/INFO]: twilightforest.tower_golem 314 twilightforest:tower_golem class twilightforest.entity.EntityTFTowerGolem
[13:44:15] [main/INFO]: twilightforest.tower_termite 315 twilightforest:tower_termite class twilightforest.entity.EntityTFTowerTermite
[13:44:15] [main/INFO]: twilightforest.troll 330 twilightforest:troll class twilightforest.entity.EntityTFTroll
[13:44:15] [main/INFO]: twilightforest.unstable_ice_core 328 twilightforest:unstable_ice_core class twilightforest.entity.EntityTFIceExploder
[13:44:15] [main/INFO]: twilightforest.ur_ghast 317 twilightforest:ur_ghast class twilightforest.entity.boss.EntityTFUrGhast
[13:44:15] [main/INFO]: twilightforest.wand_bolt 340 twilightforest:wand_bolt class twilightforest.entity.EntityTFTwilightWandBolt
[13:44:15] [main/INFO]: twilightforest.wild_boar 279 twilightforest:wild_boar class twilightforest.entity.passive.EntityTFBoar
[13:44:15] [main/INFO]: twilightforest.winter_wolf 325 twilightforest:winter_wolf class twilightforest.entity.EntityTFWinterWolf
[13:44:15] [main/INFO]: twilightforest.wraith 287 twilightforest:wraith class twilightforest.entity.EntityTFWraith
[13:44:15] [main/INFO]: twilightforest.yeti 323 twilightforest:yeti class twilightforest.entity.EntityTFYeti
[13:44:15] [main/INFO]: twilightforest.yeti_alpha 324 twilightforest:yeti_alpha class twilightforest.entity.boss.EntityTFYetiAlpha
[13:44:15] [main/INFO]: Vex 35 minecraft:vex class net.minecraft.entity.monster.EntityVex
[13:44:15] [main/INFO]: Villager 120 minecraft:villager class net.minecraft.entity.passive.EntityVillager
[13:44:15] [main/INFO]: VillagerGolem 99 minecraft:villager_golem class net.minecraft.entity.monster.EntityIronGolem
[13:44:15] [main/INFO]: VindicationIllager 36 minecraft:vindication_illager class net.minecraft.entity.monster.EntityVindicator
[13:44:15] [main/INFO]: wasp 183 biomesoplenty:wasp class biomesoplenty.common.entities.EntityWasp
[13:44:15] [main/INFO]: Witch 66 minecraft:witch class net.minecraft.entity.monster.EntityWitch
[13:44:15] [main/INFO]: WitherBoss 64 minecraft:wither class net.minecraft.entity.boss.EntityWither
[13:44:15] [main/INFO]: WitherSkeleton 5 minecraft:wither_skeleton class net.minecraft.entity.monster.EntityWitherSkeleton
[13:44:15] [main/INFO]: WitherSkull 19 minecraft:wither_skull class net.minecraft.entity.projectile.EntityWitherSkull
[13:44:15] [main/INFO]: Wolf 95 minecraft:wolf class net.minecraft.entity.passive.EntityWolf
[13:44:15] [main/INFO]: wolfarmor.wolf_armored 369 wolfarmor:wolf_armored class com.attributestudios.wolfarmor.entity.passive.EntityWolfArmored
[13:44:15] [main/INFO]: XPOrb 2 minecraft:xp_orb class net.minecraft.entity.item.EntityXPOrb
[13:44:15] [main/INFO]: Zombie 54 minecraft:zombie class net.minecraft.entity.monster.EntityZombie
[13:44:15] [main/INFO]: ZombieHorse 29 minecraft:zombie_horse class net.minecraft.entity.passive.EntityZombieHorse
[13:44:15] [main/INFO]: ZombieVillager 27 minecraft:zombie_villager class net.minecraft.entity.monster.EntityZombieVillager
[13:44:15] [main/INFO]: --------------------------------------------------------------------------------
[13:44:15] [main/INFO]: --------------------------------------------------------------------------------
[13:44:15] [main/INFO]: The following is a list of all enchantments registered as of Silent Lib's post-init:
[13:44:15] [main/INFO]: Protection minecraft:protection type=ARMOR
[13:44:15] [main/INFO]: Fire Protection minecraft:fire_protection type=ARMOR
[13:44:15] [main/INFO]: Feather Falling minecraft:feather_falling type=ARMOR_FEET
[13:44:15] [main/INFO]: Blast Protection minecraft:blast_protection type=ARMOR
[13:44:15] [main/INFO]: Projectile Protection minecraft:projectile_protection type=ARMOR
[13:44:15] [main/INFO]: Respiration minecraft:respiration type=ARMOR_HEAD
[13:44:15] [main/INFO]: Aqua Affinity minecraft:aqua_affinity type=ARMOR_HEAD
[13:44:15] [main/INFO]: Thorns minecraft:thorns type=ARMOR_CHEST
[13:44:15] [main/INFO]: Depth Strider minecraft:depth_strider type=ARMOR_FEET
[13:44:15] [main/INFO]: Frost Walker minecraft:frost_walker type=ARMOR_FEET
[13:44:15] [main/INFO]: §cCurse of Binding minecraft:binding_curse type=WEARABLE
[13:44:15] [main/INFO]: Reaper draconicevolution:enchant_reaper type=WEAPON
[13:44:15] [main/INFO]: Kaboomerang extrautils2:xu.kaboomerang type=BOOMERANG
[13:44:15] [main/INFO]: Zoomerang extrautils2:xu.zoomerang type=BOOMERANG
[13:44:15] [main/INFO]: Burnerang extrautils2:xu.burnerang type=BOOMERANG
[13:44:15] [main/INFO]: Bladerang extrautils2:xu.bladerang type=BOOMERANG
[13:44:15] [main/INFO]: Sharpness minecraft:sharpness type=WEAPON
[13:44:15] [main/INFO]: Smite minecraft:smite type=WEAPON
[13:44:15] [main/INFO]: Bane of Arthropods minecraft:bane_of_arthropods type=WEAPON
[13:44:15] [main/INFO]: Knockback minecraft:knockback type=WEAPON
[13:44:15] [main/INFO]: Fire Aspect minecraft:fire_aspect type=WEAPON
[13:44:15] [main/INFO]: Looting minecraft:looting type=WEAPON
[13:44:15] [main/INFO]: Sweeping Edge minecraft:sweeping type=WEAPON
[13:44:15] [main/INFO]: Boomereaperang extrautils2:xu.boomereaperang type=BOOMERANG
[13:44:15] [main/INFO]: Magnetic randomthings:magnetic type=DIGGER
[13:44:15] [main/INFO]: Airtight Seal advancedrocketry:spacebreathing type=ARMOR
[13:44:15] [main/INFO]: Sieve Efficiency exnihilocreatio:sieve_efficiency type=DIGGER
[13:44:15] [main/INFO]: Sieve Fortune exnihilocreatio:sieve_fortune type=DIGGER
[13:44:15] [main/INFO]: Sieve Luck of the Sea exnihilocreatio:sieve_luck_of_the_sea type=DIGGER
[13:44:15] [main/INFO]: Soul Stealer soulshardstow:soul_stealer type=WEAPON
[13:44:15] [main/INFO]: Coralium abyssalcraft:coralium type=WEAPON
[13:44:15] [main/INFO]: Dread abyssalcraft:dread type=WEAPON
[13:44:15] [main/INFO]: Efficiency minecraft:efficiency type=DIGGER
[13:44:15] [main/INFO]: Silk Touch minecraft:silk_touch type=DIGGER
[13:44:15] [main/INFO]: Unbreaking minecraft:unbreaking type=BREAKABLE
[13:44:15] [main/INFO]: Fortune minecraft:fortune type=DIGGER
[13:44:15] [main/INFO]: Light Pierce abyssalcraft:light_pierce type=WEAPON
[13:44:15] [main/INFO]: Iron Wall abyssalcraft:iron_wall type=ARMOR_CHEST
[13:44:15] [main/INFO]: Holding cofhcore:holding type=ALL
[13:44:15] [main/INFO]: Insight cofhcore:insight type=DIGGER
[13:44:15] [main/INFO]: Leech cofhcore:leech type=WEAPON
[13:44:15] [main/INFO]: Multishot cofhcore:multishot type=BOW
[13:44:15] [main/INFO]: Smelting cofhcore:smelting type=DIGGER
[13:44:15] [main/INFO]: Vorpal cofhcore:vorpal type=WEAPON
[13:44:15] [main/INFO]: Night Vision astralsorcery:enchantment.as.nightvision type=ARMOR
[13:44:15] [main/INFO]: Scorching Heat astralsorcery:enchantment.as.smelting type=DIGGER
[13:44:15] [main/INFO]: Block Reach cyclicmagic:enchantment.reach type=ARMOR_CHEST
[13:44:15] [main/INFO]: Multi-Jump cyclicmagic:enchantment.launch type=ARMOR
[13:44:15] [main/INFO]: Power minecraft:power type=BOW
[13:44:15] [main/INFO]: Punch minecraft:punch type=BOW
[13:44:15] [main/INFO]: Flame minecraft:flame type=BOW
[13:44:15] [main/INFO]: Infinity minecraft:infinity type=BOW
[13:44:15] [main/INFO]: Magnet cyclicmagic:enchantment.magnet type=ALL
[13:44:15] [main/INFO]: Venom cyclicmagic:enchantment.venom type=WEAPON
[13:44:15] [main/INFO]: Life Leech cyclicmagic:enchantment.lifeleech type=WEAPON
[13:44:15] [main/INFO]: Quickdraw cyclicmagic:enchantment.quickdraw type=BOW
[13:44:15] [main/INFO]: Luck of the Sea minecraft:luck_of_the_sea type=FISHING_ROD
[13:44:15] [main/INFO]: Lure minecraft:lure type=FISHING_ROD
[13:44:15] [main/INFO]: Mending minecraft:mending type=BREAKABLE
[13:44:15] [main/INFO]: §cCurse of Vanishing minecraft:vanishing_curse type=ALL
[13:44:15] [main/INFO]: --------------------------------------------------------------------------------
[13:44:15] [main/INFO]: --------------------------------------------------------------------------------
[13:44:15] [main/INFO]: The following is a list of all potion effects registered as of Silent Lib's post-init:
[13:44:15] [main/INFO]: potion.paralysis biomesoplenty:paralysis
[13:44:15] [main/INFO]: effect.moveSpeed minecraft:speed
[13:44:15] [main/INFO]: effect.moveSlowdown minecraft:slowness
[13:44:15] [main/INFO]: effect.digSpeed minecraft:haste
[13:44:15] [main/INFO]: effect.digSlowDown minecraft:mining_fatigue
[13:44:15] [main/INFO]: effect.damageBoost minecraft:strength
[13:44:15] [main/INFO]: effect.heal minecraft:instant_health
[13:44:15] [main/INFO]: effect.harm minecraft:instant_damage
[13:44:15] [main/INFO]: effect.jump minecraft:jump_boost
[13:44:15] [main/INFO]: effect.confusion minecraft:nausea
[13:44:15] [main/INFO]: effect.regeneration minecraft:regeneration
[13:44:15] [main/INFO]: effect.resistance minecraft:resistance
[13:44:15] [main/INFO]: effect.fireResistance minecraft:fire_resistance
[13:44:15] [main/INFO]: effect.waterBreathing minecraft:water_breathing
[13:44:15] [main/INFO]: effect.invisibility minecraft:invisibility
[13:44:15] [main/INFO]: effect.blindness minecraft:blindness
[13:44:15] [main/INFO]: effect.nightVision minecraft:night_vision
[13:44:15] [main/INFO]: effect.hunger minecraft:hunger
[13:44:15] [main/INFO]: effect.weakness minecraft:weakness
[13:44:15] [main/INFO]: effect.poison minecraft:poison
[13:44:15] [main/INFO]: effect.wither minecraft:wither
[13:44:15] [main/INFO]: effect.healthBoost minecraft:health_boost
[13:44:15] [main/INFO]: effect.absorption minecraft:absorption
[13:44:15] [main/INFO]: effect.saturation minecraft:saturation
[13:44:15] [main/INFO]: effect.glowing minecraft:glowing
[13:44:15] [main/INFO]: effect.levitation minecraft:levitation
[13:44:15] [main/INFO]: effect.luck minecraft:luck
[13:44:15] [main/INFO]: effect.unluck minecraft:unluck
[13:44:15] [main/INFO]: potion.possession biomesoplenty:possession
[13:44:15] [main/INFO]: ic2.potion.radiation ic2:radiation
[13:44:15] [main/INFO]: potion.terraqueous.deathfruit.countdown terraqueous:deathfruit_countdown
[13:44:15] [main/INFO]: potion.terraqueous.deathfruit.withdraw terraqueous:deathfruit_withdraw
[13:44:15] [main/INFO]: potion.terraqueous.pitchfork.ready terraqueous:pitchfork_ready
[13:44:15] [main/INFO]: potion.terraqueous.pitchfork.angrymob terraqueous:pitchfork_angrymob
[13:44:15] [main/INFO]: Fire Imbue randomthings:imbue_fire
[13:44:15] [main/INFO]: Poison Imbue randomthings:imbue_poison
[13:44:15] [main/INFO]: Experience Imbue randomthings:imbue_experience
[13:44:15] [main/INFO]: Wither Imbue randomthings:imbue_wither
[13:44:15] [main/INFO]: Collapse Imbue randomthings:imbue_collapse
[13:44:15] [main/INFO]: Collapse randomthings:collapse
[13:44:15] [main/INFO]: potion.carry tconstruct:carry
[13:44:15] [main/INFO]: potion.enderference tconstruct:enderference
[13:44:15] [main/INFO]: potion.insatiable tconstruct:insatiable
[13:44:15] [main/INFO]: potion.magnetic tconstruct:magnetic
[13:44:15] [main/INFO]: potion.momentum tconstruct:momentum
[13:44:15] [main/INFO]: potion.dot tconstruct:dot
[13:44:15] [main/INFO]: potion.splinter tconstruct:splinter
[13:44:15] [main/INFO]: immersiveengineering.potion.flammable immersiveengineering:flammable
[13:44:15] [main/INFO]: immersiveengineering.potion.slippery immersiveengineering:slippery
[13:44:15] [main/INFO]: immersiveengineering.potion.conductive immersiveengineering:conductive
[13:44:15] [main/INFO]: immersiveengineering.potion.sticky immersiveengineering:sticky
[13:44:15] [main/INFO]: immersiveengineering.potion.stunned immersiveengineering:stunned
[13:44:15] [main/INFO]: immersiveengineering.potion.concreteFeet immersiveengineering:concretefeet
[13:44:15] [main/INFO]: immersiveengineering.potion.flashed immersiveengineering:flashed
[13:44:15] [main/INFO]: bwm.effect.true_sight betterwithmods:true_sight
[13:44:15] [main/INFO]: bwm.effect.fortune betterwithmods:fortune
[13:44:15] [main/INFO]: bwm.effect.looting betterwithmods:looting
[13:44:15] [main/INFO]: bwm.effect.slow_fall betterwithmods:slow_fall
[13:44:15] [main/INFO]: botania.potion.soulCross botania:soulcross
[13:44:15] [main/INFO]: botania.potion.featherFeet botania:featherfeet
[13:44:15] [main/INFO]: botania.potion.emptiness botania:emptiness
[13:44:15] [main/INFO]: botania.potion.bloodthirst botania:bloodthirst
[13:44:15] [main/INFO]: botania.potion.allure botania:allure
[13:44:15] [main/INFO]: botania.potion.clear botania:clear
[13:44:15] [main/INFO]: potion.effect.nex:freeze nex:freeze
[13:44:15] [main/INFO]: potion.effect.nex:frostbite nex:frostbite
[13:44:15] [main/INFO]: potion.effect.nex:spore nex:spore
[13:44:15] [main/INFO]: potion.effect.nex:lost nex:lost
[13:44:15] [main/INFO]: potion.effect.primal.porphyry primal:porphyry
[13:44:15] [main/INFO]: potion.effect.primal.aconite primal:aconite
[13:44:15] [main/INFO]: xreliquary.potion.flight xreliquary:flight_potion
[13:44:15] [main/INFO]: xreliquary.potion.pacification xreliquary:pacification_potion
[13:44:15] [main/INFO]: xreliquary.potion.cure xreliquary:cure_potion
[13:44:15] [main/INFO]: effect.scalinghealth:bandaged scalinghealth:bandaged
[13:44:15] [main/INFO]: potion.appetite stats_keeper:appetite
[13:44:15] [main/INFO]: potion.ghostly_shape.name tombstone:ghostly_shape
[13:44:15] [main/INFO]: potion.preservation.name tombstone:preservation
[13:44:15] [main/INFO]: potion.unstable_intangibleness.name tombstone:unstable_intangibleness
[13:44:15] [main/INFO]: potion.Cplague abyssalcraft:cplague
[13:44:15] [main/INFO]: potion.Dplague abyssalcraft:dplague
[13:44:15] [main/INFO]: potion.Antimatter abyssalcraft:antimatter
[13:44:15] [main/INFO]: effect.as.cheatdeath astralsorcery:potioncheatdeath
[13:44:15] [main/INFO]: effect.as.bleed astralsorcery:potionbleed
[13:44:15] [main/INFO]: effect.as.spellplague astralsorcery:potionspellplague
[13:44:15] [main/INFO]: potion.magnet cyclicmagic:potion.magnet
[13:44:15] [main/INFO]: potion.ender cyclicmagic:potion.ender
[13:44:15] [main/INFO]: potion.waterwalk cyclicmagic:potion.waterwalk
[13:44:15] [main/INFO]: potion.slowfall cyclicmagic:potion.slowfall
[13:44:15] [main/INFO]: potion.snow cyclicmagic:potion.snow
[13:44:15] [main/INFO]: potion.swimspeed cyclicmagic:potion.swimspeed
[13:44:15] [main/INFO]: potion.bounce cyclicmagic:potion.bounce
[13:44:15] [main/INFO]: potion.frostwalker cyclicmagic:potion.frostwalker
[13:44:15] [main/INFO]: Ale soot:ale
[13:44:15] [main/INFO]: Stoutness soot:stoutness
[13:44:15] [main/INFO]: InnerFire soot:inner_fire
[13:44:15] [main/INFO]: FireLung soot:fire_lung
[13:44:15] [main/INFO]: potion.terraqueous.firewater terraqueous:firewater
[13:44:15] [main/INFO]: potion.terraqueous.displacement terraqueous:displacement
[13:44:15] [main/INFO]: effect.xu2.doom extrautils2:effect.xu2.doom
[13:44:15] [main/INFO]: effect.xu2.gravity extrautils2:effect.xu2.gravity
[13:44:15] [main/INFO]: effect.xu2.second.chance extrautils2:effect.xu2.second.chance
[13:44:15] [main/INFO]: effect.xu2.greek.fire extrautils2:effect.xu2.greek.fire
[13:44:15] [main/INFO]: effect.xu2.fizzy.lifting extrautils2:effect.xu2.fizzy.lifting
[13:44:15] [main/INFO]: effect.xu2.relapse extrautils2:effect.xu2.relapse
[13:44:15] [main/INFO]: effect.xu2.love extrautils2:effect.xu2.love
[13:44:15] [main/INFO]: --------------------------------------------------------------------------------
[13:44:15] [main/INFO]: Finished mapping, found 223 entities in 8.544 ms
[13:44:15] [main/INFO]: [tinker_io.proxy.CommonProxy:registerNetworkStuff:34]: 2016228
[13:44:15] [main/INFO]: Crushed Ore melting registry loaded. Cost 135 ms
[13:44:15] [main/INFO]: Pure Metal casting registry loaded. Cost 133 ms
[13:44:15] [main/INFO]: Did not find Thaumcraft, did not load ThaumcraftApi integration.
[13:44:15] [main/INFO]: Starting JEI...
[13:44:15] [main/ERROR]: Creative tab crashed while getting items. Some items from this tab will be missing from the item list. com.lothrazar.cyclicmagic.creativetab.CreativeTabCyclic@50349c4e
java.lang.NullPointerException: Null string not allowed
at java.util.Objects.requireNonNull(Objects.java:228) ~[?:1.8.0_25]
at net.minecraft.nbt.NBTTagString.<init>(NBTTagString.java:19) ~[gm.class:?]
at net.minecraft.nbt.NBTTagCompound.func_74778_a(NBTTagCompound.java:137) ~[fy.class:?]
at net.minecraftforge.fluids.FluidStack.writeToNBT(FluidStack.java:108) ~[FluidStack.class:?]
at net.minecraftforge.fluids.FluidUtil.getFilledBucket(FluidUtil.java:750) ~[FluidUtil.class:?]
at com.lothrazar.cyclicmagic.creativetab.CreativeTabCyclic.func_78018_a(CreativeTabCyclic.java:66) ~[CreativeTabCyclic.class:?]
at mezz.jei.plugins.vanilla.ingredients.ItemStackListFactory.create(ItemStackListFactory.java:47) [ItemStackListFactory.class:?]
at mezz.jei.plugins.vanilla.VanillaPlugin.registerIngredients(VanillaPlugin.java:96) [VanillaPlugin.class:?]
at mezz.jei.startup.JeiStarter.registerIngredients(JeiStarter.java:129) [JeiStarter.class:?]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:46) [JeiStarter.class:?]
at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:44:16] [main/INFO]: Registering recipe categories...
[13:44:17] [main/INFO]: Registering recipe categories took 464.9 ms
[13:44:17] [main/INFO]: Registering mod plugins...
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_sacred_oak_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@0 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@0 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@0 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@0 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@0 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@0 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_cherry_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@1 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@1 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@1 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@1 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@1 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@1 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_umbran_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@2 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@2 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@2 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@2 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@2 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@2 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_fir_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@3 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@3 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@3 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@3 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@3 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@3 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_ethereal_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@4 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@4 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@4 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@4 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@4 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@4 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_magic_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@5 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@5 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@5 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@5 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@5 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@5 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_mangrove_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@6 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@6 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@6 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@6 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@6 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@6 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_palm_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@7 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@7 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@7 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@7 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@7 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@7 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_redwood_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@8 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@8 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@8 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@8 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@8 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@8 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_willow_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@9 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@9 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@9 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@9 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@9 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@9 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_pine_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@10 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@10 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@10 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@10 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@10 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@10 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_hellbark_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@11 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@11 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@11 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@11 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@11 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@11 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_jacaranda_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@12 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@12 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@12 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@12 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@12 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@12 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_mahogany_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@13 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@13 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@13 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@13 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@13 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@13 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_ebony_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@14 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@14 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@14 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@14 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@14 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@14 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Recipe has no output. Better With Mods betterwithmods:bop_eucalyptus_door
Outputs:
net.minecraft.item.ItemStack: [[]]
Inputs:
net.minecraft.item.ItemStack: [[1xtile.bwm:bop_compat_siding@15 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@15 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@15 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@15 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@15 betterwithmods:bop_compat_siding], [1xtile.bwm:bop_compat_siding@15 betterwithmods:bop_compat_siding]]
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.corn_seeds@0 primal:corn_seeds
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.turnip_seeds@0 biomesoplenty:turnip_seeds
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.beetseeditem@0 harvestcraft:beetseeditem
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.teslacorelib.gear_wood@0 teslacorelib:gear_wood
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.thermalfoundation.material@800 thermalfoundation:material
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.thermalfoundation.material@768 thermalfoundation:material
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.leather_cordage@0 primal:leather_cordage
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.nether_cordage@0 primal:nether_cordage
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.nether_cloth@0 primal:nether_cloth
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.nether_tinder@0 primal:nether_tinder
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.minecraft:wheat@0 minecraft:wheat
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.nether_papyrus@0 primal:nether_papyrus
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.dyePowder@3 minecraft:dye
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xitem.for.ash@0 forestry:ash
[13:44:17] [main/ERROR]: Fuel has no burn time (0): 1xic2.misc_resource@0 ic2:misc_resource
[13:44:17] [main/ERROR]: Failed to register mod plugin: class com.rwtema.extrautils2.crafting.jei.XUJEIPlugin
java.lang.NullPointerException: null
at com.rwtema.extrautils2.machine.FoodEnergyRecipe.isValid(FoodEnergyRecipe.java:98) ~[FoodEnergyRecipe.class:?]
at com.rwtema.extrautils2.machine.FoodEnergyRecipe.lambda$getInputValues$0(FoodEnergyRecipe.java:104) ~[FoodEnergyRecipe.class:?]
at com.rwtema.extrautils2.machine.FoodEnergyRecipe$$Lambda$2304/219988072.test(Unknown Source) ~[?:?]
at com.rwtema.extrautils2.machine.EnergyBaseRecipe.getCreativeStacks(EnergyBaseRecipe.java:77) ~[EnergyBaseRecipe.class:?]
at com.rwtema.extrautils2.machine.FoodEnergyRecipe.getInputValues(FoodEnergyRecipe.java:104) ~[FoodEnergyRecipe.class:?]
at com.rwtema.extrautils2.recipes.SingleInputStackMatchRecipeBase.getJEIInputItemExamples(SingleInputStackMatchRecipeBase.java:35) ~[SingleInputStackMatchRecipeBase.class:?]
at com.rwtema.extrautils2.crafting.jei.XUJEIPlugin.register(XUJEIPlugin.java:142) ~[XUJEIPlugin.class:?]
at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175) [JeiStarter.class:?]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60) [JeiStarter.class:?]
at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:44:18] [main/ERROR]: Couldn't load loot table betterwithmods:gameplay/fishing from jar:file:/C:/Games/Minecraft/Instances/Forever%20Stranded%20Lost%20Souls/mods/BetterWithMods-1.12-2.0.25.jar!/assets/betterwithmods/loot_tables/gameplay/fishing.json
com.google.gson.JsonParseException: Loot Table "betterwithmods:gameplay/fishing" Missing `name` entry for pool #0
at net.minecraftforge.common.ForgeHooks.readPoolName(ForgeHooks.java:1225) ~[ForgeHooks.class:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:143) ~[bfq$a.class:?]
at net.minecraft.world.storage.loot.LootPool$Serializer.deserialize(LootPool.java:138) ~[bfq$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41) ~[TypeAdapterRuntimeTypeWrapper.class:?]
at com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72) ~[ArrayTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:952) ~[Gson.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:162) ~[TreeTypeAdapter$GsonContextImpl.class:?]
at net.minecraft.util.JsonUtils.func_188179_a(SourceFile:439) ~[rc.class:?]
at net.minecraft.util.JsonUtils.func_188177_a(SourceFile:455) ~[rc.class:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:204) ~[bfs$a.class:?]
at net.minecraft.world.storage.loot.LootTable$Serializer.deserialize(LootTable.java:199) ~[bfs$a.class:?]
at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:69) ~[TreeTypeAdapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:852) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:801) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:773) ~[Gson.class:?]
at net.minecraftforge.common.ForgeHooks.loadLootTable(ForgeHooks.java:1149) ~[ForgeHooks.class:?]
at net.minecraft.world.storage.loot.LootTableManager$Loader.func_186518_c(LootTableManager.java:156) [bfv$a.class:?]
at net.minecraft.world.storage.loot.LootTableManager$Loader.load(LootTableManager.java:72) [bfv$a.class:?]
at net.minecraft.world.storage.loot.LootTableManager$Loader.load(LootTableManager.java:53) [bfv$a.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:4154) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147) [guava-21.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153) [guava-21.0.jar:?]
at net.minecraft.world.storage.loot.LootTableManager.func_186521_a(LootTableManager.java:40) [bfv.class:?]
at net.minecraft.world.storage.loot.LootTableManager.func_186522_a(LootTableManager.java:49) [bfv.class:?]
at net.minecraft.world.storage.loot.LootTableManager.<init>(LootTableManager.java:35) [bfv.class:?]
at jeresources.util.LootTableHelper.getManager(LootTableHelper.java:177) [LootTableHelper.class:?]
at jeresources.compatibility.minecraft.MinecraftCompat.registerVanillaMobs(MinecraftCompat.java:43) [MinecraftCompat.class:?]
at jeresources.compatibility.minecraft.MinecraftCompat.init(MinecraftCompat.java:34) [MinecraftCompat.class:?]
at jeresources.compatibility.Compatibility.init(Compatibility.java:26) [Compatibility.class:?]
at jeresources.proxy.CommonProxy.initCompatibility(CommonProxy.java:14) [CommonProxy.class:?]
at jeresources.jei.JEIConfig.register(JEIConfig.java:48) [JEIConfig.class:?]
at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175) [JeiStarter.class:?]
at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60) [JeiStarter.class:?]
at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118) [ProxyCommonClient.class:?]
at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54) [JustEnoughItems.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) [FMLModContainer.class:?]
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[13:44:18] [main/WARN]: Couldn't find resource table meecreeps:entities/meecreeps
[13:44:18] [main/INFO]: Added recipe registry plugin: class appeng.integration.modules.jei.FacadeRegistryPlugin
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.COPPER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.COPPER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.COPPER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.COPPER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.COPPER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.TIN
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.TIN
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.TIN
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.TIN
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.TIN
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.SILVER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.SILVER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.SILVER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.SILVER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:271)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:249)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:727)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.client.main.Main.main(SourceFile:123)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.reflect.Method.invoke(Method.java:483)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: java.lang.IllegalArgumentException: No enum constant net.minecraft.item.Item.ToolMaterial.SILVER
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at java.lang.Enum.valueOf(Enum.java:238)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at net.minecraft.item.Item$ToolMaterial.valueOf(Item.java:1712)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at teamroots.embers.util.Misc.getRepairItem(Misc.java:50)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.generateDawnstoneAnvilRecipes(JEI.java:58)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at soot.compat.jei.JEI.register(JEI.java:37)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.registerPlugins(JeiStarter.java:175)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.JeiStarter.start(JeiStarter.java:60)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.startup.ProxyCommonClient.loadComplete(ProxyCommonClient.java:118)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at mezz.jei.JustEnoughItems.loadComplete(JustEnoughItems.java:54)
[13:44:19] [main/INFO]: [soot.compat.jei.JEI:generateDawnstoneAnvilRecipes:61]: at sun.reflect.NativeMethodAccessorImpl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment