forked from VoxeLibre/VoxeLibre
testing to make sure I know how to use git + adding 10 textures
This commit is contained in:
parent
4f0ad6de6d
commit
7cb17eefa1
|
@ -502,7 +502,7 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt,Blacklisted?
|
|||
/assets/minecraft/textures/block,glowstone.png,/textures,mcl_nether_glowstone.png,,,,,,,
|
||||
/assets/minecraft/textures/block,magma.png,/textures,mcl_nether_magma.png,,,,,,,
|
||||
/assets/minecraft/textures/block,nether_bricks.png,/textures,mcl_nether_nether_brick.png,,,,,,,
|
||||
/assets/minecraft/textures/item,nether_brick.png,/textures,mcl_nether_netherbrick.png,,,,,,,
|
||||
/assets/minecraft/textures/item,nether_bricks.png,/textures,mcl_nether_netherbrick.png,,,,,,,
|
||||
/assets/minecraft/textures/block,netherrack.png,/textures,mcl_nether_netherrack.png,,,,,,,
|
||||
/assets/minecraft/textures/block,nether_wart_block.png,/textures,mcl_nether_nether_wart_block.png,,,,,,,
|
||||
/assets/minecraft/textures/item,nether_wart.png,/textures,mcl_nether_nether_wart.png,,,,,,,
|
||||
|
@ -909,7 +909,6 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt,Blacklisted?
|
|||
/assets/minecraft/textures/block,red_nether_bricks.png,/textures,mcl_fences_fence_red_nether_brick.png,,,,,,,
|
||||
/assets/minecraft/textures/block,red_nether_bricks.png,/textures,mcl_fences_fence_gate_red_nether_brick.png,,,,,,,
|
||||
/assets/minecraft/textures/block,nether_bricks.png,/textures,mcl_fences_fence_gate_nether_brick.png,,,,,,,
|
||||
/assets/minecraft/textures/block,smooth_stone.png,,mcl_supplemental_stonebrick_carved_slab.png,,,,,,,
|
||||
/assets/minecraft/textures/block,cobblestone.png,/textures,mcl_walls_cobble_wall_top.png,,,,,,,
|
||||
/assets/minecraft/textures/block,cobblestone.png,/textures,mcl_walls_cobble_wall_side.png,,,,,,,
|
||||
/assets/minecraft/textures/block,mossy_cobblestone.png,/textures,mcl_walls_cobble_mossy_wall_top.png,,,,,,,
|
||||
|
@ -949,3 +948,15 @@ Source path,Source file,Target path,Target file,xs,ys,xl,yl,xt,yt,Blacklisted?
|
|||
/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/block,blast_furnace_front.png,/textures,blast_furnace_front.png,,,,,,,
|
||||
/assets/minecraft/textures/block,blast_furnace_front_on.png,/textures,blast_furnace_front_on.png,,,,,,,
|
||||
/assets/minecraft/textures/block,blast_furnace_side.png,/textures,blast_furnace_side.png,,,,,,,
|
||||
/assets/minecraft/textures/block,blast_furnace_top.png,/textures,blast_furnace_top.png,,,,,,,
|
||||
/assets/minecraft/textures/block,smoker_front.png,/textures,smoker_front.png,,,,,,,
|
||||
/assets/minecraft/textures/block,smoker_front_on.png,/textures,smoker_front_on.png,,,,,,,
|
||||
/assets/minecraft/textures/block,smoker_side.png,/textures,smoker_side.png,,,,,,,
|
||||
/assets/minecraft/textures/block,smoker_top.png,/textures,smoker_top.png,,,,,,,
|
||||
/assets/minecraft/textures/entity,dolphin.png,/textures,extra_mobs_dolphin.png,,,,,,,
|
||||
/assets/minecraft/textures/entity/hoglin,hoglin.png,/textures,extra_mobs_hoglin.png,,,,,,,
|
||||
/assets/minecraft/textures/entity/strider,strider.png,/textures,extra_mobs_strider.png,,,,,,,
|
||||
/assets/minecraft/textures/entity/strider,strider_cold.png,/textures,extra_mobs_strider_cold.png,,,,,,,
|
||||
|
|
|
Loading…
Reference in New Issue