mcutils:scrape_wax 
Vanilla scrape wax block behavior.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| block | string | ||
| particle_effect | string | minecraft:wax_particle | |
| sound_effect | string | copper.wax.off | 
Examples 
Waxed Copper Bulb 
json
{
  "format_version": "1.21.120",
  "minecraft:block": {
    "description": {
      "identifier": "wiki:custom_waxed_copper_bulb",
      "states": {
        "mcutils:powered": [false, true],
        "mcutils:lit": [false, true]
      }
    },
    "components": {
      "minecraft:tick": {
        "interval_range": [0, 0],
        "looping": true
      },
      "mcutils:scrape_wax": {
        "block": "wiki:copper_bulb"
      },
      "mcutils:copper_bulb": {
        "lit_state": "mcutils:lit",
        "powered_state": "mcutils:powered"
      }
    }
  }
}