Advertisement
Guest User

Untitled

a guest
Nov 11th, 2017
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 35.74 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4.   CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  5.   Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  6.   MalisisCorePlugin (malisiscore-1.12.2-6.1.7.jar)
  7.   LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
  8.   IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
  9.   AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
  10.   LoadingPlugin (Quark-r1.3-115.jar)
  11.   DCLoadingPlugin (DummyCoreUnofficial-2.4.112.0.jar)
  12.   CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  13.   AstralCore (astralsorcery-1.12.2-1.7.2.jar)
  14. Contact their authors BEFORE contacting forge
  15.  
  16. // Uh... Did I do that?
  17.  
  18. Time: 11/11/17 11:11 AM
  19. Description: Ticking block entity
  20.  
  21. java.lang.IllegalArgumentException: Cannot get property PropertyBool{name=open, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockStateContainer{block=rftools:crafter2, properties=[facing]}
  22.     at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  23.     at net.malisis.doors.tileentity.DoorTileEntity.isOpened(DoorTileEntity.java:166)
  24.     at net.malisis.doors.tileentity.DoorTileEntity.isMatchingDoubleDoor(DoorTileEntity.java:371)
  25.     at net.malisis.doors.tileentity.DoorTileEntity.getDoubleDoor(DoorTileEntity.java:345)
  26.     at net.malisis.doors.tileentity.DoorTileEntity.isDoubleDoorPowered(DoorTileEntity.java:184)
  27.     at net.malisis.doors.tileentity.DoorTileEntity.func_73660_a(DoorTileEntity.java:419)
  28.     at net.minecraft.world.World.func_72939_s(World.java:1829)
  29.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
  30.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  31.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  32.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  33.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  34.     at java.lang.Thread.run(Unknown Source)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Server thread
  42. Stacktrace:
  43.     at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201)
  44.     at net.malisis.doors.tileentity.DoorTileEntity.isOpened(DoorTileEntity.java:166)
  45.     at net.malisis.doors.tileentity.DoorTileEntity.isMatchingDoubleDoor(DoorTileEntity.java:371)
  46.     at net.malisis.doors.tileentity.DoorTileEntity.getDoubleDoor(DoorTileEntity.java:345)
  47.     at net.malisis.doors.tileentity.DoorTileEntity.isDoubleDoorPowered(DoorTileEntity.java:184)
  48.     at net.malisis.doors.tileentity.DoorTileEntity.func_73660_a(DoorTileEntity.java:419)
  49.  
  50. -- Block entity being ticked --
  51. Details:
  52.     Name: minecraft:doortileentity // net.malisis.doors.tileentity.DoorTileEntity
  53.     Block type: ID #3638 (tile.rftools.crafter2 // mcjty.rftools.blocks.crafter.CrafterBlock)
  54.     Block data value: 3 / 0x3 / 0b0011
  55.     Block location: World: (22,63,354), Chunk: (at 6,3,2 in 1,22; contains blocks 16,0,352 to 31,255,367), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  56.     Actual block type: ID #3638 (tile.rftools.crafter2 // mcjty.rftools.blocks.crafter.CrafterBlock)
  57.     Actual block data value: 3 / 0x3 / 0b0011
  58. Stacktrace:
  59.     at net.minecraft.world.World.func_72939_s(World.java:1829)
  60.     at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:612)
  61.  
  62. -- Affected level --
  63. Details:
  64.     Level name: world
  65.     All players: 0 total; []
  66.     Chunk stats: ServerChunkCache: 625 Drop: 0
  67.     Level seed: 4906740106554365967
  68.     Level generator: ID 00 - default, ver 1. Features enabled: true
  69.     Level generator options:
  70.     Level spawn location: World: (-68,64,256), Chunk: (at 12,4,0 in -5,16; contains blocks -80,0,256 to -65,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  71.     Level time: 1274389 game time, 1264244 day time
  72.     Level dimension: 0
  73.     Level storage version: 0x04ABD - Anvil
  74.     Level weather: Rain time: 61951 (now: false), thunder time: 130318 (now: false)
  75.     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
  76. Stacktrace:
  77.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765)
  78.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  79.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  80.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  81.     at java.lang.Thread.run(Unknown Source)
  82.  
  83. -- System Details --
  84. Details:
  85.     Minecraft Version: 1.12.2
  86.     Operating System: Windows 10 (amd64) version 10.0
  87.     Java Version: 1.8.0_111, Oracle Corporation
  88.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  89.     Memory: 2461367344 bytes (2347 MB) / 4135059456 bytes (3943 MB) up to 4135059456 bytes (3943 MB)
  90.     JVM Flags: 2 total; -Xmx4G -Xms4G
  91.     IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  92.     FML: MCP 9.42 Powered by Forge 14.23.0.2532 131 mods loaded, 131 mods active
  93.     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  94.  
  95.     | State     | ID                             | Version                  | Source                                            | Signature                                |
  96.     |:--------- |:------------------------------ |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
  97.     | UCHIJAAAA | minecraft                      | 1.12.2                   | minecraft.jar                                     | None                                     |
  98.     | UCHIJAAAA | mcp                            | 9.42                     | minecraft.jar                                     | None                                     |
  99.     | UCHIJAAAA | FML                            | 8.0.99.99                | forge-1.12.2-14.23.0.2532-universal.jar           | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  100.     | UCHIJAAAA | forge                          | 14.23.0.2532             | forge-1.12.2-14.23.0.2532-universal.jar           | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  101.     | UCHIJAAAA | actuallyadditions              | 1.12.2-r124              | ActuallyAdditions-1.12.2-r124.jar                 | None                                     |
  102.     | UCHIJAAAA | applecore                      | 2.2.2                    | AppleCore-mc1.12.2-2.2.2.jar                      | None                                     |
  103.     | UCHIJAAAA | jei                            | 4.8.0.111                | jei_1.12.2-4.8.0.111.jar                          | None                                     |
  104.     | UCHIJAAAA | appleskin                      | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
  105.     | UCHIJAAAA | aroma1997core                  | 1.3.0.2                  | Aroma1997Core-1.12.2-1.3.0.2.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  106.     | UCHIJAAAA | aroma1997sdimension            | 1.3.0.0.b37              | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None                                     |
  107.     | UCHIJAAAA | astralsorcery                  | 1.7.2                    | astralsorcery-1.12.2-1.7.2.jar                    | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
  108.     | UCHIJAAAA | psi                            | r1.1-58                  | Psi-r1.1-58.jar                                   | None                                     |
  109.     | UCHIJAAAA | quark                          | r1.3-115                 | Quark-r1.3-115.jar                                | None                                     |
  110.     | UCHIJAAAA | autoreglib                     | 1.3-15                   | AutoRegLib-1.3-15.jar                             | None                                     |
  111.     | UCHIJAAAA | baubles                        | 1.5.1                    | Baubles-1.12-1.5.1.jar                            | None                                     |
  112.     | UCHIJAAAA | bdlib                          | 1.14.3.10                | bdlib-1.14.3.10-mc1.12.2.jar                      | None                                     |
  113.     | UCHIJAAAA | betterbuilderswands            | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar   | None                                     |
  114.     | UCHIJAAAA | bibliocraft                    | 2.4.3                    | BiblioCraft[v2.4.3][MC1.12.0].jar                 | None                                     |
  115.     | UCHIJAAAA | mantle                         | 1.12-1.3.1.21            | Mantle-1.12-1.3.1.21.jar                          | None                                     |
  116.     | UCHIJAAAA | natura                         | 1.12-4.3.0.23            | natura-1.12-4.3.0.23.jar                          | None                                     |
  117.     | UCHIJAAAA | forestry                       | 5.7.0.209                | forestry_1.12.2-5.7.0.209.jar                     | None                                     |
  118.     | UCHIJAAAA | binniecore                     | unspecified              | binnie-mods-1.12.2-2.5.0.86.jar                   | None                                     |
  119.     | UCHIJAAAA | binniedesign                   | 1.0                      | binnie-mods-1.12.2-2.5.0.86.jar                   | None                                     |
  120.     | UCHIJAAAA | genetics                       | 2.5.0.86                 | binnie-mods-1.12.2-2.5.0.86.jar                   | None                                     |
  121.     | UCHIJAAAA | botany                         | 2.5.0.86                 | binnie-mods-1.12.2-2.5.0.86.jar                   | None                                     |
  122.     | UCHIJAAAA | extrabees                      | 2.5.0.86                 | binnie-mods-1.12.2-2.5.0.86.jar                   | None                                     |
  123.     | UCHIJAAAA | extratrees                     | 2.5.0.86                 | binnie-mods-1.12.2-2.5.0.86.jar                   | None                                     |
  124.     | UCHIJAAAA | biomesoplenty                  | 7.0.1.2302               | BiomesOPlenty-1.12.2-7.0.1.2302-universal.jar     | None                                     |
  125.     | UCHIJAAAA | bloodmoon                      | 1.5.2                    | Bloodmoon-MC1.12.2-1.5.2.jar                      | d72e0dd57935b3e9476212aea0c0df352dd76291 |
  126.     | UCHIJAAAA | bookshelf                      | 2.2.485                  | Bookshelf-1.12.2-2.2.485.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
  127.     | UCHIJAAAA | botania                        | r1.10-349                | Botania r1.10-349.jar                             | None                                     |
  128.     | UCHIJAAAA | codechickenlib                 | 3.1.3.313                | CodeChickenLib-1.12-3.1.3.313-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  129.     | UCHIJAAAA | redstoneflux                   | 2.0.1                    | RedstoneFlux-1.12-2.0.1.2-universal.jar           | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  130.     | UCHIJAAAA | brandonscore                   | 2.3.3                    | BrandonsCore-1.12-2.3.3.132-universal.jar         | None                                     |
  131.     | UCHIJAAAA | chisel                         | MC1.12-0.0.14.18         | Chisel-MC1.12-0.0.14.18.jar                       | None                                     |
  132.     | UCHIJAAAA | tconstruct                     | 1.12-2.7.4.34            | TConstruct-1.12-2.7.4.34.jar                      | None                                     |
  133.     | UCHIJAAAA | ceramics                       | 1.12-1.3.3b              | Ceramics-1.12-1.3.3b.jar                          | None                                     |
  134.     | UCHIJAAAA | chameleon                      | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                          | None                                     |
  135.     | UCHIJAAAA | chancecubes                    | 1.12.1-3.0.1.208         | ChanceCubes-1.12.1-3.0.1.208.jar                  | None                                     |
  136.     | UCHIJAAAA | chesttransporter               | 2.8.7                    | ChestTransporter-1.12-2.8.7.jar                   | None                                     |
  137.     | UCHIJAAAA | chickenchunks                  | 2.4.0.70                 | ChickenChunks-1.12-2.4.0.70-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  138.     | UCHIJAAAA | chiselsandbits                 | 14.9                     | chiselsandbits-14.9.jar                           | None                                     |
  139.     | UCHIJAAAA | cofhcore                       | 4.3.6                    | CoFHCore-1.12-4.3.6.14-universal.jar              | None                                     |
  140.     | UCHIJAAAA | cofhworld                      | 1.0.1                    | CoFHWorld-1.12-1.0.1.8-universal.jar              | None                                     |
  141.     | UCHIJAAAA | cyclopscore                    | 0.10.22                  | CyclopsCore-1.12.2-0.10.22.jar                    | None                                     |
  142.     | UCHIJAAAA | commoncapabilities             | 1.4.0                    | CommonCapabilities-1.12-1.4.0.jar                 | None                                     |
  143.     | UCHIJAAAA | computercraft                  | 1.80pr1                  | ComputerCraft1.80pr1.jar                          | None                                     |
  144.     | UCHIJAAAA | cookingforblockheads           | 6.3.6                    | CookingForBlockheads_1.12.1-6.3.6.jar             | None                                     |
  145.     | UCHIJAAAA | corail_pillar_extension_chisel | 4.0.0                    | corail_pillar_extension_chisel-4.0.0-1.12.jar     | None                                     |
  146.     | UCHIJAAAA | extendedrenderer               | v1.0                     | coroutil-1.12.1-1.1.22.jar                        | None                                     |
  147.     | UCHIJAAAA | coroutil                       | 1.12.1-1.1.20            | coroutil-1.12.1-1.1.22.jar                        | None                                     |
  148.     | UCHIJAAAA | configmod                      | v1.0                     | coroutil-1.12.1-1.1.22.jar                        | None                                     |
  149.     | UCHIJAAAA | darkutils                      | 1.7.181                  | DarkUtils-1.12.2-1.7.181.jar                      | d476d1b22b218a10d845928d1665d45fce301b27 |
  150.     | UCHIJAAAA | deathcounter                   | 1.0.0                    | DeathCounter-1.12.1-1.0.0.jar                     | None                                     |
  151.     | UCHIJAAAA | ptrmodellib                    | 1.0.0                    | Decocraft-2.5.2_1.12.2.jar                        | None                                     |
  152.     | UCHIJAAAA | props                          | 2.5.2                    | Decocraft-2.5.2_1.12.2.jar                        | None                                     |
  153.     | UCHIJAAAA | draconicevolution              | 2.3.4                    | Draconic-Evolution-1.12-2.3.4.265-universal.jar   | None                                     |
  154.     | UCHIJAAAA | dummycore                      | 2.4.112.0.               | DummyCoreUnofficial-2.4.112.0.jar                 | None                                     |
  155.     | UCHIJAAAA | enderstorage                   | 2.4.0.122                | EnderStorage-1.12-2.4.0.122-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  156.     | UCHIJAAAA | enderutilities                 | 0.7.6                    | enderutilities-1.12.2-0.7.6.jar                   | 2b03e1423915a189b8094816baa18f239d576dff |
  157.     | UCHIJAAAA | valkyrielib                    | 1.12-2.0.4b              | valkyrielib-1.12.X-2.0.4b.jar                     | None                                     |
  158.     | UCHIJAAAA | environmentalmaterials         | @EM_VERSION@             | environmentalmaterials-1.12.X-1.0.4a.jar          | None                                     |
  159.     | UCHIJAAAA | environmentaltech              | 1.12.X-2.0.4a            | environmentaltech-1.12.X-2.0.4a.jar               | None                                     |
  160.     | UCHIJAAAA | essentialcraft                 | 4.8.112.3                | EssentialCraftUnofficial-4.8.112.3.jar            | None                                     |
  161.     | UCHIJAAAA | etlunar                        | 1.12.X-2.0.4a            | etlunar-1.12.X-2.0.4a.jar                         | None                                     |
  162.     | UCHIJAAAA | extrautils2                    | 1.0                      | extrautils2-1.12-1.6.5.jar                        | None                                     |
  163.     | UCHIJAAAA | zerocore                       | 1.12-0.1.1.0             | zerocore-1.12-0.1.1.0.jar                         | None                                     |
  164.     | UCHIJAAAA | bigreactors                    | 1.12-0.4.5.44            | ExtremeReactors-1.12-0.4.5.44.jar                 | None                                     |
  165.     | UCHIJAAAA | farmingforblockheads           | 3.1.5                    | FarmingForBlockheads_1.12-3.1.5.jar               | None                                     |
  166.     | UCHIJAAAA | sonarcore                      | 5.0.2                    | sonarcore-1.12.2-5.0.2.jar                        | None                                     |
  167.     | UCHIJAAAA | fluxnetworks                   | 3.0.1                    | fluxnetworks-1.12.2-3.0.1.jar                     | None                                     |
  168.     | UCHIJAAAA | ichunutil                      | 7.0.2                    | iChunUtil-1.12.2-7.0.2.jar                        | None                                     |
  169.     | UCHIJAAAA | ftbl                           | 4.2.3                    | FTBLib-4.2.3.jar                                  | None                                     |
  170.     | UCHIJAAAA | ftbu                           | 4.2.2                    | FTBUtilities-4.2.2.jar                            | None                                     |
  171.     | UCHIJAAAA | funkylocomotion                | 1.0                      | funky-locomotion-1.12-alpha-0.0.1.jar             | None                                     |
  172.     | UCHIJAAAA | gardenofglass                  | sqrt(-1)                 | GardenOfGlass.jar                                 | None                                     |
  173.     | UCHIJAAAA | gendustry                      | 1.6.5.6                  | gendustry-1.6.5.6-mc1.12.2.jar                    | None                                     |
  174.     | UCHIJAAAA | gravestone                     | 1.10.0                   | gravestone-1.10.0.jar                             | None                                     |
  175.     | UCHIJAAAA | gravitygun                     | 7.0.0                    | GravityGun-1.12.2-7.0.1.jar                       | None                                     |
  176.     | UCHIJAAAA | grue                           | 1.3.5                    | Grue-1.12-1.3.5.jar                               | None                                     |
  177.     | UCHIJAAAA | theoneprobe                    | 1.4.19                   | theoneprobe-1.12-1.4.19.jar                       | None                                     |
  178.     | UCHIJAAAA | immersiveengineering           | 0.12-74                  | ImmersiveEngineering-0.12-74.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  179.     | UCHIJAAAA | immersivepetroleum             | 1.1.3                    | immersivepetroleum-1.12-1.1.3.jar                 | None                                     |
  180.     | UCHIJAAAA | immersivetech                  | 1.3.4                    | immersivetech-1.12-1.3.4.jar                      | None                                     |
  181.     | UCHIJAAAA | industrialwires                | 1.6-22                   | IndustrialWires-1.6-22.jar                        | 7e11c175d1e24007afec7498a1616bef0000027d |
  182.     | UCHIJAAAA | integrateddynamics             | 0.9.4                    | IntegratedDynamics-1.12.2-0.9.4.jar               | None                                     |
  183.     | UCHIJAAAA | integrateddynamicscompat       | 1.0.0                    | IntegratedDynamics-1.12.2-0.9.4.jar               | None                                     |
  184.     | UCHIJAAAA | integratedtunnels              | 1.3.4                    | IntegratedTunnels-1.12.2-1.3.4.jar                | None                                     |
  185.     | UCHIJAAAA | inventorytweaks                | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                          | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  186.     | UCHIJAAAA | ironchest                      | 1.12.2-7.0.34.820        | ironchest-1.12.2-7.0.34.820.jar                   | None                                     |
  187.     | UCHIJAAAA | jehc                           | 1.3.1                    | jehc-1.12-1.3.1.jar                               | None                                     |
  188.     | UCHIJAAAA | jeibees                        | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                      | None                                     |
  189.     | UCHIJAAAA | journeymap                     | 1.12.2-5.5.1             | journeymap-1.12.2-5.5.1.jar                       | None                                     |
  190.     | UCHIJAAAA | limelib                        | 1.7.9                    | limelib-1.12.2-1.7.9.jar                          | None                                     |
  191.     | UCHIJAAAA | malisiscore                    | 1.12.2-6.1.7             | malisiscore-1.12.2-6.1.7.jar                      | None                                     |
  192.     | UCHIJAAAA | malisisdoors                   | 1.12.2-7.1.1             | malisisdoors-1.12.2-7.1.1.jar                     | None                                     |
  193.     | UCHIJAAAA | storagedrawers                 | 1.12-5.2.5               | StorageDrawers-1.12.1-5.3.3.jar                   | None                                     |
  194.     | UCHIJAAAA | refinedstorage                 | 1.5.21                   | refinedstorage-1.5.21.jar                         | None                                     |
  195.     | UCHIJAAAA | moartinkers                    | 0.5.4                    | moartinkers-0.5.4.jar                             | None                                     |
  196.     | UCHIJAAAA | mob_grinding_utils             | 0.3.4                    | MobGrindingUtils-0.3.4.jar                        | None                                     |
  197.     | UCHIJAAAA | harvestcraft                   | 1.12.2a                  | Pam's HarvestCraft 1.12.2a.jar                    | None                                     |
  198.     | UCHIJAAAA | thermalfoundation              | 2.3.6                    | ThermalFoundation-1.12-2.3.6.16-universal.jar     | None                                     |
  199.     | UCHIJAAAA | plustic                        | 6.3.2.0                  | plustic-6.3.2.0.jar                               | None                                     |
  200.     | UCHIJAAAA | portalgun                      | 7.0.0                    | PortalGun-1.12.2-7.0.1.jar                        | None                                     |
  201.     | UCHIJAAAA | reborncore                     | 3.4.10.147               | RebornCore-1.12.2-3.4.10.147-universal.jar        | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
  202.     | UCHIJAAAA | quantumstorage                 | 4.4.6                    | QuantumStorage-1.12-4.4.6.jar                     | None                                     |
  203.     | UCHIJAAAA | rebornstorage                  | 1.0.0                    | RebornStorage-1.12.2-2.1.1.16.jar                 | None                                     |
  204.     | UCHIJAAAA | thermalexpansion               | 5.3.6                    | ThermalExpansion-1.12-5.3.6.20-universal.jar      | None                                     |
  205.     | UCHIJAAAA | redstonearsenal                | 2.3.6                    | RedstoneArsenal-1.12-2.3.6.16-universal.jar       | None                                     |
  206.     | UCHIJAAAA | refinedstorageaddons           | 0.2                      | refinedstorageaddons-0.2.jar                      | None                                     |
  207.     | UCHIJAAAA | xreliquary                     | 1.12.2-1.3.4.719         | Reliquary-1.12.2-1.3.4.719.jar                    | None                                     |
  208.     | UCHIJAAAA | rftools                        | 7.13                     | rftools-1.12-7.13.jar                             | None                                     |
  209.     | UCHIJAAAA | rftoolscontrol                 | 1.6.8                    | rftoolsctrl-1.12-1.6.8.jar                        | None                                     |
  210.     | UCHIJAAAA | rftoolsdim                     | 5.05                     | rftoolsdim-1.12-5.05.jar                          | None                                     |
  211.     | UCHIJAAAA | roots                          | 0.103                    | roots-2-0.103.jar                                 | None                                     |
  212.     | UCHIJAAAA | tammodized                     | 0.15.3                   | TamModized-1.12.1-0.15.3.jar                      | None                                     |
  213.     | UCHIJAAAA | beneath                        | 1.3.0                    | The Beneath-1.12.2-1.3.0.jar                      | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
  214.     | UCHIJAAAA | thermalcultivation             | 0.1.1                    | ThermalCultivation-1.12-0.1.1.6-universal.jar     | None                                     |
  215.     | UCHIJAAAA | thermaldynamics                | 2.3.6                    | ThermalDynamics-1.12-2.3.6.13-universal.jar       | None                                     |
  216.     | UCHIJAAAA | tinker_io                      | release 2.5.6e           | tinker_io-1.12-release 2.5.6e.jar                 | None                                     |
  217.     | UCHIJAAAA | tcomplement                    | ${version}               | TinkersComplement-1.12.1-0.2.1.jar                | None                                     |
  218.     | UCHIJAAAA | tinkertoolleveling             | 1.12-1.0.2b.DEV.1a79301  | TinkerToolLeveling-1.12-1.0.2b.jar                | None                                     |
  219.     | UCHIJAAAA | tp                             | 1.12                     | tinyprogressions-1.12-3.2.10 - Beta.jar           | None                                     |
  220.     | UCHIJAAAA | transprot                      | 1.5.0                    | transprot-1.12-1.5.0.jar                          | None                                     |
  221.     | UCHIJAAAA | twilightforest                 | 3.3.202                  | twilightforest-1.12.2-3.3.202-universal.jar       | None                                     |
  222.     | UCHIJAAAA | veinminer                      | 0.38.1                   | VeinMiner-1.12-0.38.1.639+134fb1e.jar             | None                                     |
  223.     | UCHIJAAAA | veinminermodsupport            | 0.38.1                   | VeinMiner-1.12-0.38.1.639+134fb1e.jar             | None                                     |
  224.     | UCHIJAAAA | vials                          | 1.2.1.2                  | Vials-MC1.12-1.2.1.2.jar                          | None                                     |
  225.     | UCHIJAAAA | voidcraft                      | 0.26.7                   | VoidCraft-1.12.1-0.26.7.jar                       | None                                     |
  226.     | UCHIJAAAA | weather2                       | 1.12.1-2.5.5             | weather2-1.12.1-2.5.5.jar                         | None                                     |
  227.     | UCHIJAAAA | corail_pillar                  | 4.0.0                    | corail_pillar-4.0.0-1.12.jar                      | None                                     |
  228.  
  229.     Loaded coremods (and transformers):
  230. CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar)
  231.  
  232. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  233.  invtweaks.forge.asm.ContainerTransformer
  234. MalisisCorePlugin (malisiscore-1.12.2-6.1.7.jar)
  235.  
  236. LoadingPlugin (Bloodmoon-MC1.12.2-1.5.2.jar)
  237.  lumien.bloodmoon.asm.ClassTransformer
  238. IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
  239.  blusunrize.immersiveengineering.common.asm.IEClassTransformer
  240. AppleCore (AppleCore-mc1.12.2-2.2.2.jar)
  241.  squeek.applecore.asm.TransformerModuleHandler
  242. LoadingPlugin (Quark-r1.3-115.jar)
  243.  vazkii.quark.base.asm.ClassTransformer
  244. DCLoadingPlugin (DummyCoreUnofficial-2.4.112.0.jar)
  245.  DummyCore.ASM.DCASMManager
  246. CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  247.  team.chisel.ctm.client.asm.CTMTransformer
  248. AstralCore (astralsorcery-1.12.2-1.7.2.jar)
  249.  
  250.     Pulsar/natura loaded Pulses:
  251.         - NaturaCommons (Enabled/Forced)
  252.         - NaturaOverworld (Enabled/Not Forced)
  253.         - NaturaNether (Enabled/Not Forced)
  254.         - NaturaDecorative (Enabled/Not Forced)
  255.         - NaturaTools (Enabled/Not Forced)
  256.         - NaturaEntities (Enabled/Not Forced)
  257.         - NaturaOredict (Enabled/Forced)
  258.         - NaturaWorld (Enabled/Not Forced)
  259.  
  260.     Pulsar/tconstruct loaded Pulses:
  261.         - TinkerCommons (Enabled/Forced)
  262.         - TinkerWorld (Enabled/Not Forced)
  263.         - TinkerTools (Enabled/Not Forced)
  264.         - TinkerHarvestTools (Enabled/Forced)
  265.         - TinkerMeleeWeapons (Enabled/Forced)
  266.         - TinkerRangedWeapons (Enabled/Forced)
  267.         - TinkerModifiers (Enabled/Forced)
  268.         - TinkerSmeltery (Enabled/Not Forced)
  269.         - TinkerGadgets (Enabled/Not Forced)
  270.         - TinkerOredict (Enabled/Forced)
  271.         - TinkerIntegration (Enabled/Forced)
  272.         - TinkerFluids (Enabled/Forced)
  273.         - TinkerMaterials (Enabled/Forced)
  274.         - TinkerModelRegister (Enabled/Forced)
  275.         - chiselIntegration (Enabled/Not Forced)
  276.         - chiselsandbitsIntegration (Enabled/Not Forced)
  277.         - theoneprobeIntegration (Enabled/Not Forced)
  278.  
  279.     Pulsar/tcomplement loaded Pulses:
  280.         - ModuleCommons (Enabled/Forced)
  281.         - ModuleFeature (Enabled/Not Forced)
  282.         - CeramicsPlugin (Enabled/Not Forced)
  283.  
  284.     List of loaded APIs:
  285.         * actuallyadditionsapi (33) from ActuallyAdditions-1.12.2-r124.jar
  286.         * AppleCoreAPI (2.4.0) from AppleCore-mc1.12.2-2.2.2.jar
  287.         * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.1.jar
  288.         * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.9.jar
  289.         * bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.44.jar
  290.         * BotaniaAPI (88) from Botania r1.10-349.jar
  291.         * chesttransporter|api (2) from ChestTransporter-1.12-2.8.7.jar
  292.         * Chisel-API (0.0.1) from Chisel-MC1.12-0.0.14.18.jar
  293.         * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12-0.0.14.18.jar
  294.         * ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.9.jar
  295.         * cofhapi (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
  296.         * cofhapi|block (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
  297.         * cofhapi|core (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
  298.         * cofhapi|item (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
  299.         * cofhapi|tileentity (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
  300.         * cofhapi|util (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
  301.         * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
  302.         * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar
  303.         * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar
  304.         * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar
  305.         * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar
  306.         * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar
  307.         * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar
  308.         * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar
  309.         * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar
  310.         * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar
  311.         * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.1.22.jar
  312.         * CSLib|API (0.3.0) from Decocraft-2.5.2_1.12.2.jar
  313.         * ctm-api (0.1.0) from CTM-MC1.12-0.2.3.9.jar
  314.         * ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.9.jar
  315.         * ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.9.jar
  316.         * ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.9.jar
  317.         * ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.9.jar
  318.         * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.4.265-universal.jar
  319.         * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12-3.1.5.jar
  320.         * fluxapi (1.0) from fluxnetworks-1.12.2-3.0.1.jar
  321.         * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.7.0.209.jar
  322.         * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.7.0.209.jar
  323.         * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.7.0.209.jar
  324.         * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.7.0.209.jar
  325.         * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.7.0.209.jar
  326.         * ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.7.0.209.jar
  327.         * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.7.0.209.jar
  328.         * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.7.0.209.jar
  329.         * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.7.0.209.jar
  330.         * ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.7.0.209.jar
  331.         * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.7.0.209.jar
  332.         * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.7.0.209.jar
  333.         * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.7.0.209.jar
  334.         * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.7.0.209.jar
  335.         * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.7.0.209.jar
  336.         * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.7.0.209.jar
  337.         * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.7.0.209.jar
  338.         * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.7.0.209.jar
  339.         * funkylocomotion_api (2.0) from funky-locomotion-1.12-alpha-0.0.1.jar
  340.         * gendustryAPI (2.3.0) from gendustry-1.6.5.6-mc1.12.2.jar
  341.         * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.0.2.jar
  342.         * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-74.jar
  343.         * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-74.jar
  344.         * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-0.9.4.jar
  345.         * journeymap|client-api (1.4) from journeymap-1.12.2-5.5.1.jar
  346.         * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.5.1.jar
  347.         * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.5.1.jar
  348.         * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.5.1.jar
  349.         * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.5.1.jar
  350.         * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.0.111.jar
  351.         * mcjtylib_ng (2.4.5) from mcjtylib-1.12-2.4.5.jar
  352.         * MouseTweaks|API (1.0) from MouseTweaks-2.8-mc1.12.1.jar
  353.         * PsiAPI (6) from Psi-r1.1-58.jar
  354.         * QuarkAPI (1) from Quark-r1.3-115.jar
  355.         * reborncoreAPI (3.4.10.147) from RebornCore-1.12.2-3.4.10.147-universal.jar
  356.         * reborncoreAPI|Power (3.4.10.147) from RebornCore-1.12.2-3.4.10.147-universal.jar
  357.         * reborncoreAPI|Recipe (3.4.10.147) from RebornCore-1.12.2-3.4.10.147-universal.jar
  358.         * reborncoreAPI|Tile (3.4.10.147) from RebornCore-1.12.2-3.4.10.147-universal.jar
  359.         * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.2.jar
  360.         * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
  361.         * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
  362.         * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
  363.         * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
  364.         * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
  365.         * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
  366.         * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.19.jar
  367.         * valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.X-2.0.4b.jar
  368.         * veinminerApi (0.3) from VeinMiner-1.12-0.38.1.639+134fb1e.jar
  369.         * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  370.         * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  371.         * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  372.         * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
  373.     [DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore''CodeChickenLib'
  374.     RebornCore:
  375.         Plugin Engine: 0
  376.         RebornCore Version: 3.4.10.147
  377.         Runtime Debofucsation 1
  378.     Profiler Position: N/A (disabled)
  379.     Player Count: 0 / 20; []
  380.     Is Modded: Definitely; Server brand changed to 'fml,forge'
  381.     Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement