Skip to content

Conversation

@ErrorCraft
Copy link
Owner

Moves the placeable on fluid behaviour to the block component.

Changes

Behaviour Components

  • Expanded minecraft:block.
    • Added an optional passes field, which is a list of strings that allows its user to place a block given a certain context.
      • block: Allows the user to place the block on another block.
      • fluid: Allows the user to place the block on a fluid.
    • Its default value is ["block"].
      Example:
       {
         "block": "minecraft:lily_pad",
         "passes": [
           "fluid"
         ]
       }

@ErrorCraft ErrorCraft merged commit 3bf9117 into 0.3.0 Dec 23, 2025
2 of 4 checks passed
@ErrorCraft ErrorCraft deleted the block-extensions branch December 23, 2025 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants