Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Java Edition 1.13/Resource pack changes

From SAS Gaming Wiki
Revision as of 11:11, 26 June 2026 by SyncBot (talk | contribs) (Sync: new page from Minecraft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Wip This page aims to document the changes to resources made upon the implementation of Minecraft:The Flattening with the blocks and item IDs being changed.

Advancement files

Moved from resource packs to the newly-implemented data packs

Block state files

Renamed files were as follows:

Old file name New file name (1.13)
acacia_double_slab
acacia_wood
air
attached_melon_stem
attached_pumpkin_stem
barrier
birch_double_slab
birch_wood
black_banner
black_bed
black_shulker_box
black_stained_hardened_clay black_terracotta
black_wall_banner
blue_banner
blue_bed
blue_shulker_box
blue_stained_hardened_clay blue_terracotta
blue_wall_banner
brick_block bricks
brick_double_slab
brown_banner
brown_bed
brown_shulker_box
brown_stained_hardened_clay brown_terracotta
brown_wall_banner
chest
chipped_anvil
chiseled_brick_monster_egg infested_chiseled_stone_bricks
chiseled_stonebrick chiseled_stone_bricks
cobblestone_double_slab
cobblestone_monster_egg infested_cobblestone
cracked_brick_monster_egg infested_cracked_stone_bricks
cracked_stonebrick cracked_stone_bricks
creeper_head
creeper_wall_head
cyan_banner
cyan_bed
cyan_shulker_box
cyan_stained_hardened_clay cyan_terracotta
cyan_wall_banner
damaged_anvil
dark_oak_double_slab
dark_oak_wood
daylight_detector_inverted
double_fern large_fern
double_grass tall_grass
double_rose rose_bush
dragon_head
dragon_wall_head
end_bricks end_stone_bricks
end_gateway
end_portal
ender_chest
fence oak_fence
fence_gate oak_fence_gate
golden_rail powered_rail
grass grass_block
gray_banner
gray_bed
gray_shulker_box
gray_stained_hardened_clay gray_terracotta
gray_wall_banner
gray_banner
gray_bed
gray_shulker_box
green_stained_hardened_clay green_terracotta
green_wall_banner
hardened_clay terracotta
houstonia azure_bluet
jungle_double_slab
jungle_wood
lava
light_blue_banner
light_blue_bed
light_blue_shulker_box
light_blue_stained_hardened_clay light_blue_terracotta
light_blue_wall_banner
light_gray_banner
light_gray_bed
light_gray_shulker_box
light_gray_wall_banner
lime_banner
lime_bed
lime_shulker_box
lime_stained_hardened_clay lime_terracotta
lime_wall_banner
lit_furnace
lit_pumpkin jack_o_lantern
lit_redstone_lamp
lit_redstone_ore
magenta_banner
magenta_bed
magenta_shulker_box
magenta_stained_hardened_clay magenta_terracotta
magenta_wall_banner
magma magma_block
melon_block melon
mob_spawner spawner
mossy_brick_monster_egg infested_mossy_stone_bricks
mossy_stonebrick mossy_stone_bricks
moving_piston
mushroom_stem
nether_brick nether_bricks
nether_brick_double_slab
noteblock note_block
oak_double_slab
oak_wood
orange_banner
orange_bed
orange_shulker_box
orange_stained_hardened_clay orange_terracotta
orange_wall_banner
paeonia peony
pink_banner
pink_bed
pink_shulker_box
pink_stained_hardened_clay pink_terracotta
pink_wall_banner
player_head
player_wall_head
portal nether_portal
potted_acacia_sapling
potted_allium
potted_azure_bluet
potted_birch_sapling
potted_blue_orchid
potted_brown_mushroom
potted_cactus
potted_dandelion
potted_dark_oak_sapling
potted_dead_bush
potted_fern
potted_jungle_sapling
potted_oak_sapling
potted_orange_tulip
potted_oxeye_dasiy
potted_pink_tulip
potted_poppy
potted_red_mushroom
potted_red_tulip
potted_spruce_sapling
potted_white_tulip
powered_comparator
powered_repeater
pumpkin carved_pumpkin
purple_banner
purple_bed
purple_shulker_box
purple_stained_hardened_clay purple_terracotta
purple_wall_banner
purpur_double_slab
quartz_column quartz_pillar
quartz_double_slab smooth_quartz
quartz_ore nether_quartz_ore
red_banner
red_bed
red_nether_brick red_nether_bricks
red_sandstone_double_slab smooth_red_sandstone
red_shulker_box
red_stained_hardened_clay red_terracotta
red_wall_bannner
redstone_wall_torch
reeds sugar_cane
sandstone_double_slab smooth_sandstone
sign
silver_carpet light_gray_carpet
silver_concrete_powder light_gray_concrete_powder
silver_concrete light_gray_concrete
silver_glazed_terracotta light_gray_glazed_terracotta
silver_stained_glass light_gray_stained_glass
silver_stained_glass_pane light_gray_stained_glass_pane
silver_stained_hardened_clay light_gray_terracotta
silver_wool light_gray_wool
skeleton_skull
skeleton_wall_skull
slime slime_block
smooth_andesite polished_andesite
smooth_diorite polished_diorite
smooth_granite polished_granite
smooth_red_sandstone cut_red_sandstone
smooth_sandstone cut_sandstone
snow snow_block
snow_layer snow
spruce_double_slab
spruce_wood
stone_brick_double_slab
stone_brick_monster_egg infested_stone_bricks
stone_double_slab smooth_stone
stone_monster_egg infested_stone
stonebrick stone_bricks
syringa lilac
tall_grass grass
trapdoor oak_trapdoor
trapped_chest
unlit_redstone_torch
unpowered_comparator comparator
unpowered_repeater repeater
wall_sign
wall_torch
water
waterlily lily_pad
web cobweb
wet_sponge
white_stained_hardened_clay white_terracotta
wood_old_double_slab
wood_old_slab petrified_oak_slab
wooden_button oak_button
wooden_door oak_door
wooden_pressure_plate oak_pressure_plate
yellow_stained_hardened_clay yellow_terracotta
zombie_head
zombie_wall_head

Language files

File formating changed from .lang to .json. As a result, translation strings have changed formatting:

Old formating

<syntaxhighlight lang=text>

gui.done=Done
gui.cancel=Cancel

</syntaxhighlight>

New formating

<syntaxhighlight lang=json> {

 "gui.done": "Done",
 "gui.cancel": "Cancel"

} </syntaxhighlight> See Minecraft:Java Edition Flattening#Game assets for the lists of all translation keys changed

Loot table files

Moved from resource packs to the newly-implemented data packs. Renamed files were as follows:

Entities

Old file name New file name (1.13)
evocation_illager evoker
sheep/silver sheep/light_gray
snowman snow_golem
vindication_illager vindicator

Models

Block model files

Renamed files were as follows:

Old file name New file name (1.13)
acacia_bark acacia_wood
acacia_door_bottom_rh acacia_door_bottom_hinge
acacia_door_top_rh acacia_door_top_hinge
acacia_fence_gate_closed acacia_fence_gate
acacia_inner_stairs acacia_stairs_inner
acacia_outer_stairs acacia_stairs_outer
acacia_wall_gate_closed acacia_fence_gate_wall
acacia_wall_gate_open acacia_fence_gate_open_wall
activator_rail_active_flat activator_rail_on
activator_rail_active_raised_ne activator_rail_on_raised_ne
activator_rail_active_rasied_sw activator_rail_on_raised_sw
activator_rail_flat activator_rail
air
andesite_smooth polished_andesite
anvil_slightly_damaged chipped_anvil
anvil_undamaged
anvil_very_damaged damaged_anvil
attached_melon_stem
attached_pumpkin_stem
banner
barrier
bed
birch_bark birch_wood
birch_door_bottom_rh birch_door_bottom_hinge
birch_door_top_rh birch_door_top_hinge
birch_fence_gate_closed birch_fence_gate
birch_inner_stairs birch_stairs_inner
birch_outer_stairs birch_stairs_outer
birch_wall_gate_closed birch_fence_gate_wall
birch_wall_gate_open birch_fence_gate_open_wall
black_shulker_box
blue_shulker_box
brick bricks
brick_inner_stairs brick_stairs_inner
brick_outer_stairs brick_stairs_outer
brown_mushroom_block_c
brown_mushroom_block_cap_all brown_mushroom_block
brown_mushroom_block_e
brown_mushroom_block_inside_all mushroom_block_inside
brown_mushroom_block_n
brown_mushroom_block_ne
brown_mushroom_block_nw
brown_mushroom_block_s
brown_mushroom_block_se
brown_mushroom_block_stem
brown_mushroom_block_stem_all mushroom_stem
brown_mushroom_block_sw
brown_mushroom_block_w
brown_shulker_box
cake_uneaten cake
carpet_black black_carpet
carpet_blue blue_carpet
carpet_brown brown_carpet
carpet_cyan cyan_carpet
carpet_gray gray_carpet
carpet_green green_carpet
carpet_light_blue light_blue_carpet
carpet_lime lime_carpet
carpet_magenta magenta_carpet
carpet_orange orange_carpet
carpet_pink pink_carpet
carpet_purple purple_carpet
carpet_red red_carpet
carpet_silver light_gray_carpet
carpet_white white_carpet
carpet_yellow yellow_carpet
cauldron_empty cauldron
chest
cobblestone_wall_mossy_inventory mossy_cobblestone_wall_inventory
cocoa_age0_s cocoa_stage0
cocoa_age1_s cocoa_stage1
cocoa_age2_s cocoa_stage2
comparator_lit comparator_on
comparator_lit_subtract comparator_on_subtract
comparator_unlit comparator
comparator_unlit_subtract comparator_subtract
cyan_shulker_box
daisy oxeye_daisy
dark_oak_bark dark_oak_wood
dark_oak_door_bottom_rh dark_oak_door_bottom_hinge
dark_oak_door_top_rh dark_oak_door_top_hinge
dark_oak_fence_gate_closed dark_oak_fence_gate
dark_oak_inner_stairs dark_oak_stairs_inner
dark_oak_outer_stairs dark_oak_stairs_outer
dark_oak_wall_gate_closed dark_oak_fence_gate_wall
dark_oak_wall_gate_open dark_oak_fence_gate_wall_open
detector_rail_flat detector_rail
detector_rail_powered_flat detector_rail_on
detector_rail_powered_raised_ne detector_rail_on_raised_ne
detector_rail_powered_raised_sw detector_rail_on_raised_sw
diorite_smooth polished_diorite
double_fern_bottom large_fern_bottom
double_fern_top large_fern_top
double_grass_bottom tall_grass_bottom
double_grass_top tall_grass_top
double_peaonia_bottom peony_bottom
double_peaonia_top peony_top
double_rose_bottom rose_bush_bottom
double_rose_top rose_bush_top
double_stone stone_slab_double
double_stone_top smooth_stone
double_sunflower_bottom sunflower_bottom
double_sunflower_top sunflower_top
double_syringa_bottom lilac_bottom
double_syringa_top lilac_top
enchanting_table_base enchanting_table
end_bricks end_stone_bricks
end_portal
end_portal_frame_empty end_portal_frame
ender_chest
farmland template_farmland
farmland_dry farmland
fence_gate_closed template_fence_gate
fence_gate_open template_fence_gate_open
flower_pot_acacia potted_acacia_sapling
flower_pot_allium potted_allium
flower_pot_birch potted_birch_sapling
flower_pot_daisy potted_oxeye_daisy
flower_pot_dandelion potted_dandelion
flower_pot_dark_oak potted_dark_oak_sapling
flower_pot_dead_bush potted_dead_bush
flower_pot_fern potted_fern
flower_pot_houstonia potted_azure_bluet
flower_pot_jungle potted_jungle_sapling
flower_pot_mushroom_brown potted_brown_mushroom
flower_pot_mushroom_red potted_red_mushroom
flower_pot_oak potted_oak_sapling
flower_pot_orchid potted_blue_orchid
flower_pot_rose potted_poppy
flower_pot_spruce potted_spruce_sapling
flower_pot_tulip_orange potted_orange_tulip
flower_pot_tulip_pink potted_pink_tulip
flower_pot_tulip_red potted_red_tulip
flower_pot_tulip_white potted_white_tulip
glass_black black_stained_glass
glass_blue blue_stained_glass
glass_brown brown_stained_glass
glass_cyan cyan_stained_glass
glass_gray gray_stained_glass
glass_green green_stained_glass
glass_light_blue light_blue_stained_glass
glass_lime lime_stained_glass
glass_magenta magenta_stained_glass
glass_orange orange_stained_glass
glass_pink [pink_stained_glass
glass_purple purple_stained_glass
glass_red red_stained_glass
glass_silver light_gray_stained_glass
glass_white white_stained_glass
glass_yellow yellow_stained_glass
glazed_terracotta template_glazed_terracotta
golden_rail_active_flat powered_rail_on
golden_rail_active_raised_ne powered_rail_on_raised_ne
golden_rail_flat powered_rail
golden_rail_raised_ne powered_rail_raised_ne
golden_rail_raised_sw powered_rail_raised_sw
granite_smooth polished_granite
grass grass_block
grass_normal
grass_snowed grass_block_snow
gray_shulker_box
green_shulker_box
half_slab slab
half_slab_acacia acacia_slab
half_slab_birch birch_slab
half_slab_brick brick_slab
half_slab_cobblestone cobblestone_slab
half_slab_dark_oak dark_oak_slab
half_slab_jungle jungle_slab
half_slab_nether_brick nether_brick_slab
half_slab_oak oak_slab
half_slab_purpur purpur_slab
half_slab_quartz quartz_slab
half_slab_red_sandstone red_sandstone_slab
half_slab_sandstone sandstone_slab
half_slab_spruce spruce_slab
half_slab_stone_brick stone_brick_slab
half_slab_stone stone_slab
hardened_clay terracotta
hardened_clay_black black_terracotta
hardened_clay_blue blue_terracotta
hardened_clay_brown brown_terracotta
hardened_clay_cyan cyan_terracotta
hardened_clay_gray gray_terracotta
hardened_clay_green green_terracotta
hardened_clay_light_blue light_blue_terracotta
hardened_clay_lime lime_terracotta
hardened_clay_magenta magenta_terracotta
hardened_clay_pink pink_terracotta
hardened_clay_purple purple_terracotta
hardened_clay_red red_terracotta
hardened_clay_silver light_gray_terracotta
hardened_clay_white white_terracotta
hardened_clay_yellow yellow_terracotta
hay hay_block
heavy_pressure_plate_down heavy_weighted_pressure_plate_down
heavy_pressure_plate_up heavy_weighted_pressure_plate
hopper_down hopper
houstonia azure_bluet
iron_door_bottom_rh iron_door_bottom_hinge
iron_door_top_rh iron_door_top_hinge
jungle_bark jungle_wood
jungle_door_bottom_rh jungle_door_bottom_hinge
jungle_door_top_rh jungle_door_top_hinge
jungle_fence_gate_closed jungle_fence_gate
jungle_inner_stairs jungle_stairs_inner
jungle_outer_stairs jungle_stairs_outer
jungle_wall_gate_closed jungle_fence_gate
jungle_wall_gate_open jungle_fence_gate_open
lava
lever lever_on
lever_off lever
light_blue_shulker_box
light_gray_shulker_box
light_pressure_plate_down light_weighted_pressure_plate_down
light_pressure_plate_up light_weigted_pressure_plate
lit_furnace furnace_on
lit_pumpkin jack_o_lantern
lit_redstone_lamp redstone_lamp_on
lit_redstone_ore redstone_ore_on
lit_redstone_torch redstone_torch
lit_redstone_torch_wall redstone_wall_torch
magma magma_block
melon_stem_fruit
melon_stem_growth0 melon_stem_stage0
melon_stem_growth1 melon_stem_stage1
melon_stem_growth2 melon_stem_stage2
melon_stem_growth3 melon_stem_stage3
melon_stem_growth4 melon_stem_stage4
melon_stem_growth5 melon_stem_stage5
melon_stem_growth6 melon_stem_stage6
melon_stem_growth7 melon_stem_stage7
mob_spawner_cage spawner
nether_brick nether_bricks
nether_brick_inner_stairs nether_brick_stairs_inner
nether_brick_outer_stairs nether_brick_stairs_outer
normal_rail_curved rail_corner
normal_rail_flat rail
normal_rail_raised_ne rail_raised_ne
normal_rail_raised_sw rail_raised_sw
normal_torch torch
normal_torch_wall wall_torch
noteblock note_block
moving_piston
oak_bark oak_wood
oak_fence_gate_closed oak_fence_gate
oak_inner_stairs oak_stairs_inner
oak_outer_stairs oak_stairs_outer
oak_wall_gate_closed oak_fence_gate_wall
oak_wall_gate_open oak_fence_gate_wall_open
observer_powered observer_on
pane_noside template_glass_pane_noside
pane_noside_alt template_glass_pane_noside_alt
pane_post template_glass_pane_post
pane_side template_glass_pane_side
pane_side_alt template_glass_pane_side_alt
piston template_piston
piston_extened_normal
piston_head template_piston_head
piston_head_normal piston_head
piston_head_short template_piston_head_short
piston_head_short_normal piston_head_short
piston_inventory_normal piston_inventory
piston_inventory_sticky sticky_piston_inventory
piston_normal piston
portal_ew nether_portal_ew
portal_ns nether_portal_ns
prismarine_dark dark_prismarine
prismarine_rough prismarine
pumpkin carved_pumpkin
pumpkin_stem_fruit
pumpkin_stem_growth0 pumpkin_stem_stage0
pumpkin_stem_growth1 pumpkin_stem_stage1
pumpkin_stem_growth2 pumpkin_stem_stage2
pumpkin_stem_growth3 pumpkin_stem_stage3
pumpkin_stem_growth4 pumpkin_stem_stage4
pumpkin_stem_growth5 pumpkin_stem_stage5
pumpkin_stem_growth6 pumpkin_stem_stage6
pumpkin_stem_growth7 pumpkin_stem_stage7
purple_shulker_box
purpur_inner_stairs purpur_stairs_inner
purpur_outer_stairs purpur_stairs_outer
quartz_chiseled chiseled_quartz_block
quartz_inner_stairs quartz_stairs_inner
quartz_lines quartz_pillar
quartz_normal quartz_block
quartz_ore nether_quartz_ore
quartz_outer_stairs quartz_stairs_outer
quartz_top smooth_quartz
rail_raised_ne template_rail_raised_ne
rail_raised_sw template_rail_raised_sw
red_mushroom_block_c
red_mushroom_block_cap_all red_mushroom_block
red_mushroom_block_e
red_mushroom_block_inside_all
red_mushroom_block_n
red_mushroom_block_ne
red_mushroom_block_nw
red_mushroom_block_s
red_mushroom_block_se
red_mushroom_block_stem
red_mushroom_block_stem_all
red_mushroom_block_sw
red_mushroom_block_w
red_nether_brick red_nether_bricks
red_sandstone_all smooth_red_sandstone
red_sandstone_chiseled chiseled_red_sandstone
red_sandstone_inner_stairs red_sandstone_stairs_inner
red_sandstone_normal red_sandstone
red_sandstone_outer_stairs red_sandstone_stairs_outer
red_sandstone_smooth cut_red_sandstone
red_shulker_box
redstone_dot redstone_dust_dot
redstone_side redstone_dust_side
redstone_side_alt redstone_dust_side_alt
redstone_side_alt0 redstone_dust_side_alt0
redstone_side_alt1 redstone_dust_side_alt1
redstone_side0 redstone_dust_side0
redstone_side1 redstone_dust_side1
redstone_up redstone_dust_up
reeds sugar_cane
repeater_locked_1tick repeater_1tick_locked
repeater_locked_2tick repeater_2tick_locked
repeater_locked_3tick repeater_3tick_locked
repeater_locked_4tick repeater_4tick_locked
repeater_locked_on_1tick repeater_1tick_locked_on
repeater_locked_on_2tick repeater_2tick_locked_on
repeater_locked_on_3tick repeater_3tick_locked_on
repeater_locked_on_4tick repeater_4tick_locked_on
repeater_on_1tick repeater_1tick_on
repeater_on_2tick repeater_2tick_on
repeater_on_3tick repeater_3tick_on
repeater_on_4tick repeater_4tick_on
sandstone_all smooth_sandstone
sandstone_chiseled chiseled_sandstone
sandstone_inner_stairs sandstone_stairs_inner
sandstone_normal sandstone
sandstone_outer_stairs sandstone_stairs_outer
sandstone_smooth cut_sandstone
sign
silver_concrete light_gray_concrete
silver_concrete_powder light_gray_concrete_powder
silver_glazed_terracotta light_gray_glazed_terracotta
silver_stained_glass_pane_noside light_gray_stained_glass_pane_noside
silver_stained_glass_pane_noside_alt light_gray_stained_glass_pane_noside_alt
silver_stained_glass_pane_post light_gray_stained_glass_pane_post
silver_stained_glass_pane_side light_gray_stained_glass_pane_side
silver_stained_glass_pane_side_alt light_gray_stained_glass_pane_side_alt
silver_wool light_gray_wool
skull
slime slime_block
snow snow_block
sponge_wet wet_sponge
spruce_bark spruce_wood
spruce_door_bottom_rh spruce_door_bottom_hinge
spruce_door_top_rh spruce_door_top_hinge
spruce_fence_gate_closed spruce_fence_gate
spruce_inner_stairs spruce_stairs_inner
spruce_outer_stairs spruce_stairs_outer
spruce_wall_gate_closed spruce_fence_gate_wall
spruce_wall_gate_open spruce_fence_gate_wall_open
stone_brick_inner_stairs stone_brick_stairs_inner
stone_brick_outer_stairs stone_brick_stairs_outer
stone_inner_stairs cobblestone_stairs_inner
stone_outer_stairs cobblestone_stairs_outer
stone_pressure_plate_up stone_pressure_plate
stone_stairs cobblestone_stairs
stonebrick_chiseled chiseled_stone_bricks
stonebrick_cracked cracked_stone_bricks
stonebrick_mossy mossy_stone_bricks
stonebrick_normal stone_bricks
tall_grass grass
torch template_torch
torch_wall
trapdoor_bottom template_trapdoor_bottom
trapdoor_open template_trapdoor_open
trapdoor_top template_trapdoor_top
tripwire_hook_attached_powered tripwire_hook_attached_on
tripwire_hook_powered tripwire_hook_on
unlit_redstone_lamp redstone_lamp
unlit_redstone_torch redstone_torch_off
unlit_redstone_torch_wall redstone_wall_torch_off
upper_slab slab_top
upper_slab_acacia acacia_slab_top
upper_slab_birch birch_slab_top
upper_slab_brick brick_slab_top
upper_slab_cobblestone cobblestone_slab_top
upper_slab_dark_oak dark_oak_slab_top
upper_slab_jungle jungle_slab_top
upper_slab_nether_brick nether_brick_slab_top
upper_slab_oak oak_slab_top
upper_slab_purpur purpur_slab_top
upper_slab_quartz quartz_slab_top
upper_slab_red_sandstone red_sandstone_slab_top
upper_slab_sandstone sandstone_slab_top
upper_slab_spruce spruce_slab_top
upper_slab_stone_brick stone_brick_slab_top
upper_slab_stone stone_slab_top
wall_gate_closed template_fence_gate_wall
wall_gate_open template_fence_gate_wall_open
wall_post template_wall_post
wall_side template_wall_side
water
waterlily lily_pad
web cobweb
white_shulker_box
wooden_button oak_button
wooden_button_inventory oak_button_inventory
wooden_button_pressed oak_button_pressed
wooden_door_bottom_rh oak_door_bottom_hinge
wooden_door_top_rh oak_door_top_hinge
wooden_pressure_plate_down oak_pressure_plate_down
wooden_pressure_plate_up oak_pressure_plate
wooden_trapdoor_bottom oak_trapdoor_bottom
wooden_trapdoor_open oak_trapdoor_open
wooden_trapdoor_top oak_trapdoor_top
yellow_shulker_box

Item model files

Renamed files were as follows:

Old file name New file name (1.13)
acacia_wood
andesite_smooth polished_andesite
anvil_intact anvil
anvil_slightly_damaged chipped_anvil
anvil_very_damaged damaged_anvil
banner template_banner
bat_spawn_egg
bed template_bed
birch_wood
black_banner
black_bed
black_stained_hardened_clay black_terracotta
blaze_spawn_egg
blue_banner
blue_bed
blue_stained_hardened_clay blue_terracotta
bottle_drinkable potion
bottle_lingering lingering_potion
bottle_splash splash_potion
brick_block bricks
brown_banner
brown_bed
brown_stained_hardened_clay brown_terracotta
cave_spider_spawn_egg
chicken_spawn_egg
chiseled_brick_monster_egg infested_chiseled_stone_bricks
chiseled_stonebrick chiseled_stone_bricks
chorus_fruit_popped popped_chorus_fruit
clownfish tropical_fish
cobblestone_monster_egg infested_cobblestone
cow_spawn_egg
cracked_brick_monster_egg infested_cracked_stone_bricks
cracked_stonebrick cracked_stone_bricks
creeper_spawn_egg
cyan_banner
cyan_bed
cyan_stained_hardened_clay cyan_terracotta
diorite_smooth polished_diorite
donkey_spawn_egg
double_fern large_fern
double_grass tall_grass
double_rose rose_bush
dye_black ink_sac
dye_blue lapis_lazuli
dye_brown cocoa_beans
dye_cyan cyan_dye
dye_gray gray_dye
dye_green cactus_green
dye_light_blue light_blue_dye
dye_lime lime_dye
dye_magenta magenta_dye
dye_orange orange_dye
dye_pink pink_dye
dye_purple purple_dye
dye_red rose_red
dye_silver light_gray_dye
dye_white bone_meal
dye_yellow dandelion_yellow
elder_guardian_spawn_egg
enchanted_golden_apple
end_bricks end_stone_bricks
enderman_spawn_egg
endermite_spawn_egg
evoker_spawn_egg
firework_charge firework_star
fireworks firework_rocket
ghast_spawn_egg
granite_smooth polished_granite
grass grass_block
gray_stained_hardened_clay gray_terracotta
green_stained_hardened_clay green_terracotta
guardian_spawn_egg
hardened_clay terraoctta
horse_spawn_egg
houstonia azure_bluet
husk_spawn_egg
light_blue_banner
light_blue_bed
light_blue_stained_hardned_clay light_blue_terracotta
light_gray_banner
light_gray_bed
lime_banner
lime_bed
lime_stained_hardened_clay lime_terracotta
lit_pumpkin jack_o_lantern
llama_spawn_egg
magenta_banner
magenta_bed
magenta_stained_hardened_clay magenta_terracotta
magma magma_block
magma_cube_spawn_egg
melon melon_slice
melon_block melon
mob_spawner spawner
mooshroom_spawn_egg
mossy_brick_monster_egg infested_mossy_stone_bricks
mossy_stonebrick mossy_stone_brick
mule_spawn_egg
mushroom_stem
nether_brick nether_bricks
netherbrick nether_brick
noteblock note_block
ocelot_spawn_egg
orange_banner
orange_bed
orange_stained_hardened_clay orange_terracotta
parrot_spawn_egg
peaonie peony
pig_spawn_egg
pink_banner
pink_bed
pink_stained_hardened_clay pink_terracotta
polar_bear_spawn_egg
pumpkin carved_pumpkin
purple_banner
purple_bed
purple_stained_hardened_clay purple_terracotta
quartz_column quartz_pillar
quartz_ore nether_quartz_ore
rabbit_spawn_egg
record_11 music_disc_11
record_13 music_disc_13
record_blocks music_disc_blocks
record_cat music_disc_cat
record_chirp music_disc_chirp
record_far music_disc_far
record_mall music_disc_mall
record_mellohi music_disc_mellohi
record_stal music_disc_stal
record_strad music_disc_strad
record_wait music_disc_wait
record_ward music_disc_ward
red_banner
red_bed
red_nether_brick red_nether_bricks
red_stained_hardened_clay red_terracotta
reeds sugar_cane
sheep_spawn_egg
shulker_box template_shulker_box
shulker_spawn_egg
silver_carpet light_gray_carpet
silver_concrete_powder light_gray_concrete_powder
silver_concrete light_gray_concrete
silver_glazed_terracotta light_gray_glazed_terracotta
silver_shulker_box light_gray_shulker_box
silver_stained_glass light_gray_stained_glass
silver_stained_glass_pane light_gray_stained_glass_pane
silver_stained_hardened_clay light_gray_terracotta
silver_wool light_gray_wool
silverfish_spawn_egg
skeleton_horse_spawn_egg
skeleton_spawn_egg
skull template_skull
skull_char player_head
skull_creeper creeper_head
skull_dragon dragon_head
skull_skeleton skeleton_skull
skull_wither wither_skeleton_skull
skull_zombie zombie_head
slime slime_block
slime_spawn_egg
smooth_quartz
smooth_red_sandstone cut_red_sandstone
smooth_red_sandstone
smooth_sandstone cut_sandstone
smooth_sandstone
smooth_stone
snow snow_block
snow_layer snow
spawn_egg template_spawn_egg
speckled_melon glistering_melon_slice
spider_spawn_egg
sponge_wet wet_sponge
squid_spawn_egg
stone_brick_monster_egg infested_stone_bricks
stone_monster_egg infested_stone
stonebrick stone_bricks
stray_spawn_egg
syringa lilac
tall_grass grass
totem totem_of_undying
trapdoor oak_trapdoor
vex_spawn_egg
villager_spawn_egg
vindicator_spawn_egg
waterlily lily_pad
web cobweb
white_banner
white_bed
white_stained_hardened_clay white_terracotta
witch_spawn_egg
wither_skeleton_spawn_egg
wolf_spawn_egg
wooden_button oak_button
wooden_pressure_plate oak_pressure_plate
yellow_banner
yellow_bed
yellow_stained_hardened_clay yellow_terracotta
zombie_horse_spawn_egg
zombie_spawn_egg
zombie_pigman_spawn_egg

Recipe files

Moved from resource packs to the newly-implemented data packs. Renamed files were as follows:

Old file name New file name (1.13)
acacia_wooden_slab acacia_slab
black_stained_hardened_clay black_terracotta
blue_stained_hardened_clay blue_terracotta
birch_wooden_slab birch_slab
brick_block bricks
brown_stained_hardened_clay brown_terracotta
chiseled_stonebrick chiseled_stone_bricks
dark_oak_wooden_slab dark_oak_slab
end_bricks end_stone_bricks
fence oak_fence
fence_gate oak_fence_gate
golden_rail powered_rail
gray_stained_hardened_clay gray_terracotta
green_stained_hardened_clay green_terracotta
jungle_wooden_slab jungle_slab
light_blue_stained_hardened_clay light_blue_terracotta
light_gray_stained_hardened_clay light_gray_terracotta
lime_stained_hardened_clay lime_terracotta
lit_pumpkin jack_o_lantern
magenta_stained_hardened_clay magenta_terracotta
magma magma_block
melon_block melon
mossy_stonebrick mossy_stone_bricks
nether_brick nether_bricks
noteblock note_block
oak_wooden_slab oak_slab
orange_stained_hardened_clay orange_terracotta
pillar_quartz_block quartz_pillar
pink_stained_hardened_clay pink_terracotta
purple_stained_hardened_clay purple_terracotta
red_nether_brick red_nether_bricks
red_stained_hardened_clay red_terracotta
slime slime_block
smooth_red_sandstone cut_red_sandstone
smooth_sandstone cut_sandstone
snow snow_block
snow_layer snow
speckled_melon glistering_melon_slice
spruce_wooden_slab spruce_slab
stone_stairs cobblestone_stairs
stonebrick stone_bricks
trapdoor oak_trapdoor
white_stained_hardened_clay white_terracotta
wooden_button oak_button
wooden_door oak_door
wooden_pressure_plate oak_pressure_plate
yellow_stained_hardened_clay yellow_terracotta

Textures

Blocks

All block texture files have been moved from Template:Code to Template:Code. Renamed files were as follows:

Texture Old file name New file name (1.13)
File:Anvil (bottom texture) JE1 BE1.png anvil_base anvil
File:Anvil (top texture) JE1 BE1.png anvil_top_damaged_0 anvil_top
File:Chipped Anvil (top texture) JE1 BE1.png anvil_top_damaged_1 chipped_anvil_top
File:Damaged Anvil (top texture) JE1 BE1.png anvil_top_damaged_2 damaged_anvil_top
File:Beetroots Age 0 (texture) JE1 BE1.png beetroots_stage_0 beetroots_stage0
File:Beetroots Age 1 (texture) JE1 BE1.png beetroots_stage_1 beetroots_stage1
File:Beetroots Age 2 (texture) JE1 BE1.png beetroots_stage_2 beetroots_stage2
File:Beetroots Age 3 (texture) JE1 BE1.png beetroots_stage_3 beetroots_stage3
File:Bricks (texture) JE4 BE2.png brick bricks
File:Carrots Age 0 (texture) JE1 BE1.png carrots_stage_0 carrots_stage0
File:Carrots Age 1 (texture) JE1 BE1.png carrots_stage_1 carrots_stage1
File:Carrots Age 2 (texture) JE1 BE1.png carrots_stage_2 carrots_stage2
File:Carrots Age 3 (texture) JE1 BE1.png carrots_stage_3 carrots_stage3
File:Mossy Cobblestone (texture) JE2 BE2.png cobblestone_mossy mossy_cobblestone
File:Cocoa Age 0 (texture) JE1 BE1.png cocoa_stage_0 cocoa_stage0
File:Cocoa Age 1 (texture) JE1 BE1.png cocoa_stage_1 cocoa_stage1
File:Cocoa Age 2 (texture) JE1 BE1.png cocoa_stage_2 cocoa_stage2
File:Off Redstone Comparator (texture) JE2 BE1.png comparator_off comparator
File:Black Concrete (texture) JE1 BE1.png concrete_black black_concrete
File:Blue Concrete (texture) JE1 BE1.png concrete_blue blue_concrete
File:Brown Concrete (texture) JE1 BE1.png concrete_brown brown_concrete
File:Cyan Concrete (texture) JE1 BE1.png concrete_cyan cyan_concrete
File:Gray Concrete (texture) JE1 BE1.png concrete_gray gray_concrete
File:Green Concrete (texture) JE1 BE1.png concrete_green green_concrete
File:Light Blue Concrete (texture) JE1 BE1.png concrete_light_blue light_blue_concrete
File:Lime Concrete (texture) JE1 BE1.png concrete_lime lime_concrete
File:Magenta Concrete (texture) JE1 BE1.png concrete_magenta magenta_concrete
File:Orange Concrete (texture) JE1 BE1.png concrete_orange orange_concrete
File:Pink Concrete (texture) JE1 BE1.png concrete_pink pink_concrete
File:Black Concrete Powder (texture) JE1 BE1.png concrete_powder_black black_concrete_powder
File:Blue Concrete Powder (texture) JE1 BE1.png concrete_powder_blue blue_concrete_powder
File:Brown Concrete Powder (texture) JE1 BE1.png concrete_powder_brown brown_concrete_powder
File:Cyan Concrete Powder (texture) JE1 BE1.png concrete_powder_cyan cyan_concrete_powder
File:Gray Concrete Powder (texture) JE1 BE1.png concrete_powder_gray gray_concrete_powder
File:Green Concrete Powder (texture) JE1 BE1.png concrete_powder_green green_concrete_powder
File:Light Blue Concrete Powder (texture) JE1 BE1.png concrete_powder_light_blue light_blue_concrete_powder
File:Lime Concrete Powder (texture) JE1 BE1.png concrete_powder_lime lime_concrete_powder
File:Magenta Concrete Powder (texture) JE1 BE1.png concrete_powder_magenta magenta_concrete_powder
File:Orange Concrete Powder (texture) JE1 BE1.png concrete_powder_orange orange_concrete_powder
File:Pink Concrete Powder (texture) JE1 BE1.png concrete_powder_pink pink_concrete_powder
File:Purple Concrete Powder (texture) JE1 BE1.png concrete_powder_purple purple_concrete_powder
File:Red Concrete Powder (texture) JE1 BE1.png concrete_powder_red red_concrete_powder
File:Light Gray Concrete Powder (texture) JE1 BE1.png concrete_powder_silver light_gray_concrete_powder
File:White Concrete Powder (texture) JE1 BE1.png concrete_powder_white white_concrete_powder
File:Yellow Concrete Powder (texture) JE1 BE1.png concrete_powder_yellow yellow_concrete_powder
File:Purple Concrete (texture) JE1 BE1.png concrete_purple purple_concrete
File:Red Concrete (texture) JE1 BE1.png concrete_red red_concrete
File:Light Gray Concrete (texture) JE1 BE1.png concrete_silver light_gray_concrete
File:White Concrete (texture) JE1 BE1.png concrete_white white_concrete
File:Yellow Concrete (texture) JE1 BE1.png concrete_yellow yellow_concrete
File:Dead Bush (texture) JE1 BE1.png deadbush dead_bush
File:Podzol (side texture) JE1 BE1.png dirt_podzol_side podzol_side
File:Podzol (top texture) JE1 BE1.png dirt_podzol_top podzol_top
File:Dispenser (front texture) JE2 BE2.png dispenser_front_horizontal dispenser_front
File:Acacia Door (bottom texture) JE2.png door_acacia_lower acacia_door_bottom
File:Acacia Door (top texture) JE2.png door_acacia_upper acacia_door_top
File:Birch Door (bottom texture) JE2.png door_birch_lower birch_door_bottom
File:Birch Door (top texture) JE2.png door_birch_upper birch_door_top
File:Dark Oak Door (bottom texture) JE2.png door_dark_oak_lower dark_oak_door_bottom
File:Dark Oak Door (top texture) JE2.png door_dark_oak_upper dark_oak_door_top
File:Iron Door (bottom texture) JE1 BE1.png door_iron_lower iron_door_bottom
File:Iron Door (top texture) JE1 BE1.png door_iron_upper iron_door_top
File:Jungle Door (bottom texture) JE2.png door_jungle_lower jungle_door_bottom
File:Jungle Door (top texture) JE2.png door_jungle_upper jungle_door_top
File:Spruce Door (bottom texture) JE2.png door_spruce_lower spruce_door_bottom
File:Spruce Door (top texture) JE2.png door_spruce_upper spruce_door_top
File:Oak Door (bottom texture) JE1.png door_wood_lower oak_door_bottom
File:Oak Door (top texture) JE1.png door_wood_upper oak_door_top
File:Large Fern (bottom texture) JE1.png double_plant_fern_bottom large_fern_bottom
File:Large Fern (top texture) JE1.png double_plant_fern_top large_fern_top
File:Tall Grass (bottom texture) JE1.png double_plant_grass_bottom tall_grass_bottom
File:Tall Grass (top texture) JE1.png double_plant_grass_top tall_grass_top
File:Peony (bottom texture) JE1 BE1.png double_plant_paeonia_bottom peony_bottom
File:Peony (top texture) JE1 BE1.png double_plant_paeonia_top peony_top
File:Rose Bush (bottom texture) JE1 BE1.png double_plant_rose_bottom rose_bush_bottom
File:Rose Bush (top texture) JE1 BE1.png double_plant_rose_top rose_bush_top
File:Sunflower (back texture) JE1 BE1.png double_plant_sunflower_back sunflower_back
File:Sunflower (bottom texture) JE1 BE1.png double_plant_sunflower_bottom sunflower_bottom
File:Sunflower (front texture) JE1 BE1.png double_plant_sunflower_front sunflower_front
File:Sunflower (top texture) JE1 BE1.png double_plant_sunflower_top sunflower_top
File:Lilac (bottom texture) JE1 BE1.png double_plant_syringa_bottom lilac_bottom
File:Lilac (top texture) JE1 BE1.png double_plant_syringa_top lilac_top
File:Dropper (front texture) JE1 BE1.png dropper_front_horizontal dropper_front
File:End Stone Bricks (texture) JE1 BE1.png end_bricks end_stone_bricks
File:End Portal Frame (eye) JE1 BE1.png endframe_ey end_portal_frame_eye
File:End Portal Frame (texture) JE2 BE1.png endframe_side end_portal_frame_side
File:End Portal Frame (top texture) JE1 BE1.png endframe_top end_portal_frame_top
File:Farmland (dry texture) JE1 BE1.png farmland_dry farmland
File:Farmland (wet texture) JE1 BE1.png farmland_wet farmland_moist
File:Fire 0 (texture) JE2 BE2.png fire_layer_0 fire_0
File:Fire 1 (texture) JE2 BE2.png fire_layer_1 fire_1
File:Allium (texture) JE1 BE1.png flower_allium allium
File:Blue Orchid (texture) JE1 BE1.png flower_blue_orchid blue_orchid
File:Dandelion (texture) JE1 BE1.png flower_dandelion dandelion
File:Azure Bluet (texture) JE1 BE1.png flower_houstonia azure_bluet
File:Oxeye Daisy (texture) JE1 BE1.png flower_oxeye_daisy oxeye_daisy
File:Poppy (texture) JE1 BE1.png flower_rose poppy
File:Orange Tulip (texture) JE1 BE1.png flower_tulip_orange orange_tulip
File:Pink Tulip (texture) JE1 BE1.png flower_tulip_pink pink_tulip
File:Red Tulip (texture) JE1 BE1.png flower_tulip_red red_tulip
File:White Tulip (texture) JE1 BE1.png flower_tulip_white white_tulip
File:Off Furnace (front texture) JE1 BE1.png furnace_front_off furnace_front
File:Black Stained Glass (texture) JE2 BE1.png glass_black black_stained_glass
File:Blue Stained Glass (texture) JE2 BE1.png glass_blue blue_stained_glass
File:Brown Stained Glass (texture) JE2 BE1.png glass_brown brown_stained_glass
File:Cyan Stained Glass (texture) JE2 BE1.png glass_cyan cyan_stained_glass
File:Gray Stained Glass (texture) JE2 BE1.png glass_gray gray_stained_glass
File:Green Stained Glass (texture) JE2 BE1.png glass_green green_stained_glass
File:Light Blue Stained Glass (texture) JE2 BE1.png glass_light_blue light_blue_stained_glass
File:Lime Stained Glass (texture) JE2 BE1.png glass_lime lime_stained_glass
File:Magenta Stained Glass (texture) JE2 BE1.png glass_magenta magenta_stained_glass
File:Orange Stained Glass (texture) JE2 BE1.png glass_orange orange_stained_glass
File:Black Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_black black_stained_glass_pane_top
File:Blue Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_blue blue_stained_glass_pane_top
File:Brown Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_brown brown_stained_glass_pane_top
File:Cyan Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_cyan cyan_stained_glass_pane_top
File:Gray Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_gray gray_stained_glass_pane_top
File:Green Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_green green_stained_glass_pane_top
File:Light Blue Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_light_blue light_blue_stained_glass_pane_top
File:Lime Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_lime lime_stained_glass_pane_top
File:Magenta Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_magenta magenta_stained_glass_pane_top
File:Orange Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_orange orange_stained_glass_pane_top
File:Pink Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_pink pink_stained_glass_pane_top
File:Purple Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_purple purple_stained_glass_pane_top
File:Red Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_red red_stained_glass_pane_top
File:Light Gray Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_silver light_gray_stained_glass_pane_top
File:White Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_white white_stained_glass_pane_top
File:Yellow Stained Glass Pane (edge texture) JE2 BE1.png glass_pane_top_yellow yellow_stained_glass_pane_top
File:Pink Stained Glass Pane (edge texture) JE2 BE1.png glass_pink pink_stained_glass
File:Purple Stained Glass (texture) JE2 BE1.png glass_purple purple_stained_glass
File:Red Stained Glass (texture) JE2 BE1.png glass_red red_stained_glass
File:Light Gray Stained Glass (texture) JE2 BE1.png glass_silver light_gray_stained_glass
File:White Stained Glass (texture) JE2 BE1.png glass_white white_stained_glass
File:Yellow Stained Glass (texture) JE2 BE1.png glass_yellow yellow_stained_glass
File:Black Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_black black_glazed_terracotta
File:Blue Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_blue blue_glazed_terracotta
File:Brown Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_brown brown_glazed_terracotta
File:Cyan Glazed Terracotta (texture) JE2 BE2.png glazed_terracotta_cyan cyan_glazed_terracotta
File:Gray Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_gray gray_glazed_terracotta
File:Green Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_green green_glazed_terracotta
File:Light Blue Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_light_blue light_blue_glazed_terracotta
File:Lime Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_lime lime_glazed_terracotta
File:Magenta Glazed Terracotta (texture) JE2 BE2.png glazed_terracotta_magenta magenta_glazed_terracotta
File:Orange Glazed Terracotta (texture) JE2 BE2.png glazed_terracotta_orange orange_glazed_terracotta
File:Pink Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_pink pink_glazed_terracotta
File:Purple Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_purple purple_glazed_terracotta
File:Red Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_red red_glazed_terracotta
File:Light Gray Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_silver light_gray_glazed_terracotta
File:White Glazed Terracotta (texture) JE2 BE2.png glazed_terracotta_white white_glazed_terracotta
File:Yellow Glazed Terracotta (texture) JE1 BE1.png glazed_terracotta_yellow yellow_glazed_terracotta
File:Grass Block (side texture) JE1 BE1.png grass_side grass_block_side
File:Grass Block (overlay texture) JE1 BE1.png grass_side_overlay grass_block_side_overlay
File:Snowy Grass Block (side texture) JE1 BE1.png grass_side_snowed grass_block_snow
File:Grass Block (top texture) JE3 BE1.png grass_top grass_block_top
File:Terracotta (texture) JE1 BE1.png hardened_clay terracotta
File:Black Terracotta (texture) JE1 BE1.png hardened_clay_stained_black black_terracotta
File:Blue Terracotta (texture) JE1 BE1.png hardened_clay_stained_blue blue_terracotta
File:Brown Terracotta (texture) JE1 BE1.png hardened_clay_stained_brown brown_terracotta
File:Cyan Terracotta (texture) JE1 BE1.png hardened_clay_stained_cyan cyan_terracotta
File:Gray Terracotta (texture) JE1 BE1.png hardened_clay_stained_gray gray_terracotta
File:Green Terracotta (texture) JE1 BE1.png hardened_clay_stained_green green_terracotta
File:Light Blue Terracotta (texture) JE1 BE1.png hardened_clay_stained_light_blue light_blue_terracotta
File:Lime Terracotta (texture) JE1 BE1.png hardened_clay_stained_lime lime_terracotta
File:Magenta Terracotta (texture) JE1 BE1.png hardened_clay_stained_magenta magenta_terracotta
File:Orange Terracotta (texture) JE1 BE1.png hardened_clay_stained_orange orange_terracotta
File:Pink Terracotta (texture) JE1 BE1.png hardened_clay_stained_pink pink_terracotta
File:Purple Terracotta (texture) JE1 BE1.png hardened_clay_stained_purple purple_terracotta
File:Red Terracotta (texture) JE1 BE1.png hardened_clay_stained_red red_terracotta
File:Light Gray Terracotta (texture) JE1 BE1.png hardened_clay_stained_silver light_gray_terracotta
File:White Terracotta (texture) JE1 BE1.png hardened_clay_stained_white white_terracotta
File:Yellow Terracotta (texture) JE1 BE1.png hardened_clay_stained_yellow yellow_terracotta
File:Packed Ice (texture) JE1 BE2.png ice_packed packed_ice
File:Item Frame (texture) JE1 BE1.png itemframe_background item_frame
File:Oak Leaves (texture) JE3 BE1.png leaves_acacia acacia_leaves
File:Oak Leaves (texture) JE3 BE1.png leaves_big_oak dark_oak_leaves
File:Oak Leaves (texture) JE3 BE1.png leaves_birch birch_leaves
File:Jungle Leaves (texture) JE1 BE1.png leaves_jungle jungle_leaves
File:Oak Leaves (texture) JE3 BE1.png leaves_oak oak_leaves
File:Spruce Leaves (texture) JE1 BE1.png leaves_spruce spruce_leaves
File:Acacia Log (texture) JE2 BE1.png log_acacia acacia_log
File:Acacia Log (top texture) JE1 BE1.png log_acacia_top acacia_log_top
File:Dark Oak Log (texture) JE1 BE1.png log_big_oak dark_oak_log
File:Dark Oak Log (top texture) JE1 BE1.png log_big_oak_top dark_oak_log_top
File:Birch Log (texture) JE1 BE1.png log_birch birch_log
File:Birch Log (top texture) JE1 BE1.png log_birch_top birch_log_top
File:Jungle Log (texture) JE1 BE1.png log_jungle jungle_log
File:Jungle Log (top texture) JE1 BE1.png log_jungle_top jungle_log_top
File:Oak Log (texture) JE2 BE1.png log_oak oak_log
File:Oak Log (top texture) JE2 BE1.png log_oak_top oak_log_top
File:Spruce Log (texture) JE1 BE1.png log_spruce spruce_log
File:Spruce Log (top texture) JE1 BE1.png log_spruce_top spruce_log_top
File:Attached Stem (texture) JE2 BE2.png melon_stem_connected attached_melon_stem
File:Stem (texture) JE2 BE2.png melon_stem_disconnected melon_stem
File:Spawner (texture) JE2 BE2.png mob_spawner spawner
File:Brown Mushroom Block (texture) JE1 BE1.png mushroom_block_skin_brown brown_mushroom_block
File:Red Mushroom Block (texture) JE1 BE1.png mushroom_block_skin_red red_mushroom_block
File:Mushroom Stem (texture) JE1 BE1.png mushroom_block_skin_stem mushroom_stem
File:Brown Mushroom (texture) JE1 BE1.png mushroom_brown brown_mushroom
File:Red Mushroom (texture) JE1 BE1.png mushroom_red red_mushroom
File:Nether Bricks (texture) JE1 BE1.png nether_brick nether_bricks
File:Nether Wart Age 0 (texture) JE1 BE1.png nether_wart_stage_0 nether_wart_stage0
File:Nether Wart Age 1 (texture) JE1 BE1.png nether_wart_stage_1 nether_wart_stage1
File:Nether Wart Age 2 (texture) JE1 BE1.png nether_wart_stage_2 nether_wart_stage2
File:Jukebox (side texture) JE1 BE1.png noteblock note_block
File:On Observer (back texture) JE1.png observer_back_lit observer_back_on
File:Piston Head (texture) JE1 BE1.png piston_top_normal piston_top
File:Acacia Planks (texture) JE1 BE1.png planks_acacia acacia_planks
File:Dark Oak Planks (texture) JE1 BE1.png planks_big_oak dark_oak_planks
File:Birch Planks (texture) JE1 BE1.png planks_birch birch_planks
File:Jungle Planks (texture) JE1 BE1.png planks_jungle jungle_planks
File:Oak Planks (texture) JE4 BE2.png planks_oak oak_planks
File:Spruce Planks (texture) JE1 BE1.png planks_spruce spruce_planks
File:Nether Portal (texture) JE1 BE1.png portal nether_portal
File:Potatoes Age 0 (texture) JE1 BE1.png potatoes_stage_0 potatoes_stage0
File:Potatoes Age 1 (texture) JE1 BE1.png potatoes_stage_1 potatoes_stage1
File:Potatoes Age 2 (texture) JE1 BE1.png potatoes_stage_2 potatoes_stage2
File:Potatoes Age 3 (texture) JE1 BE1.png potatoes_stage_3 potatoes_stage3
File:Dark Prismarine (texture) JE1 BE1.png prismarine_dark dark_prismarine
File:Prismarine (texture) JE1 BE1.png prismarine_rough prismarine
File:Carved Pumpkin (texture) JE1 BE1.png pumpkin_face_off carved_pumpkin
File:Jack o'Lantern (texture) JE1 BE1.png pumpkin_face_on jack_o_lantern
File:Attached Stem (texture) JE2 BE2.png pumpkin_stem_connected attached_pumpkin_stem
File:Stem (texture) JE2 BE2.png pumpkin_stem_disconnected pumpkin_stem
File:Chiseled Quartz Block (side texture) JE1 BE1.png quartz_block_chiseled chiseled_quartz_block
File:Chiseled Quartz Block (top texture) JE1 BE1.png quartz_block_chiseled_top chiseled_quartz_block_top
File:Quartz Pillar (side texture) JE1 BE1.png quartz_block_lines quartz_pillar
File:Quartz Pillar (top texture) JE1 BE1.png quartz_block_lines_top quartz_pillar_top
File:Nether Quartz Ore (texture) JE1 BE1.png quartz_ore nether_quartz_ore
File:Off Activator Rail (texture) JE1 BE1.png rail_activator activator_rail
File:On Activator Rail (texture) JE1 BE1.png rail_activator_powered activator_rail_on
File:Off Detector Rail (texture) JE1 BE1.png rail_detector detector_rail
File:On Detector Rail (texture) JE1 BE1.png rail_detector_powered detector_rail_on
File:Off Powered Rail (texture) JE1 BE1.png rail_golden powered_rail
File:On Powered Rail (texture) JE1 BE1.png rail_golden_powered powered_rail_on
File:Rail (texture) JE2 BE1.png rail_normal rail
File:Curved Rail (texture) JE2 BE1.png rail_normal_turned rail_corner
File:Chiseled Red Sandstone (side texture) JE1 BE1.png red_sandstone_carved chiseled_red_sandstone
File:Red Sandstone (side texture) JE1 BE1.png red_sandstone_normal red_sandstone
File:Cut Red Sandstone (side texture) JE1 BE1.png red_sandstone_smooth cut_red_sandstone
File:Off Redstone Lamp (texture) JE2 BE1.png redstone_lamp_off redstone_lamp
File:On Redstone Torch (texture) JE1 BE1.png redstone_torch_on redstone_torch
File:Sugar Cane (texture) JE1 BE1.png reeds sugar_cane
File:Off Redstone Repeater (texture) JE2 BE2.png repeater_off repeater
File:Chiseled Sandstone (side texture) JE1 BE1.png sandstone_carved chiseled_sandstone
File:Sandstone (side texture) JE1 BE1.png sandstone_normal sandstone
File:Cut Sandstone (side texture) JE1 BE1.png sandstone_smooth cut_sandstone
File:Acacia Sapling (texture) JE1 BE1.png sapling_acacia acacia_sapling
File:Birch Sapling (texture) JE1 BE1.png sapling_birch birch_sapling
File:Jungle Sapling (texture) JE1 BE1.png sapling_jungle jungle_sapling
File:Oak Sapling (texture) JE4 BE2.png sapling_oak oak_sapling
File:Dark Oak Sapling (texture) JE1 BE1.png sapling_roofed_oak dark_oak_sapling
File:Spruce Sapling (texture) JE1 BE1.png sapling_spruce spruce_sapling
File:Black Shulker Box (top texture) JE2 BE2.png shulker_top_black black_shulker_box
File:Blue Shulker Box (top texture) JE2 BE2.png shulker_top_blue blue_shulker_box
File:Brown Shulker Box (top texture) JE2 BE2.png shulker_top_brown brown_shulker_box
File:Cyan Shulker Box (top texture) JE2 BE2.png shulker_top_cyan cyan_shulker_box
File:Gray Shulker Box (top texture) JE2 BE2.png shulker_top_gray gray_shulker_box
File:Green Shulker Box (top texture) JE2 BE2.png shulker_top_green green_shulker_box
File:Light Blue Shulker Box (top texture) JE2 BE2.png shulker_top_light_blue light_blue_shulker_box
File:Lime Shulker Box (top texture) JE2 BE2.png shulker_top_lime lime_shulker_box
File:Magenta Shulker Box (top texture) JE2 BE2.png shulker_top_magenta magenta_shulker_box
File:Orange Shulker Box (top texture) JE2 BE2.png shulker_top_orange orange_shulker_box
File:Pink Shulker Box (top texture) JE2 BE2.png shulker_top_pink pink_shulker_box
File:Purple Shulker Box (top texture) JE1 BE1.png shulker_top_purple purple_shulker_box
File:Red Shulker Box (top texture) JE2 BE2.png shulker_top_red red_shulker_box
File:Light Gray Shulker Box (top texture) JE2 BE2.png shulker_top_silver light_gray_shulker_box
File:White Shulker Box (top texture) JE2 BE2.png shulker_top_white white_shulker_box
File:Yellow Shulker Box (top texture) JE2 BE2.png shulker_top_yellow yellow_shulker_box
File:Slime Block (texture) JE1 BE1.png slime slime_block
File:Wet Sponge (texture) JE1 BE1.png sponge_wet wet_sponge
File:Andesite (texture) JE1 BE1.png stone_andesite andesite
File:Polished Andesite (texture) JE1 BE1.png stone_andesite_smooth polished_andesite
File:Diorite (texture) JE1 BE1.png stone_diorite diorite
File:Polished Diorite (texture) JE1 BE1.png stone_diorite_smooth polished_diorite
File:Granite (texture) JE1 BE1.png stone_granite granite
File:Polished Granite (texture) JE1 BE1.png stone_granite_smooth polished_granite
File:Stone Bricks (texture) JE1 BE1.png stonebrick stone_bricks
File:Chiseled Stone Bricks (texture) JE1 BE1.png stonebrick_carved chiseled_stone_bricks
File:Cracked Stone Bricks (texture) JE1 BE1.png stonebrick_cracked cracked_stone_bricks
File:Mossy Stone Bricks (texture) JE1 BE1.png stonebrick_mossy mossy_stone_bricks
File:Grass (texture) JE1 BE1.png tallgrass grass
File:Torch (texture) JE2 BE1.png torch_on torch
File:Oak Trapdoor (texture) JE1 BE1.png trapdoor oak_trapdoor
File:Tripwire (texture) JE2 BE1.png trip_wire tripwire
File:Tripwire Hook (texture) JE1 BE1.png trip_wire_source tripwire_hook
File:Lily Pad (texture) JE1 BE1.png waterlily lily_pad
File:Cobweb (texture) JE1 BE1.png web cobweb
File:Wheat Age 0 (texture) JE1 BE1.png wheat_stage_0 wheat_stage0
File:Wheat Age 1 (texture) JE1 BE1.png wheat_stage_1 wheat_stage1
File:Wheat Age 2 (texture) JE1 BE1.png wheat_stage_2 wheat_stage2
File:Wheat Age 3 (texture) JE1 BE1.png wheat_stage_3 wheat_stage3
File:Wheat Age 4 (texture) JE1 BE1.png wheat_stage_4 wheat_stage4
File:Wheat Age 5 (texture) JE1 BE1.png wheat_stage_5 wheat_stage5
File:Wheat Age 6 (texture) JE1 BE1.png wheat_stage_6 wheat_stage6
File:Wheat Age 7 (texture) JE1 BE1.png wheat_stage_7 wheat_stage7
File:Black Wool (texture) JE3 BE3.png wool_colored_black black_wool
File:Blue Wool (texture) JE3 BE3.png wool_colored_blue blue_wool
File:Brown Wool (texture) JE3 BE3.png wool_colored_brown brown_wool
File:Cyan Wool (texture) JE3 BE3.png wool_colored_cyan cyan_wool
File:Gray Wool (texture) JE3 BE3.png wool_colored_gray gray_wool
File:Green Wool (texture) JE3 BE3.png wool_colored_green green_wool
File:Light Blue Wool (texture) JE3 BE3.png wool_colored_light_blue light_blue_wool
File:Lime Wool (texture) JE3 BE3.png wool_colored_lime lime_wool
File:Magenta Wool (texture) JE3 BE3.png wool_colored_magenta magenta_wool
File:Orange Wool (texture) JE3 BE3.png wool_colored_orange orange_wool
File:Pink Wool (texture) JE3 BE3.png wool_colored_pink pink_wool
File:Purple Wool (texture) JE3 BE3.png wool_colored_purple purple_wool
File:Red Wool (texture) JE3 BE3.png wool_colored_red red_wool
File:Light Gray Wool (texture) JE3 BE3.png wool_colored_silver light_gray_wool
File:White Wool (texture) JE2 BE2.png wool_colored_white white_wool
File:Yellow Wool (texture) JE3 BE3.png wool_colored_yellow yellow_wool

Entities

Template:Cleanup Renamed files were as follows:

Texture Old file name New file name (1.13)
File:Light Gray Bed (texture) JE2 BE2.png bed/silver bed/light_gray
File:Acacia Boat (texture).png boat/boat_acacia boat/acacia
File:Birch Boat (texture).png boat/boat_birch boat/birch
File:Dark Oak Boat (texture).png boat/boat_darkoak boat/dark_oak
File:Jungle Boat (texture).png boat/boat_jungle boat/jungle
File:Oak Boat (texture).png boat/boat_oak boat/oak
File:Spruce Boat (texture).png boat/boat_spruce boat/spruce
File:End Crystal (texture) JE1.png endercrystal/endercrystal end_crystal/end_crystal
File:End Crystal (beam texture) JE1.png endercrystal/endercrystal_beam end_crystal/end_crystal_beam
File:Evoker Fangs (texture).png illager/fangs illager/evoker_fangs
File:Illusioner (texture).png illager/illusionist illager/illusioner
File:Black Llama Decor (texture).png llama/decor/decor_black llama/decor/black
File:Blue Llama Decor (texture).png llama/decor/decor_blue llama/decor/blue
File:Brown Llama Decor (texture).png llama/decor/decor_brown llama/decor/brown
File:Cyan Llama Decor (texture).png llama/decor/decor_cyan llama/decor/cyan
File:Gray Llama Decor (texture).png llama/decor/decor_gray llama/decor/gray
File:Green Llama Decor (texture).png llama/decor/decor_green llama/decor/green
File:Light Blue Llama Decor (texture).png llama/decor/decor_light_blue llama/decor/light_blue
File:Lime Llama Decor (texture).png llama/decor/decor_lime llama/decor/lime
File:Magenta Llama Decor (texture).png llama/decor/decor_magenta llama/decor/magenta
File:Orange Llama Decor (texture).png llama/decor/decor_orange llama/decor/orange
File:Pink Llama Decor (texture).png llama/decor/decor_pink llama/decor/pink
File:Purple Llama Decor (texture).png llama/decor/decor_purple llama/decor/purple
File:Red Llama Decor (texture).png llama/decor/decor_red llama/decor/red
File:Light Gray Llama Decor (texture).png llama/decor/decor_silver llama/decor/light_gray
File:White Llama Decor (texture).png llama/decor/decor_white llama/decor/white
File:Yellow Llama Decor (texture).png llama/decor/decor_yellow llama/decor/yellow
File:Brown Llama (texture).png llama/llama_brown llama/brown
File:Creamy Llama (texture).png llama/llama_creamy llama/creamy
File:Gray Llama (texture).png llama/llama_gray llama/gray
File:White Llama (texture).png llama/llama_white llama/white
File:Shulker Light Gray (texture).png shulker/shulker_silver shulker/shulker_light_gray
File:Snow Golem (texture) JE1.png snowman snow_golem

Items

All item texture files have been moved from Template:Code to Template:Code. Renamed files were as follows:

Texture Old file name New file name (1.13)
File:Golden Apple JE1 BE1.png apple_golden golden_apple
File:Banner (item overlay) JE1.png banner_overlay
File:Steak JE3 BE2.png beef_cooked cooked_beef
File:Raw Beef JE3 BE2.png beef_raw beef
File:Enchanted Book JE1 BE1.png book_enchanted enchanted_book
File:Book JE1 BE1.png book_normal book
File:Book and Quill JE1 BE1.png book_writable writable_book
File:Written Book JE1 BE1.png book_written written_book
File:Bow JE2 BE1.png bow_standby bow
File:Bucket JE1 BE1.png bucket_empty bucket
File:Lava Bucket JE1 BE1.png bucket_lava lava_bucket
File:Milk Bucket JE1 BE1.png bucket_milk milk_bucket
File:Water Bucket JE1 BE1.png bucket_water water_bucket
File:Golden Carrot JE3 BE1.png carrot_golden golden_carrot
File:Cooked Chicken JE2 BE2.png chicken_cooked cooked_chicken
File:Raw Chicken JE2 BE2.png chicken_raw chicken
File:Popped Chorus Fruit JE1 BE1.png chorus_fruit_popped popped_chorus_fruit
File:Acacia Door (item) JE3 BE1.png door_acacia acacia_door
File:Birch Door (item) JE3 BE1.png door_birch birch_door
File:Dark Oak Door (item) JE3 BE1.png door_dark_oak dark_oak_door
File:Iron Door (item) JE2 BE2.png door_iron iron_door
File:Jungle Door (item) JE3 BE1.png door_jungle jungle_door
File:Spruce Door (item) JE3 BE1.png door_spruce spruce_door
File:Oak Door (item) JE3 BE2.png door_wood oak_door
File:Ink Sac JE1 BE1.png dye_powder_black ink_sac
File:Lapis Lazuli JE1 BE1.png dye_powder_blue lapis_lazuli
File:Cocoa Beans JE3 BE2.png dye_powder_brown cocoa_beans
File:Cyan Dye JE1 BE1.png dye_powder_cyan cyan_dye
File:Gray Dye JE1 BE1.png dye_powder_gray gray_dye
File:Green Dye JE1 BE1.png dye_powder_green cactus_green
File:Light Blue Dye JE1 BE1.png dye_powder_light_blue light_blue_dye
File:Lime Dye JE1 BE1.png dye_powder_lime lime_dye
File:Magenta Dye JE1 BE1.png dye_powder_magenta magenta_dye
File:Orange Dye JE1 BE1.png dye_powder_orange orange_dye
File:Pink Dye JE1 BE1.png dye_powder_pink pink_dye
File:Purple Dye JE1 BE1.png dye_powder_purple purple_dye
File:Red Dye JE1 BE1.png dye_powder_red rose_red
File:Light Gray Dye JE1 BE1.png dye_powder_silver light_gray_dye
File:Bone Meal JE2 BE2.png dye_powder_white bone_meal
File:Yellow Dye JE1 BE1.png dye_powder_yellow dandelion_yellow
File:Fire Charge JE1 BE1.png fireball fire_charge
File:Firework Rocket JE1 BE1.png fireworks firework_rocket
File:Firework Star JE1 BE1.png fireworks_charge firework_star
File:Firework Star (overlay texture) JE1 BE1.png fireworks_charge_overlay firework_star_overlay
File:Tropical Fish JE2 BE2.png fish_clownfish_raw tropical_fish
File:Cooked Cod JE2 BE2.png fish_cod_cooked cooked_cod
File:Raw Cod JE2 BE2.png fish_cod_raw cod
File:Pufferfish (item) JE5 BE2.png fish_pufferfish_raw pufferfish
File:Cooked Salmon JE2 BE2.png fish_salmon_cooked cooked_salmon
File:Raw Salmon JE2 BE2.png fish_salmon_raw salmon
File:Fishing Rod JE1 BE1.png fishing_rod_uncast fishing_rod
File:Golden Axe JE2 BE1.png gold_axe golden_axe
File:Golden Boots (item) JE1 BE1.png gold_boots golden_boots
File:Golden Chestplate (item) JE1 BE1.png gold_chestplate golden_chestplate
File:Golden Helmet (item) JE1 BE1.png gold_helmet golden_helmet
File:Golden Hoe JE1 BE1.png gold_hoe golden_hoe
File:Golden Horse Armor (item) JE1 BE1.png gold_horse_armor golden_horse_armor
File:Golden Leggings (item) JE1 BE1.png gold_leggings golden_leggings
File:Golden Pickaxe JE2 BE1.png gold_pickaxe golden_pickaxe
File:Golden Shovel JE2 BE1.png gold_shovel golden_shovel
File:Golden Sword JE2 BE1.png gold_sword golden_sword
File:Empty Map JE2.png map_empty map
File:Map (item) JE1 BE1.png map_filled filled_map
File:Filled Map Markings (texture) JE1 BE1.png map_filled_markings filled_map_markings
File:Melon Slice JE1 BE1.png melon melon_slice
File:Glistering Melon Slice JE1 BE1.png melon_speckled glistering_melon_slice
File:Minecart with Chest (item) JE1 BE1.png minecart_chest chest_minecart
File:Minecart with Command Block (item) JE1.png minecart_command_block command_block_minecart
File:Minecart with Furnace (item) JE1.png minecart_furnace furnace_minecart
File:Minecart with Hopper (item) JE1 BE1.png minecart_hopper hopper_minecart
File:Minecart (item) JE2 BE1.png minecart_normal minecart
File:Minecart with TNT (item) JE1 BE1.png minecart_tnt tnt_minecart
File:Cooked Mutton JE2 BE1.png mutton_cooked cooked_mutton
File:Raw Mutton JE2 BE1.png mutton_raw mutton
File:Nether Brick JE1 BE1.png netherbrick nether_brick
File:Cooked Porkchop JE3 BE2.png porkchop_cooked cooked_porkchop
File:Raw Porkchop JE2 BE2.png porkchop_raw porkchop
File:Baked Potato JE2 BE1.png potato_baked baked_potato
File:Poisonous Potato JE1 BE1.png potato_poisonous poisonous_potato
File:Glass Bottle JE1 BE1.png potion_bottle_drinkable potion
File:Glass Bottle JE1 BE1.png potion_bottle_empty glass_bottle
File:Lingering Potion (texture) JE1 BE1.png potion_bottle_lingering lingering_potion
File:Splash Potion (texture) JE1 BE1.png potion_bottle_splash splash_potion
File:Cooked Rabbit JE2 BE1.png rabbit_cooked cooked_rabbit
File:Raw Rabbit JE2 BE1.png rabbit_raw rabbit
File:Music Disc 11 JE1 BE1.png record_11 music_disc_11
File:Music Disc 13 JE1 BE1.png record_13 music_disc_13
File:Music Disc blocks JE1 BE1.png record_blocks music_disc_blocks
File:Music Disc cat JE1 BE1.png record_cat music_disc_cat
File:Music Disc chirp JE1 BE1.png record_chirp music_disc_chirp
File:Music Disc far JE1 BE1.png record_far music_disc_far
File:Music Disc mall JE1 BE1.png record_mall music_disc_mall
File:Music Disc mellohi JE1 BE1.png record_mellohi music_disc_mellohi
File:Music Disc stal JE1 BE1.png record_stal music_disc_stal
File:Music Disc strad JE1 BE1.png record_strad music_disc_strad
File:Music Disc wait JE1 BE1.png record_wait music_disc_wait
File:Music Disc ward JE1 BE1.png record_ward music_disc_ward
File:Redstone Dust JE1 BE1.png redstone_dust redstone
File:Sugar Cane (item) JE1 BE1.png reeds sugar_cane
File:Melon Seeds JE1 BE1.png seeds_melon melon_seeds
File:Pumpkin Seeds JE1 BE1.png seeds_pumpkin pumpkin_seeds
File:Wheat Seeds JE1 BE1.png seeds_wheat wheat_seeds
File:Slimeball JE1 BE1.png slimeball slime_ball
File:Spider Eye JE1 BE1.png spider_eye_fermented fermented_spider_eye
File:Totem of Undying JE1 BE1.png totem totem_of_undying
File:Wooden Axe JE1 BE1.png wood_axe wooden_axe
File:Wooden Hoe JE1 BE1.png wood_hoe wooden_hoe
File:Wooden Pickaxe JE1 BE1.png wood_pickaxe wooden_pickaxe
File:Wooden Shovel JE1 BE1.png wood_shovel wooden_shovel
File:Wooden Sword JE1 BE1.png wood_sword wooden_sword
File:Armor Stand (item) JE1 BE1.png wooden_armorstand armor_stand

Structure files

Moved from resource packs to the newly-implemented data packs.

sounds.json

See Minecraft:Java Edition Flattening#Sound events for sound event changes.

Minecraft:pt:Edição Java 1.13/Mudanças no pacote de recursos Minecraft:ru:1.13 (Java Edition)/Изменения пакета ресурсов