Loot table giving invalid attachments
Alcates opened this issue ยท 0 comments
I'm trying to make a loot table containing all the attachments from Create Armorer. I've started with this:
{
"type": "minecraft:generic",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tacz:attachment",
"weight": 3,
"functions": [
{
"function": "minecraft:set_nbt",
"tag": "{AttachmentID: \"create_armorer:extended_mag_ca_1\"}"
}
]
}
],
"functions": []
}
]
}This should contain an andesite alloy magazine, but it gives an invalid attachment. The invalid attachment has the exact same /kjs hand result as an andesite alloy magazine. What might be causing this?