When I run the code below inside the behavior\blocks\test_block.json \ events\test:on_interact hold iron_ingot || lava_bucket || water_bucket
it says "it is invalid."
"transform_item":{ "transform":"minecraft:apple" }
[Item][error]-Could not transform item into minecraft:apple, it is invalid.
When I run the code below inside the behavior\blocks\test_block.json \ events\test:on_interact
hold iron_ingot || lava_bucket || water_bucket
it says "it is invalid."
[Item][error]-Could not transform item into minecraft:apple, it is invalid.