blue_skies:moonstone_block

Block of Moonstone

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block Moonstone Storage BlockMoonstone Storage BlockPickaxe Mineable

Block of Moonstone is a block from Blue Skies, crafted from Moonstone Crystal.

Acquisition

Crafting using Moonstone Crystal, Moonstone Crystal, Moonstone Crystal and Moonstone Crystal, arranged in the pattern shown. Produces Block of Moonstone.

Crafting
Moonstone Crystal
Moonstone Crystal
Moonstone Crystal
Moonstone Crystal
Block of Moonstone guaranteed

Crafting using Moonstone, Moonstone, Moonstone, Moonstone, Moonstone, Moonstone, Moonstone, Moonstone and Moonstone, arranged in the pattern shown. Produces Block of Moonstone.

Crafting
Moonstone
Moonstone
Moonstone
Moonstone
Moonstone
Moonstone
Moonstone
Moonstone
Moonstone
Block of Moonstone guaranteed

Mining & drops

sourcecountchanceconditions
Block of Moonstone1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
blue_skies:moonstone_block
Namespace
blue_skies
Mod ID
blue_skies
Tags (3)
blue_skies:blocks/storage_blocks/moonstone
blue_skies:items/storage_blocks/moonstone
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "blue_skies:moonstone_crystal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "blue_skies:gems/moonstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}