Green Chalk Slab
16×16 · BAKED

block· Slabs

Green Chalk Slab

Dye Color:
Nature's Spirit · by Team Hibiscus
block Chalk SlabsChalk Slabs

Green Chalk Slab is a block from Nature's Spirit, crafted from Green Chalk.

Acquisition

Crafting using Green Chalk, Green Chalk and Green Chalk, arranged in the pattern shown. Produces 6× Green Chalk Slab.

Crafting
Green Chalk Slab Green Chalk Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Green Chalk Slab1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
natures_spirit:green_chalk_slab
Namespace
natures_spirit
Mod ID
natures_spirit
Tags (2)
natures_spirit:blocks/chalk_slabs
natures_spirit:items/chalk_slabs

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "natures_spirit:green_chalk"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "natures_spirit:green_chalk"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "green_chalk",
  "experience": null,
  "cooking_time": null
}