Custom Mushroom Type (Block Condition Type) - MerchantCalico/bovines-and-buttercups-archive GitHub Wiki
Tests to see if a block's type is bovinesandbuttercups:custom_mushroom and if its associated mushroom type's resource location matches a given resource location.
Type Resource Location: bovinesandbuttercups:custom_mushroom_type
Introduced In: 1.3.0
Fields
| Field | Type | Default | Description |
|---|---|---|---|
location |
[Resource Location](/MerchantCalico/bovines-and-buttercups-archive/wiki/Resource-Location-(Data-Type)) | Defines the flower type resource location to be used in checks. |
Example
"condition": {
"type": "bovinesandbuttercups:custom_mushroom_type",
"location": "example:super_mushroom"
}
This example checks if a block is a Custom Flower with the example:super_mushroom type.