Yellow Candle Holder
supplementaries:candle_holder_yellow

Yellow Candle Holder

Supplementaries · by MehVahdJukaar, Plantkillable
block Candle HoldersCandle Holders

Acquisition

Crafting using Sulfur Dust and Candle Holder, in any arrangement. Produces Yellow Candle Holder.

Crafting ⇆ any arrangement conditional
Sulfur Dust
Candle Holder
Yellow Candle Holder Yellow Candle Holder guaranteed

Crafting using Yellow Candle and Iron Ingot, arranged in the pattern shown. Produces Yellow Candle Holder.

Crafting conditional
Yellow Candle
Iron Ingot
Yellow Candle Holder Yellow Candle Holder guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Candle Holder1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
supplementaries:candle_holder_yellow
Namespace
supplementaries
Mod ID
supplementaries
Tags (2)
supplementaries:blocks/candle_holders
supplementaries:items/candle_holders

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/yellow"
    },
    {
      "item": "supplementaries:candle_holder"
    }
  ],
  "conditions": [
    {
      "raw": {
        "flag": "candle_holder",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " C ",
    " N "
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:yellow_candle"
    },
    "N": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "candle_holder",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": "candle_holder",
  "experience": null,
  "cooking_time": null
}