File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @modifiedcommand/convert-minecraft-java-texture-to-bedrock-api" ,
3
3
"type" : " module" ,
4
4
"productName" : " ConvertJavaTextureToBedrockApi" ,
5
- "version" : " 4.1.8 " ,
5
+ "version" : " 4.1.9 " ,
6
6
"description" : " API for convert Minecraft Java texture packs to Bedrock texture packs" ,
7
7
"keywords" : [
8
8
" Minecraft" ,
Original file line number Diff line number Diff line change @@ -1042,6 +1042,14 @@ class RenameConverter extends AbstractConverter {
1042
1042
[ "textures/entity/zombie_villager2/levels/iron.png" , "textures/entity/zombie_villager2/levels/level_iron.png" ] ,
1043
1043
[ "textures/entity/zombie_villager2/levels/stone.png" , "textures/entity/zombie_villager2/levels/level_stone.png" ] ,
1044
1044
[ "textures/entity/zombie_villager2/professions/mason.png" , "textures/entity/zombie_villager2/professions/stonemason.png" ]
1045
+
1046
+ // Other Changes requested by umfy
1047
+ [ "textures/block/dirt_path_side.png" , "textures/blocks/grass_path_side.png" ] ,
1048
+ [ "textures/block/dirt_path_top.png" , "textures/blocks/grass_path_top.png" ] ,
1049
+ [ "textures/block/mangrove_log.png" , "textures/blocks/mangrove_log_side.png" ] ,
1050
+ [ "textures/block/stripped_mangrove_log.png" , "textures/blocks/stripped_mangrove_log_side.png" ] ,
1051
+ [ "textures/block/cherry_log.png" , "textures/blocks/cherry_log_side.png" ] ,
1052
+ [ "textures/block/stripped_cherry_log.png" , "textures/blocks/stripped_cherry_log_side.png" ] ,
1045
1053
] ;
1046
1054
}
1047
1055
}
You can’t perform that action at this time.
0 commit comments