Skip to content

Sieves and things docs #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Auto Hammer
sidebar_position: 8
tags:
- sieves and things
- automation
---

The Auto Hammer is a fully automated version of your regular Hammer.

**How to Use:**

1. Place down a container.
2. Place the Auto Hammer on top of that container.
3. Place a second container on top of the Auto Hammer.
4. Insert hammerable blocks into the top container.
5. Watch as the blocks get hammered and sent to the bottom container.

*Note: a "container" can be a Chest, Barrel, or even a Hopper.*

**Hammer Conversions:**

* Cobble -> Gravel
* Gravel -> Dirt
* Dirt -> Sand
* Sandstone -> Sand
* Sand -> Dust
* Red Sand -> Dust
* Red Sandstone -> Red Sand
* Netherrack -> Crushed Netherrack
* Basalt -> Crushed Basalt
* Endstone -> Crushed Endstone
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Botany Pots
sidebar_position: 1
tags:
- sieves and things
- automation
---

Botany Pots are small Copper pots that can grow Crops and Saplings, then automatically deposit the drops into a container.

**How to Use (Without Container):**

1. Place down a Botany Pot.
2. Add Compost to the Botany Pot *(see "Compost" below for more)*.
3. Add any Crop or Sapling to the pot.
4. Wait for the Crop or Sapling to fully grow, then harvest.

**How to Use (With Container):**

1. Place down a container *(Chest or Barrel)*.
2. Place a Botany Pot on top of the container.
3. Add Compost to the Botany Pot *(see "Compost" below for more)*.
4. Add any Crop or Sapling to the pot.
5. Wait for the Crop or Sapling to fully grow, and the loot will be placed in the container.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Clay Crucible
sidebar_position: 5
tags:
- sieves and things
- automation
---

The Clay Crucible is similar to the Wooden Crucible, except it can be placed on a Campfire and used to make Lava or Water.

**How to Make Lava**:

1. Place down a lit Campfire.
2. Place the Clay Crucible on top.
3. Insert a block of Cobblestone, and wait for it to convert to Lava.
4. Repeat two more times.
5. Use a Bucket to scoop up the Lava.

**How to Make Water**:

1. Place down a lit Campfire.
2. Place the Clay Crucible on top.
3. Insert any Leaf block, and wait for it to convert to Water.
4. Repeat two more times.
5. Use a Bucket to scoop up the Water.
15 changes: 15 additions & 0 deletions docs/marketplace/Addons/sieves-and-things/automation/clay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Clay
sidebar_position: 4
tags:
- sieves and things
- automation
---

Clay can be created from Dust in a Crucible.

**How to Make Clay:**

1. Fill a Crucible with water.
2. Interact with the full Crucible while holding a Dust Block.
3. Watch as it converts to a Clay Block.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Cobblestone/Basalt Generators
sidebar_position: 6
tags:
- sieves and things
- automation
---

### Cobblestone Generators

They do what the name implies—Cobblestone Generators generate Cobblestone.

**Usage:**

1. Place a Chest or Barrel.
2. Place a Cobblestone Generator on top.
3. Watch as Cobblestone is placed in the Chest.

There are different tiers of Generators that increase speed/output. Click below to read more.

*Although a container isn't necessary, you won’t be able to retrieve the Cobblestone without one. You can also place a container above the Generator as well as below it.*

### Basalt Generators

Just like Cobblestone Generators, Basalt Generators generate Basalt.

**Usage:**

1. Place a Chest or Barrel.
2. Place a Basalt Generator on top.
3. Watch as Basalt is placed in the Chest.

There are different tiers of Generators that increase speed/output. Click below to read more.

*Although a container isn't necessary, you won’t be able to retrieve the Basalt without one. You can also place a container above the Generator as well as below it.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Tiers
sidebar_position: 2
tags:
- sieves and things
- automation
---

Cobblestone and Basalt Generators come in different tiers that yield different results.

**Tiers:**

* Cobblestone – 1 block/sec
* Iron – 8 blocks/sec
* Gold – 16 blocks/sec
* Diamond – 32 blocks/sec
* Netherite – 64 blocks/sec
14 changes: 14 additions & 0 deletions docs/marketplace/Addons/sieves-and-things/automation/compost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Compost
sidebar_position: 2
tags:
- sieves and things
- automation
---

Compost is required for Botany Pots and can also be used as decoration.

**How to Obtain:**

* Craft any 4 Dirt- or Grass-type blocks to obtain Compost Blocks.
* Use a Sickle on a full Composter to remove the block.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Compressed Blocks
sidebar_position: 7
tags:
- sieves and things
- automation
---

Since we can generate huge amounts of blocks, we need a way to store them. That’s where Compressed Blocks come into play.

**How to Craft:**

1. Take 9 of any compressible block (e.g., Cobblestone).
2. Place all 9 blocks in a Crafting Table.
3. Take the Compressed version.

**Compressible Blocks:**

* Clay
* Cobblestone
* Stone
* Dirt
* Dust
* Endstone
* Gravel
* Sand
* Red Sand
* Netherrack
* Soul Sand
* Soul Soil

*You can also compress Compressed Blocks to make Double Compressed and even Triple Compressed versions.*
21 changes: 21 additions & 0 deletions docs/marketplace/Addons/sieves-and-things/automation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Automation
sidebar_position: 3
tags:
- sieves and things
- automation
---

