Skip to content

Custom Flower Type (Block Condition Type)

Pug edited this page Mar 16, 2023 · 2 revisions

Tests to see if a block's type is bovinesandbuttercups:custom_flower and if its associated flower type's resource location matches a given resource location.

Type Resource Location: bovinesandbuttercups:custom_flower_type

Introduced In: 1.3.0

Fields

Field Type Default Description
location Resource Location Defines the flower type resource location to be used in checks.

Example

"condition": {
  "type": "bovinesandbuttercups:custom_flower_type",
  "location": "example:ice_flower"
}

This example checks if a block is a Custom Flower with the example:ice_flower type.

Clone this wiki locally