mc_dot_art_maker 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mc_dot_art_maker/block.rb +2 -2
- data/lib/mc_dot_art_maker/block_list.rb +29 -5
- data/lib/mc_dot_art_maker/maker.rb +1 -1
- data/lib/mc_dot_art_maker/texture_loader.rb +107 -0
- data/lib/mc_dot_art_maker/textures/brick.png +0 -0
- data/lib/mc_dot_art_maker/textures/clay.png +0 -0
- data/lib/mc_dot_art_maker/textures/coal_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/diamond_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/emerald_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/glowstone.png +0 -0
- data/lib/mc_dot_art_maker/textures/gold_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_black.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_blue.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_brown.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_cyan.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_gray.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_green.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_light_blue.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_lime.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_magenta.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_orange.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_pink.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_purple.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_red.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_silver.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_white.png +0 -0
- data/lib/mc_dot_art_maker/textures/hardened_clay_stained_yellow.png +0 -0
- data/lib/mc_dot_art_maker/textures/hay_block_top.png +0 -0
- data/lib/mc_dot_art_maker/textures/ice.png +0 -0
- data/lib/mc_dot_art_maker/textures/iron_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/lapis_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/melon_top.png +0 -0
- data/lib/mc_dot_art_maker/textures/nether_brick.png +0 -0
- data/lib/mc_dot_art_maker/textures/obsidian.png +0 -0
- data/lib/mc_dot_art_maker/textures/planks_birch.png +0 -0
- data/lib/mc_dot_art_maker/textures/planks_jungle.png +0 -0
- data/lib/mc_dot_art_maker/textures/planks_oak.png +0 -0
- data/lib/mc_dot_art_maker/textures/planks_spruce.png +0 -0
- data/lib/mc_dot_art_maker/textures/quartz_block_chiseled_top.png +0 -0
- data/lib/mc_dot_art_maker/textures/redstone_block.png +0 -0
- data/lib/mc_dot_art_maker/textures/sandstone_top.png +0 -0
- data/lib/mc_dot_art_maker/textures/soul_sand.png +0 -0
- data/lib/mc_dot_art_maker/textures/sponge.png +0 -0
- data/lib/mc_dot_art_maker/textures/stonebrick_carved.png +0 -0
- data/lib/mc_dot_art_maker/textures/stonebrick_mossy.png +0 -0
- data/lib/mc_dot_art_maker/textures/tmp/1.9.jar +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_black.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_blue.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_brown.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_cyan.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_gray.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_green.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_light_blue.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_lime.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_magenta.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_orange.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_pink.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_purple.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_red.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_silver.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_white.png +0 -0
- data/lib/mc_dot_art_maker/textures/wool_colored_yellow.png +0 -0
- data/lib/mc_dot_art_maker.rb +3 -0
- data/mc_dot_art_maker.gemspec +1 -1
- data/test/images/sample/dither_methods_FloydSteinbergDitherMethod.png +0 -0
- data/test/images/sample/dither_methods_NoDitherMethod.png +0 -0
- data/test/images/sample/dither_methods_RiemersmaDitherMethod.png +0 -0
- data/test/images/sample/normal_conversion_mosaic.png +0 -0
- data/test/images/sample/normal_conversion_schematic.schematic +0 -0
- data/test/images/sample/normal_conversion_texture.png +0 -0
- data/test/images/sample/palette.png +0 -0
- data/test/{test_image.jpg → images/src/test_image.jpg} +0 -0
- data/test/images/tmp/dither_methods_FloydSteinbergDitherMethod.png +0 -0
- data/test/images/tmp/dither_methods_NoDitherMethod.png +0 -0
- data/test/images/tmp/dither_methods_RiemersmaDitherMethod.png +0 -0
- data/test/test_block_list.rb +27 -0
- data/test/test_block_palette.rb +23 -2
- data/test/test_dither_method.rb +23 -5
- data/test/test_normal_conversion.rb +30 -0
- data/test/test_texture_loader.rb +50 -0
- data/{lib/mc_dot_art_maker/textures → textures}/anvil_base.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/anvil_top_damaged_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/anvil_top_damaged_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/anvil_top_damaged_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/beacon.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bed_feet_end.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bed_feet_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bed_feet_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bed_head_end.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bed_head_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bed_head_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bedrock.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/bookshelf.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/brewing_stand.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/brewing_stand_base.png +0 -0
- data/textures/brick.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cactus_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cactus_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cactus_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cake_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cake_inner.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cake_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cake_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/carrots_stage_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/carrots_stage_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/carrots_stage_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/carrots_stage_3.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cauldron_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cauldron_inner.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cauldron_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cauldron_top.png +0 -0
- data/textures/clay.png +0 -0
- data/textures/coal_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/coal_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/coarse_dirt.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cobblestone.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cobblestone_mossy.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cocoa_stage_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cocoa_stage_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/cocoa_stage_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/command_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/comparator_off.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/comparator_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/crafting_table_front.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/crafting_table_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/crafting_table_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/daylight_detector_inverted_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/daylight_detector_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/daylight_detector_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/deadbush.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_3.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_4.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_5.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_6.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_7.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_8.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/destroy_stage_9.png +0 -0
- data/textures/diamond_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/diamond_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dirt.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dirt_podzol_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dirt_podzol_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dispenser_front_horizontal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dispenser_front_vertical.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_acacia_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_acacia_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_birch_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_birch_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_dark_oak_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_dark_oak_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_iron_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_iron_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_jungle_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_jungle_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_spruce_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_spruce_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_wood_lower.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/door_wood_upper.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_fern_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_fern_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_grass_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_grass_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_paeonia_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_paeonia_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_rose_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_rose_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_sunflower_back.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_sunflower_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_sunflower_front.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_sunflower_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_syringa_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/double_plant_syringa_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dragon_egg.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dropper_front_horizontal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/dropper_front_vertical.png +0 -0
- data/textures/emerald_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/emerald_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/enchanting_table_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/enchanting_table_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/enchanting_table_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/end_stone.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/endframe_eye.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/endframe_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/endframe_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/farmland_dry.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/farmland_wet.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/fern.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/fire_layer_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/fire_layer_0.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/fire_layer_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/fire_layer_1.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_allium.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_blue_orchid.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_dandelion.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_houstonia.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_oxeye_daisy.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_paeonia.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_pot.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_rose.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_tulip_orange.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_tulip_pink.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_tulip_red.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/flower_tulip_white.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/furnace_front_off.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/furnace_front_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/furnace_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/furnace_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_black.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_blue.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_brown.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_cyan.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_gray.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_green.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_light_blue.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_lime.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_magenta.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_orange.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_black.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_blue.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_brown.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_cyan.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_gray.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_green.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_light_blue.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_lime.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_magenta.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_orange.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_pink.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_purple.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_red.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_silver.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_white.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pane_top_yellow.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_pink.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_purple.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_red.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_silver.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_white.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/glass_yellow.png +0 -0
- data/textures/glowstone.png +0 -0
- data/textures/gold_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/gold_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/grass_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/grass_side_overlay.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/grass_side_snowed.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/grass_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/gravel.png +0 -0
- data/textures/hardened_clay.png +0 -0
- data/textures/hardened_clay_stained_black.png +0 -0
- data/textures/hardened_clay_stained_blue.png +0 -0
- data/textures/hardened_clay_stained_brown.png +0 -0
- data/textures/hardened_clay_stained_cyan.png +0 -0
- data/textures/hardened_clay_stained_gray.png +0 -0
- data/textures/hardened_clay_stained_green.png +0 -0
- data/textures/hardened_clay_stained_light_blue.png +0 -0
- data/textures/hardened_clay_stained_lime.png +0 -0
- data/textures/hardened_clay_stained_magenta.png +0 -0
- data/textures/hardened_clay_stained_orange.png +0 -0
- data/textures/hardened_clay_stained_pink.png +0 -0
- data/textures/hardened_clay_stained_purple.png +0 -0
- data/textures/hardened_clay_stained_red.png +0 -0
- data/textures/hardened_clay_stained_silver.png +0 -0
- data/textures/hardened_clay_stained_white.png +0 -0
- data/textures/hardened_clay_stained_yellow.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/hay_block_side.png +0 -0
- data/textures/hay_block_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/hopper_inside.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/hopper_outside.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/hopper_top.png +0 -0
- data/textures/ice.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/ice_packed.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/iron_bars.png +0 -0
- data/textures/iron_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/iron_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/iron_trapdoor.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/itemframe_background.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/jukebox_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/jukebox_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/ladder.png +0 -0
- data/textures/lapis_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/lapis_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/lava_flow.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/lava_flow.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/lava_still.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/lava_still.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/leaves_acacia.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/leaves_big_oak.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/leaves_birch.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/leaves_jungle.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/leaves_oak.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/leaves_spruce.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/lever.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_acacia.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_acacia_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_big_oak.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_big_oak_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_birch.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_birch_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_jungle.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_jungle_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_oak.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_oak_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_spruce.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/log_spruce_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/melon_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/melon_stem_connected.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/melon_stem_disconnected.png +0 -0
- data/textures/melon_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mob_spawner.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mushroom_block_inside.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mushroom_block_skin_brown.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mushroom_block_skin_red.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mushroom_block_skin_stem.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mushroom_brown.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mushroom_red.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mycelium_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/mycelium_top.png +0 -0
- data/textures/nether_brick.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/nether_wart_stage_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/nether_wart_stage_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/nether_wart_stage_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/netherrack.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/noteblock.png +0 -0
- data/textures/obsidian.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/piston_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/piston_inner.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/piston_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/piston_top_normal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/piston_top_sticky.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/planks_acacia.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/planks_big_oak.png +0 -0
- data/textures/planks_birch.png +0 -0
- data/textures/planks_jungle.png +0 -0
- data/textures/planks_oak.png +0 -0
- data/textures/planks_spruce.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/portal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/portal.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/potatoes_stage_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/potatoes_stage_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/potatoes_stage_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/potatoes_stage_3.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/prismarine_bricks.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/prismarine_dark.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/prismarine_rough.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/prismarine_rough.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/pumpkin_face_off.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/pumpkin_face_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/pumpkin_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/pumpkin_stem_connected.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/pumpkin_stem_disconnected.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/pumpkin_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_block_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_block_chiseled.png +0 -0
- data/textures/quartz_block_chiseled_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_block_lines.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_block_lines_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_block_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_block_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/quartz_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_activator.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_activator_powered.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_detector.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_detector_powered.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_golden.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_golden_powered.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_normal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/rail_normal_turned.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/red_sand.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/red_sandstone_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/red_sandstone_carved.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/red_sandstone_normal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/red_sandstone_smooth.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/red_sandstone_top.png +0 -0
- data/textures/redstone_block.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_dust_cross.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_dust_cross_overlay.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_dust_line.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_dust_line_overlay.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_lamp_off.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_lamp_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_ore.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_torch_off.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/redstone_torch_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/reeds.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/repeater_off.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/repeater_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sand.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sandstone_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sandstone_carved.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sandstone_normal.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sandstone_smooth.png +0 -0
- data/textures/sandstone_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sapling_acacia.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sapling_birch.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sapling_jungle.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sapling_oak.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sapling_roofed_oak.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sapling_spruce.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sea_lantern.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sea_lantern.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/slime.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/snow.png +0 -0
- data/textures/soul_sand.png +0 -0
- data/textures/sponge.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/sponge_wet.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_andesite.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_andesite_smooth.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_diorite.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_diorite_smooth.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_granite.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_granite_smooth.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_slab_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stone_slab_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stonebrick.png +0 -0
- data/textures/stonebrick_carved.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/stonebrick_cracked.png +0 -0
- data/textures/stonebrick_mossy.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/tallgrass.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/tnt_bottom.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/tnt_side.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/tnt_top.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/torch_on.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/trapdoor.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/trip_wire.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/trip_wire_source.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/vine.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/water_flow.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/water_flow.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/water_still.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/water_still.png.mcmeta +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/waterlily.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/web.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_0.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_1.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_2.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_3.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_4.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_5.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_6.png +0 -0
- data/{lib/mc_dot_art_maker/textures → textures}/wheat_stage_7.png +0 -0
- data/textures/wool_colored_black.png +0 -0
- data/textures/wool_colored_blue.png +0 -0
- data/textures/wool_colored_brown.png +0 -0
- data/textures/wool_colored_cyan.png +0 -0
- data/textures/wool_colored_gray.png +0 -0
- data/textures/wool_colored_green.png +0 -0
- data/textures/wool_colored_light_blue.png +0 -0
- data/textures/wool_colored_lime.png +0 -0
- data/textures/wool_colored_magenta.png +0 -0
- data/textures/wool_colored_orange.png +0 -0
- data/textures/wool_colored_pink.png +0 -0
- data/textures/wool_colored_purple.png +0 -0
- data/textures/wool_colored_red.png +0 -0
- data/textures/wool_colored_silver.png +0 -0
- data/textures/wool_colored_white.png +0 -0
- data/textures/wool_colored_yellow.png +0 -0
- data/textures.zip +0 -0
- metadata +401 -334
- data/test/palette.png +0 -0
- data/test/test_image_FloydSteinbergDitherMethod.png +0 -0
- data/test/test_image_NoDitherMethod.png +0 -0
- data/test/test_image_RiemersmaDitherMethod.png +0 -0
- data/test/test_image_mosaic.png +0 -0
- data/test/test_image_texture.png +0 -0
- data/test/test_mosaic.rb +0 -6
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mc_dot_art_maker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kumassy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-05-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bindata
|
@@ -137,178 +137,14 @@ files:
|
|
137
137
|
- lib/mc_dot_art_maker/maker.rb
|
138
138
|
- lib/mc_dot_art_maker/schematic_helper.rb
|
139
139
|
- lib/mc_dot_art_maker/seed.schematic
|
140
|
-
- lib/mc_dot_art_maker/
|
141
|
-
- lib/mc_dot_art_maker/textures/anvil_top_damaged_0.png
|
142
|
-
- lib/mc_dot_art_maker/textures/anvil_top_damaged_1.png
|
143
|
-
- lib/mc_dot_art_maker/textures/anvil_top_damaged_2.png
|
144
|
-
- lib/mc_dot_art_maker/textures/beacon.png
|
145
|
-
- lib/mc_dot_art_maker/textures/bed_feet_end.png
|
146
|
-
- lib/mc_dot_art_maker/textures/bed_feet_side.png
|
147
|
-
- lib/mc_dot_art_maker/textures/bed_feet_top.png
|
148
|
-
- lib/mc_dot_art_maker/textures/bed_head_end.png
|
149
|
-
- lib/mc_dot_art_maker/textures/bed_head_side.png
|
150
|
-
- lib/mc_dot_art_maker/textures/bed_head_top.png
|
151
|
-
- lib/mc_dot_art_maker/textures/bedrock.png
|
152
|
-
- lib/mc_dot_art_maker/textures/bookshelf.png
|
153
|
-
- lib/mc_dot_art_maker/textures/brewing_stand.png
|
154
|
-
- lib/mc_dot_art_maker/textures/brewing_stand_base.png
|
140
|
+
- lib/mc_dot_art_maker/texture_loader.rb
|
155
141
|
- lib/mc_dot_art_maker/textures/brick.png
|
156
|
-
- lib/mc_dot_art_maker/textures/cactus_bottom.png
|
157
|
-
- lib/mc_dot_art_maker/textures/cactus_side.png
|
158
|
-
- lib/mc_dot_art_maker/textures/cactus_top.png
|
159
|
-
- lib/mc_dot_art_maker/textures/cake_bottom.png
|
160
|
-
- lib/mc_dot_art_maker/textures/cake_inner.png
|
161
|
-
- lib/mc_dot_art_maker/textures/cake_side.png
|
162
|
-
- lib/mc_dot_art_maker/textures/cake_top.png
|
163
|
-
- lib/mc_dot_art_maker/textures/carrots_stage_0.png
|
164
|
-
- lib/mc_dot_art_maker/textures/carrots_stage_1.png
|
165
|
-
- lib/mc_dot_art_maker/textures/carrots_stage_2.png
|
166
|
-
- lib/mc_dot_art_maker/textures/carrots_stage_3.png
|
167
|
-
- lib/mc_dot_art_maker/textures/cauldron_bottom.png
|
168
|
-
- lib/mc_dot_art_maker/textures/cauldron_inner.png
|
169
|
-
- lib/mc_dot_art_maker/textures/cauldron_side.png
|
170
|
-
- lib/mc_dot_art_maker/textures/cauldron_top.png
|
171
142
|
- lib/mc_dot_art_maker/textures/clay.png
|
172
143
|
- lib/mc_dot_art_maker/textures/coal_block.png
|
173
|
-
- lib/mc_dot_art_maker/textures/coal_ore.png
|
174
|
-
- lib/mc_dot_art_maker/textures/coarse_dirt.png
|
175
|
-
- lib/mc_dot_art_maker/textures/cobblestone.png
|
176
|
-
- lib/mc_dot_art_maker/textures/cobblestone_mossy.png
|
177
|
-
- lib/mc_dot_art_maker/textures/cocoa_stage_0.png
|
178
|
-
- lib/mc_dot_art_maker/textures/cocoa_stage_1.png
|
179
|
-
- lib/mc_dot_art_maker/textures/cocoa_stage_2.png
|
180
|
-
- lib/mc_dot_art_maker/textures/command_block.png
|
181
|
-
- lib/mc_dot_art_maker/textures/comparator_off.png
|
182
|
-
- lib/mc_dot_art_maker/textures/comparator_on.png
|
183
|
-
- lib/mc_dot_art_maker/textures/crafting_table_front.png
|
184
|
-
- lib/mc_dot_art_maker/textures/crafting_table_side.png
|
185
|
-
- lib/mc_dot_art_maker/textures/crafting_table_top.png
|
186
|
-
- lib/mc_dot_art_maker/textures/daylight_detector_inverted_top.png
|
187
|
-
- lib/mc_dot_art_maker/textures/daylight_detector_side.png
|
188
|
-
- lib/mc_dot_art_maker/textures/daylight_detector_top.png
|
189
|
-
- lib/mc_dot_art_maker/textures/deadbush.png
|
190
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_0.png
|
191
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_1.png
|
192
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_2.png
|
193
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_3.png
|
194
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_4.png
|
195
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_5.png
|
196
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_6.png
|
197
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_7.png
|
198
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_8.png
|
199
|
-
- lib/mc_dot_art_maker/textures/destroy_stage_9.png
|
200
144
|
- lib/mc_dot_art_maker/textures/diamond_block.png
|
201
|
-
- lib/mc_dot_art_maker/textures/diamond_ore.png
|
202
|
-
- lib/mc_dot_art_maker/textures/dirt.png
|
203
|
-
- lib/mc_dot_art_maker/textures/dirt_podzol_side.png
|
204
|
-
- lib/mc_dot_art_maker/textures/dirt_podzol_top.png
|
205
|
-
- lib/mc_dot_art_maker/textures/dispenser_front_horizontal.png
|
206
|
-
- lib/mc_dot_art_maker/textures/dispenser_front_vertical.png
|
207
|
-
- lib/mc_dot_art_maker/textures/door_acacia_lower.png
|
208
|
-
- lib/mc_dot_art_maker/textures/door_acacia_upper.png
|
209
|
-
- lib/mc_dot_art_maker/textures/door_birch_lower.png
|
210
|
-
- lib/mc_dot_art_maker/textures/door_birch_upper.png
|
211
|
-
- lib/mc_dot_art_maker/textures/door_dark_oak_lower.png
|
212
|
-
- lib/mc_dot_art_maker/textures/door_dark_oak_upper.png
|
213
|
-
- lib/mc_dot_art_maker/textures/door_iron_lower.png
|
214
|
-
- lib/mc_dot_art_maker/textures/door_iron_upper.png
|
215
|
-
- lib/mc_dot_art_maker/textures/door_jungle_lower.png
|
216
|
-
- lib/mc_dot_art_maker/textures/door_jungle_upper.png
|
217
|
-
- lib/mc_dot_art_maker/textures/door_spruce_lower.png
|
218
|
-
- lib/mc_dot_art_maker/textures/door_spruce_upper.png
|
219
|
-
- lib/mc_dot_art_maker/textures/door_wood_lower.png
|
220
|
-
- lib/mc_dot_art_maker/textures/door_wood_upper.png
|
221
|
-
- lib/mc_dot_art_maker/textures/double_plant_fern_bottom.png
|
222
|
-
- lib/mc_dot_art_maker/textures/double_plant_fern_top.png
|
223
|
-
- lib/mc_dot_art_maker/textures/double_plant_grass_bottom.png
|
224
|
-
- lib/mc_dot_art_maker/textures/double_plant_grass_top.png
|
225
|
-
- lib/mc_dot_art_maker/textures/double_plant_paeonia_bottom.png
|
226
|
-
- lib/mc_dot_art_maker/textures/double_plant_paeonia_top.png
|
227
|
-
- lib/mc_dot_art_maker/textures/double_plant_rose_bottom.png
|
228
|
-
- lib/mc_dot_art_maker/textures/double_plant_rose_top.png
|
229
|
-
- lib/mc_dot_art_maker/textures/double_plant_sunflower_back.png
|
230
|
-
- lib/mc_dot_art_maker/textures/double_plant_sunflower_bottom.png
|
231
|
-
- lib/mc_dot_art_maker/textures/double_plant_sunflower_front.png
|
232
|
-
- lib/mc_dot_art_maker/textures/double_plant_sunflower_top.png
|
233
|
-
- lib/mc_dot_art_maker/textures/double_plant_syringa_bottom.png
|
234
|
-
- lib/mc_dot_art_maker/textures/double_plant_syringa_top.png
|
235
|
-
- lib/mc_dot_art_maker/textures/dragon_egg.png
|
236
|
-
- lib/mc_dot_art_maker/textures/dropper_front_horizontal.png
|
237
|
-
- lib/mc_dot_art_maker/textures/dropper_front_vertical.png
|
238
145
|
- lib/mc_dot_art_maker/textures/emerald_block.png
|
239
|
-
- lib/mc_dot_art_maker/textures/emerald_ore.png
|
240
|
-
- lib/mc_dot_art_maker/textures/enchanting_table_bottom.png
|
241
|
-
- lib/mc_dot_art_maker/textures/enchanting_table_side.png
|
242
|
-
- lib/mc_dot_art_maker/textures/enchanting_table_top.png
|
243
|
-
- lib/mc_dot_art_maker/textures/end_stone.png
|
244
|
-
- lib/mc_dot_art_maker/textures/endframe_eye.png
|
245
|
-
- lib/mc_dot_art_maker/textures/endframe_side.png
|
246
|
-
- lib/mc_dot_art_maker/textures/endframe_top.png
|
247
|
-
- lib/mc_dot_art_maker/textures/farmland_dry.png
|
248
|
-
- lib/mc_dot_art_maker/textures/farmland_wet.png
|
249
|
-
- lib/mc_dot_art_maker/textures/fern.png
|
250
|
-
- lib/mc_dot_art_maker/textures/fire_layer_0.png
|
251
|
-
- lib/mc_dot_art_maker/textures/fire_layer_0.png.mcmeta
|
252
|
-
- lib/mc_dot_art_maker/textures/fire_layer_1.png
|
253
|
-
- lib/mc_dot_art_maker/textures/fire_layer_1.png.mcmeta
|
254
|
-
- lib/mc_dot_art_maker/textures/flower_allium.png
|
255
|
-
- lib/mc_dot_art_maker/textures/flower_blue_orchid.png
|
256
|
-
- lib/mc_dot_art_maker/textures/flower_dandelion.png
|
257
|
-
- lib/mc_dot_art_maker/textures/flower_houstonia.png
|
258
|
-
- lib/mc_dot_art_maker/textures/flower_oxeye_daisy.png
|
259
|
-
- lib/mc_dot_art_maker/textures/flower_paeonia.png
|
260
|
-
- lib/mc_dot_art_maker/textures/flower_pot.png
|
261
|
-
- lib/mc_dot_art_maker/textures/flower_rose.png
|
262
|
-
- lib/mc_dot_art_maker/textures/flower_tulip_orange.png
|
263
|
-
- lib/mc_dot_art_maker/textures/flower_tulip_pink.png
|
264
|
-
- lib/mc_dot_art_maker/textures/flower_tulip_red.png
|
265
|
-
- lib/mc_dot_art_maker/textures/flower_tulip_white.png
|
266
|
-
- lib/mc_dot_art_maker/textures/furnace_front_off.png
|
267
|
-
- lib/mc_dot_art_maker/textures/furnace_front_on.png
|
268
|
-
- lib/mc_dot_art_maker/textures/furnace_side.png
|
269
|
-
- lib/mc_dot_art_maker/textures/furnace_top.png
|
270
|
-
- lib/mc_dot_art_maker/textures/glass.png
|
271
|
-
- lib/mc_dot_art_maker/textures/glass_black.png
|
272
|
-
- lib/mc_dot_art_maker/textures/glass_blue.png
|
273
|
-
- lib/mc_dot_art_maker/textures/glass_brown.png
|
274
|
-
- lib/mc_dot_art_maker/textures/glass_cyan.png
|
275
|
-
- lib/mc_dot_art_maker/textures/glass_gray.png
|
276
|
-
- lib/mc_dot_art_maker/textures/glass_green.png
|
277
|
-
- lib/mc_dot_art_maker/textures/glass_light_blue.png
|
278
|
-
- lib/mc_dot_art_maker/textures/glass_lime.png
|
279
|
-
- lib/mc_dot_art_maker/textures/glass_magenta.png
|
280
|
-
- lib/mc_dot_art_maker/textures/glass_orange.png
|
281
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top.png
|
282
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_black.png
|
283
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_blue.png
|
284
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_brown.png
|
285
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_cyan.png
|
286
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_gray.png
|
287
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_green.png
|
288
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_light_blue.png
|
289
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_lime.png
|
290
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_magenta.png
|
291
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_orange.png
|
292
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_pink.png
|
293
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_purple.png
|
294
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_red.png
|
295
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_silver.png
|
296
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_white.png
|
297
|
-
- lib/mc_dot_art_maker/textures/glass_pane_top_yellow.png
|
298
|
-
- lib/mc_dot_art_maker/textures/glass_pink.png
|
299
|
-
- lib/mc_dot_art_maker/textures/glass_purple.png
|
300
|
-
- lib/mc_dot_art_maker/textures/glass_red.png
|
301
|
-
- lib/mc_dot_art_maker/textures/glass_silver.png
|
302
|
-
- lib/mc_dot_art_maker/textures/glass_white.png
|
303
|
-
- lib/mc_dot_art_maker/textures/glass_yellow.png
|
304
146
|
- lib/mc_dot_art_maker/textures/glowstone.png
|
305
147
|
- lib/mc_dot_art_maker/textures/gold_block.png
|
306
|
-
- lib/mc_dot_art_maker/textures/gold_ore.png
|
307
|
-
- lib/mc_dot_art_maker/textures/grass_side.png
|
308
|
-
- lib/mc_dot_art_maker/textures/grass_side_overlay.png
|
309
|
-
- lib/mc_dot_art_maker/textures/grass_side_snowed.png
|
310
|
-
- lib/mc_dot_art_maker/textures/grass_top.png
|
311
|
-
- lib/mc_dot_art_maker/textures/gravel.png
|
312
148
|
- lib/mc_dot_art_maker/textures/hardened_clay.png
|
313
149
|
- lib/mc_dot_art_maker/textures/hardened_clay_stained_black.png
|
314
150
|
- lib/mc_dot_art_maker/textures/hardened_clay_stained_blue.png
|
@@ -326,183 +162,25 @@ files:
|
|
326
162
|
- lib/mc_dot_art_maker/textures/hardened_clay_stained_silver.png
|
327
163
|
- lib/mc_dot_art_maker/textures/hardened_clay_stained_white.png
|
328
164
|
- lib/mc_dot_art_maker/textures/hardened_clay_stained_yellow.png
|
329
|
-
- lib/mc_dot_art_maker/textures/hay_block_side.png
|
330
165
|
- lib/mc_dot_art_maker/textures/hay_block_top.png
|
331
|
-
- lib/mc_dot_art_maker/textures/hopper_inside.png
|
332
|
-
- lib/mc_dot_art_maker/textures/hopper_outside.png
|
333
|
-
- lib/mc_dot_art_maker/textures/hopper_top.png
|
334
166
|
- lib/mc_dot_art_maker/textures/ice.png
|
335
|
-
- lib/mc_dot_art_maker/textures/ice_packed.png
|
336
|
-
- lib/mc_dot_art_maker/textures/iron_bars.png
|
337
167
|
- lib/mc_dot_art_maker/textures/iron_block.png
|
338
|
-
- lib/mc_dot_art_maker/textures/iron_ore.png
|
339
|
-
- lib/mc_dot_art_maker/textures/iron_trapdoor.png
|
340
|
-
- lib/mc_dot_art_maker/textures/itemframe_background.png
|
341
|
-
- lib/mc_dot_art_maker/textures/jukebox_side.png
|
342
|
-
- lib/mc_dot_art_maker/textures/jukebox_top.png
|
343
|
-
- lib/mc_dot_art_maker/textures/ladder.png
|
344
168
|
- lib/mc_dot_art_maker/textures/lapis_block.png
|
345
|
-
- lib/mc_dot_art_maker/textures/lapis_ore.png
|
346
|
-
- lib/mc_dot_art_maker/textures/lava_flow.png
|
347
|
-
- lib/mc_dot_art_maker/textures/lava_flow.png.mcmeta
|
348
|
-
- lib/mc_dot_art_maker/textures/lava_still.png
|
349
|
-
- lib/mc_dot_art_maker/textures/lava_still.png.mcmeta
|
350
|
-
- lib/mc_dot_art_maker/textures/leaves_acacia.png
|
351
|
-
- lib/mc_dot_art_maker/textures/leaves_big_oak.png
|
352
|
-
- lib/mc_dot_art_maker/textures/leaves_birch.png
|
353
|
-
- lib/mc_dot_art_maker/textures/leaves_jungle.png
|
354
|
-
- lib/mc_dot_art_maker/textures/leaves_oak.png
|
355
|
-
- lib/mc_dot_art_maker/textures/leaves_spruce.png
|
356
|
-
- lib/mc_dot_art_maker/textures/lever.png
|
357
|
-
- lib/mc_dot_art_maker/textures/log_acacia.png
|
358
|
-
- lib/mc_dot_art_maker/textures/log_acacia_top.png
|
359
|
-
- lib/mc_dot_art_maker/textures/log_big_oak.png
|
360
|
-
- lib/mc_dot_art_maker/textures/log_big_oak_top.png
|
361
|
-
- lib/mc_dot_art_maker/textures/log_birch.png
|
362
|
-
- lib/mc_dot_art_maker/textures/log_birch_top.png
|
363
|
-
- lib/mc_dot_art_maker/textures/log_jungle.png
|
364
|
-
- lib/mc_dot_art_maker/textures/log_jungle_top.png
|
365
|
-
- lib/mc_dot_art_maker/textures/log_oak.png
|
366
|
-
- lib/mc_dot_art_maker/textures/log_oak_top.png
|
367
|
-
- lib/mc_dot_art_maker/textures/log_spruce.png
|
368
|
-
- lib/mc_dot_art_maker/textures/log_spruce_top.png
|
369
|
-
- lib/mc_dot_art_maker/textures/melon_side.png
|
370
|
-
- lib/mc_dot_art_maker/textures/melon_stem_connected.png
|
371
|
-
- lib/mc_dot_art_maker/textures/melon_stem_disconnected.png
|
372
169
|
- lib/mc_dot_art_maker/textures/melon_top.png
|
373
|
-
- lib/mc_dot_art_maker/textures/mob_spawner.png
|
374
|
-
- lib/mc_dot_art_maker/textures/mushroom_block_inside.png
|
375
|
-
- lib/mc_dot_art_maker/textures/mushroom_block_skin_brown.png
|
376
|
-
- lib/mc_dot_art_maker/textures/mushroom_block_skin_red.png
|
377
|
-
- lib/mc_dot_art_maker/textures/mushroom_block_skin_stem.png
|
378
|
-
- lib/mc_dot_art_maker/textures/mushroom_brown.png
|
379
|
-
- lib/mc_dot_art_maker/textures/mushroom_red.png
|
380
|
-
- lib/mc_dot_art_maker/textures/mycelium_side.png
|
381
|
-
- lib/mc_dot_art_maker/textures/mycelium_top.png
|
382
170
|
- lib/mc_dot_art_maker/textures/nether_brick.png
|
383
|
-
- lib/mc_dot_art_maker/textures/nether_wart_stage_0.png
|
384
|
-
- lib/mc_dot_art_maker/textures/nether_wart_stage_1.png
|
385
|
-
- lib/mc_dot_art_maker/textures/nether_wart_stage_2.png
|
386
|
-
- lib/mc_dot_art_maker/textures/netherrack.png
|
387
|
-
- lib/mc_dot_art_maker/textures/noteblock.png
|
388
171
|
- lib/mc_dot_art_maker/textures/obsidian.png
|
389
|
-
- lib/mc_dot_art_maker/textures/piston_bottom.png
|
390
|
-
- lib/mc_dot_art_maker/textures/piston_inner.png
|
391
|
-
- lib/mc_dot_art_maker/textures/piston_side.png
|
392
|
-
- lib/mc_dot_art_maker/textures/piston_top_normal.png
|
393
|
-
- lib/mc_dot_art_maker/textures/piston_top_sticky.png
|
394
|
-
- lib/mc_dot_art_maker/textures/planks_acacia.png
|
395
|
-
- lib/mc_dot_art_maker/textures/planks_big_oak.png
|
396
172
|
- lib/mc_dot_art_maker/textures/planks_birch.png
|
397
173
|
- lib/mc_dot_art_maker/textures/planks_jungle.png
|
398
174
|
- lib/mc_dot_art_maker/textures/planks_oak.png
|
399
175
|
- lib/mc_dot_art_maker/textures/planks_spruce.png
|
400
|
-
- lib/mc_dot_art_maker/textures/portal.png
|
401
|
-
- lib/mc_dot_art_maker/textures/portal.png.mcmeta
|
402
|
-
- lib/mc_dot_art_maker/textures/potatoes_stage_0.png
|
403
|
-
- lib/mc_dot_art_maker/textures/potatoes_stage_1.png
|
404
|
-
- lib/mc_dot_art_maker/textures/potatoes_stage_2.png
|
405
|
-
- lib/mc_dot_art_maker/textures/potatoes_stage_3.png
|
406
|
-
- lib/mc_dot_art_maker/textures/prismarine_bricks.png
|
407
|
-
- lib/mc_dot_art_maker/textures/prismarine_dark.png
|
408
|
-
- lib/mc_dot_art_maker/textures/prismarine_rough.png
|
409
|
-
- lib/mc_dot_art_maker/textures/prismarine_rough.png.mcmeta
|
410
|
-
- lib/mc_dot_art_maker/textures/pumpkin_face_off.png
|
411
|
-
- lib/mc_dot_art_maker/textures/pumpkin_face_on.png
|
412
|
-
- lib/mc_dot_art_maker/textures/pumpkin_side.png
|
413
|
-
- lib/mc_dot_art_maker/textures/pumpkin_stem_connected.png
|
414
|
-
- lib/mc_dot_art_maker/textures/pumpkin_stem_disconnected.png
|
415
|
-
- lib/mc_dot_art_maker/textures/pumpkin_top.png
|
416
|
-
- lib/mc_dot_art_maker/textures/quartz_block_bottom.png
|
417
|
-
- lib/mc_dot_art_maker/textures/quartz_block_chiseled.png
|
418
176
|
- lib/mc_dot_art_maker/textures/quartz_block_chiseled_top.png
|
419
|
-
- lib/mc_dot_art_maker/textures/quartz_block_lines.png
|
420
|
-
- lib/mc_dot_art_maker/textures/quartz_block_lines_top.png
|
421
|
-
- lib/mc_dot_art_maker/textures/quartz_block_side.png
|
422
|
-
- lib/mc_dot_art_maker/textures/quartz_block_top.png
|
423
|
-
- lib/mc_dot_art_maker/textures/quartz_ore.png
|
424
|
-
- lib/mc_dot_art_maker/textures/rail_activator.png
|
425
|
-
- lib/mc_dot_art_maker/textures/rail_activator_powered.png
|
426
|
-
- lib/mc_dot_art_maker/textures/rail_detector.png
|
427
|
-
- lib/mc_dot_art_maker/textures/rail_detector_powered.png
|
428
|
-
- lib/mc_dot_art_maker/textures/rail_golden.png
|
429
|
-
- lib/mc_dot_art_maker/textures/rail_golden_powered.png
|
430
|
-
- lib/mc_dot_art_maker/textures/rail_normal.png
|
431
|
-
- lib/mc_dot_art_maker/textures/rail_normal_turned.png
|
432
|
-
- lib/mc_dot_art_maker/textures/red_sand.png
|
433
|
-
- lib/mc_dot_art_maker/textures/red_sandstone_bottom.png
|
434
|
-
- lib/mc_dot_art_maker/textures/red_sandstone_carved.png
|
435
|
-
- lib/mc_dot_art_maker/textures/red_sandstone_normal.png
|
436
|
-
- lib/mc_dot_art_maker/textures/red_sandstone_smooth.png
|
437
|
-
- lib/mc_dot_art_maker/textures/red_sandstone_top.png
|
438
177
|
- lib/mc_dot_art_maker/textures/redstone_block.png
|
439
|
-
- lib/mc_dot_art_maker/textures/redstone_dust_cross.png
|
440
|
-
- lib/mc_dot_art_maker/textures/redstone_dust_cross_overlay.png
|
441
|
-
- lib/mc_dot_art_maker/textures/redstone_dust_line.png
|
442
|
-
- lib/mc_dot_art_maker/textures/redstone_dust_line_overlay.png
|
443
|
-
- lib/mc_dot_art_maker/textures/redstone_lamp_off.png
|
444
|
-
- lib/mc_dot_art_maker/textures/redstone_lamp_on.png
|
445
|
-
- lib/mc_dot_art_maker/textures/redstone_ore.png
|
446
|
-
- lib/mc_dot_art_maker/textures/redstone_torch_off.png
|
447
|
-
- lib/mc_dot_art_maker/textures/redstone_torch_on.png
|
448
|
-
- lib/mc_dot_art_maker/textures/reeds.png
|
449
|
-
- lib/mc_dot_art_maker/textures/repeater_off.png
|
450
|
-
- lib/mc_dot_art_maker/textures/repeater_on.png
|
451
|
-
- lib/mc_dot_art_maker/textures/sand.png
|
452
|
-
- lib/mc_dot_art_maker/textures/sandstone_bottom.png
|
453
|
-
- lib/mc_dot_art_maker/textures/sandstone_carved.png
|
454
|
-
- lib/mc_dot_art_maker/textures/sandstone_normal.png
|
455
|
-
- lib/mc_dot_art_maker/textures/sandstone_smooth.png
|
456
178
|
- lib/mc_dot_art_maker/textures/sandstone_top.png
|
457
|
-
- lib/mc_dot_art_maker/textures/sapling_acacia.png
|
458
|
-
- lib/mc_dot_art_maker/textures/sapling_birch.png
|
459
|
-
- lib/mc_dot_art_maker/textures/sapling_jungle.png
|
460
|
-
- lib/mc_dot_art_maker/textures/sapling_oak.png
|
461
|
-
- lib/mc_dot_art_maker/textures/sapling_roofed_oak.png
|
462
|
-
- lib/mc_dot_art_maker/textures/sapling_spruce.png
|
463
|
-
- lib/mc_dot_art_maker/textures/sea_lantern.png
|
464
|
-
- lib/mc_dot_art_maker/textures/sea_lantern.png.mcmeta
|
465
|
-
- lib/mc_dot_art_maker/textures/slime.png
|
466
|
-
- lib/mc_dot_art_maker/textures/snow.png
|
467
179
|
- lib/mc_dot_art_maker/textures/soul_sand.png
|
468
180
|
- lib/mc_dot_art_maker/textures/sponge.png
|
469
|
-
- lib/mc_dot_art_maker/textures/sponge_wet.png
|
470
|
-
- lib/mc_dot_art_maker/textures/stone.png
|
471
|
-
- lib/mc_dot_art_maker/textures/stone_andesite.png
|
472
|
-
- lib/mc_dot_art_maker/textures/stone_andesite_smooth.png
|
473
|
-
- lib/mc_dot_art_maker/textures/stone_diorite.png
|
474
|
-
- lib/mc_dot_art_maker/textures/stone_diorite_smooth.png
|
475
|
-
- lib/mc_dot_art_maker/textures/stone_granite.png
|
476
|
-
- lib/mc_dot_art_maker/textures/stone_granite_smooth.png
|
477
|
-
- lib/mc_dot_art_maker/textures/stone_slab_side.png
|
478
|
-
- lib/mc_dot_art_maker/textures/stone_slab_top.png
|
479
|
-
- lib/mc_dot_art_maker/textures/stonebrick.png
|
480
181
|
- lib/mc_dot_art_maker/textures/stonebrick_carved.png
|
481
|
-
- lib/mc_dot_art_maker/textures/stonebrick_cracked.png
|
482
182
|
- lib/mc_dot_art_maker/textures/stonebrick_mossy.png
|
483
|
-
- lib/mc_dot_art_maker/textures/
|
484
|
-
- lib/mc_dot_art_maker/textures/tnt_bottom.png
|
485
|
-
- lib/mc_dot_art_maker/textures/tnt_side.png
|
486
|
-
- lib/mc_dot_art_maker/textures/tnt_top.png
|
487
|
-
- lib/mc_dot_art_maker/textures/torch_on.png
|
488
|
-
- lib/mc_dot_art_maker/textures/trapdoor.png
|
489
|
-
- lib/mc_dot_art_maker/textures/trip_wire.png
|
490
|
-
- lib/mc_dot_art_maker/textures/trip_wire_source.png
|
491
|
-
- lib/mc_dot_art_maker/textures/vine.png
|
492
|
-
- lib/mc_dot_art_maker/textures/water_flow.png
|
493
|
-
- lib/mc_dot_art_maker/textures/water_flow.png.mcmeta
|
494
|
-
- lib/mc_dot_art_maker/textures/water_still.png
|
495
|
-
- lib/mc_dot_art_maker/textures/water_still.png.mcmeta
|
496
|
-
- lib/mc_dot_art_maker/textures/waterlily.png
|
497
|
-
- lib/mc_dot_art_maker/textures/web.png
|
498
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_0.png
|
499
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_1.png
|
500
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_2.png
|
501
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_3.png
|
502
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_4.png
|
503
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_5.png
|
504
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_6.png
|
505
|
-
- lib/mc_dot_art_maker/textures/wheat_stage_7.png
|
183
|
+
- lib/mc_dot_art_maker/textures/tmp/1.9.jar
|
506
184
|
- lib/mc_dot_art_maker/textures/wool_colored_black.png
|
507
185
|
- lib/mc_dot_art_maker/textures/wool_colored_blue.png
|
508
186
|
- lib/mc_dot_art_maker/textures/wool_colored_brown.png
|
@@ -521,16 +199,405 @@ files:
|
|
521
199
|
- lib/mc_dot_art_maker/textures/wool_colored_yellow.png
|
522
200
|
- lib/mc_dot_art_maker/utils.rb
|
523
201
|
- mc_dot_art_maker.gemspec
|
524
|
-
- test/
|
202
|
+
- test/images/sample/dither_methods_FloydSteinbergDitherMethod.png
|
203
|
+
- test/images/sample/dither_methods_NoDitherMethod.png
|
204
|
+
- test/images/sample/dither_methods_RiemersmaDitherMethod.png
|
205
|
+
- test/images/sample/normal_conversion_mosaic.png
|
206
|
+
- test/images/sample/normal_conversion_schematic.schematic
|
207
|
+
- test/images/sample/normal_conversion_texture.png
|
208
|
+
- test/images/sample/palette.png
|
209
|
+
- test/images/src/test_image.jpg
|
210
|
+
- test/images/tmp/dither_methods_FloydSteinbergDitherMethod.png
|
211
|
+
- test/images/tmp/dither_methods_NoDitherMethod.png
|
212
|
+
- test/images/tmp/dither_methods_RiemersmaDitherMethod.png
|
213
|
+
- test/test_block_list.rb
|
525
214
|
- test/test_block_palette.rb
|
526
215
|
- test/test_dither_method.rb
|
527
|
-
- test/
|
528
|
-
- test/
|
529
|
-
-
|
530
|
-
-
|
531
|
-
-
|
532
|
-
-
|
533
|
-
-
|
216
|
+
- test/test_normal_conversion.rb
|
217
|
+
- test/test_texture_loader.rb
|
218
|
+
- textures.zip
|
219
|
+
- textures/anvil_base.png
|
220
|
+
- textures/anvil_top_damaged_0.png
|
221
|
+
- textures/anvil_top_damaged_1.png
|
222
|
+
- textures/anvil_top_damaged_2.png
|
223
|
+
- textures/beacon.png
|
224
|
+
- textures/bed_feet_end.png
|
225
|
+
- textures/bed_feet_side.png
|
226
|
+
- textures/bed_feet_top.png
|
227
|
+
- textures/bed_head_end.png
|
228
|
+
- textures/bed_head_side.png
|
229
|
+
- textures/bed_head_top.png
|
230
|
+
- textures/bedrock.png
|
231
|
+
- textures/bookshelf.png
|
232
|
+
- textures/brewing_stand.png
|
233
|
+
- textures/brewing_stand_base.png
|
234
|
+
- textures/brick.png
|
235
|
+
- textures/cactus_bottom.png
|
236
|
+
- textures/cactus_side.png
|
237
|
+
- textures/cactus_top.png
|
238
|
+
- textures/cake_bottom.png
|
239
|
+
- textures/cake_inner.png
|
240
|
+
- textures/cake_side.png
|
241
|
+
- textures/cake_top.png
|
242
|
+
- textures/carrots_stage_0.png
|
243
|
+
- textures/carrots_stage_1.png
|
244
|
+
- textures/carrots_stage_2.png
|
245
|
+
- textures/carrots_stage_3.png
|
246
|
+
- textures/cauldron_bottom.png
|
247
|
+
- textures/cauldron_inner.png
|
248
|
+
- textures/cauldron_side.png
|
249
|
+
- textures/cauldron_top.png
|
250
|
+
- textures/clay.png
|
251
|
+
- textures/coal_block.png
|
252
|
+
- textures/coal_ore.png
|
253
|
+
- textures/coarse_dirt.png
|
254
|
+
- textures/cobblestone.png
|
255
|
+
- textures/cobblestone_mossy.png
|
256
|
+
- textures/cocoa_stage_0.png
|
257
|
+
- textures/cocoa_stage_1.png
|
258
|
+
- textures/cocoa_stage_2.png
|
259
|
+
- textures/command_block.png
|
260
|
+
- textures/comparator_off.png
|
261
|
+
- textures/comparator_on.png
|
262
|
+
- textures/crafting_table_front.png
|
263
|
+
- textures/crafting_table_side.png
|
264
|
+
- textures/crafting_table_top.png
|
265
|
+
- textures/daylight_detector_inverted_top.png
|
266
|
+
- textures/daylight_detector_side.png
|
267
|
+
- textures/daylight_detector_top.png
|
268
|
+
- textures/deadbush.png
|
269
|
+
- textures/destroy_stage_0.png
|
270
|
+
- textures/destroy_stage_1.png
|
271
|
+
- textures/destroy_stage_2.png
|
272
|
+
- textures/destroy_stage_3.png
|
273
|
+
- textures/destroy_stage_4.png
|
274
|
+
- textures/destroy_stage_5.png
|
275
|
+
- textures/destroy_stage_6.png
|
276
|
+
- textures/destroy_stage_7.png
|
277
|
+
- textures/destroy_stage_8.png
|
278
|
+
- textures/destroy_stage_9.png
|
279
|
+
- textures/diamond_block.png
|
280
|
+
- textures/diamond_ore.png
|
281
|
+
- textures/dirt.png
|
282
|
+
- textures/dirt_podzol_side.png
|
283
|
+
- textures/dirt_podzol_top.png
|
284
|
+
- textures/dispenser_front_horizontal.png
|
285
|
+
- textures/dispenser_front_vertical.png
|
286
|
+
- textures/door_acacia_lower.png
|
287
|
+
- textures/door_acacia_upper.png
|
288
|
+
- textures/door_birch_lower.png
|
289
|
+
- textures/door_birch_upper.png
|
290
|
+
- textures/door_dark_oak_lower.png
|
291
|
+
- textures/door_dark_oak_upper.png
|
292
|
+
- textures/door_iron_lower.png
|
293
|
+
- textures/door_iron_upper.png
|
294
|
+
- textures/door_jungle_lower.png
|
295
|
+
- textures/door_jungle_upper.png
|
296
|
+
- textures/door_spruce_lower.png
|
297
|
+
- textures/door_spruce_upper.png
|
298
|
+
- textures/door_wood_lower.png
|
299
|
+
- textures/door_wood_upper.png
|
300
|
+
- textures/double_plant_fern_bottom.png
|
301
|
+
- textures/double_plant_fern_top.png
|
302
|
+
- textures/double_plant_grass_bottom.png
|
303
|
+
- textures/double_plant_grass_top.png
|
304
|
+
- textures/double_plant_paeonia_bottom.png
|
305
|
+
- textures/double_plant_paeonia_top.png
|
306
|
+
- textures/double_plant_rose_bottom.png
|
307
|
+
- textures/double_plant_rose_top.png
|
308
|
+
- textures/double_plant_sunflower_back.png
|
309
|
+
- textures/double_plant_sunflower_bottom.png
|
310
|
+
- textures/double_plant_sunflower_front.png
|
311
|
+
- textures/double_plant_sunflower_top.png
|
312
|
+
- textures/double_plant_syringa_bottom.png
|
313
|
+
- textures/double_plant_syringa_top.png
|
314
|
+
- textures/dragon_egg.png
|
315
|
+
- textures/dropper_front_horizontal.png
|
316
|
+
- textures/dropper_front_vertical.png
|
317
|
+
- textures/emerald_block.png
|
318
|
+
- textures/emerald_ore.png
|
319
|
+
- textures/enchanting_table_bottom.png
|
320
|
+
- textures/enchanting_table_side.png
|
321
|
+
- textures/enchanting_table_top.png
|
322
|
+
- textures/end_stone.png
|
323
|
+
- textures/endframe_eye.png
|
324
|
+
- textures/endframe_side.png
|
325
|
+
- textures/endframe_top.png
|
326
|
+
- textures/farmland_dry.png
|
327
|
+
- textures/farmland_wet.png
|
328
|
+
- textures/fern.png
|
329
|
+
- textures/fire_layer_0.png
|
330
|
+
- textures/fire_layer_0.png.mcmeta
|
331
|
+
- textures/fire_layer_1.png
|
332
|
+
- textures/fire_layer_1.png.mcmeta
|
333
|
+
- textures/flower_allium.png
|
334
|
+
- textures/flower_blue_orchid.png
|
335
|
+
- textures/flower_dandelion.png
|
336
|
+
- textures/flower_houstonia.png
|
337
|
+
- textures/flower_oxeye_daisy.png
|
338
|
+
- textures/flower_paeonia.png
|
339
|
+
- textures/flower_pot.png
|
340
|
+
- textures/flower_rose.png
|
341
|
+
- textures/flower_tulip_orange.png
|
342
|
+
- textures/flower_tulip_pink.png
|
343
|
+
- textures/flower_tulip_red.png
|
344
|
+
- textures/flower_tulip_white.png
|
345
|
+
- textures/furnace_front_off.png
|
346
|
+
- textures/furnace_front_on.png
|
347
|
+
- textures/furnace_side.png
|
348
|
+
- textures/furnace_top.png
|
349
|
+
- textures/glass.png
|
350
|
+
- textures/glass_black.png
|
351
|
+
- textures/glass_blue.png
|
352
|
+
- textures/glass_brown.png
|
353
|
+
- textures/glass_cyan.png
|
354
|
+
- textures/glass_gray.png
|
355
|
+
- textures/glass_green.png
|
356
|
+
- textures/glass_light_blue.png
|
357
|
+
- textures/glass_lime.png
|
358
|
+
- textures/glass_magenta.png
|
359
|
+
- textures/glass_orange.png
|
360
|
+
- textures/glass_pane_top.png
|
361
|
+
- textures/glass_pane_top_black.png
|
362
|
+
- textures/glass_pane_top_blue.png
|
363
|
+
- textures/glass_pane_top_brown.png
|
364
|
+
- textures/glass_pane_top_cyan.png
|
365
|
+
- textures/glass_pane_top_gray.png
|
366
|
+
- textures/glass_pane_top_green.png
|
367
|
+
- textures/glass_pane_top_light_blue.png
|
368
|
+
- textures/glass_pane_top_lime.png
|
369
|
+
- textures/glass_pane_top_magenta.png
|
370
|
+
- textures/glass_pane_top_orange.png
|
371
|
+
- textures/glass_pane_top_pink.png
|
372
|
+
- textures/glass_pane_top_purple.png
|
373
|
+
- textures/glass_pane_top_red.png
|
374
|
+
- textures/glass_pane_top_silver.png
|
375
|
+
- textures/glass_pane_top_white.png
|
376
|
+
- textures/glass_pane_top_yellow.png
|
377
|
+
- textures/glass_pink.png
|
378
|
+
- textures/glass_purple.png
|
379
|
+
- textures/glass_red.png
|
380
|
+
- textures/glass_silver.png
|
381
|
+
- textures/glass_white.png
|
382
|
+
- textures/glass_yellow.png
|
383
|
+
- textures/glowstone.png
|
384
|
+
- textures/gold_block.png
|
385
|
+
- textures/gold_ore.png
|
386
|
+
- textures/grass_side.png
|
387
|
+
- textures/grass_side_overlay.png
|
388
|
+
- textures/grass_side_snowed.png
|
389
|
+
- textures/grass_top.png
|
390
|
+
- textures/gravel.png
|
391
|
+
- textures/hardened_clay.png
|
392
|
+
- textures/hardened_clay_stained_black.png
|
393
|
+
- textures/hardened_clay_stained_blue.png
|
394
|
+
- textures/hardened_clay_stained_brown.png
|
395
|
+
- textures/hardened_clay_stained_cyan.png
|
396
|
+
- textures/hardened_clay_stained_gray.png
|
397
|
+
- textures/hardened_clay_stained_green.png
|
398
|
+
- textures/hardened_clay_stained_light_blue.png
|
399
|
+
- textures/hardened_clay_stained_lime.png
|
400
|
+
- textures/hardened_clay_stained_magenta.png
|
401
|
+
- textures/hardened_clay_stained_orange.png
|
402
|
+
- textures/hardened_clay_stained_pink.png
|
403
|
+
- textures/hardened_clay_stained_purple.png
|
404
|
+
- textures/hardened_clay_stained_red.png
|
405
|
+
- textures/hardened_clay_stained_silver.png
|
406
|
+
- textures/hardened_clay_stained_white.png
|
407
|
+
- textures/hardened_clay_stained_yellow.png
|
408
|
+
- textures/hay_block_side.png
|
409
|
+
- textures/hay_block_top.png
|
410
|
+
- textures/hopper_inside.png
|
411
|
+
- textures/hopper_outside.png
|
412
|
+
- textures/hopper_top.png
|
413
|
+
- textures/ice.png
|
414
|
+
- textures/ice_packed.png
|
415
|
+
- textures/iron_bars.png
|
416
|
+
- textures/iron_block.png
|
417
|
+
- textures/iron_ore.png
|
418
|
+
- textures/iron_trapdoor.png
|
419
|
+
- textures/itemframe_background.png
|
420
|
+
- textures/jukebox_side.png
|
421
|
+
- textures/jukebox_top.png
|
422
|
+
- textures/ladder.png
|
423
|
+
- textures/lapis_block.png
|
424
|
+
- textures/lapis_ore.png
|
425
|
+
- textures/lava_flow.png
|
426
|
+
- textures/lava_flow.png.mcmeta
|
427
|
+
- textures/lava_still.png
|
428
|
+
- textures/lava_still.png.mcmeta
|
429
|
+
- textures/leaves_acacia.png
|
430
|
+
- textures/leaves_big_oak.png
|
431
|
+
- textures/leaves_birch.png
|
432
|
+
- textures/leaves_jungle.png
|
433
|
+
- textures/leaves_oak.png
|
434
|
+
- textures/leaves_spruce.png
|
435
|
+
- textures/lever.png
|
436
|
+
- textures/log_acacia.png
|
437
|
+
- textures/log_acacia_top.png
|
438
|
+
- textures/log_big_oak.png
|
439
|
+
- textures/log_big_oak_top.png
|
440
|
+
- textures/log_birch.png
|
441
|
+
- textures/log_birch_top.png
|
442
|
+
- textures/log_jungle.png
|
443
|
+
- textures/log_jungle_top.png
|
444
|
+
- textures/log_oak.png
|
445
|
+
- textures/log_oak_top.png
|
446
|
+
- textures/log_spruce.png
|
447
|
+
- textures/log_spruce_top.png
|
448
|
+
- textures/melon_side.png
|
449
|
+
- textures/melon_stem_connected.png
|
450
|
+
- textures/melon_stem_disconnected.png
|
451
|
+
- textures/melon_top.png
|
452
|
+
- textures/mob_spawner.png
|
453
|
+
- textures/mushroom_block_inside.png
|
454
|
+
- textures/mushroom_block_skin_brown.png
|
455
|
+
- textures/mushroom_block_skin_red.png
|
456
|
+
- textures/mushroom_block_skin_stem.png
|
457
|
+
- textures/mushroom_brown.png
|
458
|
+
- textures/mushroom_red.png
|
459
|
+
- textures/mycelium_side.png
|
460
|
+
- textures/mycelium_top.png
|
461
|
+
- textures/nether_brick.png
|
462
|
+
- textures/nether_wart_stage_0.png
|
463
|
+
- textures/nether_wart_stage_1.png
|
464
|
+
- textures/nether_wart_stage_2.png
|
465
|
+
- textures/netherrack.png
|
466
|
+
- textures/noteblock.png
|
467
|
+
- textures/obsidian.png
|
468
|
+
- textures/piston_bottom.png
|
469
|
+
- textures/piston_inner.png
|
470
|
+
- textures/piston_side.png
|
471
|
+
- textures/piston_top_normal.png
|
472
|
+
- textures/piston_top_sticky.png
|
473
|
+
- textures/planks_acacia.png
|
474
|
+
- textures/planks_big_oak.png
|
475
|
+
- textures/planks_birch.png
|
476
|
+
- textures/planks_jungle.png
|
477
|
+
- textures/planks_oak.png
|
478
|
+
- textures/planks_spruce.png
|
479
|
+
- textures/portal.png
|
480
|
+
- textures/portal.png.mcmeta
|
481
|
+
- textures/potatoes_stage_0.png
|
482
|
+
- textures/potatoes_stage_1.png
|
483
|
+
- textures/potatoes_stage_2.png
|
484
|
+
- textures/potatoes_stage_3.png
|
485
|
+
- textures/prismarine_bricks.png
|
486
|
+
- textures/prismarine_dark.png
|
487
|
+
- textures/prismarine_rough.png
|
488
|
+
- textures/prismarine_rough.png.mcmeta
|
489
|
+
- textures/pumpkin_face_off.png
|
490
|
+
- textures/pumpkin_face_on.png
|
491
|
+
- textures/pumpkin_side.png
|
492
|
+
- textures/pumpkin_stem_connected.png
|
493
|
+
- textures/pumpkin_stem_disconnected.png
|
494
|
+
- textures/pumpkin_top.png
|
495
|
+
- textures/quartz_block_bottom.png
|
496
|
+
- textures/quartz_block_chiseled.png
|
497
|
+
- textures/quartz_block_chiseled_top.png
|
498
|
+
- textures/quartz_block_lines.png
|
499
|
+
- textures/quartz_block_lines_top.png
|
500
|
+
- textures/quartz_block_side.png
|
501
|
+
- textures/quartz_block_top.png
|
502
|
+
- textures/quartz_ore.png
|
503
|
+
- textures/rail_activator.png
|
504
|
+
- textures/rail_activator_powered.png
|
505
|
+
- textures/rail_detector.png
|
506
|
+
- textures/rail_detector_powered.png
|
507
|
+
- textures/rail_golden.png
|
508
|
+
- textures/rail_golden_powered.png
|
509
|
+
- textures/rail_normal.png
|
510
|
+
- textures/rail_normal_turned.png
|
511
|
+
- textures/red_sand.png
|
512
|
+
- textures/red_sandstone_bottom.png
|
513
|
+
- textures/red_sandstone_carved.png
|
514
|
+
- textures/red_sandstone_normal.png
|
515
|
+
- textures/red_sandstone_smooth.png
|
516
|
+
- textures/red_sandstone_top.png
|
517
|
+
- textures/redstone_block.png
|
518
|
+
- textures/redstone_dust_cross.png
|
519
|
+
- textures/redstone_dust_cross_overlay.png
|
520
|
+
- textures/redstone_dust_line.png
|
521
|
+
- textures/redstone_dust_line_overlay.png
|
522
|
+
- textures/redstone_lamp_off.png
|
523
|
+
- textures/redstone_lamp_on.png
|
524
|
+
- textures/redstone_ore.png
|
525
|
+
- textures/redstone_torch_off.png
|
526
|
+
- textures/redstone_torch_on.png
|
527
|
+
- textures/reeds.png
|
528
|
+
- textures/repeater_off.png
|
529
|
+
- textures/repeater_on.png
|
530
|
+
- textures/sand.png
|
531
|
+
- textures/sandstone_bottom.png
|
532
|
+
- textures/sandstone_carved.png
|
533
|
+
- textures/sandstone_normal.png
|
534
|
+
- textures/sandstone_smooth.png
|
535
|
+
- textures/sandstone_top.png
|
536
|
+
- textures/sapling_acacia.png
|
537
|
+
- textures/sapling_birch.png
|
538
|
+
- textures/sapling_jungle.png
|
539
|
+
- textures/sapling_oak.png
|
540
|
+
- textures/sapling_roofed_oak.png
|
541
|
+
- textures/sapling_spruce.png
|
542
|
+
- textures/sea_lantern.png
|
543
|
+
- textures/sea_lantern.png.mcmeta
|
544
|
+
- textures/slime.png
|
545
|
+
- textures/snow.png
|
546
|
+
- textures/soul_sand.png
|
547
|
+
- textures/sponge.png
|
548
|
+
- textures/sponge_wet.png
|
549
|
+
- textures/stone.png
|
550
|
+
- textures/stone_andesite.png
|
551
|
+
- textures/stone_andesite_smooth.png
|
552
|
+
- textures/stone_diorite.png
|
553
|
+
- textures/stone_diorite_smooth.png
|
554
|
+
- textures/stone_granite.png
|
555
|
+
- textures/stone_granite_smooth.png
|
556
|
+
- textures/stone_slab_side.png
|
557
|
+
- textures/stone_slab_top.png
|
558
|
+
- textures/stonebrick.png
|
559
|
+
- textures/stonebrick_carved.png
|
560
|
+
- textures/stonebrick_cracked.png
|
561
|
+
- textures/stonebrick_mossy.png
|
562
|
+
- textures/tallgrass.png
|
563
|
+
- textures/tnt_bottom.png
|
564
|
+
- textures/tnt_side.png
|
565
|
+
- textures/tnt_top.png
|
566
|
+
- textures/torch_on.png
|
567
|
+
- textures/trapdoor.png
|
568
|
+
- textures/trip_wire.png
|
569
|
+
- textures/trip_wire_source.png
|
570
|
+
- textures/vine.png
|
571
|
+
- textures/water_flow.png
|
572
|
+
- textures/water_flow.png.mcmeta
|
573
|
+
- textures/water_still.png
|
574
|
+
- textures/water_still.png.mcmeta
|
575
|
+
- textures/waterlily.png
|
576
|
+
- textures/web.png
|
577
|
+
- textures/wheat_stage_0.png
|
578
|
+
- textures/wheat_stage_1.png
|
579
|
+
- textures/wheat_stage_2.png
|
580
|
+
- textures/wheat_stage_3.png
|
581
|
+
- textures/wheat_stage_4.png
|
582
|
+
- textures/wheat_stage_5.png
|
583
|
+
- textures/wheat_stage_6.png
|
584
|
+
- textures/wheat_stage_7.png
|
585
|
+
- textures/wool_colored_black.png
|
586
|
+
- textures/wool_colored_blue.png
|
587
|
+
- textures/wool_colored_brown.png
|
588
|
+
- textures/wool_colored_cyan.png
|
589
|
+
- textures/wool_colored_gray.png
|
590
|
+
- textures/wool_colored_green.png
|
591
|
+
- textures/wool_colored_light_blue.png
|
592
|
+
- textures/wool_colored_lime.png
|
593
|
+
- textures/wool_colored_magenta.png
|
594
|
+
- textures/wool_colored_orange.png
|
595
|
+
- textures/wool_colored_pink.png
|
596
|
+
- textures/wool_colored_purple.png
|
597
|
+
- textures/wool_colored_red.png
|
598
|
+
- textures/wool_colored_silver.png
|
599
|
+
- textures/wool_colored_white.png
|
600
|
+
- textures/wool_colored_yellow.png
|
534
601
|
homepage: https://github.com/Kumassy/MCDotArtMaker
|
535
602
|
licenses:
|
536
603
|
- MIT
|