Added support for cherry blossoms MC 1.20+

This commit is contained in:
James David Clarke 2023-12-29 04:00:53 +00:00 committed by the-real-herowl
parent 29fe5e5b40
commit 98a5f07ef8
2 changed files with 18 additions and 1 deletions

View File

@ -970,3 +970,20 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt,Blacklisted?
/assets/minecraft/textures/entity/bed,purple.png,/textures,mcl_beds_bed_purple.png,,,,,,,
/assets/minecraft/textures/entity/bed,white.png,/textures,mcl_beds_bed_white.png,,,,,,,
/assets/minecraft/textures/entity/bed,yellow.png,/textures,mcl_beds_bed_yellow.png,,,,,,,
/assets/minecraft/textures/block,cherry_log.png,/textures,mcl_cherry_blossom_log.png,,,,,,,
/assets/minecraft/textures/block,cherry_door_top.png,/textures,mcl_cherry_blossom_door_top.png,,,,,,,
/assets/minecraft/textures/block,cherry_leaves.png,/textures,mcl_cherry_blossom_leaves.png,,,,,,,
/assets/minecraft/textures/block,cherry_door_bottom.png,/textures,mcl_cherry_blossom_door_bottom.png,,,,,,,
/assets/minecraft/textures/block,cherry_sapling.png,/textures,mcl_cherry_blossom_sapling.png,,,,,,,
/assets/minecraft/textures/block,cherry_planks.png,/textures,mcl_cherry_blossom_planks.png,,,,,,,
/assets/minecraft/textures/block,cherry_trapdoor.png,/textures,mcl_cherry_blossom_trapdoor.png,,,,,,,
/assets/minecraft/textures/block,cherry_log_top.png,/textures,mcl_cherry_blossom_log_top.png,,,,,,,
/assets/minecraft/textures/block,stripped_cherry_log_top.png,/textures,mcl_cherry_blossom_log_top_stripped.png,,,,,,,
/assets/minecraft/textures/block,stripped_cherry_log.png,/textures,mcl_cherry_blossom_log_stripped.png,,,,,,,
/assets/minecraft/textures/item,cherry_sign.png,/textures,mcl_cherry_blossom_sign_inv.png,,,,,,,
/assets/minecraft/textures/item,cherry_chest_boat.png,/textures,mcl_boats_cherry_chest_boat.png,,,,,,,
/assets/minecraft/textures/item,cherry_door.png,/textures,mcl_cherry_blossom_door_inv.png,,,,,,,
/assets/minecraft/textures/item,cherry_boat.png,/textures,mcl_boats_cherry_boat.png,,,,,,,
/assets/minecraft/textures/entity/signs,cherry.png,/textures,mcl_cherry_blossom_sign.png,,,,,,,
/assets/minecraft/textures/entity/boat,cherry.png,/textures,mcl_boats_texture_cherry_boat.png,,,,,,,
/assets/minecraft/textures/entity/chest_boat,cherry.png,/textures,mcl_boats_cherry_chest_boat.png,,,,,,,

1 Source path Source file Target path Target file xs ys xl yl xt yt Blacklisted?
970 /assets/minecraft/textures/entity/bed purple.png /textures mcl_beds_bed_purple.png
971 /assets/minecraft/textures/entity/bed white.png /textures mcl_beds_bed_white.png
972 /assets/minecraft/textures/entity/bed yellow.png /textures mcl_beds_bed_yellow.png
973 /assets/minecraft/textures/block cherry_log.png /textures mcl_cherry_blossom_log.png
974 /assets/minecraft/textures/block cherry_door_top.png /textures mcl_cherry_blossom_door_top.png
975 /assets/minecraft/textures/block cherry_leaves.png /textures mcl_cherry_blossom_leaves.png
976 /assets/minecraft/textures/block cherry_door_bottom.png /textures mcl_cherry_blossom_door_bottom.png
977 /assets/minecraft/textures/block cherry_sapling.png /textures mcl_cherry_blossom_sapling.png
978 /assets/minecraft/textures/block cherry_planks.png /textures mcl_cherry_blossom_planks.png
979 /assets/minecraft/textures/block cherry_trapdoor.png /textures mcl_cherry_blossom_trapdoor.png
980 /assets/minecraft/textures/block cherry_log_top.png /textures mcl_cherry_blossom_log_top.png
981 /assets/minecraft/textures/block stripped_cherry_log_top.png /textures mcl_cherry_blossom_log_top_stripped.png
982 /assets/minecraft/textures/block stripped_cherry_log.png /textures mcl_cherry_blossom_log_stripped.png
983 /assets/minecraft/textures/item cherry_sign.png /textures mcl_cherry_blossom_sign_inv.png
984 /assets/minecraft/textures/item cherry_chest_boat.png /textures mcl_boats_cherry_chest_boat.png
985 /assets/minecraft/textures/item cherry_door.png /textures mcl_cherry_blossom_door_inv.png
986 /assets/minecraft/textures/item cherry_boat.png /textures mcl_boats_cherry_boat.png
987 /assets/minecraft/textures/entity/signs cherry.png /textures mcl_cherry_blossom_sign.png
988 /assets/minecraft/textures/entity/boat cherry.png /textures mcl_boats_texture_cherry_boat.png
989 /assets/minecraft/textures/entity/chest_boat cherry.png /textures mcl_boats_cherry_chest_boat.png

View File

@ -67,7 +67,7 @@ for opt, arg in opts:
This will convert textures from Minecraft resource packs to
a Minetest texture pack.
Supported Minecraft version: 1.19 (Java Edition)
Supported Minecraft version: 1.20 (Java Edition)
Syntax:""")
print(syntax_help)