Full Description/Explanation Here
YouTube Tutorial showing build and programming
My most recent ender pearl farm using Steve's Factory Manager, Extra Utilities, and Thermal Expansion 4 is capable of producing a stack of pearls every five minutes, uses no power, and takes about as much clock time as five vanilla chests. Enjoy!
EDIT: Important - no not allow your ender pearl storage to overflow or your world will begin crashing each time a pearl is harvested and has nowhere to go.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 1/23/15 2:18 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.item.EntityEnderPearl.func_70184_a(EntityEnderPearl.java:53)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:192)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
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:
---------------------------------------------------------------------------------------
// Uh... Did I do that?
Time: 1/23/15 2:18 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.entity.item.EntityEnderPearl.func_70184_a(EntityEnderPearl.java:53)
at net.minecraft.entity.projectile.EntityThrowable.func_70071_h_(SourceFile:192)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)
at net.minecraft.world.World.func_72939_s(World.java:1887)
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:
---------------------------------------------------------------------------------------
Last edited: