mc_dot_art_maker 0.3.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (470) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/Rakefile +7 -0
  4. data/lib/mc_dot_art_maker/block.rb +6 -9
  5. data/lib/mc_dot_art_maker/block_list.rb +2 -2
  6. data/lib/mc_dot_art_maker/dot.rb +51 -18
  7. data/lib/mc_dot_art_maker/extern_lib_extension.rb +11 -0
  8. data/lib/mc_dot_art_maker/maker.rb +118 -97
  9. data/lib/mc_dot_art_maker/schematic_helper.rb +1 -1
  10. data/lib/mc_dot_art_maker/texture_loader.rb +2 -9
  11. data/lib/mc_dot_art_maker/utils.rb +28 -28
  12. data/mc_dot_art_maker.gemspec +1 -1
  13. data/test/images/src/test_image_cat.jpg +0 -0
  14. data/test/images/tmp/normal_conversion_mosaic.png +0 -0
  15. data/test/images/tmp/normal_conversion_mosaic_with_magick__image.png +0 -0
  16. data/test/images/tmp/normal_conversion_schematic.schematic +0 -0
  17. data/test/images/tmp/{dither_methods_RiemersmaDitherMethod.png → normal_conversion_texture.png} +0 -0
  18. data/test/images/tmp/normal_conversion_texture_with_magick__image.png +0 -0
  19. data/test/test_block_list.rb +8 -0
  20. data/test/test_dither_method.rb +5 -5
  21. data/test/test_dot.rb +44 -0
  22. data/test/test_maker.rb +74 -0
  23. data/test/test_normal_conversion.rb +67 -14
  24. data/test/test_texture_loader.rb +9 -1
  25. metadata +10 -448
  26. data/lib/mc_dot_art_maker/textures/brick.png +0 -0
  27. data/lib/mc_dot_art_maker/textures/clay.png +0 -0
  28. data/lib/mc_dot_art_maker/textures/coal_block.png +0 -0
  29. data/lib/mc_dot_art_maker/textures/diamond_block.png +0 -0
  30. data/lib/mc_dot_art_maker/textures/emerald_block.png +0 -0
  31. data/lib/mc_dot_art_maker/textures/glowstone.png +0 -0
  32. data/lib/mc_dot_art_maker/textures/gold_block.png +0 -0
  33. data/lib/mc_dot_art_maker/textures/hardened_clay.png +0 -0
  34. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_black.png +0 -0
  35. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_blue.png +0 -0
  36. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_brown.png +0 -0
  37. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_cyan.png +0 -0
  38. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_gray.png +0 -0
  39. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_green.png +0 -0
  40. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_light_blue.png +0 -0
  41. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_lime.png +0 -0
  42. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_magenta.png +0 -0
  43. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_orange.png +0 -0
  44. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_pink.png +0 -0
  45. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_purple.png +0 -0
  46. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_red.png +0 -0
  47. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_silver.png +0 -0
  48. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_white.png +0 -0
  49. data/lib/mc_dot_art_maker/textures/hardened_clay_stained_yellow.png +0 -0
  50. data/lib/mc_dot_art_maker/textures/hay_block_top.png +0 -0
  51. data/lib/mc_dot_art_maker/textures/ice.png +0 -0
  52. data/lib/mc_dot_art_maker/textures/iron_block.png +0 -0
  53. data/lib/mc_dot_art_maker/textures/lapis_block.png +0 -0
  54. data/lib/mc_dot_art_maker/textures/melon_top.png +0 -0
  55. data/lib/mc_dot_art_maker/textures/nether_brick.png +0 -0
  56. data/lib/mc_dot_art_maker/textures/obsidian.png +0 -0
  57. data/lib/mc_dot_art_maker/textures/planks_birch.png +0 -0
  58. data/lib/mc_dot_art_maker/textures/planks_jungle.png +0 -0
  59. data/lib/mc_dot_art_maker/textures/planks_oak.png +0 -0
  60. data/lib/mc_dot_art_maker/textures/planks_spruce.png +0 -0
  61. data/lib/mc_dot_art_maker/textures/quartz_block_chiseled_top.png +0 -0
  62. data/lib/mc_dot_art_maker/textures/redstone_block.png +0 -0
  63. data/lib/mc_dot_art_maker/textures/sandstone_top.png +0 -0
  64. data/lib/mc_dot_art_maker/textures/soul_sand.png +0 -0
  65. data/lib/mc_dot_art_maker/textures/sponge.png +0 -0
  66. data/lib/mc_dot_art_maker/textures/stonebrick_carved.png +0 -0
  67. data/lib/mc_dot_art_maker/textures/stonebrick_mossy.png +0 -0
  68. data/lib/mc_dot_art_maker/textures/tmp/1.9.jar +0 -0
  69. data/lib/mc_dot_art_maker/textures/wool_colored_black.png +0 -0
  70. data/lib/mc_dot_art_maker/textures/wool_colored_blue.png +0 -0
  71. data/lib/mc_dot_art_maker/textures/wool_colored_brown.png +0 -0
  72. data/lib/mc_dot_art_maker/textures/wool_colored_cyan.png +0 -0
  73. data/lib/mc_dot_art_maker/textures/wool_colored_gray.png +0 -0
  74. data/lib/mc_dot_art_maker/textures/wool_colored_green.png +0 -0
  75. data/lib/mc_dot_art_maker/textures/wool_colored_light_blue.png +0 -0
  76. data/lib/mc_dot_art_maker/textures/wool_colored_lime.png +0 -0
  77. data/lib/mc_dot_art_maker/textures/wool_colored_magenta.png +0 -0
  78. data/lib/mc_dot_art_maker/textures/wool_colored_orange.png +0 -0
  79. data/lib/mc_dot_art_maker/textures/wool_colored_pink.png +0 -0
  80. data/lib/mc_dot_art_maker/textures/wool_colored_purple.png +0 -0
  81. data/lib/mc_dot_art_maker/textures/wool_colored_red.png +0 -0
  82. data/lib/mc_dot_art_maker/textures/wool_colored_silver.png +0 -0
  83. data/lib/mc_dot_art_maker/textures/wool_colored_white.png +0 -0
  84. data/lib/mc_dot_art_maker/textures/wool_colored_yellow.png +0 -0
  85. data/test/images/tmp/dither_methods_FloydSteinbergDitherMethod.png +0 -0
  86. data/test/images/tmp/dither_methods_NoDitherMethod.png +0 -0
  87. data/test/test_block_palette.rb +0 -29
  88. data/textures/anvil_base.png +0 -0
  89. data/textures/anvil_top_damaged_0.png +0 -0
  90. data/textures/anvil_top_damaged_1.png +0 -0
  91. data/textures/anvil_top_damaged_2.png +0 -0
  92. data/textures/beacon.png +0 -0
  93. data/textures/bed_feet_end.png +0 -0
  94. data/textures/bed_feet_side.png +0 -0
  95. data/textures/bed_feet_top.png +0 -0
  96. data/textures/bed_head_end.png +0 -0
  97. data/textures/bed_head_side.png +0 -0
  98. data/textures/bed_head_top.png +0 -0
  99. data/textures/bedrock.png +0 -0
  100. data/textures/bookshelf.png +0 -0
  101. data/textures/brewing_stand.png +0 -0
  102. data/textures/brewing_stand_base.png +0 -0
  103. data/textures/brick.png +0 -0
  104. data/textures/cactus_bottom.png +0 -0
  105. data/textures/cactus_side.png +0 -0
  106. data/textures/cactus_top.png +0 -0
  107. data/textures/cake_bottom.png +0 -0
  108. data/textures/cake_inner.png +0 -0
  109. data/textures/cake_side.png +0 -0
  110. data/textures/cake_top.png +0 -0
  111. data/textures/carrots_stage_0.png +0 -0
  112. data/textures/carrots_stage_1.png +0 -0
  113. data/textures/carrots_stage_2.png +0 -0
  114. data/textures/carrots_stage_3.png +0 -0
  115. data/textures/cauldron_bottom.png +0 -0
  116. data/textures/cauldron_inner.png +0 -0
  117. data/textures/cauldron_side.png +0 -0
  118. data/textures/cauldron_top.png +0 -0
  119. data/textures/clay.png +0 -0
  120. data/textures/coal_block.png +0 -0
  121. data/textures/coal_ore.png +0 -0
  122. data/textures/coarse_dirt.png +0 -0
  123. data/textures/cobblestone.png +0 -0
  124. data/textures/cobblestone_mossy.png +0 -0
  125. data/textures/cocoa_stage_0.png +0 -0
  126. data/textures/cocoa_stage_1.png +0 -0
  127. data/textures/cocoa_stage_2.png +0 -0
  128. data/textures/command_block.png +0 -0
  129. data/textures/comparator_off.png +0 -0
  130. data/textures/comparator_on.png +0 -0
  131. data/textures/crafting_table_front.png +0 -0
  132. data/textures/crafting_table_side.png +0 -0
  133. data/textures/crafting_table_top.png +0 -0
  134. data/textures/daylight_detector_inverted_top.png +0 -0
  135. data/textures/daylight_detector_side.png +0 -0
  136. data/textures/daylight_detector_top.png +0 -0
  137. data/textures/deadbush.png +0 -0
  138. data/textures/destroy_stage_0.png +0 -0
  139. data/textures/destroy_stage_1.png +0 -0
  140. data/textures/destroy_stage_2.png +0 -0
  141. data/textures/destroy_stage_3.png +0 -0
  142. data/textures/destroy_stage_4.png +0 -0
  143. data/textures/destroy_stage_5.png +0 -0
  144. data/textures/destroy_stage_6.png +0 -0
  145. data/textures/destroy_stage_7.png +0 -0
  146. data/textures/destroy_stage_8.png +0 -0
  147. data/textures/destroy_stage_9.png +0 -0
  148. data/textures/diamond_block.png +0 -0
  149. data/textures/diamond_ore.png +0 -0
  150. data/textures/dirt.png +0 -0
  151. data/textures/dirt_podzol_side.png +0 -0
  152. data/textures/dirt_podzol_top.png +0 -0
  153. data/textures/dispenser_front_horizontal.png +0 -0
  154. data/textures/dispenser_front_vertical.png +0 -0
  155. data/textures/door_acacia_lower.png +0 -0
  156. data/textures/door_acacia_upper.png +0 -0
  157. data/textures/door_birch_lower.png +0 -0
  158. data/textures/door_birch_upper.png +0 -0
  159. data/textures/door_dark_oak_lower.png +0 -0
  160. data/textures/door_dark_oak_upper.png +0 -0
  161. data/textures/door_iron_lower.png +0 -0
  162. data/textures/door_iron_upper.png +0 -0
  163. data/textures/door_jungle_lower.png +0 -0
  164. data/textures/door_jungle_upper.png +0 -0
  165. data/textures/door_spruce_lower.png +0 -0
  166. data/textures/door_spruce_upper.png +0 -0
  167. data/textures/door_wood_lower.png +0 -0
  168. data/textures/door_wood_upper.png +0 -0
  169. data/textures/double_plant_fern_bottom.png +0 -0
  170. data/textures/double_plant_fern_top.png +0 -0
  171. data/textures/double_plant_grass_bottom.png +0 -0
  172. data/textures/double_plant_grass_top.png +0 -0
  173. data/textures/double_plant_paeonia_bottom.png +0 -0
  174. data/textures/double_plant_paeonia_top.png +0 -0
  175. data/textures/double_plant_rose_bottom.png +0 -0
  176. data/textures/double_plant_rose_top.png +0 -0
  177. data/textures/double_plant_sunflower_back.png +0 -0
  178. data/textures/double_plant_sunflower_bottom.png +0 -0
  179. data/textures/double_plant_sunflower_front.png +0 -0
  180. data/textures/double_plant_sunflower_top.png +0 -0
  181. data/textures/double_plant_syringa_bottom.png +0 -0
  182. data/textures/double_plant_syringa_top.png +0 -0
  183. data/textures/dragon_egg.png +0 -0
  184. data/textures/dropper_front_horizontal.png +0 -0
  185. data/textures/dropper_front_vertical.png +0 -0
  186. data/textures/emerald_block.png +0 -0
  187. data/textures/emerald_ore.png +0 -0
  188. data/textures/enchanting_table_bottom.png +0 -0
  189. data/textures/enchanting_table_side.png +0 -0
  190. data/textures/enchanting_table_top.png +0 -0
  191. data/textures/end_stone.png +0 -0
  192. data/textures/endframe_eye.png +0 -0
  193. data/textures/endframe_side.png +0 -0
  194. data/textures/endframe_top.png +0 -0
  195. data/textures/farmland_dry.png +0 -0
  196. data/textures/farmland_wet.png +0 -0
  197. data/textures/fern.png +0 -0
  198. data/textures/fire_layer_0.png +0 -0
  199. data/textures/fire_layer_0.png.mcmeta +0 -38
  200. data/textures/fire_layer_1.png +0 -0
  201. data/textures/fire_layer_1.png.mcmeta +0 -3
  202. data/textures/flower_allium.png +0 -0
  203. data/textures/flower_blue_orchid.png +0 -0
  204. data/textures/flower_dandelion.png +0 -0
  205. data/textures/flower_houstonia.png +0 -0
  206. data/textures/flower_oxeye_daisy.png +0 -0
  207. data/textures/flower_paeonia.png +0 -0
  208. data/textures/flower_pot.png +0 -0
  209. data/textures/flower_rose.png +0 -0
  210. data/textures/flower_tulip_orange.png +0 -0
  211. data/textures/flower_tulip_pink.png +0 -0
  212. data/textures/flower_tulip_red.png +0 -0
  213. data/textures/flower_tulip_white.png +0 -0
  214. data/textures/furnace_front_off.png +0 -0
  215. data/textures/furnace_front_on.png +0 -0
  216. data/textures/furnace_side.png +0 -0
  217. data/textures/furnace_top.png +0 -0
  218. data/textures/glass.png +0 -0
  219. data/textures/glass_black.png +0 -0
  220. data/textures/glass_blue.png +0 -0
  221. data/textures/glass_brown.png +0 -0
  222. data/textures/glass_cyan.png +0 -0
  223. data/textures/glass_gray.png +0 -0
  224. data/textures/glass_green.png +0 -0
  225. data/textures/glass_light_blue.png +0 -0
  226. data/textures/glass_lime.png +0 -0
  227. data/textures/glass_magenta.png +0 -0
  228. data/textures/glass_orange.png +0 -0
  229. data/textures/glass_pane_top.png +0 -0
  230. data/textures/glass_pane_top_black.png +0 -0
  231. data/textures/glass_pane_top_blue.png +0 -0
  232. data/textures/glass_pane_top_brown.png +0 -0
  233. data/textures/glass_pane_top_cyan.png +0 -0
  234. data/textures/glass_pane_top_gray.png +0 -0
  235. data/textures/glass_pane_top_green.png +0 -0
  236. data/textures/glass_pane_top_light_blue.png +0 -0
  237. data/textures/glass_pane_top_lime.png +0 -0
  238. data/textures/glass_pane_top_magenta.png +0 -0
  239. data/textures/glass_pane_top_orange.png +0 -0
  240. data/textures/glass_pane_top_pink.png +0 -0
  241. data/textures/glass_pane_top_purple.png +0 -0
  242. data/textures/glass_pane_top_red.png +0 -0
  243. data/textures/glass_pane_top_silver.png +0 -0
  244. data/textures/glass_pane_top_white.png +0 -0
  245. data/textures/glass_pane_top_yellow.png +0 -0
  246. data/textures/glass_pink.png +0 -0
  247. data/textures/glass_purple.png +0 -0
  248. data/textures/glass_red.png +0 -0
  249. data/textures/glass_silver.png +0 -0
  250. data/textures/glass_white.png +0 -0
  251. data/textures/glass_yellow.png +0 -0
  252. data/textures/glowstone.png +0 -0
  253. data/textures/gold_block.png +0 -0
  254. data/textures/gold_ore.png +0 -0
  255. data/textures/grass_side.png +0 -0
  256. data/textures/grass_side_overlay.png +0 -0
  257. data/textures/grass_side_snowed.png +0 -0
  258. data/textures/grass_top.png +0 -0
  259. data/textures/gravel.png +0 -0
  260. data/textures/hardened_clay.png +0 -0
  261. data/textures/hardened_clay_stained_black.png +0 -0
  262. data/textures/hardened_clay_stained_blue.png +0 -0
  263. data/textures/hardened_clay_stained_brown.png +0 -0
  264. data/textures/hardened_clay_stained_cyan.png +0 -0
  265. data/textures/hardened_clay_stained_gray.png +0 -0
  266. data/textures/hardened_clay_stained_green.png +0 -0
  267. data/textures/hardened_clay_stained_light_blue.png +0 -0
  268. data/textures/hardened_clay_stained_lime.png +0 -0
  269. data/textures/hardened_clay_stained_magenta.png +0 -0
  270. data/textures/hardened_clay_stained_orange.png +0 -0
  271. data/textures/hardened_clay_stained_pink.png +0 -0
  272. data/textures/hardened_clay_stained_purple.png +0 -0
  273. data/textures/hardened_clay_stained_red.png +0 -0
  274. data/textures/hardened_clay_stained_silver.png +0 -0
  275. data/textures/hardened_clay_stained_white.png +0 -0
  276. data/textures/hardened_clay_stained_yellow.png +0 -0
  277. data/textures/hay_block_side.png +0 -0
  278. data/textures/hay_block_top.png +0 -0
  279. data/textures/hopper_inside.png +0 -0
  280. data/textures/hopper_outside.png +0 -0
  281. data/textures/hopper_top.png +0 -0
  282. data/textures/ice.png +0 -0
  283. data/textures/ice_packed.png +0 -0
  284. data/textures/iron_bars.png +0 -0
  285. data/textures/iron_block.png +0 -0
  286. data/textures/iron_ore.png +0 -0
  287. data/textures/iron_trapdoor.png +0 -0
  288. data/textures/itemframe_background.png +0 -0
  289. data/textures/jukebox_side.png +0 -0
  290. data/textures/jukebox_top.png +0 -0
  291. data/textures/ladder.png +0 -0
  292. data/textures/lapis_block.png +0 -0
  293. data/textures/lapis_ore.png +0 -0
  294. data/textures/lava_flow.png +0 -0
  295. data/textures/lava_flow.png.mcmeta +0 -5
  296. data/textures/lava_still.png +0 -0
  297. data/textures/lava_still.png.mcmeta +0 -45
  298. data/textures/leaves_acacia.png +0 -0
  299. data/textures/leaves_big_oak.png +0 -0
  300. data/textures/leaves_birch.png +0 -0
  301. data/textures/leaves_jungle.png +0 -0
  302. data/textures/leaves_oak.png +0 -0
  303. data/textures/leaves_spruce.png +0 -0
  304. data/textures/lever.png +0 -0
  305. data/textures/log_acacia.png +0 -0
  306. data/textures/log_acacia_top.png +0 -0
  307. data/textures/log_big_oak.png +0 -0
  308. data/textures/log_big_oak_top.png +0 -0
  309. data/textures/log_birch.png +0 -0
  310. data/textures/log_birch_top.png +0 -0
  311. data/textures/log_jungle.png +0 -0
  312. data/textures/log_jungle_top.png +0 -0
  313. data/textures/log_oak.png +0 -0
  314. data/textures/log_oak_top.png +0 -0
  315. data/textures/log_spruce.png +0 -0
  316. data/textures/log_spruce_top.png +0 -0
  317. data/textures/melon_side.png +0 -0
  318. data/textures/melon_stem_connected.png +0 -0
  319. data/textures/melon_stem_disconnected.png +0 -0
  320. data/textures/melon_top.png +0 -0
  321. data/textures/mob_spawner.png +0 -0
  322. data/textures/mushroom_block_inside.png +0 -0
  323. data/textures/mushroom_block_skin_brown.png +0 -0
  324. data/textures/mushroom_block_skin_red.png +0 -0
  325. data/textures/mushroom_block_skin_stem.png +0 -0
  326. data/textures/mushroom_brown.png +0 -0
  327. data/textures/mushroom_red.png +0 -0
  328. data/textures/mycelium_side.png +0 -0
  329. data/textures/mycelium_top.png +0 -0
  330. data/textures/nether_brick.png +0 -0
  331. data/textures/nether_wart_stage_0.png +0 -0
  332. data/textures/nether_wart_stage_1.png +0 -0
  333. data/textures/nether_wart_stage_2.png +0 -0
  334. data/textures/netherrack.png +0 -0
  335. data/textures/noteblock.png +0 -0
  336. data/textures/obsidian.png +0 -0
  337. data/textures/piston_bottom.png +0 -0
  338. data/textures/piston_inner.png +0 -0
  339. data/textures/piston_side.png +0 -0
  340. data/textures/piston_top_normal.png +0 -0
  341. data/textures/piston_top_sticky.png +0 -0
  342. data/textures/planks_acacia.png +0 -0
  343. data/textures/planks_big_oak.png +0 -0
  344. data/textures/planks_birch.png +0 -0
  345. data/textures/planks_jungle.png +0 -0
  346. data/textures/planks_oak.png +0 -0
  347. data/textures/planks_spruce.png +0 -0
  348. data/textures/portal.png +0 -0
  349. data/textures/portal.png.mcmeta +0 -3
  350. data/textures/potatoes_stage_0.png +0 -0
  351. data/textures/potatoes_stage_1.png +0 -0
  352. data/textures/potatoes_stage_2.png +0 -0
  353. data/textures/potatoes_stage_3.png +0 -0
  354. data/textures/prismarine_bricks.png +0 -0
  355. data/textures/prismarine_dark.png +0 -0
  356. data/textures/prismarine_rough.png +0 -0
  357. data/textures/prismarine_rough.png.mcmeta +0 -30
  358. data/textures/pumpkin_face_off.png +0 -0
  359. data/textures/pumpkin_face_on.png +0 -0
  360. data/textures/pumpkin_side.png +0 -0
  361. data/textures/pumpkin_stem_connected.png +0 -0
  362. data/textures/pumpkin_stem_disconnected.png +0 -0
  363. data/textures/pumpkin_top.png +0 -0
  364. data/textures/quartz_block_bottom.png +0 -0
  365. data/textures/quartz_block_chiseled.png +0 -0
  366. data/textures/quartz_block_chiseled_top.png +0 -0
  367. data/textures/quartz_block_lines.png +0 -0
  368. data/textures/quartz_block_lines_top.png +0 -0
  369. data/textures/quartz_block_side.png +0 -0
  370. data/textures/quartz_block_top.png +0 -0
  371. data/textures/quartz_ore.png +0 -0
  372. data/textures/rail_activator.png +0 -0
  373. data/textures/rail_activator_powered.png +0 -0
  374. data/textures/rail_detector.png +0 -0
  375. data/textures/rail_detector_powered.png +0 -0
  376. data/textures/rail_golden.png +0 -0
  377. data/textures/rail_golden_powered.png +0 -0
  378. data/textures/rail_normal.png +0 -0
  379. data/textures/rail_normal_turned.png +0 -0
  380. data/textures/red_sand.png +0 -0
  381. data/textures/red_sandstone_bottom.png +0 -0
  382. data/textures/red_sandstone_carved.png +0 -0
  383. data/textures/red_sandstone_normal.png +0 -0
  384. data/textures/red_sandstone_smooth.png +0 -0
  385. data/textures/red_sandstone_top.png +0 -0
  386. data/textures/redstone_block.png +0 -0
  387. data/textures/redstone_dust_cross.png +0 -0
  388. data/textures/redstone_dust_cross_overlay.png +0 -0
  389. data/textures/redstone_dust_line.png +0 -0
  390. data/textures/redstone_dust_line_overlay.png +0 -0
  391. data/textures/redstone_lamp_off.png +0 -0
  392. data/textures/redstone_lamp_on.png +0 -0
  393. data/textures/redstone_ore.png +0 -0
  394. data/textures/redstone_torch_off.png +0 -0
  395. data/textures/redstone_torch_on.png +0 -0
  396. data/textures/reeds.png +0 -0
  397. data/textures/repeater_off.png +0 -0
  398. data/textures/repeater_on.png +0 -0
  399. data/textures/sand.png +0 -0
  400. data/textures/sandstone_bottom.png +0 -0
  401. data/textures/sandstone_carved.png +0 -0
  402. data/textures/sandstone_normal.png +0 -0
  403. data/textures/sandstone_smooth.png +0 -0
  404. data/textures/sandstone_top.png +0 -0
  405. data/textures/sapling_acacia.png +0 -0
  406. data/textures/sapling_birch.png +0 -0
  407. data/textures/sapling_jungle.png +0 -0
  408. data/textures/sapling_oak.png +0 -0
  409. data/textures/sapling_roofed_oak.png +0 -0
  410. data/textures/sapling_spruce.png +0 -0
  411. data/textures/sea_lantern.png +0 -0
  412. data/textures/sea_lantern.png.mcmeta +0 -5
  413. data/textures/slime.png +0 -0
  414. data/textures/snow.png +0 -0
  415. data/textures/soul_sand.png +0 -0
  416. data/textures/sponge.png +0 -0
  417. data/textures/sponge_wet.png +0 -0
  418. data/textures/stone.png +0 -0
  419. data/textures/stone_andesite.png +0 -0
  420. data/textures/stone_andesite_smooth.png +0 -0
  421. data/textures/stone_diorite.png +0 -0
  422. data/textures/stone_diorite_smooth.png +0 -0
  423. data/textures/stone_granite.png +0 -0
  424. data/textures/stone_granite_smooth.png +0 -0
  425. data/textures/stone_slab_side.png +0 -0
  426. data/textures/stone_slab_top.png +0 -0
  427. data/textures/stonebrick.png +0 -0
  428. data/textures/stonebrick_carved.png +0 -0
  429. data/textures/stonebrick_cracked.png +0 -0
  430. data/textures/stonebrick_mossy.png +0 -0
  431. data/textures/tallgrass.png +0 -0
  432. data/textures/tnt_bottom.png +0 -0
  433. data/textures/tnt_side.png +0 -0
  434. data/textures/tnt_top.png +0 -0
  435. data/textures/torch_on.png +0 -0
  436. data/textures/trapdoor.png +0 -0
  437. data/textures/trip_wire.png +0 -0
  438. data/textures/trip_wire_source.png +0 -0
  439. data/textures/vine.png +0 -0
  440. data/textures/water_flow.png +0 -0
  441. data/textures/water_flow.png.mcmeta +0 -3
  442. data/textures/water_still.png +0 -0
  443. data/textures/water_still.png.mcmeta +0 -5
  444. data/textures/waterlily.png +0 -0
  445. data/textures/web.png +0 -0
  446. data/textures/wheat_stage_0.png +0 -0
  447. data/textures/wheat_stage_1.png +0 -0
  448. data/textures/wheat_stage_2.png +0 -0
  449. data/textures/wheat_stage_3.png +0 -0
  450. data/textures/wheat_stage_4.png +0 -0
  451. data/textures/wheat_stage_5.png +0 -0
  452. data/textures/wheat_stage_6.png +0 -0
  453. data/textures/wheat_stage_7.png +0 -0
  454. data/textures/wool_colored_black.png +0 -0
  455. data/textures/wool_colored_blue.png +0 -0
  456. data/textures/wool_colored_brown.png +0 -0
  457. data/textures/wool_colored_cyan.png +0 -0
  458. data/textures/wool_colored_gray.png +0 -0
  459. data/textures/wool_colored_green.png +0 -0
  460. data/textures/wool_colored_light_blue.png +0 -0
  461. data/textures/wool_colored_lime.png +0 -0
  462. data/textures/wool_colored_magenta.png +0 -0
  463. data/textures/wool_colored_orange.png +0 -0
  464. data/textures/wool_colored_pink.png +0 -0
  465. data/textures/wool_colored_purple.png +0 -0
  466. data/textures/wool_colored_red.png +0 -0
  467. data/textures/wool_colored_silver.png +0 -0
  468. data/textures/wool_colored_white.png +0 -0
  469. data/textures/wool_colored_yellow.png +0 -0
  470. data/textures.zip +0 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/gravel.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/ice.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/ladder.png DELETED
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +0,0 @@
1
- {
2
- "animation": {
3
- "frametime": 3
4
- }
5
- }
Binary file
@@ -1,45 +0,0 @@
1
- {
2
- "animation": {
3
- "frametime": 2,
4
- "frames": [
5
- 0,
6
- 1,
7
- 2,
8
- 3,
9
- 4,
10
- 5,
11
- 6,
12
- 7,
13
- 8,
14
- 9,
15
- 10,
16
- 11,
17
- 12,
18
- 13,
19
- 14,
20
- 15,
21
- 16,
22
- 17,
23
- 18,
24
- 19,
25
- 18,
26
- 17,
27
- 16,
28
- 15,
29
- 14,
30
- 13,
31
- 12,
32
- 11,
33
- 10,
34
- 9,
35
- 8,
36
- 7,
37
- 6,
38
- 5,
39
- 4,
40
- 3,
41
- 2,
42
- 1
43
- ]
44
- }
45
- }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/lever.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/log_oak.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/portal.png DELETED
Binary file
@@ -1,3 +0,0 @@
1
- {
2
- "animation": {}
3
- }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,30 +0,0 @@
1
- {
2
- "animation": {
3
- "frametime": 300,
4
- "interpolate": true,
5
- "frames": [
6
- 0,
7
- 1,
8
- 0,
9
- 2,
10
- 0,
11
- 3,
12
- 0,
13
- 1,
14
- 2,
15
- 1,
16
- 3,
17
- 1,
18
- 0,
19
- 2,
20
- 1,
21
- 2,
22
- 3,
23
- 2,
24
- 0,
25
- 3,
26
- 1,
27
- 3
28
- ]
29
- }
30
- }
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/reeds.png DELETED
Binary file
Binary file
Binary file
data/textures/sand.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,5 +0,0 @@
1
- {
2
- "animation": {
3
- "frametime": 5
4
- }
5
- }
data/textures/slime.png DELETED
Binary file
data/textures/snow.png DELETED
Binary file
Binary file
data/textures/sponge.png DELETED
Binary file
Binary file
data/textures/stone.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/textures/tnt_top.png DELETED
Binary file
Binary file
Binary file
Binary file
Binary file