alexscaves:rock_candy_magenta

Magenta Rock Candy

Alex's Caves · by Alexthe668, Noonyeyz
block Rock CandiesRock Candies

Magenta Rock Candy is a block from Alex's Caves, crafted from Sugar, Peppermint Powder, and Any Magenta Dye.

Acquisition

Crafting using Sugar, Peppermint Powder, Sugar, Peppermint Powder, Any Magenta Dye, Peppermint Powder, Sugar, Peppermint Powder and Sugar, arranged in the pattern shown. Produces 4× Magenta Rock Candy.

Crafting
Sugar
Peppermint Powder
Sugar
Peppermint Powder
Any Magenta Dye
Peppermint Powder
Sugar
Peppermint Powder
Sugar
Magenta Rock Candy ×4 guaranteed

Crafting using Pink Rock Candy, Pink Rock Candy, Pink Rock Candy, Pink Rock Candy, Any Magenta Dye, Pink Rock Candy, Pink Rock Candy, Pink Rock Candy and Pink Rock Candy, arranged in the pattern shown. Produces 8× Magenta Rock Candy.

Crafting
Magenta Rock Candy ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Magenta Rock Candy1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
alexscaves:rock_candy_magenta
Namespace
alexscaves
Mod ID
alexscaves
Tags (2)
alexscaves:blocks/rock_candies
alexscaves:items/rock_candies

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SPS",
    "PDP",
    "SPS"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:dyes/magenta"
    },
    "P": {
      "item": "alexscaves:peppermint_powder"
    },
    "S": {
      "item": "minecraft:sugar"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "LLL",
    "LDL",
    "LLL"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:dyes/magenta"
    },
    "L": {
      "tag": "alexscaves:rock_candies"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}