Compatibility
Minecraft: Java Edition
1.21.11
1.21.8
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published last month
Updated last month
Adds custom item properties, for now it is only submerged predicate that lets items change when the player is underwater. More properties coming soon.
example with Weskerson's torches


how to use on
minecraft/items
{
"model": {
"type": "minecraft:condition",
"property": "rj:submerged",
"on_true": {
"type": "minecraft:model",
"model": "minecraft:item/underwater_item"
},
"on_false": {
"type": "minecraft:model",
"model": "minecraft:item/normal_item"
}
}
}


