Half_Block
Server/Item/Interactions/Block/Half_Block.json, 476 B
Fields
| Field | Type |
|---|---|
Type | string |
Matchers | array[1] |
Next | object |
Failed | string |
Source
{
"Type": "BlockCondition",
"Matchers": [
{
"Block": {
"Id": "Rock_Stone",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
],
"Next": {
"Type": "ChangeState",
"Changes": {
"default": "Block"
},
"RequireBlockPlacement": true,
"Next": {
"Type": "ModifyInventory",
"AdjustHeldItemQuantity": -1,
"RequiredGameMode": "Adventure"
}
},
"Failed": "Block_Secondary"
}