Basic Stone Table - MCreator-Examples/Tale-of-Biomes GitHub Wiki

[!NOTE] This page is updated to 0.11.0-INDEV.
Older versions may be different.

📖 Overview

The Basic Stone Table is an early game crafting table that can craft basic stone blocks. There is a recipe helper system built-in into the crafting station.

Block Types

This station can craft the following block types.

  • Full Blocks
  • Stairs
  • Slabs
  • Walls
  • Buttons
  • Pressure Plates

Block Material

This station supports the following material types.

  • Basalt
  • Marble
  • Shale

🔧 Crafting

Before 0.11.0-Indev it was possible to craft basic tool tables in the player's inventory.

As of 0.11.0-Indev, the player can craft a Tale of Biomes crafting table using logs which then can craft the following recipes.

basic_stone_table_recipe

  • Eldenmoor Stone
    • And blocks under the tale_of_biomes:stone/eldenmoor item tag.
  • Eldenmoor Logs
    • And blocks under the tale_of_biomes:logs/eldenmoor item tag.

📑 Changelog

  • 0.5.0-INDEV
    • Added block for the Basic Stone Table.
  • 0.7.0-INDEV
    • Added recipe helper to the Basic Stone Table.
    • Added Basalt block recipes to the Basic Stone Table.
    • Added Marble block recipes to the Basic Stone Table.
    • Added Shale block recipes to the Basic Stone Table.
    • Added tag cycle support for the Basic Stone Table recipe helper.
  • 0.11.0-INDEV
    • Removed vanilla crafting recipe support.
    • Added ToB Crafting Table support.