Automated Blaze Grinder: Difference between revisions

From MC Public Wiki
Jump to navigation Jump to search
(derp)
(Images)
Line 12: Line 12:
   Under Construction.
   Under Construction.


==Overview==
==Introduction==
[[Player:totemo|totemo]] designed and built this blaze grinder on [[PvE_r7|PvE revision 7]] for public use.  The design was loosely based on [http://www.youtube.com/watch?v=nrtcJ4c_6oQ Ethos's Blaze XP Farm], but departed from Etho's design in an attempt to address perceived deficiencies when implemented on a server.  Specifically, it was observed that when Etho's design was constructed on [[PvE_r6|revision 6]]:
 
* Sometimes, the blocks (pushed by sticky pistons) that concentrate blazes in the centre of the trap would get stuck in the extended position, and
* Redstone repeaters would frequently get stuck in the "on" state.  This was apparently due to redstone not updating properly after a server restart.  That is, redstone had to be quiescent immediately prior to a restart in order to avoid problems.


==Revision A==
==Revision A==
<gallery widths="300" heights="200">
2012-02-24_06.40.47.png
2012-02-24_06.44.20.png
2012-02-25_04.25.27.png
2012-05-13_16.13.05.png
2012-05-13_16.14.27.png
2012-05-13_16.22.44.png
</gallery>


==Revision B==
==Revision B==
For a time, minecarts were disabled on [[PvE_r7|PvE]], following the discovery of a duplication glitch.  When they were finally re-enabled, they had been rigged such that the rider always entered the cart upon placing it on the rails.  It was no longer possible to use riderless carts as a timing mechanism.  Somewhat reluctantly, the timer was redesigned to use a chain of redstone repeaters.
<gallery widths="300" heights="200">
2012-05-14_17.13.07.png
2012-05-13_16.13.33.png
</gallery>


==Design Review==
==Design Review==

Revision as of 23:12, 16 May 2012

Automated Blaze Grinder
File:Derp
Location
Server PvE
Map revision 7
Coordinates 158, -180
Creators
Contributors totemo
Timeline
Started 2012-02-23
 Under Construction.

Introduction

totemo designed and built this blaze grinder on PvE revision 7 for public use. The design was loosely based on Ethos's Blaze XP Farm, but departed from Etho's design in an attempt to address perceived deficiencies when implemented on a server. Specifically, it was observed that when Etho's design was constructed on revision 6:

  • Sometimes, the blocks (pushed by sticky pistons) that concentrate blazes in the centre of the trap would get stuck in the extended position, and
  • Redstone repeaters would frequently get stuck in the "on" state. This was apparently due to redstone not updating properly after a server restart. That is, redstone had to be quiescent immediately prior to a restart in order to avoid problems.

Revision A

Revision B

For a time, minecarts were disabled on PvE, following the discovery of a duplication glitch. When they were finally re-enabled, they had been rigged such that the rider always entered the cart upon placing it on the rails. It was no longer possible to use riderless carts as a timing mechanism. Somewhat reluctantly, the timer was redesigned to use a chain of redstone repeaters.


Design Review

Pros

  • No sticky pistons used (it was both cheaper (slime is initially very scarce) and more reliable (since blocks can get stuck in the extended position, but non-sticky pistons can't)
  • Minimal use of repeaters (but: never saw a stuck repeater, maybe just because it wasn't used enough)
  • The redstone circuitry in revision A was very simple.

Cons

  • One block width of the spawnable area around the spawner was obstructed - it is 8x8, but the spawning room was 7x7.
  • Blazes not in the crushing chamber were not moved 8 blocks away (down) from the spawner. Doing so would have allowed unlimited blazes to accumulate and may have improved the spawning rate. This can probably be remedied in the PvE revision 8 version.
  • Crusher timing was not automatic.