-
Bug
-
Resolution: Incomplete
-
None
-
1.19.10.24 Preview, 1.19.2 Hotfix
-
None
-
Unconfirmed
-
Multiple
When using theĀ minecraft:shooter component for data-driven items, array children in the ammunition array cannot use vanilla items (e.g. minecraft:arrow) for the item object.
{
"minecraft:shooter": {
"ammunition": [
{
"item": "minecraft:arrow",
"use_offhand": true,
"search_inventory": true,
"use_in_creative": true
}
]
}
}