I am playing FtB Horizons: Daybreaker v1.02 which by default uses ProgressiveAutomation-1.7.10-1.6.16. That is the version of Progressive Automation I was using until just a moment ago when I tried to input wheat to an Animal Breeder and realized that nothing (not a vanilla hopper attached to any side of the Breeder, not an Extra Utilities transfer pipe, not a Mekanism's advanced logistical transporter pipe) would insert the wheat into the Breeder. Up until now, I had already built a fully self-contained Progressive Automation tree farm and wheat farm. What I mean is, and this is the point of this post, that I was using Mekanism's logistical transport pipes attached to the bottom of Progressive Automation's Crafter because that seemed to be the only way to ensure that only the crafted item would be pulled out and not either the fuel or crafting ingredients. Also, I had used both Mekanism's logistical transport pipes attached to the sides of Crafters to pump recipe items in, and I had used Extra Utilities transfer pipes attached to the sides of Breeders to pump tools in. Until now, everything pumped into Progressive Automation machines seemed to know where it was meant to go.
Then I got to the point in the build where I was going to pump wheat into the Breeders (to close the circle on the fully self-contained animal breeding farm). Nothing I tried was successful in pumping items into the Breeder. I looked to the Github to see if there was an update for Progressive Automation. I saw ProgressiveAutomation-1.7.10-1.6.24 was recently released so I downloaded it and installed it. Now, my Progressive Automation machines are not filling up as before. The machines no longer seem to know where items are supposed to go. When I pump a hoe into a Planter, the first hoe goes into the tool slot, but now the pipes no longer think the machine is full, so more hoes are pumped in and fill the Planter's inventory slots. The same thing happened to the Chopper. Prior to updating, I had an Extra Utilities transfer pipe pumping axes into the side of the Chopper. The transfer pipe would stop pumping the moment there was an axe in the Chopper's tool slot. Now after updating, the Chopper's tool slot fills with one axe but then continues to fill its inventory slots with axes. Also, I still do not see a way to get wheat to pump into the "tool" slot of the Breeder. Wheat pumped into the Breeder seems to only go into the inventory slot.
Perhaps there is a simple fix: Add another setting to the wrench. The wrench already has a setting for "Fuel Input" and "Input". Maybe adding a setting "Tool Input" would solve these problems.
I second this suggestion. It appears the updated version did mess something up when it comes to things just passing through. In Daybreaker 1.0.2 (PA 1.6.16) a hopper on the side worked fine for tools going in. With 1.6.24 the tools pass through. So I will second a wrench option to set a side for Tool Input.
has to be upgraded, each adds 1 block to the range.
Rollback Post to RevisionRollBack
24 hours gone again, wasted in futility, welcome to minecraft modding, that is (unfortunately) our community.
(an ode to minecraft modding)
i keep making the same mistake, i think "oh, i've given them a few months, surely it'll be fixed by now" THAT is why i seem to ALWAYS be angry to some of you, my advice is to get the lead out.
there were nice things here, until the mod author threw a tantrum.
I second this suggestion. It appears the updated version did mess something up when it comes to things just passing through. In Daybreaker 1.0.2 (PA 1.6.16) a hopper on the side worked fine for tools going in. With 1.6.24 the tools pass through. So I will second a wrench option to set a side for Tool Input.
I have submitted this issue on the PA Github, #167
hey I have a question would it be possible to add a RF powered version to allow other automation to sync up with it to allow for easier use ?
There already is a way to make them RF powered using the "RF Engine" which is crafted using redstone and gold (I can't remember the exact recipe). If you put the RF engine into the generators, it will charge for use in the machines. It also will charge while in a machine if connected to a cable carrying RF or next to an RF generator.
I am playing the Obscurity mod pack and this is my first time using your mod. I went to use the miner but I noticed an odd behavior. In all the youtube videos I watched it shows the miner using the internal storage and then spits stuff out afterwards (or into a chest). Yet when I set mine up it just spits stuff out, even if a chest on top of the miner. Any idea what I am doing wrong here or if it is a configuration issue?
I see you have Agricraft comparability, how ever your mod allows the bypass of Agricrafts B:"Disable Vanilla Farming"=true config setting that would force players to use crops for every plant. Would it be possible to add a config that would force your auto farmer to use crops only?
I keep getting a java.lang.NoClassDefFoundError when loading the newest verison of this mod.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 8/16/15 10:29 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/vanhal/progressiveautomation/items/ItemRFEngine
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
Caused by: java.lang.NoClassDefFoundError: com/vanhal/progressiveautomation/items/ItemRFEngine
at com.vanhal.progressiveautomation.ProgressiveAutomation.<clinit>(ProgressiveAutomation.java:51)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.vanhal.progressiveautomation.items.ItemRFEngine
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: cofh/api/energy/IEnergyContainerItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: cofh.api.energy.IEnergyContainerItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
I have a question im playing on the daybreaker pack on FTB and all your machines are able to use modded weapons and tools, but not the planter ...
and by modded I mean mekanizim tools like obsidian tool is there a way to fix the planter to accept the obsidian hoe or is It just stuck with the diamond hoe ?
I'd like to start by thanking you for this awesome mod. Loving how it totally automated my vanilla stuff, and it makes it a lot easier to farm trees.
With that said, is there any chance for compatibility with TreeOres? For the most part, it seems to work fine, except silk touch doesn't work with the axes I put in, even the vanilla ones (ore trees explode into bits if chopped down without silk touch). Also, for some reason, it doesn't collect their saplings, so it doesn't replenish itself, unlike with vanilla trees (I have a chest full of birch saplings now, haha).
Would it be possible to add compatability for infinite duraability tools? I'm on 1.8 with Project E and I can't put dark/red matter tools into the machines.
I've been playing a run through on Horizons 2, and after starting to get into some PA have been crashing pretty hard. I'd prefer not to remove the mod, but am also pretty illiterate when it comes to understanding these error reports. Help?
---- Minecraft Crash Report ----
// I just don't know what went wrong
java.lang.ClassCastException: net.minecraft.item.ItemAxe cannot be cast to com.vanhal.progressiveautomation.items.upgrades.ItemUpgrade
at com.vanhal.progressiveautomation.entities.UpgradeableTileEntity.func_145845_h(UpgradeableTileEntity.java:189)
at com.vanhal.progressiveautomation.entities.chopper.TileChopper.func_145845_h(TileChopper.java:155)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.vanhal.progressiveautomation.entities.UpgradeableTileEntity.func_145845_h(UpgradeableTileEntity.java:189)
at com.vanhal.progressiveautomation.entities.chopper.TileChopper.func_145845_h(TileChopper.java:155)
-- Block entity being ticked --
Details:
Name: TileChopperDiamond // com.vanhal.progressiveautomation.entities.chopper.TileChopperDiamond
Block type: ID #1273 (tile.ChopperDiamond // com.vanhal.progressiveautomation.blocks.BlockChopper)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (218,64,128), Chunk: (at 10,4,0 in 13,8; contains blocks 208,0,128 to 223,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #1273 (tile.ChopperDiamond // com.vanhal.progressiveautomation.blocks.BlockChopper)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Reaching Reborne
All players: 0 total; []
Chunk stats: ServerChunkCache: 10 Drop: 0
Level seed: -6533843518260185912
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 729206480 bytes (695 MB) / 1918894080 bytes (1830 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -Xms256M -Xmx3072M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 118 mods loaded, 118 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHIJAAAA OpenComputers|Core{1.5.14.30} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA DCsAppleMilk{1.7.10_2.8b} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8b.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-10.jar)
UCHIJAAAA amtgen{1.4.2} [AMT Generators] (AMT_Generators-1.7.10-1.4.2.jar)
UCHIJAAAA aobdbb{1.0.4} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.4.jar)
UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8b.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
UCHIJAAAA asielib{0.4.0} [asielib] (AsieLib-1.7.10-0.4.0.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA aura{0.1r0} [Aura Cascade] (AuraCascade-526.jar)
UCHIJAAAA autopackager{1.5.2} [AutoPackager] (autopackager-1.5.3.jar)
UCHIJAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA BloodArsenal{1.1-14} [Blood Arsenal] (BloodArsenal-1.7.10-1.1-14.jar)
UCHIJAAAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCHIJAAAA bluepower{0.2.954} [Blue Power] (BluePower-1.7.10-0.2.954-universal.jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJAAAA ForgeMultipart{1.2.0.344} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UCHIJAAAA chisel{2.4.1.40} [Chisel 2] (Chisel2-2.4.1.40.jar)
UCHIJAAAA ctmlib{1.0.1.5} [CTMLib] (Chisel2-2.4.1.40.jar)
UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
UCHIJAAAA chiseltones{@[email protected]} [Chisel Tones] (ChiselTones-1.7.10-1.0-1.jar)
UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
UCHIJAAAA OpenComputers{1.5.14.30} [OpenComputers] (OpenComputers-MC1.7.10-1.5.14.30-universal.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.357.jar)
UCHIJAAAA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.246.jar)
UCHIJAAAA computronics{1.5.0} [Computronics] (Computronics-1.7.10-1.5.0.jar)
UCHIJAAAA CustomMainMenu{1.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.2.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAA EE3HELP{2.2a} [EE3 Helper] (EE3Help-2.2a.jar)
UCHIJAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)
UCHIJAAAA essentialcraft{4.6.1710.35} [Essential Craft 3] (EssentialCraftv4.6.1710.35.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
UCHIJAAAA ExtraUtilities{1.2.8} [Extra Utilities] (extrautilities-1.2.8.jar)
UCHIJAAAA farseek{1.0.8} [Farseek] (Farseek-1.0.8.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA Steamcraft{0.28.7} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.7.jar)
UCHIJAAAA FloodLights{0.4.3} [Flood Lights] (FloodLights-1.7.10-0.4.3-62.jar)
UCHIJAAAA framez{0.2} [Framez] (Framez-1.7.10-0.2-32-universal.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.357.jar)
UCHIJAAAA advgenerators{0.9.14.89} [Advanced Generators] (generators-0.9.14.89-mc1.7.10.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA HardcoreEnderExpansion{1.8.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.2.jar)
UCHIJAAAA headcrumbs{1.3.1} [Headcrumbs] (Headcrumbs-1.3.1.jar)
UCHIJAAAA ibench{1.0.12} [iBench] (ibench-1.7.10-1.0.12.jar)
UCHIJAAAA IGWMod{1.1.3-18} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.3-18-universal.jar)
UCHIJAAAA ImmersiveEngineering{0.4.4} [Immersive Engineering] (ImmersiveEngineering-0.4.4.jar)
UCHIJAAAA immersiveintegration{0.4.1} [Immersive Integration] (immersiveintegration-0.4.1.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UCHIJAAAA LatCoreMC{1.6.9} [LatCoreMC] (LatCoreMC-1.7.10-1.6.9.4.jar)
UCHIJAAAA LatBlocks{1.6.9} [LatBlocks] (LatBlocks-1.7.10-1.6.9.2.jar)
UCHIJAAAA LomLib{3.2.0} [LomLib] (LomLib-1.7.10-3.2.0-universal.jar)
UCHIJAAAA malisiscore{1.7.10-0.11.4} [MalisisCore] (malisiscore-1.7.10-0.11.4.jar)
UCHIJAAAA malisisdoors{1.7.10-1.6} [Malisis' Doors] (malisisdoors-1.7.10-1.6.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA mo{0.4.0-RC3} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.0-RC3.jar)
UCHIJAAAA MekanismGenerators{8.1.5} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.5.246.jar)
UCHIJAAAA MekanismTools{8.1.5} [MekanismTools] (MekanismTools-1.7.10-8.1.5.246.jar)
UCHIJAAAA MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar)
UCHIJAAAA MineTweaker3{3.0.9} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9.jar)
UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
UCHIJAAAA ModularArmour{1.0.0} [Modular Armour] (ModularArmour-1.7.10-1.0.15-38.jar)
UCHIJAAAA NEIAddons{1.12.8.30} [NEI Addons] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.8.30} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.8.30} [NEI Addons: Botany] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.8.30} [NEI Addons: Forestry] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.8.30} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.8.30} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHIJAAAA neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95.jar)
UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJAAAA openmodularturrets{2.1.0-151} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.0-151.jar)
UCHIJAAAA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
UCHIJAAAA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar)
UCHIJAAAA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
UCHIJAAAA progressiveautomation{1.6.27} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.27.jar)
UCHIJAAAA quantumflux{1.7.10-1.2.3} [QuantumFlux] (QuantumFlux-1.7.10-1.2.3.jar)
UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAAAA Redstonic{1.4.8} [Redstonic] (Redstonic-v1.4.8.jar)
UCHIJAAAA RefinedRelocation{1.0.8b} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.8b.jar)
UCHIJAAAA ResourceLoader{1.0} [Resource Loader] (ResourceLoader-1.0.jar)
UCHIJAAAA rftools{3.11} [RFTools] (rftools-3.11.jar)
UCHIJAAAA RouterReborn{1.2.0.31} [Router Reborn] (RouterReborn-1.7.10-1.2.0.31-universal.jar)
UCHIJAAAA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UCHIJAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
UCHIJAAAA SanguineExtras{1.3.2} [Sanguine Utilities] (Sanguine Utilities-1.3.2.jar)
UCHIJAAAA Silicio{1.6.9} [Silicio] (Silicio-1.7.10-1.6.9.2.jar)
UCHIJAAAA simplecondenser{1.2.0} [Simple Condensers] (Simple Condensers-1.7.10-1.2.0-universal.jar)
UCHIJAAAA SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.5.12} [Storage Drawers] (StorageDrawers-1.7.10-1.5.12.jar)
UCHIJAAAA streams{0.1.4} [Streams] (Streams-0.1.4.jar)
UCHIJAAAA ttCore{MC1.7.10-0.1.1-77} [ttCore] (ttCore-MC1.7.10-0.1.1-77.jar)
UCHIJAAAA wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar)
UCHIJAAAA wiiemc{1.0.1} [What Is Its EMC?] (WIIEMC-1.7.10-1.0.1-universal.jar)
UCHIJAAAA McMultipart{1.2.0.344} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UCHIJAAAA aobd{2.7.1} [Another One Bites The Dust] (AOBD-2.7.1.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.344} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3B2-294
ThermalFoundation: -[1.7.10]1.2.0B1-95
Mantle Environment: Environment healthy.
List of loaded APIs:
* AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar
* AppleMilkTeaAPI|appliance (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|charge (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|charm (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|core (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|edibles (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|energy (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|events (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|plants (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|potion (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|recipe (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.0.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.0.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.0.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.0.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.954-universal.jar
* BuildCraftAPI|blocks (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|blueprints (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|boards (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|core (1.5) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|events (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|facades (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|filler (4.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|fuels (2.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|gates (4.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|items (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|library (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|power (1.3) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|recipes (2.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|robotics (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|statements (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|tablet (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|tiles (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|tools (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|transport (4.0) from EngineersToolbox-1.2.3.0-BETA.jar
* ChiselAPI (0.1.0) from Chisel2-2.4.1.40.jar
* ChiselAPI|Carving (0.1.0) from Chisel2-2.4.1.40.jar
* ChiselAPI|Rendering (0.1.0) from Chisel2-2.4.1.40.jar
* CoFHAPI (1.7.10R1.0.2) from FloodLights-1.7.10-0.4.3-62.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.8.jar
* CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|energy (1.7.10R1.0.2) from RandomThings-2.2.4.jar
* CoFHAPI|fluid (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.31-universal.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from ProgressiveAutomation-1.7.10-1.6.27.jar
* CoFHAPI|transport (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.31-universal.jar
* CoFHAPI|world (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.31-universal.jar
* CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|audio (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|helpers (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* ComputerCraft|API (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|FileSystem (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Lua (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Media (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Peripheral (1.73) from Silicio-1.7.10-1.6.9.2.jar
* ComputerCraft|API|Permissions (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Redstone (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Turtle (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* computronicsAPI (1.2) from Computronics-1.7.10-1.5.0.jar
* computronicsAPI|chat (1.2) from Computronics-1.7.10-1.5.0.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.5.0.jar
* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.5.0.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* framezAPI (0) from Framez-1.7.10-0.2-32-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.357.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.4.4.jar
* MatterOverdrive|API (0.4.0-RC3) from MatterOverdrive-1.7.10-0.4.0-RC3.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.95.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenComputersAPI|Component (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Core (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Driver (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Driver|Item (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Event (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|FileSystem (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Internal (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Machine (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Manual (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Network (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Prefab (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
* RailcraftAPI|bore (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|carts (1.3.1) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|core (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|crafting (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|electricity (1.6.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|events (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|fuel (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|helpers (1.1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|items (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|locomotive (1.0.1) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|signals (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|tracks (2.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RefinedRelocationAPI (1.0.0) from RefinedRelocation-1.7.10-1.0.8b.jar
* Sanguimancy|API (@[email protected]) from Sanguimancy-1.7.10-1.1.9-31.jar
* SanguineExtras|API (1.1) from Sanguine Utilities-1.3.2.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
(I did at the very least try upgrading to the latest version...but no luck. Still crashes on startup.)
It was just an ordinary diamond axe, so I didn't think that could be causing any too strange of problems. BUT...I decided just to remove the mod so I could continue on. Thanks for checking it out though.
I am playing the Obscurity mod pack and this is my first time using your mod. I went to use the miner but I noticed an odd behavior. In all the youtube videos I watched it shows the miner using the internal storage and then spits stuff out afterwards (or into a chest). Yet when I set mine up it just spits stuff out, even if a chest on top of the miner. Any idea what I am doing wrong here or if it is a configuration issue?
Someone probably already responded but it was a bug with the version used in the pack, it's since been fixed in a more recent version of Obscurity.
So I've had issues using the killer, I can't seem to kill Endermen with it. It seems after the first attack they teleport away, anyone have any solutions on how I could fix this?
So I've had issues using the killer, I can't seem to kill Endermen with it. It seems after the first attack they teleport away, anyone have any solutions on how I could fix this?
That sounds like normal Enderman behavior.
Rollback Post to RevisionRollBack
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
I might just be doing something wrong here... but is changing the function of the various sides of the machines not currently working? I wanted to try to fully automate my miner... but it won't take fuel or tools out of chests nearby.
Rollback Post to RevisionRollBack
Showing My Support! Great Work Deserves Great Appreciation!
I second this suggestion. It appears the updated version did mess something up when it comes to things just passing through. In Daybreaker 1.0.2 (PA 1.6.16) a hopper on the side worked fine for tools going in. With 1.6.24 the tools pass through. So I will second a wrench option to set a side for Tool Input.
why my planter range only gt 1...
has to be upgraded, each adds 1 block to the range.
24 hours gone again, wasted in futility, welcome to minecraft modding, that is (unfortunately) our community.
(an ode to minecraft modding)
i keep making the same mistake, i think "oh, i've given them a few months, surely it'll be fixed by now" THAT is why i seem to ALWAYS be angry to some of you, my advice is to get the lead out.
there were nice things here, until the mod author threw a tantrum.
I have submitted this issue on the PA Github, #167
hey I have a question would it be possible to add a RF powered version to allow other automation to sync up with it to allow for easier use ?
There already is a way to make them RF powered using the "RF Engine" which is crafted using redstone and gold (I can't remember the exact recipe). If you put the RF engine into the generators, it will charge for use in the machines. It also will charge while in a machine if connected to a cable carrying RF or next to an RF generator.
I am playing the Obscurity mod pack and this is my first time using your mod. I went to use the miner but I noticed an odd behavior. In all the youtube videos I watched it shows the miner using the internal storage and then spits stuff out afterwards (or into a chest). Yet when I set mine up it just spits stuff out, even if a chest on top of the miner. Any idea what I am doing wrong here or if it is a configuration issue?
I see you have Agricraft comparability, how ever your mod allows the bypass of Agricrafts B:"Disable Vanilla Farming"=true config setting that would force players to use crops for every plant. Would it be possible to add a config that would force your auto farmer to use crops only?
For some reason the generators do not seem to work on Thermal Expansion machines. Is this supposed to happen?
I keep getting a java.lang.NoClassDefFoundError when loading the newest verison of this mod.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 8/16/15 10:29 AM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: com/vanhal/progressiveautomation/items/ItemRFEngine
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
Caused by: java.lang.NoClassDefFoundError: com/vanhal/progressiveautomation/items/ItemRFEngine
at com.vanhal.progressiveautomation.ProgressiveAutomation.<clinit>(ProgressiveAutomation.java:51)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:344)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
... 10 more
Caused by: java.lang.ClassNotFoundException: com.vanhal.progressiveautomation.items.ItemRFEngine
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 36 more
Caused by: java.lang.NoClassDefFoundError: cofh/api/energy/IEnergyContainerItem
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 38 more
Caused by: java.lang.ClassNotFoundException: cofh.api.energy.IEnergyContainerItem
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
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: 149239136 bytes (142 MB) / 296501248 bytes (282 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 Optifine OptiFine_1.7.10_HD_U_C1 20 mods loaded, 20 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UC FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UC Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
UC CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
UC NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
UC AIRI{3.1.0} [AIRI] ([1.7.10-10.13.4.1490-1.7.10][3.1.0.154] AIRI.jar)
UC avp{4.0.0.236} [AliensVsPredator] ([1.7.10-10.13.4.1490-1.7.10][4.0.0.236] AliensVsPredator.jar)
UC abyssalcraft{1.8.8b} [AbyssalCraft] (AbyssalCraft-1.7.10-1.8.8b.jar)
UC chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar)
UC gregapi{GT6-MC1710} [Greg-API] (gregtech_1.7.10-6.00.50.jar)
UC IC2{2.2.763-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.763-experimental.jar)
UC gregtech{GT6-MC1710} [GregTech] (gregtech_1.7.10-6.00.50.jar)
UC Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UC MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
UC TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar)
UC Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
UE progressiveautomation{1.6.27} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.27.jar)
UC purpleore{1.7.10-1.1} [Purple Ore] (purpleore-1.7.10-1.1.jar)
UC vampirism{0.6.2.180} [Vampirism] (Vampirism-1.7.10-0.6.2.180.jar)
UC aobd{2.7.1} [Another One Bites The Dust] (AOBD-2.7.1.jar)
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4252' Renderer: 'Intel(R) HD Graphics'
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
I have a question im playing on the daybreaker pack on FTB and all your machines are able to use modded weapons and tools, but not the planter ...
and by modded I mean mekanizim tools like obsidian tool is there a way to fix the planter to accept the obsidian hoe or is It just stuck with the diamond hoe ?
I'd like to start by thanking you for this awesome mod. Loving how it totally automated my vanilla stuff, and it makes it a lot easier to farm trees.
With that said, is there any chance for compatibility with TreeOres? For the most part, it seems to work fine, except silk touch doesn't work with the axes I put in, even the vanilla ones (ore trees explode into bits if chopped down without silk touch). Also, for some reason, it doesn't collect their saplings, so it doesn't replenish itself, unlike with vanilla trees (I have a chest full of birch saplings now, haha).
Thanks again, and keep being awesome!
Would it be possible to add compatability for infinite duraability tools? I'm on 1.8 with Project E and I can't put dark/red matter tools into the machines.
Unless that's intended behavior of course.
Hey Guys -
I've been playing a run through on Horizons 2, and after starting to get into some PA have been crashing pretty hard. I'd prefer not to remove the mod, but am also pretty illiterate when it comes to understanding these error reports. Help?
---- Minecraft Crash Report ----
// I just don't know what went wrong
Time: 9/5/15 5:41 PM
Description: Ticking block entity
java.lang.ClassCastException: net.minecraft.item.ItemAxe cannot be cast to com.vanhal.progressiveautomation.items.upgrades.ItemUpgrade
at com.vanhal.progressiveautomation.entities.UpgradeableTileEntity.func_145845_h(UpgradeableTileEntity.java:189)
at com.vanhal.progressiveautomation.entities.chopper.TileChopper.func_145845_h(TileChopper.java:155)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.vanhal.progressiveautomation.entities.UpgradeableTileEntity.func_145845_h(UpgradeableTileEntity.java:189)
at com.vanhal.progressiveautomation.entities.chopper.TileChopper.func_145845_h(TileChopper.java:155)
-- Block entity being ticked --
Details:
Name: TileChopperDiamond // com.vanhal.progressiveautomation.entities.chopper.TileChopperDiamond
Block type: ID #1273 (tile.ChopperDiamond // com.vanhal.progressiveautomation.blocks.BlockChopper)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (218,64,128), Chunk: (at 10,4,0 in 13,8; contains blocks 208,0,128 to 223,255,143), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Actual block type: ID #1273 (tile.ChopperDiamond // com.vanhal.progressiveautomation.blocks.BlockChopper)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
-- Affected level --
Details:
Level name: Reaching Reborne
All players: 0 total; []
Chunk stats: ServerChunkCache: 10 Drop: 0
Level seed: -6533843518260185912
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 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: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 729206480 bytes (695 MB) / 1918894080 bytes (1830 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -Xms256M -Xmx3072M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 118 mods loaded, 118 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10-universal.jar)
UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.6.43} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
UCHIJAAAA OpenComputers|Core{1.5.14.30} [OpenComputers (Core)] (minecraft.jar)
UCHIJAAAA PlayerAPI{1.3} [Player API] (minecraft.jar)
UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA debug{1.0} [debug] (denseores-1.6.2.jar)
UCHIJAAAA DCsAppleMilk{1.7.10_2.8b} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.8b.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-10.jar)
UCHIJAAAA amtgen{1.4.2} [AMT Generators] (AMT_Generators-1.7.10-1.4.2.jar)
UCHIJAAAA aobdbb{1.0.4} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.4.jar)
UCHIJAAAA AppleCore{1.1.0} [AppleCore] (AppleCore-mc1.7.10-1.1.0.jar)
UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.8b.jar)
UCHIJAAAA CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
UCHIJAAAA asielib{0.4.0} [asielib] (AsieLib-1.7.10-0.4.0.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA aura{0.1r0} [Aura Cascade] (AuraCascade-526.jar)
UCHIJAAAA autopackager{1.5.2} [AutoPackager] (autopackager-1.5.3.jar)
UCHIJAAAA bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA BloodArsenal{1.1-14} [Blood Arsenal] (BloodArsenal-1.7.10-1.1-14.jar)
UCHIJAAAA qmunitylib{1.0} [QmunityLib] (QmunityLib-1.7.10-0.1.114-universal.jar)
UCHIJAAAA bluepower{0.2.954} [Blue Power] (BluePower-1.7.10-0.2.954-universal.jar)
UCHIJAAAA CarpentersBlocks{3.3.6} [Carpenter's Blocks] (Carpenter's Blocks v3.3.6 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA EE3{0.3.507} [Equivalent Exchange 3] (EquivalentExchange3-1.7.10-0.3.507.jar)
UCHIJAAAA ForgeMultipart{1.2.0.344} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UCHIJAAAA chisel{2.4.1.40} [Chisel 2] (Chisel2-2.4.1.40.jar)
UCHIJAAAA ctmlib{1.0.1.5} [CTMLib] (Chisel2-2.4.1.40.jar)
UCHIJAAAA Ztones{1.7.10} [Ztones] (Ztones-1.7.10-2.2.1.jar)
UCHIJAAAA chiseltones{@[email protected]} [Chisel Tones] (ChiselTones-1.7.10-1.0-1.jar)
UCHIJAAAA EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
UCHIJAAAA OpenComputers{1.5.14.30} [OpenComputers] (OpenComputers-MC1.7.10-1.5.14.30-universal.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.357.jar)
UCHIJAAAA Mekanism{8.1.5} [Mekanism] (Mekanism-1.7.10-8.1.5.246.jar)
UCHIJAAAA computronics{1.5.0} [Computronics] (Computronics-1.7.10-1.5.0.jar)
UCHIJAAAA CustomMainMenu{1.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.2.jar)
UCHIJAAAA props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCHIJAAAA DummyCore{1.13} [DummyCore] (DummyCore1.13.jar)
UCHIJAAAA EE3HELP{2.2a} [EE3 Helper] (EE3Help-2.2a.jar)
UCHIJAAAA eng_toolbox{1.2.3.0} [Engineer's Toolbox] (EngineersToolbox-1.2.3.0-BETA.jar)
UCHIJAAAA essentialcraft{4.6.1710.35} [Essential Craft 3] (EssentialCraftv4.6.1710.35.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
UCHIJAAAA ExtraUtilities{1.2.8} [Extra Utilities] (extrautilities-1.2.8.jar)
UCHIJAAAA farseek{1.0.8} [Farseek] (Farseek-1.0.8.jar)
UCHIJAAAA FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
UCHIJAAAA Steamcraft{0.28.7} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.7.jar)
UCHIJAAAA FloodLights{0.4.3} [Flood Lights] (FloodLights-1.7.10-0.4.3-62.jar)
UCHIJAAAA framez{0.2} [Framez] (Framez-1.7.10-0.2-32-universal.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.357.jar)
UCHIJAAAA advgenerators{0.9.14.89} [Advanced Generators] (generators-0.9.14.89-mc1.7.10.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA HardcoreEnderExpansion{1.8.2} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.2.jar)
UCHIJAAAA headcrumbs{1.3.1} [Headcrumbs] (Headcrumbs-1.3.1.jar)
UCHIJAAAA ibench{1.0.12} [iBench] (ibench-1.7.10-1.0.12.jar)
UCHIJAAAA IGWMod{1.1.3-18} [In-Game wiki Mod] (IGW-Mod-1.7.10-1.1.3-18-universal.jar)
UCHIJAAAA ImmersiveEngineering{0.4.4} [Immersive Engineering] (ImmersiveEngineering-0.4.4.jar)
UCHIJAAAA immersiveintegration{0.4.1} [Immersive Integration] (immersiveintegration-0.4.1.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA journeymap{@[email protected]} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
UCHIJAAAA koresample{1.7.10-1.3.2} [Kore Sample] (KoreSample-1.7.10-1.3.2.jar)
UCHIJAAAA LatCoreMC{1.6.9} [LatCoreMC] (LatCoreMC-1.7.10-1.6.9.4.jar)
UCHIJAAAA LatBlocks{1.6.9} [LatBlocks] (LatBlocks-1.7.10-1.6.9.2.jar)
UCHIJAAAA LomLib{3.2.0} [LomLib] (LomLib-1.7.10-3.2.0-universal.jar)
UCHIJAAAA malisiscore{1.7.10-0.11.4} [MalisisCore] (malisiscore-1.7.10-0.11.4.jar)
UCHIJAAAA malisisdoors{1.7.10-1.6} [Malisis' Doors] (malisisdoors-1.7.10-1.6.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCHIJAAAA mo{0.4.0-RC3} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.0-RC3.jar)
UCHIJAAAA MekanismGenerators{8.1.5} [MekanismGenerators] (MekanismGenerators-1.7.10-8.1.5.246.jar)
UCHIJAAAA MekanismTools{8.1.5} [MekanismTools] (MekanismTools-1.7.10-8.1.5.246.jar)
UCHIJAAAA MineMenu{1.2.0} [MineMenu] (MineMenu-1.7.10-1.2.0.B44-universal.jar)
UCHIJAAAA MineTweaker3{3.0.9} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.9.jar)
UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.6.jar)
UCHIJAAAA ModularArmour{1.0.0} [Modular Armour] (ModularArmour-1.7.10-1.0.15-38.jar)
UCHIJAAAA NEIAddons{1.12.8.30} [NEI Addons] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.8.30} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.8.30} [NEI Addons: Botany] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.8.30} [NEI Addons: Forestry] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.8.30} [NEI Addons: Crafting Tables] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.8.30} [NEI Addons: Ex Nihilo] (neiaddons-1.12.8.30-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.0.9} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.9.jar)
UCHIJAAAA neresources{0.1.0.95} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0.95.jar)
UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
UCHIJAAAA OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
UCHIJAAAA OpenBlocks{1.4.3} [OpenBlocks] (OpenBlocks-1.7.10-1.4.3.jar)
UCHIJAAAA openmodularturrets{2.1.0-151} [Open Modular Turrets] (OpenModularTurrets-1.7.10-2.1.0-151.jar)
UCHIJAAAA OpenPeripheralCore{1.1.1} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.1.1.jar)
UCHIJAAAA OpenPeripheral{0.3.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.3.1.jar)
UCHIJAAAA OpenPeripheralIntegration{0.2.2} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.2.2.jar)
UCHIJAAAA progressiveautomation{1.6.27} [Progressive Automation] (ProgressiveAutomation-1.7.10-1.6.27.jar)
UCHIJAAAA quantumflux{1.7.10-1.2.3} [QuantumFlux] (QuantumFlux-1.7.10-1.2.3.jar)
UCHIJAAAA RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
UCHIJAAAA Redstonic{1.4.8} [Redstonic] (Redstonic-v1.4.8.jar)
UCHIJAAAA RefinedRelocation{1.0.8b} [Refined Relocation] (RefinedRelocation-1.7.10-1.0.8b.jar)
UCHIJAAAA ResourceLoader{1.0} [Resource Loader] (ResourceLoader-1.0.jar)
UCHIJAAAA rftools{3.11} [RFTools] (rftools-3.11.jar)
UCHIJAAAA RouterReborn{1.2.0.31} [Router Reborn] (RouterReborn-1.7.10-1.2.0.31-universal.jar)
UCHIJAAAA RWG{Alpha 1.3.2} [Realistic World Gen Alpha] (RWG-alpha-1.3.2.jar)
UCHIJAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
UCHIJAAAA SanguineExtras{1.3.2} [Sanguine Utilities] (Sanguine Utilities-1.3.2.jar)
UCHIJAAAA Silicio{1.6.9} [Silicio] (Silicio-1.7.10-1.6.9.2.jar)
UCHIJAAAA simplecondenser{1.2.0} [Simple Condensers] (Simple Condensers-1.7.10-1.2.0-universal.jar)
UCHIJAAAA SSTOW{1.7.10-0.1-RC9-7} [Soul Shards: The Old Ways] (SoulShards-TOW-1.7.10-0.1-RC9-7.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.5.12} [Storage Drawers] (StorageDrawers-1.7.10-1.5.12.jar)
UCHIJAAAA streams{0.1.4} [Streams] (Streams-0.1.4.jar)
UCHIJAAAA ttCore{MC1.7.10-0.1.1-77} [ttCore] (ttCore-MC1.7.10-0.1.1-77.jar)
UCHIJAAAA wawla{1.2.1} [What Are We Looking At] (Wawla-1.2.1_1.7.10.jar)
UCHIJAAAA wiiemc{1.0.1} [What Is Its EMC?] (WIIEMC-1.7.10-1.0.1-universal.jar)
UCHIJAAAA McMultipart{1.2.0.344} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
UCHIJAAAA aobd{2.7.1} [Another One Bites The Dust] (AOBD-2.7.1.jar)
UCHIJAAAA denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.344} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.344-universal.jar)
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.0.3B2-294
ThermalFoundation: -[1.7.10]1.2.0B1-95
Mantle Environment: Environment healthy.
List of loaded APIs:
* AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar
* AppleMilkTeaAPI|appliance (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|charge (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|charm (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|core (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|edibles (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|energy (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|events (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|plants (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|potion (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* AppleMilkTeaAPI|recipe (2.8) from AppleMilkTea2-1.7.10_2.8b.jar
* asielibAPI (1.1) from AsieLib-1.7.10-0.4.0.jar
* asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.0.jar
* asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.0.jar
* asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.0.jar
* Baubles|API (1.0.1.10) from Baubles-1.7.10-1.0.1.10.jar
* bluepowerAPI (1.0) from BluePower-1.7.10-0.2.954-universal.jar
* BuildCraftAPI|blocks (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|blueprints (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|boards (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|core (1.5) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|events (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|facades (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|filler (4.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|fuels (2.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|gates (4.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|items (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|library (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|power (1.3) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|recipes (2.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|robotics (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|statements (1.1) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|tablet (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|tiles (1.2) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|tools (1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* BuildCraftAPI|transport (4.0) from EngineersToolbox-1.2.3.0-BETA.jar
* ChiselAPI (0.1.0) from Chisel2-2.4.1.40.jar
* ChiselAPI|Carving (0.1.0) from Chisel2-2.4.1.40.jar
* ChiselAPI|Rendering (0.1.0) from Chisel2-2.4.1.40.jar
* CoFHAPI (1.7.10R1.0.2) from FloodLights-1.7.10-0.4.3-62.jar
* CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.8.jar
* CoFHAPI|core (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|energy (1.7.10R1.0.2) from RandomThings-2.2.4.jar
* CoFHAPI|fluid (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|inventory (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|item (1.7.10R1.0.13B1) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHAPI|modhelpers (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.31-universal.jar
* CoFHAPI|tileentity (1.7.10R1.0.13) from ProgressiveAutomation-1.7.10-1.6.27.jar
* CoFHAPI|transport (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.31-universal.jar
* CoFHAPI|world (1.7.10R1.0.12) from RouterReborn-1.7.10-1.2.0.31-universal.jar
* CoFHLib (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|audio (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|container (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|element|listbox (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|inventory (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|render|particle (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|helpers (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|util|position (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* CoFHLib|world|feature (1.7.10R1.0.3B2) from CoFHCore-[1.7.10]3.0.3B2-294.jar
* ComputerCraft|API (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|FileSystem (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Lua (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Media (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Peripheral (1.73) from Silicio-1.7.10-1.6.9.2.jar
* ComputerCraft|API|Permissions (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Redstone (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* ComputerCraft|API|Turtle (1.74) from EngineersToolbox-1.2.3.0-BETA.jar
* computronicsAPI (1.2) from Computronics-1.7.10-1.5.0.jar
* computronicsAPI|chat (1.2) from Computronics-1.7.10-1.5.0.jar
* computronicsAPI|multiperipheral (1.1) from Computronics-1.7.10-1.5.0.jar
* computronicsAPI|tape (1.0) from Computronics-1.7.10-1.5.0.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* EE3-API|array (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|core (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|event (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|exchange (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|knowledge (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|recipe (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* EE3-API|util (1.2) from EquivalentExchange3-1.7.10-0.3.507.jar
* framezAPI (0) from Framez-1.7.10-0.2-32-universal.jar
* Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.12.357.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.4.4.jar
* MatterOverdrive|API (0.4.0-RC3) from MatterOverdrive-1.7.10-0.4.0-RC3.jar
* MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.5.246.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.95.jar
* OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.3.jar
* OpenComputersAPI|Component (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Core (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Driver (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Driver|Item (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Event (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|FileSystem (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Internal (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Machine (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Manual (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Network (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenComputersAPI|Prefab (5.5.3) from OpenComputers-MC1.7.10-1.5.14.30-universal.jar
* OpenPeripheralApi (3.2) from OpenPeripheralCore-1.7.10-1.1.1.jar
* RailcraftAPI|bore (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|carts (1.3.1) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|core (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|crafting (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|electricity (1.6.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|events (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|fuel (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|helpers (1.1.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|items (1.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|locomotive (1.0.1) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|signals (1.3.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RailcraftAPI|tracks (2.0.0) from EngineersToolbox-1.2.3.0-BETA.jar
* RefinedRelocationAPI (1.0.0) from RefinedRelocation-1.7.10-1.0.8b.jar
* Sanguimancy|API (@[email protected]) from Sanguimancy-1.7.10-1.1.9-31.jar
* SanguineExtras|API (1.1) from Sanguine Utilities-1.3.2.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.5.12.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
(I did at the very least try upgrading to the latest version...but no luck. Still crashes on startup.)
It looks like you were using a Diamond Chopper. What kind of axe were you trying to use?
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
It was just an ordinary diamond axe, so I didn't think that could be causing any too strange of problems. BUT...I decided just to remove the mod so I could continue on. Thanks for checking it out though.
Someone probably already responded but it was a bug with the version used in the pack, it's since been fixed in a more recent version of Obscurity.
So I've had issues using the killer, I can't seem to kill Endermen with it. It seems after the first attack they teleport away, anyone have any solutions on how I could fix this?
That sounds like normal Enderman behavior.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
I might just be doing something wrong here... but is changing the function of the various sides of the machines not currently working? I wanted to try to fully automate my miner... but it won't take fuel or tools out of chests nearby.