Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platforms
Supported environments
Creators
Details
Licensed Apache-2.0
Published 3 months ago
Updated last week
Changelog
In this preview version a crash and visual bug regarding item holders was fixed and the block behaviour was expanded slightly.
Changes
Item Behaviour Components
minecraft:block
- Added a new optional field called
passes:- Its value is a list of strings that allows its user to place a block given a certain context.
- It replaces the need to use the
minecraft:useable_on_blockbehaviour component. - The default value is
["block"]. - Possible values:
block: Allows the user to place the block on another block.fluid: Allows the user to place the block on a fluid.
- Example from
minecraft:lily_pad:{ "block": "minecraft:lily_pad", "passes": [ "fluid" ] }
Fixes
- Fixed a crash when dropping all items from an item holder.
- Fixed the item bar display for item holders with capacities that don't have a value of 1.
Dependencies
Files
Metadata
Release channel
BetaVersion number
0.3.0-preview.2Loaders
Game versions
1.20.5–1.20.6Environment
Client and server, required on both
Downloads
11Publication date
December 23, 2025 at 9:41 PMPublisher
ErrorCraft
Member


