Skip to content

Commit 2f99a01

Browse files
committed
Update to 1.21.5
1 parent 9ce495d commit 2f99a01

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Gives the player a Tag! name tag
22
# Run by tag:become_tagger
33

4-
give @s minecraft:name_tag[custom_data={tag:1b},item_name="Tag!",rarity="uncommon",minecraft:repair_cost=100,lore=["{'text':'Hit a player with this'}"]]
4+
give @s minecraft:name_tag[custom_data={tag:1b},item_name="Tag!",rarity="uncommon",minecraft:repair_cost=100,lore=[{text:"Hit a player with this"}]]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Gives the player a Tag! name tag
2+
# Run by tag:become_tagger
3+
4+
give @s minecraft:name_tag[custom_data={tag:1b},item_name="Tag!",rarity="uncommon",minecraft:repair_cost=100,lore=["{'text':'Hit a player with this'}"]]

pack.mcmeta

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22
"pack": {
33
"description": [
44
{ "text": "Tag game", "color": "yellow" },
5-
{ "text": "\nv1.1.1", "color": "white" },
5+
{ "text": "\nv1.2.0", "color": "white" },
66
{ "text": "\nBy SuperDyl", "color": "white" }
77
],
8-
"pack_format": 61
8+
"pack_format": 71,
9+
"supported_formats": {
10+
"min_inclusive": 48,
11+
"max_inclusive": 71
12+
}
13+
},
14+
"overlays": {
15+
"entries": [
16+
{
17+
"directory": "overlay-1.21-1.21.4",
18+
"formats": {
19+
"min_inclusive": 1,
20+
"max_inclusive": 61
21+
}
22+
}
23+
]
924
}
1025
}

0 commit comments

Comments
 (0)