commit 7bc4db007ed1142b84b927dcba61b4fc547f15ba Author: Maciej Kasatkin Date: Sun Sep 2 06:15:43 2012 +0200 Initial upload diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..412eeda --- /dev/null +++ b/.gitattributes @@ -0,0 +1,22 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp +*.sln merge=union +*.csproj merge=union +*.vbproj merge=union +*.fsproj merge=union +*.dbproj merge=union + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ebd21a --- /dev/null +++ b/.gitignore @@ -0,0 +1,163 @@ +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +.builds +*.dotCover + +## TODO: If you have NuGet Package Restore enabled, uncomment this +#packages/ + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# ReSharper is a .NET coding add-in +_ReSharper* + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Others +[Bb]in +[Oo]bj +sql +TestResults +*.Cache +ClientBin +stylecop.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML + + + +############ +## Windows +############ + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + + +############# +## Python +############# + +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +# Mac crap +.DS_Store diff --git a/textures/bucket.png b/textures/bucket.png new file mode 100644 index 0000000..fc52339 Binary files /dev/null and b/textures/bucket.png differ diff --git a/textures/bucket_lava.png b/textures/bucket_lava.png new file mode 100644 index 0000000..03a6414 Binary files /dev/null and b/textures/bucket_lava.png differ diff --git a/textures/bucket_water.png b/textures/bucket_water.png new file mode 100644 index 0000000..afc3a97 Binary files /dev/null and b/textures/bucket_water.png differ diff --git a/textures/crack_anylength.png b/textures/crack_anylength.png new file mode 100644 index 0000000..020be04 Binary files /dev/null and b/textures/crack_anylength.png differ diff --git a/textures/default_apple.png b/textures/default_apple.png new file mode 100644 index 0000000..258be82 Binary files /dev/null and b/textures/default_apple.png differ diff --git a/textures/default_book.png b/textures/default_book.png new file mode 100644 index 0000000..5bd77ab Binary files /dev/null and b/textures/default_book.png differ diff --git a/textures/default_bookshelf.png b/textures/default_bookshelf.png new file mode 100644 index 0000000..7a818d3 Binary files /dev/null and b/textures/default_bookshelf.png differ diff --git a/textures/default_brick.png b/textures/default_brick.png new file mode 100644 index 0000000..d2b2681 Binary files /dev/null and b/textures/default_brick.png differ diff --git a/textures/default_cactus_side.png b/textures/default_cactus_side.png new file mode 100644 index 0000000..567f888 Binary files /dev/null and b/textures/default_cactus_side.png differ diff --git a/textures/default_cactus_top.png b/textures/default_cactus_top.png new file mode 100644 index 0000000..47baf16 Binary files /dev/null and b/textures/default_cactus_top.png differ diff --git a/textures/default_chest_front.png b/textures/default_chest_front.png new file mode 100644 index 0000000..b9b9c5e Binary files /dev/null and b/textures/default_chest_front.png differ diff --git a/textures/default_chest_lock.png b/textures/default_chest_lock.png new file mode 100644 index 0000000..c9342b7 Binary files /dev/null and b/textures/default_chest_lock.png differ diff --git a/textures/default_chest_side.png b/textures/default_chest_side.png new file mode 100644 index 0000000..fca1dae Binary files /dev/null and b/textures/default_chest_side.png differ diff --git a/textures/default_chest_top.png b/textures/default_chest_top.png new file mode 100644 index 0000000..25d2d66 Binary files /dev/null and b/textures/default_chest_top.png differ diff --git a/textures/default_clay.png b/textures/default_clay.png new file mode 100644 index 0000000..5c7c202 Binary files /dev/null and b/textures/default_clay.png differ diff --git a/textures/default_clay_brick.png b/textures/default_clay_brick.png new file mode 100644 index 0000000..e0332ac Binary files /dev/null and b/textures/default_clay_brick.png differ diff --git a/textures/default_clay_lump.png b/textures/default_clay_lump.png new file mode 100644 index 0000000..2ba5fa8 Binary files /dev/null and b/textures/default_clay_lump.png differ diff --git a/textures/default_coal_lump.png b/textures/default_coal_lump.png new file mode 100644 index 0000000..cc0078e Binary files /dev/null and b/textures/default_coal_lump.png differ diff --git a/textures/default_cobble.png b/textures/default_cobble.png new file mode 100644 index 0000000..4e769ea Binary files /dev/null and b/textures/default_cobble.png differ diff --git a/textures/default_desert_sand.png b/textures/default_desert_sand.png new file mode 100644 index 0000000..14f2315 Binary files /dev/null and b/textures/default_desert_sand.png differ diff --git a/textures/default_desert_stone.png b/textures/default_desert_stone.png new file mode 100644 index 0000000..ad804a1 Binary files /dev/null and b/textures/default_desert_stone.png differ diff --git a/textures/default_dirt.png b/textures/default_dirt.png new file mode 100644 index 0000000..134edfc Binary files /dev/null and b/textures/default_dirt.png differ diff --git a/textures/default_furnace_front.png b/textures/default_furnace_front.png new file mode 100644 index 0000000..ab76a7b Binary files /dev/null and b/textures/default_furnace_front.png differ diff --git a/textures/default_furnace_front_active.png b/textures/default_furnace_front_active.png new file mode 100644 index 0000000..93f54bc Binary files /dev/null and b/textures/default_furnace_front_active.png differ diff --git a/textures/default_furnace_side.png b/textures/default_furnace_side.png new file mode 100644 index 0000000..0924b47 Binary files /dev/null and b/textures/default_furnace_side.png differ diff --git a/textures/default_furnace_top.png b/textures/default_furnace_top.png new file mode 100644 index 0000000..ec65474 Binary files /dev/null and b/textures/default_furnace_top.png differ diff --git a/textures/default_glass.png b/textures/default_glass.png new file mode 100644 index 0000000..9f9a821 Binary files /dev/null and b/textures/default_glass.png differ diff --git a/textures/default_grass.png b/textures/default_grass.png new file mode 100644 index 0000000..b2a1eb2 Binary files /dev/null and b/textures/default_grass.png differ diff --git a/textures/default_grass_side.png b/textures/default_grass_side.png new file mode 100644 index 0000000..96365c7 Binary files /dev/null and b/textures/default_grass_side.png differ diff --git a/textures/default_gravel.png b/textures/default_gravel.png new file mode 100644 index 0000000..7a3ddc7 Binary files /dev/null and b/textures/default_gravel.png differ diff --git a/textures/default_iron_lump.png b/textures/default_iron_lump.png new file mode 100644 index 0000000..a795f02 Binary files /dev/null and b/textures/default_iron_lump.png differ diff --git a/textures/default_junglegrass.png b/textures/default_junglegrass.png new file mode 100644 index 0000000..60bfad2 Binary files /dev/null and b/textures/default_junglegrass.png differ diff --git a/textures/default_jungletree.png b/textures/default_jungletree.png new file mode 100644 index 0000000..e8024ee Binary files /dev/null and b/textures/default_jungletree.png differ diff --git a/textures/default_jungletree_top.png b/textures/default_jungletree_top.png new file mode 100644 index 0000000..158292d Binary files /dev/null and b/textures/default_jungletree_top.png differ diff --git a/textures/default_ladder.png b/textures/default_ladder.png new file mode 100644 index 0000000..00c26be Binary files /dev/null and b/textures/default_ladder.png differ diff --git a/textures/default_lava_flowing_animated.png b/textures/default_lava_flowing_animated.png new file mode 100644 index 0000000..5b74c59 Binary files /dev/null and b/textures/default_lava_flowing_animated.png differ diff --git a/textures/default_lava_source_animated.png b/textures/default_lava_source_animated.png new file mode 100644 index 0000000..de6b7e1 Binary files /dev/null and b/textures/default_lava_source_animated.png differ diff --git a/textures/default_leaves.png b/textures/default_leaves.png new file mode 100644 index 0000000..a4fad4e Binary files /dev/null and b/textures/default_leaves.png differ diff --git a/textures/default_mese.png b/textures/default_mese.png new file mode 100644 index 0000000..c196cdd Binary files /dev/null and b/textures/default_mese.png differ diff --git a/textures/default_mineral_coal.png b/textures/default_mineral_coal.png new file mode 100644 index 0000000..6496258 Binary files /dev/null and b/textures/default_mineral_coal.png differ diff --git a/textures/default_mineral_iron.png b/textures/default_mineral_iron.png new file mode 100644 index 0000000..3b02bae Binary files /dev/null and b/textures/default_mineral_iron.png differ diff --git a/textures/default_paper.png b/textures/default_paper.png new file mode 100644 index 0000000..82e8d2d Binary files /dev/null and b/textures/default_paper.png differ diff --git a/textures/default_papyrus.png b/textures/default_papyrus.png new file mode 100644 index 0000000..6a539df Binary files /dev/null and b/textures/default_papyrus.png differ diff --git a/textures/default_rail.png b/textures/default_rail.png new file mode 100644 index 0000000..73abc06 Binary files /dev/null and b/textures/default_rail.png differ diff --git a/textures/default_rail_crossing.png b/textures/default_rail_crossing.png new file mode 100644 index 0000000..ff58830 Binary files /dev/null and b/textures/default_rail_crossing.png differ diff --git a/textures/default_rail_curved.png b/textures/default_rail_curved.png new file mode 100644 index 0000000..11fe0e4 Binary files /dev/null and b/textures/default_rail_curved.png differ diff --git a/textures/default_rail_t_junction.png b/textures/default_rail_t_junction.png new file mode 100644 index 0000000..1dce981 Binary files /dev/null and b/textures/default_rail_t_junction.png differ diff --git a/textures/default_sand.png b/textures/default_sand.png new file mode 100644 index 0000000..96d9d9a Binary files /dev/null and b/textures/default_sand.png differ diff --git a/textures/default_sandstone.png b/textures/default_sandstone.png new file mode 100644 index 0000000..6f7ddce Binary files /dev/null and b/textures/default_sandstone.png differ diff --git a/textures/default_sapling.png b/textures/default_sapling.png new file mode 100644 index 0000000..6e01779 Binary files /dev/null and b/textures/default_sapling.png differ diff --git a/textures/default_steel_block.png b/textures/default_steel_block.png new file mode 100644 index 0000000..f17d2d3 Binary files /dev/null and b/textures/default_steel_block.png differ diff --git a/textures/default_steel_ingot.png b/textures/default_steel_ingot.png new file mode 100644 index 0000000..7c1fc42 Binary files /dev/null and b/textures/default_steel_ingot.png differ diff --git a/textures/default_stick.png b/textures/default_stick.png new file mode 100644 index 0000000..c391ac2 Binary files /dev/null and b/textures/default_stick.png differ diff --git a/textures/default_stone.png b/textures/default_stone.png new file mode 100644 index 0000000..9e92ce1 Binary files /dev/null and b/textures/default_stone.png differ diff --git a/textures/default_tool_mesepick.png b/textures/default_tool_mesepick.png new file mode 100644 index 0000000..79c40fc Binary files /dev/null and b/textures/default_tool_mesepick.png differ diff --git a/textures/default_tool_steelaxe.png b/textures/default_tool_steelaxe.png new file mode 100644 index 0000000..199a8f2 Binary files /dev/null and b/textures/default_tool_steelaxe.png differ diff --git a/textures/default_tool_steelpick.png b/textures/default_tool_steelpick.png new file mode 100644 index 0000000..f800d30 Binary files /dev/null and b/textures/default_tool_steelpick.png differ diff --git a/textures/default_tool_steelshovel.png b/textures/default_tool_steelshovel.png new file mode 100644 index 0000000..24031df Binary files /dev/null and b/textures/default_tool_steelshovel.png differ diff --git a/textures/default_tool_steelsword.png b/textures/default_tool_steelsword.png new file mode 100644 index 0000000..959a8a9 Binary files /dev/null and b/textures/default_tool_steelsword.png differ diff --git a/textures/default_tool_stoneaxe.png b/textures/default_tool_stoneaxe.png new file mode 100644 index 0000000..db9365d Binary files /dev/null and b/textures/default_tool_stoneaxe.png differ diff --git a/textures/default_tool_stonepick.png b/textures/default_tool_stonepick.png new file mode 100644 index 0000000..18b1a62 Binary files /dev/null and b/textures/default_tool_stonepick.png differ diff --git a/textures/default_tool_stoneshovel.png b/textures/default_tool_stoneshovel.png new file mode 100644 index 0000000..33b59fd Binary files /dev/null and b/textures/default_tool_stoneshovel.png differ diff --git a/textures/default_tool_stonesword.png b/textures/default_tool_stonesword.png new file mode 100644 index 0000000..5af5aee Binary files /dev/null and b/textures/default_tool_stonesword.png differ diff --git a/textures/default_tool_woodaxe.png b/textures/default_tool_woodaxe.png new file mode 100644 index 0000000..52e0bcd Binary files /dev/null and b/textures/default_tool_woodaxe.png differ diff --git a/textures/default_tool_woodpick.png b/textures/default_tool_woodpick.png new file mode 100644 index 0000000..ce48739 Binary files /dev/null and b/textures/default_tool_woodpick.png differ diff --git a/textures/default_tool_woodshovel.png b/textures/default_tool_woodshovel.png new file mode 100644 index 0000000..a901ad1 Binary files /dev/null and b/textures/default_tool_woodshovel.png differ diff --git a/textures/default_tool_woodsword.png b/textures/default_tool_woodsword.png new file mode 100644 index 0000000..f291e6d Binary files /dev/null and b/textures/default_tool_woodsword.png differ diff --git a/textures/default_torch.png b/textures/default_torch.png new file mode 100644 index 0000000..b798d6f Binary files /dev/null and b/textures/default_torch.png differ diff --git a/textures/default_torch_on_ceiling.png b/textures/default_torch_on_ceiling.png new file mode 100644 index 0000000..a9dd4f5 Binary files /dev/null and b/textures/default_torch_on_ceiling.png differ diff --git a/textures/default_torch_on_floor.png b/textures/default_torch_on_floor.png new file mode 100644 index 0000000..2523315 Binary files /dev/null and b/textures/default_torch_on_floor.png differ diff --git a/textures/default_tree.png b/textures/default_tree.png new file mode 100644 index 0000000..5f7290b Binary files /dev/null and b/textures/default_tree.png differ diff --git a/textures/default_tree_top.png b/textures/default_tree_top.png new file mode 100644 index 0000000..f8bae25 Binary files /dev/null and b/textures/default_tree_top.png differ diff --git a/textures/default_water.png b/textures/default_water.png new file mode 100644 index 0000000..b10ccc1 Binary files /dev/null and b/textures/default_water.png differ diff --git a/textures/default_wood.png b/textures/default_wood.png new file mode 100644 index 0000000..ca4e0e0 Binary files /dev/null and b/textures/default_wood.png differ diff --git a/textures/diamond.png b/textures/diamond.png new file mode 100644 index 0000000..6268c40 Binary files /dev/null and b/textures/diamond.png differ diff --git a/textures/flower_waterlily.png b/textures/flower_waterlily.png new file mode 100644 index 0000000..66cd420 Binary files /dev/null and b/textures/flower_waterlily.png differ diff --git a/textures/heart.png b/textures/heart.png new file mode 100644 index 0000000..1548ccc Binary files /dev/null and b/textures/heart.png differ diff --git a/textures/menubg.png b/textures/menubg.png new file mode 100644 index 0000000..ad804a1 Binary files /dev/null and b/textures/menubg.png differ diff --git a/textures/menulogo.png b/textures/menulogo.png new file mode 100644 index 0000000..b19f284 Binary files /dev/null and b/textures/menulogo.png differ diff --git a/textures/moreblocks_stonebrick.png b/textures/moreblocks_stonebrick.png new file mode 100644 index 0000000..2b60394 Binary files /dev/null and b/textures/moreblocks_stonebrick.png differ diff --git a/textures/moreblocks_stonesquare.png b/textures/moreblocks_stonesquare.png new file mode 100644 index 0000000..4bb05c9 Binary files /dev/null and b/textures/moreblocks_stonesquare.png differ diff --git a/textures/moreores_bronze_block.png b/textures/moreores_bronze_block.png new file mode 100644 index 0000000..76347d3 Binary files /dev/null and b/textures/moreores_bronze_block.png differ diff --git a/textures/moreores_bronze_ingot.png b/textures/moreores_bronze_ingot.png new file mode 100644 index 0000000..230dce4 Binary files /dev/null and b/textures/moreores_bronze_ingot.png differ diff --git a/textures/moreores_copper_ingot.png b/textures/moreores_copper_ingot.png new file mode 100644 index 0000000..aef1ce6 Binary files /dev/null and b/textures/moreores_copper_ingot.png differ diff --git a/textures/moreores_copper_lump.png b/textures/moreores_copper_lump.png new file mode 100644 index 0000000..0c8c591 Binary files /dev/null and b/textures/moreores_copper_lump.png differ diff --git a/textures/moreores_copper_rail.png b/textures/moreores_copper_rail.png new file mode 100644 index 0000000..f338972 Binary files /dev/null and b/textures/moreores_copper_rail.png differ diff --git a/textures/moreores_copper_rail_crossing.png b/textures/moreores_copper_rail_crossing.png new file mode 100644 index 0000000..ed8fa6f Binary files /dev/null and b/textures/moreores_copper_rail_crossing.png differ diff --git a/textures/moreores_copper_rail_t_junction.png b/textures/moreores_copper_rail_t_junction.png new file mode 100644 index 0000000..e3a8111 Binary files /dev/null and b/textures/moreores_copper_rail_t_junction.png differ diff --git a/textures/moreores_coppert_rail_curved.png b/textures/moreores_coppert_rail_curved.png new file mode 100644 index 0000000..86c5b99 Binary files /dev/null and b/textures/moreores_coppert_rail_curved.png differ diff --git a/textures/moreores_gold_block.png b/textures/moreores_gold_block.png new file mode 100644 index 0000000..05689c9 Binary files /dev/null and b/textures/moreores_gold_block.png differ diff --git a/textures/moreores_gold_ingot.png b/textures/moreores_gold_ingot.png new file mode 100644 index 0000000..dc4f4bd Binary files /dev/null and b/textures/moreores_gold_ingot.png differ diff --git a/textures/moreores_gold_lump.png b/textures/moreores_gold_lump.png new file mode 100644 index 0000000..5ccd38f Binary files /dev/null and b/textures/moreores_gold_lump.png differ diff --git a/textures/moreores_mineral_copper.png b/textures/moreores_mineral_copper.png new file mode 100644 index 0000000..ae82265 Binary files /dev/null and b/textures/moreores_mineral_copper.png differ diff --git a/textures/moreores_mineral_gold.png b/textures/moreores_mineral_gold.png new file mode 100644 index 0000000..3e2014c Binary files /dev/null and b/textures/moreores_mineral_gold.png differ diff --git a/textures/moreores_mineral_mithril.png b/textures/moreores_mineral_mithril.png new file mode 100644 index 0000000..3c70e0a Binary files /dev/null and b/textures/moreores_mineral_mithril.png differ diff --git a/textures/moreores_mineral_silver.png b/textures/moreores_mineral_silver.png new file mode 100644 index 0000000..20bc849 Binary files /dev/null and b/textures/moreores_mineral_silver.png differ diff --git a/textures/moreores_mineral_tin.png b/textures/moreores_mineral_tin.png new file mode 100644 index 0000000..944c1d7 Binary files /dev/null and b/textures/moreores_mineral_tin.png differ diff --git a/textures/moreores_mithril_block.png b/textures/moreores_mithril_block.png new file mode 100644 index 0000000..038fe69 Binary files /dev/null and b/textures/moreores_mithril_block.png differ diff --git a/textures/moreores_mithril_ingot.png b/textures/moreores_mithril_ingot.png new file mode 100644 index 0000000..56acb51 Binary files /dev/null and b/textures/moreores_mithril_ingot.png differ diff --git a/textures/moreores_mithril_lump.png b/textures/moreores_mithril_lump.png new file mode 100644 index 0000000..639e877 Binary files /dev/null and b/textures/moreores_mithril_lump.png differ diff --git a/textures/moreores_silver_block.png b/textures/moreores_silver_block.png new file mode 100644 index 0000000..b829df5 Binary files /dev/null and b/textures/moreores_silver_block.png differ diff --git a/textures/moreores_silver_ingot.png b/textures/moreores_silver_ingot.png new file mode 100644 index 0000000..bf43916 Binary files /dev/null and b/textures/moreores_silver_ingot.png differ diff --git a/textures/moreores_silver_lump.png b/textures/moreores_silver_lump.png new file mode 100644 index 0000000..5302ca9 Binary files /dev/null and b/textures/moreores_silver_lump.png differ diff --git a/textures/moreores_tin_ingot.png b/textures/moreores_tin_ingot.png new file mode 100644 index 0000000..61bbad6 Binary files /dev/null and b/textures/moreores_tin_ingot.png differ diff --git a/textures/moreores_tin_lump.png b/textures/moreores_tin_lump.png new file mode 100644 index 0000000..fb31f98 Binary files /dev/null and b/textures/moreores_tin_lump.png differ diff --git a/textures/moreores_tool_bronzeaxe.png b/textures/moreores_tool_bronzeaxe.png new file mode 100644 index 0000000..b983c25 Binary files /dev/null and b/textures/moreores_tool_bronzeaxe.png differ diff --git a/textures/moreores_tool_bronzepick.png b/textures/moreores_tool_bronzepick.png new file mode 100644 index 0000000..0409fd8 Binary files /dev/null and b/textures/moreores_tool_bronzepick.png differ diff --git a/textures/moreores_tool_bronzeshovel.png b/textures/moreores_tool_bronzeshovel.png new file mode 100644 index 0000000..535fb9b Binary files /dev/null and b/textures/moreores_tool_bronzeshovel.png differ diff --git a/textures/moreores_tool_bronzesword.png b/textures/moreores_tool_bronzesword.png new file mode 100644 index 0000000..fe532eb Binary files /dev/null and b/textures/moreores_tool_bronzesword.png differ diff --git a/textures/moreores_tool_goldaxe.png b/textures/moreores_tool_goldaxe.png new file mode 100644 index 0000000..1b0ccd9 Binary files /dev/null and b/textures/moreores_tool_goldaxe.png differ diff --git a/textures/moreores_tool_goldpick.png b/textures/moreores_tool_goldpick.png new file mode 100644 index 0000000..9937cbd Binary files /dev/null and b/textures/moreores_tool_goldpick.png differ diff --git a/textures/moreores_tool_goldshovel.png b/textures/moreores_tool_goldshovel.png new file mode 100644 index 0000000..c2aae97 Binary files /dev/null and b/textures/moreores_tool_goldshovel.png differ diff --git a/textures/moreores_tool_goldsword.png b/textures/moreores_tool_goldsword.png new file mode 100644 index 0000000..1838959 Binary files /dev/null and b/textures/moreores_tool_goldsword.png differ diff --git a/textures/moreores_tool_mithrilaxe.png b/textures/moreores_tool_mithrilaxe.png new file mode 100644 index 0000000..d6e3e17 Binary files /dev/null and b/textures/moreores_tool_mithrilaxe.png differ diff --git a/textures/moreores_tool_mithrilpick.png b/textures/moreores_tool_mithrilpick.png new file mode 100644 index 0000000..3a28d68 Binary files /dev/null and b/textures/moreores_tool_mithrilpick.png differ diff --git a/textures/moreores_tool_mithrilshovel.png b/textures/moreores_tool_mithrilshovel.png new file mode 100644 index 0000000..a74d74a Binary files /dev/null and b/textures/moreores_tool_mithrilshovel.png differ diff --git a/textures/moreores_tool_mithrilsword.png b/textures/moreores_tool_mithrilsword.png new file mode 100644 index 0000000..6be1d88 Binary files /dev/null and b/textures/moreores_tool_mithrilsword.png differ diff --git a/textures/moreores_tool_silveraxe.png b/textures/moreores_tool_silveraxe.png new file mode 100644 index 0000000..10d10dd Binary files /dev/null and b/textures/moreores_tool_silveraxe.png differ diff --git a/textures/moreores_tool_silverpick.png b/textures/moreores_tool_silverpick.png new file mode 100644 index 0000000..6f39e6e Binary files /dev/null and b/textures/moreores_tool_silverpick.png differ diff --git a/textures/moreores_tool_silvershovel.png b/textures/moreores_tool_silvershovel.png new file mode 100644 index 0000000..c300228 Binary files /dev/null and b/textures/moreores_tool_silvershovel.png differ diff --git a/textures/moreores_tool_silversword.png b/textures/moreores_tool_silversword.png new file mode 100644 index 0000000..7ce8d2b Binary files /dev/null and b/textures/moreores_tool_silversword.png differ diff --git a/textures/technic_battery.png b/textures/technic_battery.png new file mode 100644 index 0000000..4a45f45 Binary files /dev/null and b/textures/technic_battery.png differ diff --git a/textures/technic_battery_reload.png b/textures/technic_battery_reload.png new file mode 100644 index 0000000..29bfd63 Binary files /dev/null and b/textures/technic_battery_reload.png differ diff --git a/textures/technic_coal_dust.png b/textures/technic_coal_dust.png new file mode 100644 index 0000000..19ba09b Binary files /dev/null and b/textures/technic_coal_dust.png differ diff --git a/textures/technic_concrete_block.png b/textures/technic_concrete_block.png new file mode 100644 index 0000000..d311b2f Binary files /dev/null and b/textures/technic_concrete_block.png differ diff --git a/textures/technic_copper_chest_front.png b/textures/technic_copper_chest_front.png new file mode 100644 index 0000000..f229b0f Binary files /dev/null and b/textures/technic_copper_chest_front.png differ diff --git a/textures/technic_copper_chest_locked.png b/textures/technic_copper_chest_locked.png new file mode 100644 index 0000000..b425a63 Binary files /dev/null and b/textures/technic_copper_chest_locked.png differ diff --git a/textures/technic_copper_chest_side.png b/textures/technic_copper_chest_side.png new file mode 100644 index 0000000..613e455 Binary files /dev/null and b/textures/technic_copper_chest_side.png differ diff --git a/textures/technic_copper_chest_top.png b/textures/technic_copper_chest_top.png new file mode 100644 index 0000000..5ea8fd3 Binary files /dev/null and b/textures/technic_copper_chest_top.png differ diff --git a/textures/technic_copper_dust.png b/textures/technic_copper_dust.png new file mode 100644 index 0000000..68678ed Binary files /dev/null and b/textures/technic_copper_dust.png differ diff --git a/textures/technic_diamond_block.png b/textures/technic_diamond_block.png new file mode 100644 index 0000000..876908a Binary files /dev/null and b/textures/technic_diamond_block.png differ diff --git a/textures/technic_diamond_block_blue.png b/textures/technic_diamond_block_blue.png new file mode 100644 index 0000000..3931996 Binary files /dev/null and b/textures/technic_diamond_block_blue.png differ diff --git a/textures/technic_diamond_block_green.png b/textures/technic_diamond_block_green.png new file mode 100644 index 0000000..1b462fa Binary files /dev/null and b/textures/technic_diamond_block_green.png differ diff --git a/textures/technic_diamond_block_red.png b/textures/technic_diamond_block_red.png new file mode 100644 index 0000000..6a4e84a Binary files /dev/null and b/textures/technic_diamond_block_red.png differ diff --git a/textures/technic_electric_furnace_bottom.png b/textures/technic_electric_furnace_bottom.png new file mode 100644 index 0000000..7e579e8 Binary files /dev/null and b/textures/technic_electric_furnace_bottom.png differ diff --git a/textures/technic_electric_furnace_front.png b/textures/technic_electric_furnace_front.png new file mode 100644 index 0000000..01a77dd Binary files /dev/null and b/textures/technic_electric_furnace_front.png differ diff --git a/textures/technic_electric_furnace_front_active.png b/textures/technic_electric_furnace_front_active.png new file mode 100644 index 0000000..cca30be Binary files /dev/null and b/textures/technic_electric_furnace_front_active.png differ diff --git a/textures/technic_electric_furnace_side.png b/textures/technic_electric_furnace_side.png new file mode 100644 index 0000000..2ab5d06 Binary files /dev/null and b/textures/technic_electric_furnace_side.png differ diff --git a/textures/technic_electric_furnace_top.png b/textures/technic_electric_furnace_top.png new file mode 100644 index 0000000..0988da4 Binary files /dev/null and b/textures/technic_electric_furnace_top.png differ diff --git a/textures/technic_generator_front.png b/textures/technic_generator_front.png new file mode 100644 index 0000000..756de4b Binary files /dev/null and b/textures/technic_generator_front.png differ diff --git a/textures/technic_generator_front_active.png b/textures/technic_generator_front_active.png new file mode 100644 index 0000000..f5e3ca0 Binary files /dev/null and b/textures/technic_generator_front_active.png differ diff --git a/textures/technic_generator_front_inactive.png b/textures/technic_generator_front_inactive.png new file mode 100644 index 0000000..2d5c4af Binary files /dev/null and b/textures/technic_generator_front_inactive.png differ diff --git a/textures/technic_generator_side.png b/textures/technic_generator_side.png new file mode 100644 index 0000000..794df3f Binary files /dev/null and b/textures/technic_generator_side.png differ diff --git a/textures/technic_generator_top.png b/textures/technic_generator_top.png new file mode 100644 index 0000000..70a62cb Binary files /dev/null and b/textures/technic_generator_top.png differ diff --git a/textures/technic_gold_chest_front.png b/textures/technic_gold_chest_front.png new file mode 100644 index 0000000..544e55d Binary files /dev/null and b/textures/technic_gold_chest_front.png differ diff --git a/textures/technic_gold_chest_front_black.png b/textures/technic_gold_chest_front_black.png new file mode 100644 index 0000000..1eb2dbf Binary files /dev/null and b/textures/technic_gold_chest_front_black.png differ diff --git a/textures/technic_gold_chest_front_blue.png b/textures/technic_gold_chest_front_blue.png new file mode 100644 index 0000000..38f48d6 Binary files /dev/null and b/textures/technic_gold_chest_front_blue.png differ diff --git a/textures/technic_gold_chest_front_brown.png b/textures/technic_gold_chest_front_brown.png new file mode 100644 index 0000000..77a16c1 Binary files /dev/null and b/textures/technic_gold_chest_front_brown.png differ diff --git a/textures/technic_gold_chest_front_cyan.png b/textures/technic_gold_chest_front_cyan.png new file mode 100644 index 0000000..e675d3d Binary files /dev/null and b/textures/technic_gold_chest_front_cyan.png differ diff --git a/textures/technic_gold_chest_front_dark_green.png b/textures/technic_gold_chest_front_dark_green.png new file mode 100644 index 0000000..8dbc6a3 Binary files /dev/null and b/textures/technic_gold_chest_front_dark_green.png differ diff --git a/textures/technic_gold_chest_front_dark_grey.png b/textures/technic_gold_chest_front_dark_grey.png new file mode 100644 index 0000000..3a8961e Binary files /dev/null and b/textures/technic_gold_chest_front_dark_grey.png differ diff --git a/textures/technic_gold_chest_front_green.png b/textures/technic_gold_chest_front_green.png new file mode 100644 index 0000000..3e9b2f0 Binary files /dev/null and b/textures/technic_gold_chest_front_green.png differ diff --git a/textures/technic_gold_chest_front_grey.png b/textures/technic_gold_chest_front_grey.png new file mode 100644 index 0000000..d011828 Binary files /dev/null and b/textures/technic_gold_chest_front_grey.png differ diff --git a/textures/technic_gold_chest_front_magenta.png b/textures/technic_gold_chest_front_magenta.png new file mode 100644 index 0000000..adbf1ab Binary files /dev/null and b/textures/technic_gold_chest_front_magenta.png differ diff --git a/textures/technic_gold_chest_front_orange.png b/textures/technic_gold_chest_front_orange.png new file mode 100644 index 0000000..b91e15d Binary files /dev/null and b/textures/technic_gold_chest_front_orange.png differ diff --git a/textures/technic_gold_chest_front_pink.png b/textures/technic_gold_chest_front_pink.png new file mode 100644 index 0000000..448cb57 Binary files /dev/null and b/textures/technic_gold_chest_front_pink.png differ diff --git a/textures/technic_gold_chest_front_red.png b/textures/technic_gold_chest_front_red.png new file mode 100644 index 0000000..34c8eda Binary files /dev/null and b/textures/technic_gold_chest_front_red.png differ diff --git a/textures/technic_gold_chest_front_violet.png b/textures/technic_gold_chest_front_violet.png new file mode 100644 index 0000000..a1d5e8f Binary files /dev/null and b/textures/technic_gold_chest_front_violet.png differ diff --git a/textures/technic_gold_chest_front_white.png b/textures/technic_gold_chest_front_white.png new file mode 100644 index 0000000..2a4358e Binary files /dev/null and b/textures/technic_gold_chest_front_white.png differ diff --git a/textures/technic_gold_chest_front_yellow.png b/textures/technic_gold_chest_front_yellow.png new file mode 100644 index 0000000..79198c9 Binary files /dev/null and b/textures/technic_gold_chest_front_yellow.png differ diff --git a/textures/technic_gold_chest_locked.png b/textures/technic_gold_chest_locked.png new file mode 100644 index 0000000..eb3a1fa Binary files /dev/null and b/textures/technic_gold_chest_locked.png differ diff --git a/textures/technic_gold_chest_locked_black.png b/textures/technic_gold_chest_locked_black.png new file mode 100644 index 0000000..e8dacd7 Binary files /dev/null and b/textures/technic_gold_chest_locked_black.png differ diff --git a/textures/technic_gold_chest_locked_blue.png b/textures/technic_gold_chest_locked_blue.png new file mode 100644 index 0000000..b23cd8b Binary files /dev/null and b/textures/technic_gold_chest_locked_blue.png differ diff --git a/textures/technic_gold_chest_locked_brown.png b/textures/technic_gold_chest_locked_brown.png new file mode 100644 index 0000000..86933a8 Binary files /dev/null and b/textures/technic_gold_chest_locked_brown.png differ diff --git a/textures/technic_gold_chest_locked_cyan.png b/textures/technic_gold_chest_locked_cyan.png new file mode 100644 index 0000000..695a4d8 Binary files /dev/null and b/textures/technic_gold_chest_locked_cyan.png differ diff --git a/textures/technic_gold_chest_locked_dark_green.png b/textures/technic_gold_chest_locked_dark_green.png new file mode 100644 index 0000000..c3673b0 Binary files /dev/null and b/textures/technic_gold_chest_locked_dark_green.png differ diff --git a/textures/technic_gold_chest_locked_dark_grey.png b/textures/technic_gold_chest_locked_dark_grey.png new file mode 100644 index 0000000..ade62df Binary files /dev/null and b/textures/technic_gold_chest_locked_dark_grey.png differ diff --git a/textures/technic_gold_chest_locked_green.png b/textures/technic_gold_chest_locked_green.png new file mode 100644 index 0000000..e9bba5c Binary files /dev/null and b/textures/technic_gold_chest_locked_green.png differ diff --git a/textures/technic_gold_chest_locked_grey.png b/textures/technic_gold_chest_locked_grey.png new file mode 100644 index 0000000..9a93586 Binary files /dev/null and b/textures/technic_gold_chest_locked_grey.png differ diff --git a/textures/technic_gold_chest_locked_magenta.png b/textures/technic_gold_chest_locked_magenta.png new file mode 100644 index 0000000..47ad9fa Binary files /dev/null and b/textures/technic_gold_chest_locked_magenta.png differ diff --git a/textures/technic_gold_chest_locked_orange.png b/textures/technic_gold_chest_locked_orange.png new file mode 100644 index 0000000..f02aa50 Binary files /dev/null and b/textures/technic_gold_chest_locked_orange.png differ diff --git a/textures/technic_gold_chest_locked_pink.png b/textures/technic_gold_chest_locked_pink.png new file mode 100644 index 0000000..3981313 Binary files /dev/null and b/textures/technic_gold_chest_locked_pink.png differ diff --git a/textures/technic_gold_chest_locked_red.png b/textures/technic_gold_chest_locked_red.png new file mode 100644 index 0000000..6c019c0 Binary files /dev/null and b/textures/technic_gold_chest_locked_red.png differ diff --git a/textures/technic_gold_chest_locked_violet.png b/textures/technic_gold_chest_locked_violet.png new file mode 100644 index 0000000..e6fca6a Binary files /dev/null and b/textures/technic_gold_chest_locked_violet.png differ diff --git a/textures/technic_gold_chest_locked_white.png b/textures/technic_gold_chest_locked_white.png new file mode 100644 index 0000000..8ba83ca Binary files /dev/null and b/textures/technic_gold_chest_locked_white.png differ diff --git a/textures/technic_gold_chest_locked_yellow.png b/textures/technic_gold_chest_locked_yellow.png new file mode 100644 index 0000000..827c9f1 Binary files /dev/null and b/textures/technic_gold_chest_locked_yellow.png differ diff --git a/textures/technic_gold_chest_side.png b/textures/technic_gold_chest_side.png new file mode 100644 index 0000000..28139ac Binary files /dev/null and b/textures/technic_gold_chest_side.png differ diff --git a/textures/technic_gold_chest_top.png b/textures/technic_gold_chest_top.png new file mode 100644 index 0000000..353ae73 Binary files /dev/null and b/textures/technic_gold_chest_top.png differ diff --git a/textures/technic_gold_dust.png b/textures/technic_gold_dust.png new file mode 100644 index 0000000..e545bb6 Binary files /dev/null and b/textures/technic_gold_dust.png differ diff --git a/textures/technic_grinder_front.png b/textures/technic_grinder_front.png new file mode 100644 index 0000000..335421e Binary files /dev/null and b/textures/technic_grinder_front.png differ diff --git a/textures/technic_grinder_side.png b/textures/technic_grinder_side.png new file mode 100644 index 0000000..55b04eb Binary files /dev/null and b/textures/technic_grinder_side.png differ diff --git a/textures/technic_grinder_top.png b/textures/technic_grinder_top.png new file mode 100644 index 0000000..454f463 Binary files /dev/null and b/textures/technic_grinder_top.png differ diff --git a/textures/technic_iron_chest_front.png b/textures/technic_iron_chest_front.png new file mode 100644 index 0000000..e1a4917 Binary files /dev/null and b/textures/technic_iron_chest_front.png differ diff --git a/textures/technic_iron_chest_locked.png b/textures/technic_iron_chest_locked.png new file mode 100644 index 0000000..43bb1bc Binary files /dev/null and b/textures/technic_iron_chest_locked.png differ diff --git a/textures/technic_iron_chest_side.png b/textures/technic_iron_chest_side.png new file mode 100644 index 0000000..53c39b3 Binary files /dev/null and b/textures/technic_iron_chest_side.png differ diff --git a/textures/technic_iron_chest_top.png b/textures/technic_iron_chest_top.png new file mode 100644 index 0000000..525872c Binary files /dev/null and b/textures/technic_iron_chest_top.png differ diff --git a/textures/technic_iron_dust.png b/textures/technic_iron_dust.png new file mode 100644 index 0000000..aaecd2b Binary files /dev/null and b/textures/technic_iron_dust.png differ diff --git a/textures/technic_machine_bottom.png b/textures/technic_machine_bottom.png new file mode 100644 index 0000000..d24b2b4 Binary files /dev/null and b/textures/technic_machine_bottom.png differ diff --git a/textures/technic_mineral_chromium.png b/textures/technic_mineral_chromium.png new file mode 100644 index 0000000..70fe5f4 Binary files /dev/null and b/textures/technic_mineral_chromium.png differ diff --git a/textures/technic_mineral_diamond.png b/textures/technic_mineral_diamond.png new file mode 100644 index 0000000..6268c40 Binary files /dev/null and b/textures/technic_mineral_diamond.png differ diff --git a/textures/technic_mineral_uranium.png b/textures/technic_mineral_uranium.png new file mode 100644 index 0000000..cf8a74b Binary files /dev/null and b/textures/technic_mineral_uranium.png differ diff --git a/textures/technic_mithril_chest_front.png b/textures/technic_mithril_chest_front.png new file mode 100644 index 0000000..1235b3b Binary files /dev/null and b/textures/technic_mithril_chest_front.png differ diff --git a/textures/technic_mithril_chest_front_green.png b/textures/technic_mithril_chest_front_green.png new file mode 100644 index 0000000..150d672 Binary files /dev/null and b/textures/technic_mithril_chest_front_green.png differ diff --git a/textures/technic_mithril_chest_front_red.png b/textures/technic_mithril_chest_front_red.png new file mode 100644 index 0000000..463fdfa Binary files /dev/null and b/textures/technic_mithril_chest_front_red.png differ diff --git a/textures/technic_mithril_chest_locked.png b/textures/technic_mithril_chest_locked.png new file mode 100644 index 0000000..545fd4d Binary files /dev/null and b/textures/technic_mithril_chest_locked.png differ diff --git a/textures/technic_mithril_chest_side.png b/textures/technic_mithril_chest_side.png new file mode 100644 index 0000000..894da16 Binary files /dev/null and b/textures/technic_mithril_chest_side.png differ diff --git a/textures/technic_mithril_chest_top.png b/textures/technic_mithril_chest_top.png new file mode 100644 index 0000000..1dee30a Binary files /dev/null and b/textures/technic_mithril_chest_top.png differ diff --git a/textures/technic_mithril_dust.png b/textures/technic_mithril_dust.png new file mode 100644 index 0000000..988e449 Binary files /dev/null and b/textures/technic_mithril_dust.png differ diff --git a/textures/technic_music_player_bottom.png b/textures/technic_music_player_bottom.png new file mode 100644 index 0000000..37f66f0 Binary files /dev/null and b/textures/technic_music_player_bottom.png differ diff --git a/textures/technic_music_player_side.png b/textures/technic_music_player_side.png new file mode 100644 index 0000000..aab78de Binary files /dev/null and b/textures/technic_music_player_side.png differ diff --git a/textures/technic_music_player_top.png b/textures/technic_music_player_top.png new file mode 100644 index 0000000..43e1149 Binary files /dev/null and b/textures/technic_music_player_top.png differ diff --git a/textures/technic_rebar.png b/textures/technic_rebar.png new file mode 100644 index 0000000..7bc4e4b Binary files /dev/null and b/textures/technic_rebar.png differ diff --git a/textures/technic_silver_chest_front.png b/textures/technic_silver_chest_front.png new file mode 100644 index 0000000..9e89044 Binary files /dev/null and b/textures/technic_silver_chest_front.png differ diff --git a/textures/technic_silver_chest_locked.png b/textures/technic_silver_chest_locked.png new file mode 100644 index 0000000..9b1764f Binary files /dev/null and b/textures/technic_silver_chest_locked.png differ diff --git a/textures/technic_silver_chest_side.png b/textures/technic_silver_chest_side.png new file mode 100644 index 0000000..763d832 Binary files /dev/null and b/textures/technic_silver_chest_side.png differ diff --git a/textures/technic_silver_chest_top.png b/textures/technic_silver_chest_top.png new file mode 100644 index 0000000..ed301b5 Binary files /dev/null and b/textures/technic_silver_chest_top.png differ diff --git a/textures/technic_silver_dust.png b/textures/technic_silver_dust.png new file mode 100644 index 0000000..9092c90 Binary files /dev/null and b/textures/technic_silver_dust.png differ diff --git a/textures/technic_solar_panel_side.png b/textures/technic_solar_panel_side.png new file mode 100644 index 0000000..a0d59bd Binary files /dev/null and b/textures/technic_solar_panel_side.png differ diff --git a/textures/technic_solar_panel_top.png b/textures/technic_solar_panel_top.png new file mode 100644 index 0000000..b293252 Binary files /dev/null and b/textures/technic_solar_panel_top.png differ diff --git a/textures/technic_tin_dust.png b/textures/technic_tin_dust.png new file mode 100644 index 0000000..4e94e00 Binary files /dev/null and b/textures/technic_tin_dust.png differ diff --git a/textures/technic_workshop_bottom.png b/textures/technic_workshop_bottom.png new file mode 100644 index 0000000..4e4f2a5 Binary files /dev/null and b/textures/technic_workshop_bottom.png differ diff --git a/textures/technic_workshop_side.png b/textures/technic_workshop_side.png new file mode 100644 index 0000000..c51b721 Binary files /dev/null and b/textures/technic_workshop_side.png differ diff --git a/textures/technic_workshop_top.png b/textures/technic_workshop_top.png new file mode 100644 index 0000000..ed5747c Binary files /dev/null and b/textures/technic_workshop_top.png differ