9 lines
290 B
JSON
9 lines
290 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||
|
|
"$id": "blockception.minecraft.behaviour.blocks.1.10.0.minecraft.breakonpush",
|
||
|
|
"additionalProperties": false,
|
||
|
|
"type": "boolean",
|
||
|
|
"title": "Break on push 1.10.0",
|
||
|
|
"description": "When pushed by a piston the block breaks."
|
||
|
|
}
|