Skip to content

Commit

Permalink
Merge pull request #20 from deathcap/mc19
Browse files Browse the repository at this point in the history
Add new blocks and items for Minecraft 1.9 compatibility. Closes GH-19
  • Loading branch information
deathcap committed Feb 19, 2016
2 parents 4e09dd8 + e9b6a8a commit a9a7ea6
Show file tree
Hide file tree
Showing 209 changed files with 73 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pack":{
"pack_format":1,
"pack_format":2,
"description":"ProgrammerArt vSNAPSHOT"
}
}
73 changes: 72 additions & 1 deletion scripts/resourcepack_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ module.exports = {
bed_head_side: false,
bed_head_top: false,
bedrock: false,
beetroots_stage_0: false,
beetroots_stage_1: false,
beetroots_stage_2: false,
beetroots_stage_3: false,
bookshelf: false,
brewing_stand: false,
brewing_stand_base: false,
Expand All @@ -36,6 +40,13 @@ module.exports = {
cauldron_inner: false,
cauldron_side: false,
cauldron_top: false,
chain_command_block_back: false,
chain_command_block_conditional: false,
chain_command_block_front: false,
chain_command_block_side: false,
chorus_flower: false,
chorus_flower_dead: false,
chorus_plant: false,
clay: false,
coal_block: false,
coal_ore: false,
Expand All @@ -45,7 +56,11 @@ module.exports = {
cocoa_stage_0: false,
cocoa_stage_1: false,
cocoa_stage_2: false,
command_block: false,
command_block: false, // not in 1.9, but preserve for <=1.8
command_block_back: false,
command_block_conditional: false,
command_block_front: false,
command_block_side: false,
comparator_off: false,
comparator_on: false,
crafting_table_bottom: false,
Expand All @@ -57,6 +72,8 @@ module.exports = {
daylight_detector_side: false,
daylight_detector_top: false,
deadbush: false,
debug: false,
debug2: false,
destroy_stage_0: false,
destroy_stage_1: false,
destroy_stage_2: false,
Expand Down Expand Up @@ -110,6 +127,8 @@ module.exports = {
enchanting_table_bottom: false,
enchanting_table_side: false,
enchanting_table_top: false,
end_bricks: false,
end_rod: false,
end_stone: false,
endframe_eye: false,
endframe_side: false,
Expand All @@ -131,6 +150,10 @@ module.exports = {
flower_tulip_pink: false,
flower_tulip_red: false,
flower_tulip_white: false,
frosted_ice_0: false,
frosted_ice_1: false,
frosted_ice_2: false,
frosted_ice_3: false,
furnace_front_off: false,
furnace_front_on: false,
furnace_side: false,
Expand Down Expand Up @@ -172,6 +195,8 @@ module.exports = {
glowstone: false,
gold_block: false,
gold_ore: false,
grass_path_side: false,
grass_path_top: false,
grass_side: false,
grass_side_overlay: false,
grass_side_snowed: false,
Expand Down Expand Up @@ -283,6 +308,9 @@ module.exports = {
pumpkin_stem_connected: false,
pumpkin_stem_disconnected: false,
pumpkin_top: false,
purpur_block: false,
purpur_pillar: false,
purpur_pillar_top: false,
quartz_block_bottom: false,
quartz_block_chiseled: false,
quartz_block_chiseled_top: false,
Expand All @@ -308,8 +336,12 @@ module.exports = {
redstone_block: false,
redstone_dust_cross: false,
redstone_dust_cross_overlay: false,
redstone_dust_dot: false,
redstone_dust_line: false,
redstone_dust_line0: false,
redstone_dust_line1: false,
redstone_dust_line_overlay: false,
redstone_dust_overlay: false,
redstone_lamp_off: false,
redstone_lamp_on: false,
redstone_lamp_top_off: false,
Expand All @@ -320,6 +352,10 @@ module.exports = {
reeds: false,
repeater_off: false,
repeater_on: false,
repeating_command_block_back: false,
repeating_command_block_conditional: false,
repeating_command_block_front: false,
repeating_command_block_side: false,
sand: false,
sandstone_bottom: false,
sandstone_carved: false,
Expand Down Expand Up @@ -351,6 +387,11 @@ module.exports = {
stonebrick_carved: false,
stonebrick_cracked: false,
stonebrick_mossy: false,
structure_block: false,
structure_block_corner: false,
structure_block_data: false,
structure_block_load: false,
structure_block_save: false,
tallgrass: false,
tnt_bottom: false,
tnt_side: false,
Expand All @@ -363,6 +404,7 @@ module.exports = {
vine: false,
water_flow: false,
water_still: false,
water_overlay: false,
waterlily: false,
web: false,
wheat_stage_0: false,
Expand Down Expand Up @@ -391,6 +433,25 @@ module.exports = {
wool_colored_yellow: false
},
items: {
acacia_boat: false,
birch_boat: false,
spruce_boat: false,
oak_boat: false,
beetroot: false,
beetroot_seeds: false,
beetroot_soup: false,
chorus_fruit: false,
chorus_fruit_popped: false,
spectral_arrow: false,
tipped_arrow_base: false,
tipped_arrow_head: false,
banner_base: false,
banner_overlay: false,
dragon_breath: false,
end_crystal: false,
elytra: false,
broken_elytra: false,

apple: false,
apple_golden: false,
arrow: false,
Expand Down Expand Up @@ -432,9 +493,11 @@ module.exports = {
chicken_raw: false,
clay_ball: false,
clock: false,
clock_00: false, clock_01: false, clock_02: false, clock_03: false, clock_04: false, clock_05: false, clock_06: false, clock_07: false, clock_08: false, clock_09: false, clock_10: false, clock_11: false, clock_12: false, clock_13: false, clock_14: false, clock_15: false, clock_16: false, clock_17: false, clock_18: false, clock_19: false, clock_20: false, clock_21: false, clock_22: false, clock_23: false, clock_24: false, clock_25: false, clock_26: false, clock_27: false, clock_28: false, clock_29: false, clock_30: false, clock_31: false, clock_32: false, clock_33: false, clock_34: false, clock_35: false, clock_36: false, clock_37: false, clock_38: false, clock_39: false, clock_40: false, clock_41: false, clock_42: false, clock_43: false, clock_44: false, clock_45: false, clock_46: false, clock_47: false, clock_48: false, clock_49: false, clock_50: false, clock_51: false, clock_52: false, clock_53: false, clock_54: false, clock_55: false, clock_56: false, clock_57: false, clock_58: false, clock_59: false, clock_60: false, clock_61: false, clock_62: false, clock_63: false,
coal: false,
comparator: false,
compass: false,
compass_00: false, compass_01: false, compass_02: false, compass_03: false, compass_04: false, compass_05: false, compass_06: false, compass_07: false, compass_08: false, compass_09: false, compass_10: false, compass_11: false, compass_12: false, compass_13: false, compass_14: false, compass_15: false, compass_16: false, compass_17: false, compass_18: false, compass_19: false, compass_20: false, compass_21: false, compass_22: false, compass_23: false, compass_24: false, compass_25: false, compass_26: false, compass_27: false, compass_28: false, compass_29: false, compass_30: false, compass_31: false,
cookie: false,
diamond: false,
diamond_axe: false,
Expand All @@ -449,6 +512,11 @@ module.exports = {
diamond_sword: false,
door_iron: false,
door_wood: false,
door_birch: false,
door_acacia: false,
door_spruce: false,
door_dark_oak: false,
door_jungle: false,
dye_powder_black: false,
dye_powder_blue: false,
dye_powder_brown: false,
Expand All @@ -471,6 +539,7 @@ module.exports = {
empty_armor_slot_chestplate: false,
empty_armor_slot_helmet: false,
empty_armor_slot_leggings: false,
empty_armor_slot_shield: false,
ender_eye: false,
ender_pearl: false,
experience_bottle: false,
Expand Down Expand Up @@ -554,9 +623,11 @@ module.exports = {
potato_baked: false,
potato_poisonous: false,
potion_bottle_drinkable: false,
potion_bottle_lingering: false,
potion_bottle_empty: false,
potion_bottle_splash: false,
potion_overlay: false,
potion_bottle_overlay: false,
prismarine_crystals: false,
prismarine_shard: false,
pumpkin_pie: false,
Expand Down
Binary file added textures/blocks/beetroots_stage_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/beetroots_stage_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/beetroots_stage_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/beetroots_stage_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chain_command_block_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chain_command_block_conditional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chain_command_block_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chain_command_block_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chorus_flower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chorus_flower_dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/chorus_plant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/command_block_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/command_block_conditional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/command_block_front.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/command_block_side.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/debug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/blocks/debug2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_acacia_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_acacia_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_birch_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_birch_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_dark_oak_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_dark_oak_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_jungle_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_jungle_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified textures/blocks/door_spruce_lower.png
Binary file modified textures/blocks/door_spruce_upper.png
Binary file added textures/blocks/end_bricks.png
Binary file added textures/blocks/end_rod.png
Binary file added textures/blocks/frosted_ice_0.png
Binary file added textures/blocks/frosted_ice_1.png
Binary file added textures/blocks/frosted_ice_2.png
Binary file added textures/blocks/frosted_ice_3.png
Binary file added textures/blocks/grass_path_side.png
Binary file added textures/blocks/grass_path_top.png
Binary file added textures/blocks/purpur_block.png
Binary file added textures/blocks/purpur_pillar.png
Binary file added textures/blocks/purpur_pillar_top.png
Binary file modified textures/blocks/red_sandstone_bottom.png
Binary file modified textures/blocks/red_sandstone_carved.png
Binary file modified textures/blocks/red_sandstone_normal.png
Binary file modified textures/blocks/red_sandstone_smooth.png
Binary file modified textures/blocks/red_sandstone_top.png
Binary file added textures/blocks/redstone_dust_dot.png
Binary file added textures/blocks/redstone_dust_line0.png
Binary file added textures/blocks/redstone_dust_line1.png
Binary file added textures/blocks/redstone_dust_overlay.png
Binary file added textures/blocks/repeating_command_block_back.png
Binary file added textures/blocks/repeating_command_block_front.png
Binary file added textures/blocks/repeating_command_block_side.png
Binary file modified textures/blocks/sea_lantern.png
Binary file modified textures/blocks/slime.png
Binary file modified textures/blocks/sponge_wet.png
Binary file modified textures/blocks/stone_andesite.png
Binary file modified textures/blocks/stone_andesite_smooth.png
Binary file modified textures/blocks/stone_diorite.png
Binary file modified textures/blocks/stone_diorite_smooth.png
Binary file modified textures/blocks/stone_granite.png
Binary file modified textures/blocks/stone_granite_smooth.png
Binary file added textures/blocks/structure_block.png
Binary file added textures/blocks/structure_block_corner.png
Binary file added textures/blocks/structure_block_data.png
Binary file added textures/blocks/structure_block_load.png
Binary file added textures/blocks/structure_block_save.png
Binary file added textures/blocks/water_overlay.png
Binary file added textures/items/acacia_boat.png
Binary file added textures/items/banner_base.png
Binary file added textures/items/banner_overlay.png
Binary file modified textures/items/barrier.png
Binary file added textures/items/beetroot.png
Binary file added textures/items/beetroot_seeds.png
Binary file added textures/items/beetroot_soup.png
Binary file added textures/items/birch_boat.png
Binary file added textures/items/broken_elytra.png
Binary file added textures/items/chorus_fruit.png
Binary file added textures/items/chorus_fruit_popped.png
Binary file added textures/items/clock_00.png
Binary file added textures/items/clock_01.png
Binary file added textures/items/clock_02.png
Binary file added textures/items/clock_03.png
Binary file added textures/items/clock_04.png
Binary file added textures/items/clock_05.png
Binary file added textures/items/clock_06.png
Binary file added textures/items/clock_07.png
Binary file added textures/items/clock_08.png
Binary file added textures/items/clock_09.png
Binary file added textures/items/clock_10.png
Binary file added textures/items/clock_11.png
Binary file added textures/items/clock_12.png
Binary file added textures/items/clock_13.png
Binary file added textures/items/clock_14.png
Binary file added textures/items/clock_15.png
Binary file added textures/items/clock_16.png
Binary file added textures/items/clock_17.png
Binary file added textures/items/clock_18.png
Binary file added textures/items/clock_19.png
Binary file added textures/items/clock_20.png
Binary file added textures/items/clock_21.png
Binary file added textures/items/clock_22.png
Binary file added textures/items/clock_23.png
Binary file added textures/items/clock_24.png
Binary file added textures/items/clock_25.png
Binary file added textures/items/clock_26.png
Binary file added textures/items/clock_27.png
Binary file added textures/items/clock_28.png
Binary file added textures/items/clock_29.png
Binary file added textures/items/clock_30.png
Binary file added textures/items/clock_31.png
Binary file added textures/items/clock_32.png
Binary file added textures/items/clock_33.png
Binary file added textures/items/clock_34.png
Binary file added textures/items/clock_35.png
Binary file added textures/items/clock_36.png
Binary file added textures/items/clock_37.png
Binary file added textures/items/clock_38.png
Binary file added textures/items/clock_39.png
Binary file added textures/items/clock_40.png
Binary file added textures/items/clock_41.png
Binary file added textures/items/clock_42.png
Binary file added textures/items/clock_43.png
Binary file added textures/items/clock_44.png
Binary file added textures/items/clock_45.png
Binary file added textures/items/clock_46.png
Binary file added textures/items/clock_47.png
Binary file added textures/items/clock_48.png
Binary file added textures/items/clock_49.png
Binary file added textures/items/clock_50.png
Binary file added textures/items/clock_51.png
Binary file added textures/items/clock_52.png
Binary file added textures/items/clock_53.png
Binary file added textures/items/clock_54.png
Binary file added textures/items/clock_55.png
Binary file added textures/items/clock_56.png
Binary file added textures/items/clock_57.png
Binary file added textures/items/clock_58.png
Binary file added textures/items/clock_59.png
Binary file added textures/items/clock_60.png
Binary file added textures/items/clock_61.png
Binary file added textures/items/clock_62.png
Binary file added textures/items/clock_63.png
Binary file added textures/items/compass_00.png
Binary file added textures/items/compass_01.png
Binary file added textures/items/compass_02.png
Binary file added textures/items/compass_03.png
Binary file added textures/items/compass_04.png
Binary file added textures/items/compass_05.png
Binary file added textures/items/compass_06.png
Binary file added textures/items/compass_07.png
Binary file added textures/items/compass_08.png
Binary file added textures/items/compass_09.png
Binary file added textures/items/compass_10.png
Binary file added textures/items/compass_11.png
Binary file added textures/items/compass_12.png
Binary file added textures/items/compass_13.png
Binary file added textures/items/compass_14.png
Binary file added textures/items/compass_15.png
Binary file added textures/items/compass_16.png
Binary file added textures/items/compass_17.png
Binary file added textures/items/compass_18.png
Binary file added textures/items/compass_19.png
Binary file added textures/items/compass_20.png
Binary file added textures/items/compass_21.png
Binary file added textures/items/compass_22.png
Binary file added textures/items/compass_23.png
Binary file added textures/items/compass_24.png
Binary file added textures/items/compass_25.png
Binary file added textures/items/compass_26.png
Binary file added textures/items/compass_27.png
Binary file added textures/items/compass_28.png
Binary file added textures/items/compass_29.png
Binary file added textures/items/compass_30.png
Binary file added textures/items/compass_31.png
Binary file added textures/items/dark_oak_boat.png
Binary file added textures/items/door_acacia.png
Binary file added textures/items/door_birch.png
Binary file added textures/items/door_dark_oak.png
Binary file added textures/items/door_jungle.png
Binary file added textures/items/door_spruce.png
Binary file added textures/items/dragon_breath.png
Binary file added textures/items/elytra.png
Binary file added textures/items/empty_armor_slot_shield.png
Binary file added textures/items/end_crystal.png
Binary file added textures/items/fireworks_charge_overlay.png
Binary file added textures/items/jungle_boat.png
Binary file added textures/items/leather_boots_overlay.png
Binary file added textures/items/leather_chestplate_overlay.png
Binary file added textures/items/leather_helmet_overlay.png
Binary file added textures/items/leather_leggings_overlay.png
Binary file modified textures/items/mutton_cooked.png
Binary file modified textures/items/mutton_raw.png
Binary file added textures/items/oak_boat.png
Binary file added textures/items/potion_bottle_lingering.png
Binary file added textures/items/potion_overlay.png
Binary file modified textures/items/prismarine_crystals.png
Binary file modified textures/items/prismarine_shard.png
Binary file modified textures/items/rabbit_cooked.png
Binary file modified textures/items/rabbit_foot.png
Binary file modified textures/items/rabbit_hide.png
Binary file modified textures/items/rabbit_raw.png
Binary file modified textures/items/rabbit_stew.png
Binary file added textures/items/spawn_egg_overlay.png
Binary file added textures/items/spectral_arrow.png
Binary file added textures/items/spruce_boat.png
Binary file added textures/items/tipped_arrow_base.png
Binary file added textures/items/tipped_arrow_head.png
Binary file modified textures/items/wooden_armorstand.png

0 comments on commit a9a7ea6

Please sign in to comment.