Jump to content

Industrial craft doing wanky stuff


Recommended Posts

---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.

Time: 29.04.20 12:42
Description: Exception in server tick loop

java.lang.NoSuchMethodError: net.minecraft.item.ItemGroup.func_78024_c()Ljava/lang/String;
    at com.buuz135.industrial.item.IFCustomItem.getCreatorModId(IFCustomItem.java:45) ~[?:2.2.2] {re:classloading}
    at vazkii.akashictome.MorphingHandler.getModFromStack(MorphingHandler.java:87) ~[?:1.3-13] {re:classloading}
    at vazkii.akashictome.AttachementRecipe.isTarget(AttachementRecipe.java:87) ~[?:1.3-13] {re:classloading}
    at vazkii.akashictome.AttachementRecipe.matches(AttachementRecipe.java:26) ~[?:1.3-13] {re:classloading}
    at vazkii.akashictome.AttachementRecipe.func_77569_a(AttachementRecipe.java:12) ~[?:1.3-13] {re:classloading}
    at net.minecraft.item.crafting.IRecipeType.func_222148_a(SourceFile:29) ~[?:?] {re:classloading}
    at com.tfar.craftingstation.CraftingStationContainer.lambda$findRecipe$4(CraftingStationContainer.java:332) ~[?:3.1.0] {re:classloading}
    at java.util.stream.ReferencePipeline$7$1.accept(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.HashMap$ValueSpliterator.tryAdvance(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.FindOps$FindOp.evaluateSequential(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_241] {}
    at java.util.stream.ReferencePipeline.findFirst(Unknown Source) ~[?:1.8.0_241] {}
    at com.tfar.craftingstation.CraftingStationContainer.findRecipe(CraftingStationContainer.java:339) ~[?:3.1.0] {re:classloading}
    at com.tfar.craftingstation.CraftingStationContainer.slotChangedCraftingGrid(CraftingStationContainer.java:268) ~[?:3.1.0] {re:classloading}
    at com.tfar.craftingstation.CraftingStationContainer.func_75130_a(CraftingStationContainer.java:189) ~[?:3.1.0] {re:classloading}
    at com.tfar.craftingstation.CraftingInventoryPersistant.onCraftMatrixChanged(CraftingInventoryPersistant.java:109) ~[?:3.1.0] {re:classloading}
    at com.tfar.craftingstation.CraftingInventoryPersistant.func_70299_a(CraftingInventoryPersistant.java:67) ~[?:3.1.0] {re:classloading}
    at net.minecraft.inventory.container.Slot.func_75215_d(Slot.java:61) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.inventory.container.Container.func_184996_a(Container.java:254) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.network.play.ServerPlayNetHandler.func_147351_a(ServerPlayNetHandler.java:1135) ~[?:?] {re:classloading,xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer}
    at net.minecraft.network.play.client.CClickWindowPacket.func_148833_a(CClickWindowPacket.java:34) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.network.play.client.CClickWindowPacket.func_148833_a(CClickWindowPacket.java:12) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:classloading}
    at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:731) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:141) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:714) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:708) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:693) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:641) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_241] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_241, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 2189672568 bytes (2088 MB) / 2910322688 bytes (2775 MB) up to 4682940416 bytes (4466 MB)
    CPUs: 4
    JVM Flags: 2 total; -Xmx5024M -Xms1024M
    ModLauncher: 5.0.0-milestone.4+67+b1a340b
    ModLauncher launch target: fmlserver
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE 
        /forge.jar object_holder_definalize PLUGINSERVICE 
        /forge.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge.jar capability_inject_definalize PLUGINSERVICE 
        /forge.jar runtimedistcleaner PLUGINSERVICE 
        /forge.jar fml TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE 
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE 
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE 
    FML: 31.1
    Forge: net.minecraftforge:31.1.46
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] DONE}
        doubledoors_1.15-2.0.jar Double Doors {[email protected] DONE}
        Cucumber-1.15.2-3.0.5.jar Cucumber Library {[email protected] DONE}
        torchslabmod-1.15.2_v1.6.8.jar Torch Slab Mod {[email protected] DONE}
        craftingstation-3.1.0.jar Crafting Station {[email protected] DONE}
        jei-1.15.2-6.0.0.3.jar Just Enough Items {[email protected] DONE}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] DONE}
        Neat 1.6-20.jar Neat {[email protected] DONE}
        Waystones_1.15.2-6.0.1.jar Waystones {[email protected] DONE}
        ForgeEndertech-1.15.2-6.0.2.2-build.0030.jar Forge Endertech {[email protected] DONE}
        Clumps-5.0.2.jar Clumps {[email protected] DONE}
        journeymap-1.15.2-5.7.0beta1.jar Journeymap {[email protected] DONE}
        CookingForBlockheads_1.15.2-8.0.1.jar Cooking for Blockheads {[email protected] DONE}
        ReAuth-1.14-3.8.0.jar ReAuth {[email protected] DONE}
        Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
        comforts-FORGE-1.15.2-2.0.0.1.jar Comforts {[email protected] DONE}
        NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
        FarmingForBlockheads_1.15.2-6.1.0.jar Farming for Blockheads {[email protected] DONE}
        Bookshelf-1.15.2-5.5.33.jar Bookshelf {[email protected] DONE}
        u_team_core-1.15.2-2.11.0.156.jar U Team Core {[email protected] DONE}
        randompatches-1.15.2-1.21.1.2.jar RandomPatches {[email protected] DONE}
        buildinggadgets-3.3.4.jar Building Gadgets {[email protected] DONE}
        Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
        mapperbase-1.15.2-1.1.0.0.jar Mapper Base {[email protected] DONE}
        Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version DONE}
        ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE}
        JEITweaker-1.0.0.jar JEI Tweaker {[email protected] DONE}
        CraftTweaker-1.15.2-6.0.0.17.jar CraftTweaker {[email protected] DONE}
        forge-1.15.2-31.1.46-universal.jar Forge {[email protected] DONE}
        MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] DONE}
        refinedstorage-1.8.2.jar Refined Storage {[email protected] DONE}
        MysticalAgriculture-1.15.2-3.0.3.jar Mystical Agriculture {[email protected] DONE}
        ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] DONE}
        CraftingTweaks_1.15.1-11.0.0.jar Crafting Tweaks {[email protected] DONE}
        forge-1.15.2-31.1.46-server.jar Minecraft {[email protected] DONE}
        industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] DONE}
        useful_backpacks-1.15.2-1.9.4.63.jar Useful Backpacks {[email protected] DONE}
        EnchantmentDescriptions-1.15.2-2.0.8.jar EnchantmentDescriptions {[email protected] DONE}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
        titanium-1.15.2-2.3.7.jar Titanium {[email protected] DONE}
        BiomesOPlenty-1.15.2-10.0.0.345-universal.jar Biomes O' Plenty {[email protected] DONE}
        valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] DONE}
        simplechunkloaders-1.15.2-1.0.2.0.jar Simple Chunk Loaders {simplechunkloaders@NONE DONE}
        AdLods-1.15.2-3.0.3.0-build.0035.jar Large Ore Deposits {[email protected] DONE}
        Ding-1.15.2-1.1.0.jar Ding {[email protected] DONE}
        paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] DONE}
        SolarFluxReborn-1.15.2-15.0.0.jar Solar Flux Reborn {[email protected] DONE}
        gravestone-1.17.3.jar Gravestone Mod {[email protected] DONE}
        roadstuff-1.15.2-3.1.0.jar Road Stuff {[email protected] DONE}
        extratags-1.0.jar Extra Tags {[email protected] DONE}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
        AutoRegLib-1.5-40.jar AutoRegLib {[email protected] DONE}
        AkashicTome-1.3-13.jar Akashic Tome {[email protected] DONE}
        StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
        FluxNetworks-1.15.2-5.0.1-2.jar Flux Networks {[email protected] DONE}
        Harvest-forge-1.15.1-1.2.11-24.jar Harvest {harvest@version DONE}
        elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] DONE}
        obfuscate-0.4.2-1.15.2.jar Obfuscate {[email protected] DONE}
        vehicle-mod-0.43.5-1.15.2.jar MrCrayfish's Vehicle Mod {[email protected] DONE}
        noRecipeBook_v1.5.2formc1.15.2.jar No Recipe Book {[email protected] DONE}
        furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] DONE}
        AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] DONE}
        refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] DONE}
        More Dogs 1.15.2-1.0.5.jar More Dog Breeds {[email protected] DONE}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 DONE}
        CosmeticArmorReworked-1.15.2-v2.jar CosmeticArmorReworked {[email protected] DONE}
        QuantumStorage-1.15.2-5.1.1.jar QuantumStorage {quantumstorage@NONE DONE}
    Player Count: 2 / 20; [ServerPlayerEntity['Sverre12311'/231, l='moddeds', x=-192.16, y=66.00, z=499.23], ServerPlayerEntity['TheSuperCheese'/387, l='moddeds', x=-298.30, y=67.00, z=494.72]]
    Data Packs: vanilla, mod:adlods (incompatible), mod:akashictome (incompatible), mod:appleskin (incompatible), mod:autoreglib (incompatible), mod:biomesoplenty, mod:bookshelf (incompatible), mod:buildinggadgets (incompatible), mod:cfm (incompatible), mod:clumps (incompatible), mod:comforts (incompatible), mod:cookingforblockheads (incompatible), mod:cosmeticarmorreworked (incompatible), mod:craftingstation (incompatible), mod:craftingtweaks (incompatible), mod:crafttweaker (incompatible), mod:cucumber, mod:ding (incompatible), mod:elevatorid, mod:enchdesc (incompatible), mod:extratags (incompatible), mod:farmingforblockheads (incompatible), mod:fastbench (incompatible), mod:fastleafdecay, mod:fluxnetworks, mod:forge (incompatible), mod:forgeendertech (incompatible), mod:gravestone, mod:harvest (incompatible), mod:inventorysorter (incompatible), mod:ironchest, mod:jei (incompatible), mod:jeitweaker, mod:journeymap (incompatible), mod:kleeslabs (incompatible), mod:moredogs, mod:morpheus (incompatible), mod:mousetweaks (incompatible), mod:mysticalagradditions, mod:mysticalagriculture, mod:naturescompass (incompatible), mod:neat (incompatible), mod:norecipebook, mod:obfuscate (incompatible), mod:oreexcavation (incompatible), mod:paintings (incompatible), mod:placebo (incompatible), mod:quantumstorage (incompatible), mod:randompatches (incompatible), mod:reauth (incompatible), mod:refinedstorage (incompatible), mod:refinedstorageaddons (incompatible), mod:simplechunkloaders (incompatible), mod:solarflux (incompatible), mod:storagedrawers (incompatible), mod:swingthroughgrass (incompatible), mod:toastcontrol (incompatible), mod:torchslabmod, mod:usefulbackpacks, mod:uteamcore, mod:valkyrielib (incompatible), mod:vehicle (incompatible), mod:waila (incompatible), mod:waystones (incompatible), mod:mapperbase, mod:roadstuff (incompatible), file/VanillaTweaks_c547676.zip (incompatible), file/afk display v1.0.1.zip (incompatible), file/double shulker shells v1.2.0.zip (incompatible), file/durability ping v1.1.0.zip (incompatible), file/more mob heads v2.3.0.zip (incompatible), file/player head drops v1.0.0.zip (incompatible), mod:doubledoors (incompatible), mod:industrialforegoing (incompatible), mod:titanium (incompatible), file/anti creeper grief v1.0.2.zip (incompatible)
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.