Skip to content

Commit 8ce70c7

Browse files
tastybentoclaude
andcommitted
Namespace all bare tag values with minecraft: prefix
The schemastore minecraft-tag.json schema now requires resource locations to match '^[a-z0-9_.-]+:[a-z0-9_.-]+', rejecting bare names like 'oak_log' or '#frog_food'. Fix all 63 failing tag files by adding the minecraft: namespace to every unqualified value and #unqualified tag reference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 788d83b commit 8ce70c7

63 files changed

Lines changed: 397 additions & 397 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"values": [
3-
"stripped_oak_log",
4-
"stripped_spruce_log",
5-
"stripped_birch_log",
6-
"stripped_jungle_log",
7-
"stripped_acacia_log",
8-
"stripped_dark_oak_log",
9-
"stripped_crimson_stem",
10-
"stripped_warped_stem",
11-
"stripped_mangrove_log"
3+
"minecraft:stripped_oak_log",
4+
"minecraft:stripped_spruce_log",
5+
"minecraft:stripped_birch_log",
6+
"minecraft:stripped_jungle_log",
7+
"minecraft:stripped_acacia_log",
8+
"minecraft:stripped_dark_oak_log",
9+
"minecraft:stripped_crimson_stem",
10+
"minecraft:stripped_warped_stem",
11+
"minecraft:stripped_mangrove_log"
1212
]
1313
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"values": [
3-
"stripped_oak_wood",
4-
"stripped_spruce_wood",
5-
"stripped_birch_wood",
6-
"stripped_jungle_wood",
7-
"stripped_acacia_wood",
8-
"stripped_dark_oak_wood",
9-
"stripped_crimson_hyphae",
10-
"stripped_warped_hyphae",
11-
"stripped_mangrove_wood"
3+
"minecraft:stripped_oak_wood",
4+
"minecraft:stripped_spruce_wood",
5+
"minecraft:stripped_birch_wood",
6+
"minecraft:stripped_jungle_wood",
7+
"minecraft:stripped_acacia_wood",
8+
"minecraft:stripped_dark_oak_wood",
9+
"minecraft:stripped_crimson_hyphae",
10+
"minecraft:stripped_warped_hyphae",
11+
"minecraft:stripped_mangrove_wood"
1212
]
1313
}
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"values": [
3-
"waxed_copper_block",
4-
"waxed_exposed_copper",
5-
"waxed_weathered_copper",
6-
"waxed_oxidized_copper",
7-
"waxed_cut_copper",
8-
"waxed_exposed_cut_copper",
9-
"waxed_weathered_cut_copper",
10-
"waxed_oxidized_cut_copper",
11-
"waxed_cut_copper_stairs",
12-
"waxed_exposed_cut_copper_stairs",
13-
"waxed_weathered_cut_copper_stairs",
14-
"waxed_oxidized_cut_copper_stairs",
15-
"waxed_cut_copper_slab",
16-
"waxed_exposed_cut_copper_slab",
17-
"waxed_weathered_cut_copper_slab",
18-
"waxed_oxidized_cut_copper_slab"
3+
"minecraft:waxed_copper_block",
4+
"minecraft:waxed_exposed_copper",
5+
"minecraft:waxed_weathered_copper",
6+
"minecraft:waxed_oxidized_copper",
7+
"minecraft:waxed_cut_copper",
8+
"minecraft:waxed_exposed_cut_copper",
9+
"minecraft:waxed_weathered_cut_copper",
10+
"minecraft:waxed_oxidized_cut_copper",
11+
"minecraft:waxed_cut_copper_stairs",
12+
"minecraft:waxed_exposed_cut_copper_stairs",
13+
"minecraft:waxed_weathered_cut_copper_stairs",
14+
"minecraft:waxed_oxidized_cut_copper_stairs",
15+
"minecraft:waxed_cut_copper_slab",
16+
"minecraft:waxed_exposed_cut_copper_slab",
17+
"minecraft:waxed_weathered_cut_copper_slab",
18+
"minecraft:waxed_oxidized_cut_copper_slab"
1919
]
2020
}
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"values": [
3-
"#axolotl_hunt_targets",
3+
"#minecraft:axolotl_hunt_targets",
44
"#bentobox:horses",
55
"#bentobox:llamas",
6-
"allay",
7-
"axolotl",
8-
"bat",
9-
"bee",
10-
"cat",
11-
"chicken",
12-
"cow",
13-
"dolphin",
14-
"fox",
15-
"frog",
16-
"goat",
17-
"mooshroom",
18-
"ocelot",
19-
"panda",
20-
"parrot",
21-
"pig",
22-
"polar_bear",
23-
"rabbit",
24-
"sheep",
25-
"strider",
26-
"turtle",
27-
"wolf"
6+
"minecraft:allay",
7+
"minecraft:axolotl",
8+
"minecraft:bat",
9+
"minecraft:bee",
10+
"minecraft:cat",
11+
"minecraft:chicken",
12+
"minecraft:cow",
13+
"minecraft:dolphin",
14+
"minecraft:fox",
15+
"minecraft:frog",
16+
"minecraft:goat",
17+
"minecraft:mooshroom",
18+
"minecraft:ocelot",
19+
"minecraft:panda",
20+
"minecraft:parrot",
21+
"minecraft:pig",
22+
"minecraft:polar_bear",
23+
"minecraft:rabbit",
24+
"minecraft:sheep",
25+
"minecraft:strider",
26+
"minecraft:turtle",
27+
"minecraft:wolf"
2828
]
2929
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"values": [
3-
"boat",
4-
"chest_boat"
3+
"minecraft:boat",
4+
"minecraft:chest_boat"
55
]
66
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"values": [
3-
"cod",
4-
"salmon",
5-
"pufferfish",
6-
"tropical_fish"
3+
"minecraft:cod",
4+
"minecraft:salmon",
5+
"minecraft:pufferfish",
6+
"minecraft:tropical_fish"
77
]
88
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"values": [
3-
"donkey",
4-
"horse",
5-
"mule",
6-
"skeleton_horse",
7-
"zombie_horse"
3+
"minecraft:donkey",
4+
"minecraft:horse",
5+
"minecraft:mule",
6+
"minecraft:skeleton_horse",
7+
"minecraft:zombie_horse"
88
]
99
}
Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"values": [
3-
"#frog_food",
4-
"#raiders",
5-
"#skeletons",
6-
"blaze",
7-
"cave_spider",
8-
"creeper",
9-
"drowned",
10-
"elder_guardian",
11-
"ender_dragon",
12-
"enderman",
13-
"endermite",
14-
"ghast",
15-
"guardian",
16-
"hoglin",
17-
"husk",
18-
"phantom",
19-
"piglin",
20-
"piglin_brute",
21-
"shulker",
22-
"silverfish",
23-
"spider",
24-
"vex",
25-
"warden",
26-
"wither",
27-
"zoglin",
28-
"zombie",
29-
"zombie_villager",
30-
"zombified_piglin"
3+
"#minecraft:frog_food",
4+
"#minecraft:raiders",
5+
"#minecraft:skeletons",
6+
"minecraft:blaze",
7+
"minecraft:cave_spider",
8+
"minecraft:creeper",
9+
"minecraft:drowned",
10+
"minecraft:elder_guardian",
11+
"minecraft:ender_dragon",
12+
"minecraft:enderman",
13+
"minecraft:endermite",
14+
"minecraft:ghast",
15+
"minecraft:guardian",
16+
"minecraft:hoglin",
17+
"minecraft:husk",
18+
"minecraft:phantom",
19+
"minecraft:piglin",
20+
"minecraft:piglin_brute",
21+
"minecraft:shulker",
22+
"minecraft:silverfish",
23+
"minecraft:spider",
24+
"minecraft:vex",
25+
"minecraft:warden",
26+
"minecraft:wither",
27+
"minecraft:zoglin",
28+
"minecraft:zombie",
29+
"minecraft:zombie_villager",
30+
"minecraft:zombified_piglin"
3131
]
3232
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"values": [
33
"#bentobox:animals",
4-
"hoglin",
5-
"iron_golem",
6-
"snow_golem",
7-
"zoglin"
4+
"minecraft:hoglin",
5+
"minecraft:iron_golem",
6+
"minecraft:snow_golem",
7+
"minecraft:zoglin"
88
]
99
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"values": [
3-
"llama",
4-
"trader_llama"
3+
"minecraft:llama",
4+
"minecraft:trader_llama"
55
]
66
}

0 commit comments

Comments
 (0)