Server tweaks

Looks like the new Bukkit and Dynmap have been out for a bit now. We are working on getting them back up and running as well as tweaking some server settings. Once it is back check things like circuits, spawners, etc… and make sure there aren’t bugs.

Gold farm sorter

So in testing the gold farm more it looks like unloaded chunks have some weird behaviors.  No matter how long I waited I would always get the same amount of gold and rotten flesh.  What was different however was how many magma slimes I would have caught in the system.  Another thing I noticed was the iron golems would also spawn in the unloaded chunk.  It looks like when you push a mob through a portal it loads the chunk on the other end for a short time.  This causes items to disappear while I am afking in the nether but doesn’t count the chunk as fully loaded to force mobs to disappear.

 

To combat this I switched from the water channels to hoppers and chests which store the items instead of letting them just sit.  I was going to eventually do this anyway so it just forced me to do it earlier.  The next problem I encountered was that once I unloaded one chest of items I’d have to sit and let it wait while the other items loaded into it.   I also had to dump all the useless rotten flesh.  This took forever and wasn’t worth the hassle.

 

The solution for this is a sorter that only sends the gold through.  Basically a sorter is a hopper that is turned off under a hopper hooked to a comparator.  The comparator outputs a signal proportional to the % full it is.  When full enough it outputs a signal long enough to turn the hopper on long enough to suck through one gold which leaves the hopper partially full when it turns off again.  Since the hopper is “full” the rotten flesh won’t get sucked through.  This caused another problem.  The rotten flesh would gather on top and block the gold from getting in.  It also sucked in too slow causing the gold to stack.  A stack of gold getting sucked in broke the system as it could cause the comparator to output too much signal.

 

The last fix is to create a ring of hoppers that act as a flowing current of any items that hit the system.  Water couldn’t be used because it would keep the pigmen from dying.  This current loops until the gold is pulled out.  I also added a system for pulling out the rotten flesh as well or the system would get clogged.  These additional hoppers would then load a dispenser that spits the rotten flesh into lava pools to prevent lag.  Theoretically this could still clog up but I added extra hoppers to it and I don’t think the pigmen spawn fast enough to jam it up.

 

Here is my test design:

 

sortdesign

 

 

And here is the finished product:

 

golddrop

 

 

I still need to finish decorating the area but it should work.  I estimate/guess this will get you ~30 stacks of nuggets (1920) which makes ~200 gold pieces and ~23 gold blocks an hour.  I wouldn’t recommend doing more than an hour or so at a time in case the server crashes.  The best part is you get a few stacks of iron at the same time 😀

MYSql brought us down

If you were wondering what happened to the server earlier this week, it was a mysql update gone awry. i had to revert all the db’s back a day. it was not fun 🙁

HD Maintenance

The array that the MC servers are running on is fragmented pretty badly, so it will be running a defrag until it is finished.

I have offloaded the MC data to an another disk array so the performance impact should be minimal, please comment or contact me if the result is other wise and i will set a schedule to finish the defrag.

 

Thanks!

Spawning fixed

I was doing some testing and it looks like the mob spawning got glitched again. Should be fixed now.