diff --git a/docs/marketplace/Addons/sieves-and-things/automation/auto-hammer.md b/docs/marketplace/Addons/sieves-and-things/automation/auto-hammer.md new file mode 100644 index 0000000..ef7d068 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/auto-hammer.md @@ -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 diff --git a/docs/marketplace/Addons/sieves-and-things/automation/botany-pots.md b/docs/marketplace/Addons/sieves-and-things/automation/botany-pots.md new file mode 100644 index 0000000..2ba2853 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/botany-pots.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/automation/clay-crucible.md b/docs/marketplace/Addons/sieves-and-things/automation/clay-crucible.md new file mode 100644 index 0000000..e43d8ff --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/clay-crucible.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/automation/clay.md b/docs/marketplace/Addons/sieves-and-things/automation/clay.md new file mode 100644 index 0000000..fb3c5e6 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/clay.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/automation/cobble-gen/index.md b/docs/marketplace/Addons/sieves-and-things/automation/cobble-gen/index.md new file mode 100644 index 0000000..6e5bb96 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/cobble-gen/index.md @@ -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.* diff --git a/docs/marketplace/Addons/sieves-and-things/automation/cobble-gen/tiers.md b/docs/marketplace/Addons/sieves-and-things/automation/cobble-gen/tiers.md new file mode 100644 index 0000000..2046a86 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/cobble-gen/tiers.md @@ -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 diff --git a/docs/marketplace/Addons/sieves-and-things/automation/compost.md b/docs/marketplace/Addons/sieves-and-things/automation/compost.md new file mode 100644 index 0000000..b7f133a --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/compost.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/automation/compressed-blocks.md b/docs/marketplace/Addons/sieves-and-things/automation/compressed-blocks.md new file mode 100644 index 0000000..13c857c --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/compressed-blocks.md @@ -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.* diff --git a/docs/marketplace/Addons/sieves-and-things/automation/index.md b/docs/marketplace/Addons/sieves-and-things/automation/index.md new file mode 100644 index 0000000..3d8729e --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/index.md @@ -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) diff --git a/docs/marketplace/Addons/sieves-and-things/automation/wooden-crucible.md b/docs/marketplace/Addons/sieves-and-things/automation/wooden-crucible.md new file mode 100644 index 0000000..1e564c1 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/automation/wooden-crucible.md @@ -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.* diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/crooks.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/crooks.md new file mode 100644 index 0000000..9c819a3 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/crooks.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/hammers.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/hammers.md new file mode 100644 index 0000000..d92480b --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/hammers.md @@ -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 diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/sickles.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/sickles.md new file mode 100644 index 0000000..75f5234 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/sickles.md @@ -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.* diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/trowels.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/trowels.md new file mode 100644 index 0000000..3861953 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/Tools/trowels.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/gathering.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/gathering.md new file mode 100644 index 0000000..b9bf59f --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/gathering.md @@ -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* diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/index.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/index.md new file mode 100644 index 0000000..e9b0c80 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/index.md @@ -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) diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/leaf-worms.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/leaf-worms.md new file mode 100644 index 0000000..098277b --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/leaf-worms.md @@ -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. diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/meshes.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/meshes.md new file mode 100644 index 0000000..1bba173 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/meshes.md @@ -0,0 +1,16 @@ +--- +title: Meshes +sidebar_position: 6 +tags: + - sieves and things + - getting started +--- + +Mesh is one of the main components for using the Sieves. Mesh can be upgraded in tiers. + +**Types of Mesh:** +- String +- Flint +- Iron +- Diamond +- Emerald diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/diamond.mdx b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/diamond.mdx new file mode 100644 index 0000000..22ce29d --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/diamond.mdx @@ -0,0 +1,121 @@ +### Dirt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Stone Rock** | 100.00% | +| **Wheat Seeds** | 17.24% | +| **Reeds** | 13.79% | +| **Pumpkin Seeds** | 13.79% | +| **Beetroot Seeds** | 10.34% | +| **Melon Seeds** | 13.79% | +| **Hanging Roots** | 10.34% | +| **Potato** | 8.62% | +| **Carrot** | 8.62% | +| **Brown Mushroom** | 1.72% | +| **Red Mushroom** | 1.72% | + +--- + +### Dust + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Redstone** | 14.13% | +| **Gunpowder** | 10.87% | +| **Dye** | 10.87% | +| **Glowstone Dust** | 8.70% | +| **Blaze Powder** | 8.70% | +| **Amethyst Shard** | 8.70% | +| **Echo Shard** | 2.17% | +| **Iron Scrap** | 21.74% | +| **Gold Scrap** | 14.13% | + +--- + +### Gravel + +| **_Item_** | **_Drop Chance_** | +|-----------------------|-------------------| +| **Flint** | 20.00% | +| **Sniffer Egg** | 0.57% | +| **Coal** | 17.14% | +| **Iron Scrap** | 22.86% | +| **Copper Scrap** | 14.86% | +| **Pointed Dripstone** | 1.71% | +| **Diamond Scrap** | 5.71% | +| **Emerald Scrap** | 5.71% | +| **Lapis Lazuli** | 11.43% | + +--- + +### Sand + +| **_Item_** | **_Drop Chance_** | +|-------------------------|-------------------| +| **Iron Scrap** | 29.85% | +| **Cactus** | 8.96% | +| **Prismarine Shard** | 8.96% | +| **Prismarine Crystals** | 8.96% | +| **Ink Sac** | 8.96% | +| **Sea Pickle** | 8.96% | +| **Kelp** | 8.96% | +| **Sponge** | 2.99% | +| **Waterlily** | 10.45% | +| **Turtle Egg** | 2.99% | + +--- + +### Red Sand + +| **_Item_** | **_Drop Chance_** | +|-----------------|-------------------| +| **Bamboo** | 13.56% | +| **Gold Scrap** | 33.90% | +| **Reeds** | 11.86% | +| **Cocoa Beans** | 13.56% | +| **Melon Seeds** | 13.56% | +| **Vine** | 13.56% | + +--- + +### Soul Sand + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Blaze Powder** | 12.50% | +| **Nether Wart** | 12.50% | +| **Quartz** | 31.25% | +| **Glowstone Dust** | 15.62% | +| **Ghast Tear** | 7.81% | +| **Gold Scrap** | 20.31% | + +--- + +### Crushed Netherrack + +| **_Item_** | **_Drop Chance_** | +|---------------------|-------------------| +| **Quartz** | 53.57% | +| **Netherite Scrap** | 14.29% | +| **Gold Scrap** | 32.14% | + +--- + +### Crushed Endstone + +| **_Item_** | **_Drop Chance_** | +|-------------------|-------------------| +| **Chorus Fruit** | 46.67% | +| **Ender Pearl** | 46.67% | +| **Chorus Flower** | 6.67% | + +--- + +### Crushed Basalt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Magma Cream** | 41.38% | +| **Nether Wart** | 17.24% | +| **Glowstone Dust** | 24.14% | +| **Blaze Rod** | 17.24% | diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/emerald.mdx b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/emerald.mdx new file mode 100644 index 0000000..3ffb193 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/emerald.mdx @@ -0,0 +1,121 @@ +### Dirt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Stone Rock** | 100.00% | +| **Wheat Seeds** | 21.13% | +| **Reeds** | 11.27% | +| **Pumpkin Seeds** | 11.27% | +| **Melon Seeds** | 11.27% | +| **Beetroot Seeds** | 9.86% | +| **Potato** | 11.27% | +| **Hanging Roots** | 9.86% | +| **Carrot** | 11.27% | +| **Brown Mushroom** | 1.41% | +| **Red Mushroom** | 1.41% | + +--- + +### Dust + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Redstone** | 16.67% | +| **Gunpowder** | 11.11% | +| **Dye** | 4.44% | +| **Glowstone Dust** | 11.11% | +| **Blaze Powder** | 11.11% | +| **Amethyst Shard** | 4.44% | +| **Echo Shard** | 2.22% | +| **Iron Scrap** | 22.22% | +| **Gold Scrap** | 16.67% | + +--- + +### Gravel + +| **_Item_** | **_Drop Chance_** | +|-----------------------|-------------------| +| **Flint** | 9.38% | +| **Sniffer Egg** | 0.62% | +| **Coal** | 18.75% | +| **Iron Scrap** | 25.00% | +| **Copper Scrap** | 18.75% | +| **Pointed Dripstone** | 2.50% | +| **Diamond Scrap** | 7.50% | +| **Emerald Scrap** | 7.50% | +| **Lapis Lazuli** | 10.00% | + +--- + +### Sand + +| **_Item_** | **_Drop Chance_** | +|-------------------------|-------------------| +| **Iron Scrap** | 24.39% | +| **Cactus** | 9.76% | +| **Prismarine Shard** | 9.76% | +| **Prismarine Crystals** | 9.76% | +| **Ink Sac** | 9.76% | +| **Sea Pickle** | 9.76% | +| **Kelp** | 9.76% | +| **Sponge** | 3.66% | +| **Waterlily** | 9.76% | +| **Turtle Egg** | 3.66% | + +--- + +### Red Sand + +| **_Item_** | **_Drop Chance_** | +|-----------------|-------------------| +| **Bamboo** | 15.87% | +| **Gold Scrap** | 31.75% | +| **Reeds** | 11.11% | +| **Cocoa Beans** | 15.87% | +| **Melon Seeds** | 12.70% | +| **Vine** | 12.70% | + +--- + +### Soul Sand + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Blaze Powder** | 14.29% | +| **Nether Wart** | 14.29% | +| **Quartz** | 28.57% | +| **Glowstone Dust** | 14.29% | +| **Ghast Tear** | 7.14% | +| **Gold Scrap** | 21.43% | + +--- + +### Crushed Netherrack + +| **_Item_** | **_Drop Chance_** | +|---------------------|-------------------| +| **Quartz** | 48.00% | +| **Netherite Scrap** | 16.00% | +| **Gold Scrap** | 36.00% | + +--- + +### Crushed Endstone + +| **_Item_** | **_Drop Chance_** | +|-------------------|-------------------| +| **Chorus Fruit** | 46.67% | +| **Ender Pearl** | 46.67% | +| **Chorus Flower** | 6.67% | + +--- + +### Crushed Basalt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Magma Cream** | 22.58% | +| **Nether Wart** | 38.71% | +| **Glowstone Dust** | 22.58% | +| **Blaze Rod** | 16.13% | diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/flint.mdx b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/flint.mdx new file mode 100644 index 0000000..aeb6514 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/flint.mdx @@ -0,0 +1,121 @@ +### Dirt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Stone Rock** | 100.00% | +| **Wheat Seeds** | 14.89% | +| **Reeds** | 14.89% | +| **Pumpkin Seeds** | 14.89% | +| **Beetroot Seeds** | 14.89% | +| **Melon Seeds** | 14.89% | +| **Potato** | 6.38% | +| **Hanging Roots** | 8.51% | +| **Carrot** | 6.38% | +| **Brown Mushroom** | 2.13% | +| **Red Mushroom** | 2.13% | + +--- + +### Dust + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Redstone** | 16.05% | +| **Gunpowder** | 7.41% | +| **Dye** | 24.69% | +| **Glowstone Dust** | 6.17% | +| **Blaze Powder** | 4.94% | +| **Amethyst Shard** | 2.47% | +| **Echo Shard** | 1.23% | +| **Iron Scrap** | 24.69% | +| **Gold Scrap** | 12.35% | + +--- + +### Gravel + +| **_Item_** | **_Drop Chance_** | +|-----------------------|-------------------| +| **Flint** | 27.40% | +| **Sniffer Egg** | 0.68% | +| **Coal** | 19.18% | +| **Iron Scrap** | 27.40% | +| **Copper Scrap** | 13.70% | +| **Pointed Dripstone** | 0.68% | +| **Diamond Scrap** | 1.37% | +| **Emerald Scrap** | 1.37% | +| **Lapis Lazuli** | 8.22% | + +--- + +### Sand + +| **_Item_** | **_Drop Chance_** | +|-------------------------|-------------------| +| **Iron Scrap** | 37.04% | +| **Cactus** | 9.26% | +| **Prismarine Shard** | 5.56% | +| **Prismarine Crystals** | 5.56% | +| **Ink Sac** | 9.26% | +| **Sea Pickle** | 9.26% | +| **Kelp** | 11.11% | +| **Sponge** | 1.85% | +| **Waterlily** | 9.26% | +| **Turtle Egg** | 1.85% | + +--- + +### Red Sand + +| **_Item_** | **_Drop Chance_** | +|-----------------|-------------------| +| **Bamboo** | 11.76% | +| **Gold Scrap** | 39.22% | +| **Reeds** | 13.73% | +| **Cocoa Beans** | 11.76% | +| **Melon Seeds** | 11.76% | +| **Vine** | 11.76% | + +--- + +### Soul Sand + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Blaze Powder** | 11.32% | +| **Nether Wart** | 11.32% | +| **Quartz** | 37.74% | +| **Glowstone Dust** | 15.09% | +| **Ghast Tear** | 5.66% | +| **Gold Scrap** | 18.87% | + +--- + +### Crushed Netherrack + +| **_Item_** | **_Drop Chance_** | +|---------------------|-------------------| +| **Quartz** | 62.07% | +| **Netherite Scrap** | 6.90% | +| **Gold Scrap** | 31.03% | + +--- + +### Crushed Endstone + +| **_Item_** | **_Drop Chance_** | +|-------------------|-------------------| +| **Chorus Fruit** | 46.67% | +| **Ender Pearl** | 46.67% | +| **Chorus Flower** | 6.67% | + +--- + +### Crushed Basalt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Magma Cream** | 24.14% | +| **Nether Wart** | 17.24% | +| **Glowstone Dust** | 41.38% | +| **Blaze Rod** | 17.24% | diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/iron.mdx b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/iron.mdx new file mode 100644 index 0000000..1f409a2 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/iron.mdx @@ -0,0 +1,121 @@ +### Dirt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Stone Rock** | 100.00% | +| **Wheat Seeds** | 15.69% | +| **Reeds** | 13.73% | +| **Pumpkin Seeds** | 13.73% | +| **Beetroot Seeds** | 13.73% | +| **Melon Seeds** | 13.73% | +| **Hanging Roots** | 9.80% | +| **Potato** | 7.84% | +| **Carrot** | 7.84% | +| **Brown Mushroom** | 1.96% | +| **Red Mushroom** | 1.96% | + +--- + +### Dust + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Redstone** | 15.85% | +| **Gunpowder** | 10.98% | +| **Dye** | 18.29% | +| **Glowstone Dust** | 4.88% | +| **Blaze Powder** | 4.88% | +| **Amethyst Shard** | 4.88% | +| **Echo Shard** | 1.22% | +| **Iron Scrap** | 24.39% | +| **Gold Scrap** | 14.63% | + +--- + +### Gravel + +| **_Item_** | **_Drop Chance_** | +|-----------------------|-------------------| +| **Flint** | 23.23% | +| **Sniffer Egg** | 0.65% | +| **Coal** | 19.35% | +| **Iron Scrap** | 25.81% | +| **Copper Scrap** | 15.48% | +| **Pointed Dripstone** | 1.29% | +| **Diamond Scrap** | 2.58% | +| **Emerald Scrap** | 2.58% | +| **Lapis Lazuli** | 9.03% | + +--- + +### Sand + +| **_Item_** | **_Drop Chance_** | +|-------------------------|-------------------| +| **Iron Scrap** | 33.90% | +| **Cactus** | 8.47% | +| **Prismarine Shard** | 8.47% | +| **Prismarine Crystals** | 8.47% | +| **Ink Sac** | 8.47% | +| **Sea Pickle** | 8.47% | +| **Kelp** | 10.17% | +| **Sponge** | 3.39% | +| **Waterlily** | 8.47% | +| **Turtle Egg** | 1.69% | + +--- + +### Red Sand + +| **_Item_** | **_Drop Chance_** | +|-----------------|-------------------| +| **Bamboo** | 12.73% | +| **Gold Scrap** | 36.36% | +| **Reeds** | 12.73% | +| **Cocoa Beans** | 12.73% | +| **Melon Seeds** | 12.73% | +| **Vine** | 12.73% | + +--- + +### Soul Sand + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Blaze Powder** | 11.86% | +| **Nether Wart** | 11.86% | +| **Quartz** | 33.90% | +| **Glowstone Dust** | 15.25% | +| **Ghast Tear** | 6.78% | +| **Gold Scrap** | 20.34% | + +--- + +### Crushed Netherrack + +| **_Item_** | **_Drop Chance_** | +|---------------------|-------------------| +| **Quartz** | 57.14% | +| **Netherite Scrap** | 10.71% | +| **Gold Scrap** | 32.14% | + +--- + +### Crushed Endstone + +| **_Item_** | **_Drop Chance_** | +|-------------------|-------------------| +| **Chorus Fruit** | 46.67% | +| **Ender Pearl** | 46.67% | +| **Chorus Flower** | 6.67% | + +--- + +### Crushed Basalt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Magma Cream** | 22.58% | +| **Nether Wart** | 16.13% | +| **Glowstone Dust** | 22.58% | +| **Blaze Rod** | 38.71% | diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/string.mdx b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/string.mdx new file mode 100644 index 0000000..e286027 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/_assets/meshdrops/string.mdx @@ -0,0 +1,121 @@ +### Dirt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Stone Rock** | 100.00% | +| **Wheat Seeds** | 15.91% | +| **Reeds** | 15.91% | +| **Pumpkin Seeds** | 15.91% | +| **Beetroot Seeds** | 15.91% | +| **Melon Seeds** | 15.91% | +| **Potato** | 4.55% | +| **Hanging Roots** | 6.82% | +| **Carrot** | 4.55% | +| **Brown Mushroom** | 2.27% | +| **Red Mushroom** | 2.27% | + +--- + +### Dust + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Redstone** | 17.33% | +| **Gunpowder** | 9.33% | +| **Dye** | 16.00% | +| **Glowstone Dust** | 8.00% | +| **Blaze Powder** | 6.67% | +| **Amethyst Shard** | 2.67% | +| **Echo Shard** | 1.33% | +| **Iron Scrap** | 26.67% | +| **Gold Scrap** | 12.00% | + +--- + +### Gravel + +| **_Item_** | **_Drop Chance_** | +|-----------------------|-------------------| +| **Flint** | 34.01% | +| **Sniffer Egg** | 0.68% | +| **Coal** | 10.88% | +| **Iron Scrap** | 27.21% | +| **Copper Scrap** | 12.24% | +| **Pointed Dripstone** | 2.72% | +| **Diamond Scrap** | 2.04% | +| **Emerald Scrap** | 2.04% | +| **Lapis Lazuli** | 8.16% | + +--- + +### Sand + +| **_Item_** | **_Drop Chance_** | +|-------------------------|-------------------| +| **Iron Scrap** | 39.22% | +| **Cactus** | 9.80% | +| **Prismarine Shard** | 3.92% | +| **Prismarine Crystals** | 3.92% | +| **Ink Sac** | 7.84% | +| **Sea Pickle** | 9.80% | +| **Kelp** | 11.76% | +| **Sponge** | 1.96% | +| **Waterlily** | 9.80% | +| **Turtle Egg** | 1.96% | + +--- + +### Red Sand + +| **_Item_** | **_Drop Chance_** | +|-----------------|-------------------| +| **Bamboo** | 10.64% | +| **Gold Scrap** | 42.55% | +| **Reeds** | 14.89% | +| **Cocoa Beans** | 10.64% | +| **Melon Seeds** | 10.64% | +| **Vine** | 10.64% | + +--- + +### Soul Sand + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Blaze Powder** | 10.42% | +| **Nether Wart** | 10.42% | +| **Quartz** | 41.67% | +| **Glowstone Dust** | 14.58% | +| **Ghast Tear** | 4.17% | +| **Gold Scrap** | 18.75% | + +--- + +### Crushed Netherrack + +| **_Item_** | **_Drop Chance_** | +|---------------------|-------------------| +| **Quartz** | 66.67% | +| **Netherite Scrap** | 3.33% | +| **Gold Scrap** | 30.00% | + +--- + +### Crushed Endstone + +| **_Item_** | **_Drop Chance_** | +|-------------------|-------------------| +| **Chorus Fruit** | 38.46% | +| **Ender Pearl** | 53.85% | +| **Chorus Flower** | 7.69% | + +--- + +### Crushed Basalt + +| **_Item_** | **_Drop Chance_** | +|--------------------|-------------------| +| **Magma Cream** | 29.17% | +| **Nether Wart** | 20.83% | +| **Glowstone Dust** | 29.17% | +| **Blaze Rod** | 20.83% | diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/index.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/index.md new file mode 100644 index 0000000..d346924 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/index.md @@ -0,0 +1,18 @@ +--- +title: Sieves +sidebar_position: 6 +tags: + - sieves and things + - getting started +--- + +Sieves are the most important blocks for resource gathering. With a Sieve, you can refine many blocks into new and different materials. + +Click the button below to find out which blocks are *sievable* and what they drop. + +**How to Use:** +1. Place down any Sieve. +2. Add any Mesh to the Sieve. +3. Insert a *sievable* block like Dirt or Gravel. +4. Keep interacting with the Sieve until the block disappears. +5. Pick up the loot, and repeat. diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/sievable-blocks.mdx b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/sievable-blocks.mdx new file mode 100644 index 0000000..206d0bd --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sieves/sievable-blocks.mdx @@ -0,0 +1,48 @@ +--- +title: Sievable Blocks +tags: + - sieves and things + - getting started +--- + +import TabItem from "@theme/TabItem"; +import Tabs from "@theme/Tabs"; +import * as stringMesh from "./_assets/meshdrops/string.mdx"; +import * as flintMesh from "./_assets/meshdrops/flint.mdx"; +import * as ironMesh from "./_assets/meshdrops/iron.mdx"; +import * as diamondMesh from "./_assets/meshdrops/diamond.mdx"; +import * as emeraldMesh from "./_assets/meshdrops/emerald.mdx"; + +## Sievable Blocks + +Many blocks can be *sieved.* Depending on the block and Mesh, you will get different results. + +Click a block below to find out what it drops and from what Mesh. + +:::info +No matter what Mesh, the block being sieved always drop the same loot. However, the higher the tier of the Mesh, the more likely you are to get better drops + +See the loot tables below for each block to find out more. +::: + +### Loot drops + +Click on a mesh below to see the loot drops and the chance of each drop. + + + + + + + + + + + + + + + + + + diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/sneak-to-grow.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sneak-to-grow.md new file mode 100644 index 0000000..0f6d567 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/sneak-to-grow.md @@ -0,0 +1,16 @@ +--- +title: Sneak-to-Grow +sidebar_position: 7 +tags: + - sieves and things + - getting started +--- + +## Sneak-to-grow + +Sieves & Things adds a unique Crop and Sapling growing mechanic. + +**How to:** +1. Stand next to any Crop or Sapling whilst holding a Sickle, Crook, or Hoe. +2. Repeatedly sneak then unsneak, and growth particles will show. +3. Poof!! Like magic, your Crop or Sapling has grown. diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/stone-crafting-table.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/stone-crafting-table.md new file mode 100644 index 0000000..6912437 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/stone-crafting-table.md @@ -0,0 +1,11 @@ +--- +title: Stone Crafting Table +sidebar_position: 3 +tags: + - sieves and things + - getting started +--- + +It's a Crafting Table built from Cobblestone... you know, for those times when wood is scarce. + +Not much else to say about it, really. diff --git a/docs/marketplace/Addons/sieves-and-things/gettingstarted/string.md b/docs/marketplace/Addons/sieves-and-things/gettingstarted/string.md new file mode 100644 index 0000000..d3a52c2 --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/gettingstarted/string.md @@ -0,0 +1,14 @@ +--- +title: String +sidebar_position: 5 +tags: + - sieves and things + - getting started +--- + +In **Sieves & Things**, there’s an alternate way of obtaining String… the Leaf Worm! + +**How to Obtain:** +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. diff --git a/docs/marketplace/Addons/sieves-and-things/index.mdx b/docs/marketplace/Addons/sieves-and-things/index.mdx new file mode 100644 index 0000000..2cdf22c --- /dev/null +++ b/docs/marketplace/Addons/sieves-and-things/index.mdx @@ -0,0 +1,18 @@ +--- +title: Sieves & Things +sidebar_position: 2 +tags: + - sieves and things +--- + +import {BedrockSlideshow} from "../../../../src/components/BedrockSlideshow/BedrockSlideshow"; + +## Welcome to Sieves & Things + +This **Add-On** is the perfect companion for any Survival adventure. + +Whether you're in a normal, flat, or Skyblock-style world, we've got you covered. + +There's lots to learn, but don't worry – this book has all the info you need. + + diff --git a/docs/marketplace/Addons/tinkers/index.mdx b/docs/marketplace/Addons/tinkers/index.mdx index b454961..6789ac3 100644 --- a/docs/marketplace/Addons/tinkers/index.mdx +++ b/docs/marketplace/Addons/tinkers/index.mdx @@ -1,5 +1,6 @@ --- title: Tinkers Construct +sidebar_position: 1 --- import {BedrockSlideshow} from "../../../../src/components/BedrockSlideshow/BedrockSlideshow";