Skip to content

Commit

Permalink
Add amethyst farm post
Browse files Browse the repository at this point in the history
  • Loading branch information
linewriter1024 committed Jan 15, 2024
1 parent 21d1ca1 commit 6219280
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion akas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mappingtoolnews ../blog/tags/mappingtool
minetest-b https://github.com/tigris-mt/b
resume ../files/Benjamin Leskey Resume Public.pdf
roadtrip ../blog/roadtrip_intro
textengine ../blog/textengine_intro
textengine ../blog/tags/textengine
websitenews ../blog/tags/website
websiterepo https://github.com/linewriter1024/linewriter1024.github.io
wexlfu-tpt https://github.com/wexlfu/The_Paradise_Trap
33 changes: 33 additions & 0 deletions blog.in/minecraft_amethyst_farm.in.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<p>Through trial and error I have developed a kind of amethyst farm in Minecraft. It is neither pretty nor efficient, but it can be improved and it is easy to build. There are four parts to the system: the collection timer system, the piston matrix system, the allay collection system, and the transfer system. Each geode recieves its own copy of these systems, and the amethyst shards are transported to a central location.</p>

<h2>The Timer</h2>

<img src="../images/minecraft/amethyst_timer_system.png">

<p>The timer system is a etho hopper clock with five items that is turned into a counter by locking one of the hoppers. Every time a random tick is observed from the sapling, one item is released from the locked hopper. When all five items have been released, the piston matrix fires and the hopper clock resets.</p>

<p>This random tick counter is not the most efficient way to mine the amethyst, but it can be tuned and is better than losing valuable piston room to actually measure when the crystals grow.</p>

<h2>The Piston Matrix</h2>

<img src="../images/minecraft/amethyst_piston_matrix.png">

<p>The piston matrix itself is tied to the timer. When the timer activates, all the pistons activate too, breaking the crystals. Some of the crystals will be fully grown, and these will drop two amethyst shards for collection. The pistons will then deactivate, waiting for the next cycle and letting the allays access the dropped items.</p>

<h2>The Allay Collection</h2>

<img src="../images/minecraft/amethyst_allay.png">

<p>Two allays are positioned to cover the entire geode. When the amethyst shards are dropped by the piston matrix, the allays grab up the shards and carry them to a noteblock that fires every couple seconds. They throw the items, which are then collected by hopper and hopper minecart to be sent upstairs. Care must be taken that the allays cannot get stuck inside crevices of the geode.</p>

<h2>The Transfer</h2>

<img src="../images/minecraft/amethyst_transfer.png">

<p>The transfer system itself is simple: hopper minecarts collect the shards from the allay system and then put them into a dropped system powered by a clock, which shoots the items up into a water stream where they are collected in my base.</p>

<h2>Expansion</h2>

<img src="../images/minecraft/amethyst_expansion.png">

<p>This system can be connected by rail to any other geodes in the area, currently I am connected to one other geode but there is another geode ready have its own piston matrix installed.</p>
1 change: 1 addition & 0 deletions blog.in/posts.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
post minecraft_amethyst_farm "First Version of an Amethyst Farm" 2024-01-14 "games minecraft"
post cdda_improvements "Recent great improvements in Cataclysm: DDA" 2023-11-02 "games cdda"
post cdda_arcana_technoclysm "Arcana Technoclysm: A small mod for Cataclysm: DDA" 2023-10-20 "software games cdda"
POST_BLURB="Sci-fi, history, Mark Twain!" POST_INTERNAL="reading_list#2023-10-06" post reading_list_3 "Reading list update #3" 2023-10-06 "reading discovery"
Expand Down
Binary file added images/minecraft/amethyst_allay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/minecraft/amethyst_expansion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/minecraft/amethyst_piston_matrix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/minecraft/amethyst_timer_system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/minecraft/amethyst_transfer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6219280

Please sign in to comment.