Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThanathor committed Feb 4, 2024
2 parents fc9f412 + 986742b commit cbf1c41
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"function": "minecraft:set_nbt",
"tag": "{CustomModelData:{{custom_model_data}},gm4_zauber_cauldrons:{item:\"zauber_armor\",type:\"{{piece}}\"}}"
"tag": "{CustomModelData:{{custom_model_data}}}"
},
{
"function": "minecraft:copy_nbt",
Expand All @@ -27,12 +27,16 @@
},
"ops": [
{
"source": "Items[{Count:1b,tag:{gm4_zauber_cauldrons:{item:\"minecraft:golden_{{piece}}\"}}}].tag",
"source": "items[{Count:1b,tag:{gm4_zauber_cauldrons:{item:\"minecraft:golden_{{piece}}\"}}}].tag",
"target": "{}",
"op": "merge"
}
]
},
{
"function": "minecraft:set_nbt",
"tag": "{gm4_zauber_cauldrons:{item:\"zauber_armor\",type:\"{{piece}}\"}}"
},
{
"function": "minecraft:set_attributes",
"modifiers": [
Expand Down

0 comments on commit cbf1c41

Please sign in to comment.