Reference
Description
A reference property is a property that references another block in Minecraft and as such only requires the data value to be a string of the block you want.
Data Object
Block / block
/ String
block
/ StringBlock refers to the block id you would like to reference for all your block properties to be from.
Example
{
"type": "reference",
"block": "minecraft:dirt"
}
Last updated
Was this helpful?