Skip to content

Commit

Permalink
Brazen actually didn't include their own totem.
Browse files Browse the repository at this point in the history
😢
  • Loading branch information
OpenBagTwo committed Jun 1, 2023
1 parent 110e831 commit eedda21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#
# Called by: chappeau:squiddoprint

execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"brazen.gcode"}'}}}]} run data modify entity @e[type=minecraft:glow_item_frame, distance=0, limit=1] Item set value {id:"minecraft:totem_of_undying", tag:{CustomModelData:900, display:{Name:'{"text":"Totem of Brazen"}'}}, Count:1b}
execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"brazen.gcode"}'}}}]} run data modify block ~ ~1 ~ Items[{Slot:0b}] merge value {Count:0b}

execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"docm77.gcode"}'}}}]} run data modify entity @e[type=minecraft:glow_item_frame, distance=0, limit=1] Item set value {id:"minecraft:totem_of_undying", tag:{CustomModelData:901, display:{Name:'{"text":"Totem of Docm77"}'}}, Count:1b}
execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"docm77.gcode"}'}}}]} run data modify block ~ ~1 ~ Items[{Slot:0b}] merge value {Count:0b}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
"layer0":"minecraft:item/totem_of_undying"
},
"overrides":[
{
"predicate":{
"custom_model_data":900
},
"model":"item/totem_of_undying/brazen_totem"
},
{
"predicate":{
"custom_model_data":901
Expand Down

0 comments on commit eedda21

Please sign in to comment.