Now that you have a sieve, some tools and a few resources, you can start automating your resource generation.

Below you will find a list of topics to help you automate your resource generation.

- [Botany Pots](./botany-pots)
- [Compost](./compost)
- [Wooden Crucible](./wooden-crucible)
- [Clay](./clay)
- [Clay Crucible](./clay-crucible)
- [Cobblestone/Basalt Generator](./cobble-gen)
- [Tiers](./cobble-gen/tiers)
- [Compressed Blocks](./compressed-blocks)
- [Auto Hammer](./auto-hammer)
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Wooden Crucible
sidebar_position: 3
tags:
- sieves and things
- automation
---

The Wooden Crucible is a basic cauldron-like block used to generate water.

**How to Use:**

1. Place down a Wooden Crucible.
2. Insert any Leaf block, and wait for it to convert to water.
3. Repeat two more times.
4. Use a Bucket to remove the water.

*You can also click below to learn how to make Clay with the Crucible.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Crooks
sidebar_position: 2
tags:
- sieves and things
- getting started
---

Crooks are vital for resource gathering and can be crafted from Wood, Cobblestone, Iron, Gold, Diamond, or Netherite.

**How to Use:**
1. Break Dirt or Grass blocks with any Crook to obtain materials such as Saplings and various Seeds.
2. Break any type of Leaf Block with any Crook to collect Leaf Worms.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Hammers
sidebar_position: 3
tags:
- sieves and things
- getting started
---

## Hammer

The Hammer is a new tool that lets players break down blocks into different ones.

There are 6 Hammers: Wood, Stone, Iron, Gold, Diamond, and Netherite—each one more durable and quicker than the last.

For example, if you break Dirt with the Hammer, it will convert into Sand. Below is a full list of block conversions:

**Hammer Conversions:**
- Cobble -> Gravel
- Gravel -> Dirt
- Dirt -> Sand
- Sandstone -> Sand
- Sand -> Dust
- Red Sand -> Dust
- Red Sandstone -> Red Sand
- Netherrack -> Crushed Netherrack
- Basalt -> Crushed Basalt
- Endstone -> Crushed Endstone
- Stone, Granite, Diorite & Andesite -> Gravel
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Sickles
sidebar_position: 4
tags:
- sieves and things
- getting started
---

## Sickle

The Sickle is a great farming tool to harvest multiple crops at once.

There are 6 Sickles: Wood, Stone, Iron, Gold, Diamond, and Netherite—each one more durable and quicker than the last.

**Usage:**
- Breaking Leaves and foliage with a Sickle will result in other similar blocks being removed at the same time (within a 5-block radius).
- Interacting with crops will harvest them and any other ready crop near it (within a 5-block radius). This will also replant the crops; however, it doesn't work on Pumpkins and Melons.

*Can also be enchanted similar to a Hoe.*
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Trowels
sidebar_position: 1
tags:
- sieves and things
- getting started
---

## Trowels

Trowels are like a mini shovel to help with rock collecting and can be crafted from Wood, Cobblestone, Iron, Gold, Diamond, or Netherite.

How to Use:
1. With any Trowel in hand, interact with Grass or Dirt.
2. Collect your Rocks.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Gathering Materials
sidebar_position: 2
tags:
- sieves and things
- getting started
---

The first and easiest step in gathering materials is collecting rocks!

**How to:**
1. Find a patch of Grass or Dirt.
2. Sneak and punch the patch of Grass with an empty hand.
3. Collect your Rocks.

There are four types of Rocks: Stone, Andesite, Diorite, and Granite.

If you combine 4 of them together, you can make the corresponding blocks: Cobblestone, Andesite, Diorite, and Granite Blocks.

*This function can be turned off in the player settings tab*
29 changes: 29 additions & 0 deletions docs/marketplace/Addons/sieves-and-things/gettingstarted/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Getting Started
sidebar_position: 1
tags:
- sieves and things
- getting started
---

## Getting Started

Your Journey Begins Here!

Discover the fundamentals of the **Add-On** and master the essential skills for creating and gathering resources from the ground up.

Below you'll find a list of topics to help you get started, from gathering materials to using sieves effectively.

- [Gathering materials](./gathering)
- [Stone crafting table](./stone-crafting-table)
- Tools
- [Trowels](Tools/trowels.md)
- [Crooks](Tools/crooks.md)
- [Hammers](Tools/hammers.md)
- [Sickles](Tools/sickles.md)
- [Leaf worms](./leaf-worms)
- [String](./string)
- [Meshes](./meshes)
- [Sieves](./sieves)
- [Sievable Blocks](./sieves/sievable-blocks.mdx)
- [Sneak-to-grow](./sneak-to-grow)
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Leaf Worms
sidebar_position: 4
tags:
- sieves and things
- getting started
---

Leaf Worms are versatile little creatures; not only do they help create new materials, but they are also a great source of food!

**How to Use:**
1. With a Leaf Worm in hand, interact with any type of leaves. It will instantly turn into a Dead Leaf.
2. Wait a while, and the surrounding leaves will also be converted into Dead Leaves.
3. After the leaves are converted, break Dead Leaves to get String.

**How to Eat:**
- Leaf Worms can be cooked in a furnace to make them edible.
- Alternatively, you can craft 1 Sugar and a Leaf Worm to make a Gummy Worm.
Loading