Skip to content

Commit 3a95633

Browse files
authored
Merge pull request #2 from Teelair/teelair/add-missing-comma
Add missing comma
2 parents 0fc60ef + f0a60a7 commit 3a95633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/converter/RenameConverter.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ class RenameConverter extends AbstractConverter {
10411041
["textures/entity/zombie_villager2/levels/gold.png", "textures/entity/zombie_villager2/levels/level_gold.png"],
10421042
["textures/entity/zombie_villager2/levels/iron.png", "textures/entity/zombie_villager2/levels/level_iron.png"],
10431043
["textures/entity/zombie_villager2/levels/stone.png", "textures/entity/zombie_villager2/levels/level_stone.png"],
1044-
["textures/entity/zombie_villager2/professions/mason.png", "textures/entity/zombie_villager2/professions/stonemason.png"]
1044+
["textures/entity/zombie_villager2/professions/mason.png", "textures/entity/zombie_villager2/professions/stonemason.png"],
10451045

10461046
// Other Changes requested by umfy
10471047
["textures/block/dirt_path_side.png", "textures/blocks/grass_path_side.png"],

0 commit comments

Comments
 (0)