diff --git a/src/api_awards.lua b/src/api_awards.lua index 4147d43..5385d1b 100644 --- a/src/api_awards.lua +++ b/src/api_awards.lua @@ -160,7 +160,7 @@ function awards.unlock(name, award) local four = player:hud_add({ hud_elem_type = "image", name = "award_icon", - scale = {x = 4, y = 4}, + scale = {x = 2, y = 2}, -- adjusted for 32x32 from x/y = 4 text = icon, position = {x = 0.5, y = 0.05}, offset = {x = -200.5, y = 126}, diff --git a/src/awards.lua b/src/awards.lua index 4dc6681..3da6bf2 100644 --- a/src/awards.lua +++ b/src/awards.lua @@ -2,12 +2,13 @@ local S = awards.gettext + -- Saint-Maclou if minetest.get_modpath("moreblocks") then awards.register_award("award_saint_maclou",{ title = S("Saint-Maclou"), description = S("Place 20 coal checkers."), - icon = "awards_novicebuilder.png", + icon = "awards_saint_maclou.png", trigger = { type = "place", node = "moreblocks:coal_checker", @@ -19,7 +20,7 @@ if minetest.get_modpath("moreblocks") then awards.register_award("award_castorama",{ title = S("Castorama"), description = S("Place 20 iron checkers."), - icon = "awards_novicebuilder.png", + icon = "awards_castorama.png", trigger = { type = "place", node = "moreblocks:iron_checker", @@ -31,7 +32,7 @@ if minetest.get_modpath("moreblocks") then awards.register_award("award_sam_the_trapper",{ title = S("Sam the Trapper"), description = S("Place 2 trap stones."), - icon = "awards_novicebuilder.png", + icon = "awards_sam_the_trapper.png", trigger = { type = "place", node = "moreblocks:trap_stone", @@ -46,7 +47,7 @@ if minetest.get_modpath("unified_inventory") then awards.register_award("awards_ui_bags", { title = S("Backpacker"), description = S("Craft 4 large bags."), - icon = "awards_ui_bags.png", + icon = "awards_backpacker.png", trigger = { type = "craft", item = "unified_inventory:bag_large", @@ -60,7 +61,7 @@ if minetest.get_modpath("fire") then awards.register_award("awards_pyro", { title = S("Pyromaniac"), description = S("Craft 8 times flint and steel."), - icon = "fire_flint_steel.png", + icon = "awards_pyromaniac.png", trigger = { type = "craft", item = "fire:flint_and_steel", @@ -86,7 +87,7 @@ if minetest.get_modpath("default") then awards.register_award("award_lightitup",{ title = S("Light It Up"), description = S("Place 100 torches."), - icon = "awards_novicebuilder.png^awards_level1.png", + icon = "awards_light_it_up.png^awards_level1.png", difficulty = 0.01, trigger = { type = "place", @@ -98,7 +99,7 @@ if minetest.get_modpath("default") then -- Light ALL the things! awards.register_award("award_well_lit",{ title = S("Well Lit"), - icon = "awards_novicebuilder.png^awards_level2.png", + icon = "awards_well_lit.png^awards_level2.png", description = S("Place 1,000 torches."), difficulty = 0.01, trigger = { @@ -111,7 +112,7 @@ if minetest.get_modpath("default") then awards.register_award("award_meselamp",{ title = S("Really Well Lit"), description = S("Craft 10 mese lamps."), - icon = "default_meselamp.png", + icon = "awards_really_well_lit.png", difficulty = 0.2, trigger = { type = "craft", @@ -123,7 +124,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_stonebrick", { title = S("Outpost"), description = S("Craft 200 stone bricks."), - icon = "default_stone_brick.png^awards_level1.png", + icon = "awards_outpost.png^awards_level1.png", difficulty = 0.08, trigger = { type = "craft", @@ -135,7 +136,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_stonebrick2", { title = S("Watchtower"), description = S("Craft 800 stone bricks."), - icon = "default_stone_brick.png^awards_level2.png", + icon = "awards_watchtower.png^awards_level2.png", difficulty = 0.08, trigger = { type = "craft", @@ -147,7 +148,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_stonebrick3", { title = S("Fortress"), description = S("Craft 3,200 stone bricks."), - icon = "default_stone_brick.png^awards_level3.png", + icon = "awards_fortress.png^awards_level3.png", difficulty = 0.08, trigger = { type = "craft", @@ -159,7 +160,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_desert_stonebrick", { title = S("Desert Dweller"), description = S("Craft 400 desert stone bricks."), - icon = "default_desert_stone_brick.png", + icon = "awards_desert_dweller.png", difficulty = 0.09, trigger = { type = "craft", @@ -171,7 +172,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_desertstonebrick", { title = S("Pharaoh"), description = S("Craft 100 sandstone bricks."), - icon = "default_sandstone_brick.png", + icon = "awards_pharaoh.png", difficulty = 0.09, trigger = { type = "craft", @@ -183,7 +184,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_bookshelf", { title = S("Little Library"), description = S("Craft 7 bookshelves."), - icon = "default_bookshelf.png", + icon = "awards_little_library.png", difficulty = 0.2, trigger = { type = "craft", @@ -195,7 +196,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_obsidian", { title = S("Lava and Water"), description = S("Mine your first obsidian."), - icon = "default_obsidian.png^awards_level1.png", + icon = "awards_lava_and_water.png^awards_level1.png", background = "awards_bg_mining.png", difficulty = 1.5, trigger = { @@ -209,7 +210,7 @@ if minetest.get_modpath("default") then awards.register_award("award_obsessed_with_obsidian",{ title = S("Obsessed with Obsidian"), description = S("Mine 50 obsidian."), - icon = "default_obsidian.png^awards_level2.png", + icon = "awards_obsessed_with_obsidian.png^awards_level2.png", background = "awards_bg_mining.png", difficulty = 1.5, trigger = { @@ -223,8 +224,8 @@ if minetest.get_modpath("default") then awards.register_award("award_lavaminer",{ title = S("Lava Miner"), description = S("Mine any block while being very close to lava."), + icon = "awards_lava_miner.png", background = "awards_bg_mining.png", - icon = "default_lava.png", difficulty = 1, }) awards.register_on_dig(function(player,data) @@ -240,7 +241,7 @@ if minetest.get_modpath("default") then awards.register_award("award_on_the_way", { title = S("On The Way"), description = S("Place 100 rails."), - icon = "carts_rail_straight.png", + icon = "awards_on_the_way.png", difficulty = 0.1, trigger = { type = "place", @@ -252,7 +253,7 @@ if minetest.get_modpath("default") then awards.register_award("award_lumberjack_firstday", { title = S("First Day in the Woods"), description = S("Dig 6 tree blocks."), - icon = "default_tree.png^awards_level1.png", + icon = "awards_first_day_in_the_woods.png^awards_level1.png", difficulty = 0.03, trigger = { type = "dig", @@ -265,7 +266,7 @@ if minetest.get_modpath("default") then awards.register_award("award_lumberjack", { title = S("Lumberjack"), description = S("Dig 36 tree blocks."), - icon = "default_tree.png^awards_level2.png", + icon = "awards_lumberjack.png^awards_level2.png", difficulty = 0.03, trigger = { type = "dig", @@ -278,7 +279,7 @@ if minetest.get_modpath("default") then awards.register_award("award_lumberjack_semipro", { title = S("Semi-pro Lumberjack"), description = S("Dig 216 tree blocks."), - icon = "default_tree.png^awards_level3.png", + icon = "awards_semi_pro_lumberjack.png^awards_level3.png", difficulty = 0.03, trigger = { type = "dig", @@ -291,7 +292,7 @@ if minetest.get_modpath("default") then awards.register_award("award_lumberjack_professional", { title = S("Professional Lumberjack"), description = S("Dig 1,296 tree blocks."), - icon = "default_tree.png^awards_level4.png", + icon = "awards_professional_lumberjack.png^awards_level4.png", difficulty = 0.03, trigger = { type = "dig", @@ -304,7 +305,7 @@ if minetest.get_modpath("default") then awards.register_award("award_junglebaby", { title = S("Junglebaby"), description = S("Dig 100 jungle tree blocks."), - icon = "default_jungletree.png^awards_level1.png", + icon = "awards_junglebaby.png^awards_level1.png", difficulty = 0.05, trigger = { type = "dig", @@ -317,7 +318,7 @@ if minetest.get_modpath("default") then awards.register_award("award_jungleman", { title = S("Jungleman"), description = S("Dig 1,000 jungle tree blocks."), - icon = "default_jungletree.png^awards_level2.png", + icon = "awards_jungleman.png^awards_level2.png", difficulty = 0.05, trigger = { type = "dig", @@ -330,7 +331,7 @@ if minetest.get_modpath("default") then awards.register_award("award_mesefind", { title = S("First Mese Find"), description = S("Mine your first mese ore."), - icon = "default_stone.png^default_mineral_mese.png", + icon = "awards_first_mese_find.png", background = "awards_bg_mining.png", difficulty = 1, trigger = { @@ -345,7 +346,7 @@ if minetest.get_modpath("default") then secret = true, title = S("Mese Mastery"), description = S("Mine a mese block."), - icon = "default_mese_block.png", + icon = "awards_mese_mastery.png", background = "awards_bg_mining.png", difficulty = 1.1, trigger = { @@ -359,7 +360,7 @@ if minetest.get_modpath("default") then awards.register_award("award_youre_a_copper", { title = S("You’re a copper"), description = S("Dig 1,000 copper ores."), - icon = "default_stone.png^default_mineral_copper.png", + icon = "awards_youre_a_copper.png", background = "awards_bg_mining.png", difficulty = 0.2, trigger = { @@ -373,7 +374,7 @@ if minetest.get_modpath("default") then awards.register_award("award_mine2", { title = S("Mini Miner"), description = S("Dig 100 stone blocks."), - icon = "awards_miniminer.png^awards_level1.png", + icon = "awards_mini_miner.png^awards_level1.png", background = "awards_bg_mining.png", difficulty = 0.02, trigger = { @@ -387,7 +388,7 @@ if minetest.get_modpath("default") then awards.register_award("award_mine3", { title = S("Hardened Miner"), description = S("Dig 1,000 stone blocks."), - icon = "awards_miniminer.png^awards_level2.png", + icon = "awards_hardened_miner.png^awards_level2.png", background = "awards_bg_mining.png", difficulty = 0.02, trigger = { @@ -401,7 +402,7 @@ if minetest.get_modpath("default") then awards.register_award("award_mine4", { title = S("Master Miner"), description = S("Dig 10,000 stone blocks."), - icon = "awards_miniminer.png^awards_level3.png", + icon = "awards_master_miner.png^awards_level3.png", background = "awards_bg_mining.png", difficulty = 0.02, trigger = { @@ -415,7 +416,7 @@ if minetest.get_modpath("default") then awards.register_award("award_marchand_de_sable", { title = S("Marchand De Sable"), description = S("Dig 1,000 sand."), - icon = "default_sand.png", + icon = "awards_marchand_de_sable.png", background = "awards_bg_mining.png", difficulty = 0.05, trigger = { @@ -428,7 +429,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_crafter_of_sticks", { title = S("Crafter of Sticks"), description = S("Craft 100 sticks."), - icon = "default_stick.png", + icon = "awards_crafter_of_sticks.png", difficulty = 0.01, trigger = { type = "craft", @@ -440,7 +441,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_junglegrass", { title = S("Jungle Discoverer"), description = S("Mine your first jungle grass."), - icon = "default_junglegrass.png", + icon = "awards_jungle_discoverer.png", difficulty = 0.009, trigger = { type = "dig", @@ -452,7 +453,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_grass", { title = S("Grasslands Discoverer"), description = S("Mine some grass."), - icon = "default_grass_3.png", + icon = "awards_grasslands_discoverer.png", difficulty = 0.009, trigger = { type = "dig", @@ -464,7 +465,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_dry_grass", { title = S("Savannah Discoverer"), description = S("Mine some dry grass."), - icon = "default_dry_grass_3.png", + icon = "awards_savannah_discoverer.png", difficulty = 0.009, trigger = { type = "dig", @@ -476,7 +477,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_cactus", { title = S("Desert Discoverer"), description = S("Mine your first cactus."), - icon = "default_cactus_side.png", + icon = "awards_desert_discoverer.png", difficulty = 0.03, trigger = { type = "dig", @@ -488,7 +489,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_dry_shrub", { title = S("Far Lands"), description = S("Mine your first dry shrub."), - icon = "default_dry_shrub.png", + icon = "awards_far_lands.png", difficulty = 0.009, trigger = { type = "dig", @@ -500,7 +501,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_ice", { title = S("Glacier Discoverer"), description = S("Mine your first ice."), - icon = "default_ice.png", + icon = "awards_glacier_discoverer.png", difficulty = 0.02, trigger = { type = "dig", @@ -513,7 +514,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_snowblock", { title = S("Very Simple Snow Man"), description = S("Place two snow blocks."), - icon = "default_snow.png", + icon = "awards_very_simple_snow_man.png", difficulty = 0.02, trigger = { type = "place", @@ -525,7 +526,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_gold_ore", { title = S("First Gold Find"), description = S("Mine your first gold ore."), - icon = "default_stone.png^default_mineral_gold.png^awards_level1.png", + icon = "awards_first_gold_find.png^awards_level1.png", background = "awards_bg_mining.png", difficulty = 0.9, trigger = { @@ -538,7 +539,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_gold_rush", { title = S("Gold Rush"), description = S("Mine 45 gold ores."), - icon = "default_stone.png^default_mineral_gold.png^awards_level2.png", + icon = "awards_gold_rush.png^awards_level2.png", background = "awards_bg_mining.png", difficulty = 0.9, trigger = { @@ -551,7 +552,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_diamond_ore", { title = S("Wow, I am Diamonds!"), description = S("Mine your first diamond ore."), - icon = "default_stone.png^default_mineral_diamond.png^awards_level1.png", + icon = "awards_wow_i_am_diamonds.png^awards_level1.png", difficulty = 1, trigger = { type = "dig", @@ -563,7 +564,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_diamond_rush", { title = S("Girl's Best Friend"), description = S("Mine 18 diamond ores."), - icon = "default_stone.png^default_mineral_diamond.png^awards_level2.png", + icon = "awards_girls_best_friend.png^awards_level2.png", background = "awards_bg_mining.png", difficulty = 1, trigger = { @@ -576,7 +577,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_diamondblock", { title = S("Hardest Block on Earth"), description = S("Craft a diamond block."), - icon = "default_diamond_block.png", + icon = "awards_hardest_block_on_earth.png", difficulty = 1.1, trigger = { type = "craft", @@ -588,7 +589,7 @@ if minetest.get_modpath("default") then awards.register_award("awards_mossycobble", { title = S("In the Dungeon"), description = S("Mine a mossy cobblestone."), - icon = "default_mossycobble.png", + icon = "awards_in_the_dungeon.png", difficulty = 0.9, trigger = { type = "dig", @@ -600,7 +601,7 @@ if minetest.get_modpath("default") then awards.register_award("award_furnace", { title = S("Smelter"), description = S("Craft 10 furnaces."), - icon = "default_furnace_front.png", + icon = "awards_smelter.png", difficulty = 0.08, trigger = { type = "craft", @@ -612,7 +613,7 @@ if minetest.get_modpath("default") then awards.register_award("award_chest", { title = S("Treasurer"), description = S("Craft 15 chests."), - icon = "default_chest_front.png", + icon = "awards_treasurer.png", difficulty = 0.08, trigger = { type = "craft", @@ -622,9 +623,9 @@ if minetest.get_modpath("default") then }) awards.register_award("award_chest2", { - title = S("Bankier"), + title = S("Banker"), description = S("Craft 30 locked chests."), - icon = "default_chest_lock.png", + icon = "awards_banker.png", difficulty = 0.08, trigger = { type = "craft", @@ -636,7 +637,7 @@ if minetest.get_modpath("default") then awards.register_award("award_brick", { title = S("Bricker"), description = S("Craft 200 brick blocks."), - icon = "default_brick.png", + icon = "awards_bricker.png", difficulty = 0.03, trigger = { type = "craft", @@ -648,7 +649,7 @@ if minetest.get_modpath("default") then awards.register_award("award_obsidianbrick", { title = S("House of Obsidian"), description = S("Craft 100 obsidian bricks."), - icon = "default_obsidian_brick.png", + icon = "awards_house_of_obsidian.png", difficulty = 0.4, trigger = { type = "craft", @@ -660,7 +661,7 @@ if minetest.get_modpath("default") then awards.register_award("award_placestone", { title = S("Build a Cave"), description = S("Place 100 stone."), - icon = "default_stone.png", + icon = "awards_build_a_cave.png", difficulty = 0.1, trigger = { type = "place", @@ -672,7 +673,7 @@ if minetest.get_modpath("default") then awards.register_award("award_woodladder", { title = S("Long Ladder"), description = S("Place 400 wooden ladders."), - icon = "default_ladder_wood.png", + icon = "awards_long_ladder.png", difficulty = 0.1, trigger = { type = "place", @@ -684,7 +685,7 @@ if minetest.get_modpath("default") then awards.register_award("award_steelladder", { title = S("Industrial Age"), description = S("Place 40 steel ladders."), - icon = "default_ladder_steel.png", + icon = "awards_industrial_age.png", difficulty = 1, trigger = { type = "place", @@ -696,7 +697,7 @@ if minetest.get_modpath("default") then awards.register_award("award_apples", { title = S("Yummy!"), description = S("Eat 80 apples."), - icon = "default_apple.png", + icon = "awards_yummy.png", difficulty = 0.1, trigger = { type = "eat", @@ -709,7 +710,7 @@ end if minetest.get_modpath("vessels") then awards.register_award("award_vessels_shelf", { title = S("Glasser"), - icon = "vessels_shelf.png", + icon = "awards_glasser.png", description = S("Craft 14 vessels shelves."), trigger = { type = "craft", @@ -723,7 +724,7 @@ if minetest.get_modpath("farming") then awards.register_award("awards_farmer", { title = S("Farming Skills Acquired"), description = S("Harvest a fully grown wheat plant."), - icon = "farming_wheat_8.png^awards_level1.png", + icon = "awards_farming_skills_acquired.png^awards_level1.png", trigger = { type = "dig", node = "farming:wheat_8", @@ -733,7 +734,7 @@ if minetest.get_modpath("farming") then awards.register_award("awards_farmer2", { title = S("Field Worker"), description = S("Harvest 25 fully grown wheat plants."), - icon = "farming_wheat_8.png^awards_level2.png", + icon = "awards_field_worker.png^awards_level2.png", trigger = { type = "dig", node = "farming:wheat_8", @@ -744,7 +745,7 @@ if minetest.get_modpath("farming") then awards.register_award("awards_farmer3", { title = S("Aspiring Farmer"), description = S("Harvest 125 fully grown wheat plants."), - icon = "farming_wheat_8.png^awards_level3.png", + icon = "awards_aspiring_farmer.png^awards_level3.png", trigger = { type = "dig", node = "farming:wheat_8", @@ -755,7 +756,7 @@ if minetest.get_modpath("farming") then awards.register_award("awards_farmer4", { title = S("Wheat Magnate"), description = S("Harvest 625 fully grown wheat plants."), - icon = "farming_wheat_8.png^awards_level4.png", + icon = "awards_wheat_magnate.png^awards_level4.png", trigger = { type = "dig", node = "farming:wheat_8", @@ -766,7 +767,7 @@ if minetest.get_modpath("farming") then awards.register_award("award_bread", { title = S("Baker"), description = S("Eat 10 loaves of bread."), - icon = "farming_bread.png", + icon = "awards_baker.png", trigger = { type = "eat", item = "farming:bread", @@ -780,7 +781,7 @@ if minetest.get_modpath("wool") and minetest.get_modpath("farming") then awards.register_award("awards_wool", { title = S("Wool Over Your Eyes"), description = S("Craft 250 white wool."), - icon = "wool_white.png", + icon = "awards_wool_over_your_eyes.png", trigger = { type = "craft", item = "wool:white", @@ -793,7 +794,7 @@ if minetest.get_modpath("beds") then awards.register_award("award_bed", { title = S("Hotelier"), description = S("Craft 15 fancy beds."), - icon = "beds_bed_fancy.png", + icon = "awards_hotelier.png", trigger = { type = "craft", item= "beds:fancy_bed_bottom", @@ -806,7 +807,7 @@ if minetest.get_modpath("stairs") then awards.register_award("award_stairs_goldblock", { title = S("Filthy Rich"), description = S("Craft 24 gold block stairs."), - icon = "default_gold_block.png", + icon = "awards_filthy_rich.png", trigger = { type = "craft", item= "stairs:stair_goldblock", @@ -819,7 +820,7 @@ if minetest.get_modpath("dye") then awards.register_award("awards_dye_red", { title = S("Roses Are Red"), description = S("Craft 400 red dyes."), - icon = "dye_red.png", + icon = "awards_roses_are_red.png", trigger = { type = "craft", item = "dye:red", @@ -830,7 +831,7 @@ if minetest.get_modpath("dye") then awards.register_award("awards_dye_yellow", { title = S("Dandelions are Yellow"), description = S("Craft 400 yellow dyes."), - icon = "dye_yellow.png", + icon = "awards_dandelions_are_yellow.png", trigger = { type = "craft", item = "dye:yellow", @@ -841,7 +842,7 @@ if minetest.get_modpath("dye") then awards.register_award("awards_dye_blue", { title = S("Geraniums are Blue"), description = S("Craft 400 blue dyes."), - icon = "dye_blue.png", + icon = "awards_geraniums_are_blue.png", trigger = { type = "craft", item= "dye:blue", @@ -852,7 +853,7 @@ if minetest.get_modpath("dye") then awards.register_award("awards_dye_white", { title = S("White Color Stock"), description = S("Craft 100 white dyes."), - icon = "dye_white.png", + icon = "awards_white_color_stock.png", trigger = { type = "craft", item= "dye:white", @@ -865,7 +866,7 @@ if minetest.get_modpath("flowers") then awards.register_award("awards_brown_mushroom1", { title = S("Tasty Mushrooms"), description = S("Eat 3 brown mushrooms."), - icon = "flowers_mushroom_brown.png^awards_level1.png", + icon = "awards_tasty_mushrooms.png^awards_level1.png", trigger = { type = "eat", item= "flowers:mushroom_brown", @@ -875,7 +876,7 @@ if minetest.get_modpath("flowers") then awards.register_award("awards_brown_mushroom2", { title = S("Mushroom Lover"), description = S("Eat 33 brown mushrooms."), - icon = "flowers_mushroom_brown.png^awards_level2.png", + icon = "awards_mushroom_lover.png^awards_level2.png", trigger = { type = "eat", item= "flowers:mushroom_brown", @@ -885,7 +886,7 @@ if minetest.get_modpath("flowers") then awards.register_award("awards_brown_mushroom3", { title = S("Underground Mushroom Farmer"), description = S("Eat 333 brown mushrooms."), - icon = "flowers_mushroom_brown.png^awards_level3.png", + icon = "awards_underground_mushroom_farmer.png^awards_level3.png", trigger = { type = "eat", item= "flowers:mushroom_brown", @@ -912,15 +913,15 @@ minetest.after(0, function() awards.register_award("awards_builder1", { title = S("Builder"), - icon = "awards_house.png^awards_level1.png", + icon = "awards_builder.png^awards_level1.png", trigger = { type = "place", target = 1000, }, }) awards.register_award("awards_builder2", { - title = S("Constructor"), - icon = "awards_house.png^awards_level2.png", + title = S("Engineer"), + icon = "awards_engineer.png^awards_level2.png", trigger = { type = "place", target = 5000, @@ -928,7 +929,7 @@ minetest.after(0, function() }) awards.register_award("awards_builder3", { title = S("Architect"), - icon = "awards_house.png^awards_level3.png", + icon = "awards_architect.png^awards_level3.png", trigger = { type = "place", target = 10000, @@ -936,7 +937,7 @@ minetest.after(0, function() }) awards.register_award("awards_builder4", { title = S("Master Architect"), - icon = "awards_house.png^awards_level4.png", + icon = "awards_master_architect.png^awards_level4.png", trigger = { type = "place", target = 25000, @@ -950,7 +951,7 @@ if minetest.get_modpath("nyancat") then secret = true, title = S("A Cat in a Pop-Tart?!"), description = S("Mine a nyan cat."), - icon = "nyancat_front.png", + icon = "awards_a_cat_in_a_pop_tart.png", trigger = { type = "dig", node = "nyancat:nyancat", diff --git a/src/gui.lua b/src/gui.lua index 948a152..8faca84 100644 --- a/src/gui.lua +++ b/src/gui.lua @@ -104,7 +104,7 @@ function awards.get_formspec(name, to, sid) ";]" if sdef and sdef.icon then - formspec = formspec .. "image[0.6,0;3,3;" .. sdef.icon .. "]" + formspec = formspec .. "image[0.45,0;3.5,3.5;" .. sdef.icon .. "]" -- adjusted values from 0.6,0;3,3 end local barwidth = 3.95 local perc = nil diff --git a/textures/_Gimp/awards_Pyromaniac.xcf b/textures/_Gimp/awards_Pyromaniac.xcf new file mode 100644 index 0000000..3a2dcf5 Binary files /dev/null and b/textures/_Gimp/awards_Pyromaniac.xcf differ diff --git a/textures/_Gimp/awards_a_cat_in_a_pop_tart.xcf b/textures/_Gimp/awards_a_cat_in_a_pop_tart.xcf new file mode 100644 index 0000000..793a479 Binary files /dev/null and b/textures/_Gimp/awards_a_cat_in_a_pop_tart.xcf differ diff --git a/textures/_Gimp/awards_architect.xcf b/textures/_Gimp/awards_architect.xcf new file mode 100644 index 0000000..7937372 Binary files /dev/null and b/textures/_Gimp/awards_architect.xcf differ diff --git a/textures/_Gimp/awards_aspiring_farmer.xcf b/textures/_Gimp/awards_aspiring_farmer.xcf new file mode 100644 index 0000000..803ac3b Binary files /dev/null and b/textures/_Gimp/awards_aspiring_farmer.xcf differ diff --git a/textures/_Gimp/awards_backpacker.xcf b/textures/_Gimp/awards_backpacker.xcf new file mode 100644 index 0000000..45d957b Binary files /dev/null and b/textures/_Gimp/awards_backpacker.xcf differ diff --git a/textures/_Gimp/awards_baker.xcf b/textures/_Gimp/awards_baker.xcf new file mode 100644 index 0000000..6b99dfb Binary files /dev/null and b/textures/_Gimp/awards_baker.xcf differ diff --git a/textures/_Gimp/awards_banker.xcf b/textures/_Gimp/awards_banker.xcf new file mode 100644 index 0000000..f8e2014 Binary files /dev/null and b/textures/_Gimp/awards_banker.xcf differ diff --git a/textures/_Gimp/awards_bricker.xcf b/textures/_Gimp/awards_bricker.xcf new file mode 100644 index 0000000..5a24f86 Binary files /dev/null and b/textures/_Gimp/awards_bricker.xcf differ diff --git a/textures/_Gimp/awards_build_a_cave.xcf b/textures/_Gimp/awards_build_a_cave.xcf new file mode 100644 index 0000000..d5b9e0a Binary files /dev/null and b/textures/_Gimp/awards_build_a_cave.xcf differ diff --git a/textures/_Gimp/awards_builder.xcf b/textures/_Gimp/awards_builder.xcf new file mode 100644 index 0000000..6b33fd5 Binary files /dev/null and b/textures/_Gimp/awards_builder.xcf differ diff --git a/textures/_Gimp/awards_castorama.xcf b/textures/_Gimp/awards_castorama.xcf new file mode 100644 index 0000000..1a114b2 Binary files /dev/null and b/textures/_Gimp/awards_castorama.xcf differ diff --git a/textures/_Gimp/awards_crafter_of_sticks.xcf b/textures/_Gimp/awards_crafter_of_sticks.xcf new file mode 100644 index 0000000..70eb2d6 Binary files /dev/null and b/textures/_Gimp/awards_crafter_of_sticks.xcf differ diff --git a/textures/_Gimp/awards_dandelions_are_yellow.xcf b/textures/_Gimp/awards_dandelions_are_yellow.xcf new file mode 100644 index 0000000..a161242 Binary files /dev/null and b/textures/_Gimp/awards_dandelions_are_yellow.xcf differ diff --git a/textures/_Gimp/awards_desert_discoverer.xcf b/textures/_Gimp/awards_desert_discoverer.xcf new file mode 100644 index 0000000..e5e51e0 Binary files /dev/null and b/textures/_Gimp/awards_desert_discoverer.xcf differ diff --git a/textures/_Gimp/awards_desert_dweller.xcf b/textures/_Gimp/awards_desert_dweller.xcf new file mode 100644 index 0000000..9a43ffb Binary files /dev/null and b/textures/_Gimp/awards_desert_dweller.xcf differ diff --git a/textures/_Gimp/awards_engineer.xcf b/textures/_Gimp/awards_engineer.xcf new file mode 100644 index 0000000..0e07f24 Binary files /dev/null and b/textures/_Gimp/awards_engineer.xcf differ diff --git a/textures/_Gimp/awards_far_lands.xcf b/textures/_Gimp/awards_far_lands.xcf new file mode 100644 index 0000000..1f9797a Binary files /dev/null and b/textures/_Gimp/awards_far_lands.xcf differ diff --git a/textures/_Gimp/awards_farming_skills_acquired.xcf b/textures/_Gimp/awards_farming_skills_acquired.xcf new file mode 100644 index 0000000..3fbedd6 Binary files /dev/null and b/textures/_Gimp/awards_farming_skills_acquired.xcf differ diff --git a/textures/_Gimp/awards_field_worker.xcf b/textures/_Gimp/awards_field_worker.xcf new file mode 100644 index 0000000..61b3cad Binary files /dev/null and b/textures/_Gimp/awards_field_worker.xcf differ diff --git a/textures/_Gimp/awards_filthy_rich.xcf b/textures/_Gimp/awards_filthy_rich.xcf new file mode 100644 index 0000000..9693359 Binary files /dev/null and b/textures/_Gimp/awards_filthy_rich.xcf differ diff --git a/textures/_Gimp/awards_firefighter.xcf b/textures/_Gimp/awards_firefighter.xcf new file mode 100644 index 0000000..2e245f4 Binary files /dev/null and b/textures/_Gimp/awards_firefighter.xcf differ diff --git a/textures/_Gimp/awards_first_day_in_the_woods.xcf b/textures/_Gimp/awards_first_day_in_the_woods.xcf new file mode 100644 index 0000000..f2c90ef Binary files /dev/null and b/textures/_Gimp/awards_first_day_in_the_woods.xcf differ diff --git a/textures/_Gimp/awards_first_gold_find.xcf b/textures/_Gimp/awards_first_gold_find.xcf new file mode 100644 index 0000000..39c8c22 Binary files /dev/null and b/textures/_Gimp/awards_first_gold_find.xcf differ diff --git a/textures/_Gimp/awards_first_mese_find.xcf b/textures/_Gimp/awards_first_mese_find.xcf new file mode 100644 index 0000000..7ba420a Binary files /dev/null and b/textures/_Gimp/awards_first_mese_find.xcf differ diff --git a/textures/_Gimp/awards_fortress.xcf b/textures/_Gimp/awards_fortress.xcf new file mode 100644 index 0000000..c17a8a4 Binary files /dev/null and b/textures/_Gimp/awards_fortress.xcf differ diff --git a/textures/_Gimp/awards_geraniums_are_blue.xcf b/textures/_Gimp/awards_geraniums_are_blue.xcf new file mode 100644 index 0000000..f48c57f Binary files /dev/null and b/textures/_Gimp/awards_geraniums_are_blue.xcf differ diff --git a/textures/_Gimp/awards_girls_best_friend.xcf b/textures/_Gimp/awards_girls_best_friend.xcf new file mode 100644 index 0000000..c727bd4 Binary files /dev/null and b/textures/_Gimp/awards_girls_best_friend.xcf differ diff --git a/textures/_Gimp/awards_glacier_discoverer.xcf b/textures/_Gimp/awards_glacier_discoverer.xcf new file mode 100644 index 0000000..2a504aa Binary files /dev/null and b/textures/_Gimp/awards_glacier_discoverer.xcf differ diff --git a/textures/_Gimp/awards_glasser.xcf b/textures/_Gimp/awards_glasser.xcf new file mode 100644 index 0000000..97c8575 Binary files /dev/null and b/textures/_Gimp/awards_glasser.xcf differ diff --git a/textures/_Gimp/awards_gold_rush.xcf b/textures/_Gimp/awards_gold_rush.xcf new file mode 100644 index 0000000..0fbc8a5 Binary files /dev/null and b/textures/_Gimp/awards_gold_rush.xcf differ diff --git a/textures/_Gimp/awards_grasslands_discoverer.xcf b/textures/_Gimp/awards_grasslands_discoverer.xcf new file mode 100644 index 0000000..35fa979 Binary files /dev/null and b/textures/_Gimp/awards_grasslands_discoverer.xcf differ diff --git a/textures/_Gimp/awards_hardened_miner.xcf b/textures/_Gimp/awards_hardened_miner.xcf new file mode 100644 index 0000000..ffbd68f Binary files /dev/null and b/textures/_Gimp/awards_hardened_miner.xcf differ diff --git a/textures/_Gimp/awards_hardest_block_on_earth.xcf b/textures/_Gimp/awards_hardest_block_on_earth.xcf new file mode 100644 index 0000000..89d1fbf Binary files /dev/null and b/textures/_Gimp/awards_hardest_block_on_earth.xcf differ diff --git a/textures/_Gimp/awards_hotelier.xcf b/textures/_Gimp/awards_hotelier.xcf new file mode 100644 index 0000000..788f4ce Binary files /dev/null and b/textures/_Gimp/awards_hotelier.xcf differ diff --git a/textures/_Gimp/awards_house_of_obsidian.xcf b/textures/_Gimp/awards_house_of_obsidian.xcf new file mode 100644 index 0000000..01e8660 Binary files /dev/null and b/textures/_Gimp/awards_house_of_obsidian.xcf differ diff --git a/textures/_Gimp/awards_in_the_dungeon.xcf b/textures/_Gimp/awards_in_the_dungeon.xcf new file mode 100644 index 0000000..88ede74 Binary files /dev/null and b/textures/_Gimp/awards_in_the_dungeon.xcf differ diff --git a/textures/_Gimp/awards_industrial_age.xcf b/textures/_Gimp/awards_industrial_age.xcf new file mode 100644 index 0000000..daee558 Binary files /dev/null and b/textures/_Gimp/awards_industrial_age.xcf differ diff --git a/textures/_Gimp/awards_jungle_discoverer.xcf b/textures/_Gimp/awards_jungle_discoverer.xcf new file mode 100644 index 0000000..92e74fd Binary files /dev/null and b/textures/_Gimp/awards_jungle_discoverer.xcf differ diff --git a/textures/_Gimp/awards_junglebaby.xcf b/textures/_Gimp/awards_junglebaby.xcf new file mode 100644 index 0000000..58e83fd Binary files /dev/null and b/textures/_Gimp/awards_junglebaby.xcf differ diff --git a/textures/_Gimp/awards_jungleman.xcf b/textures/_Gimp/awards_jungleman.xcf new file mode 100644 index 0000000..7b64747 Binary files /dev/null and b/textures/_Gimp/awards_jungleman.xcf differ diff --git a/textures/_Gimp/awards_lava_and_water.xcf b/textures/_Gimp/awards_lava_and_water.xcf new file mode 100644 index 0000000..bfa7d14 Binary files /dev/null and b/textures/_Gimp/awards_lava_and_water.xcf differ diff --git a/textures/_Gimp/awards_lava_miner.xcf b/textures/_Gimp/awards_lava_miner.xcf new file mode 100644 index 0000000..0c2684c Binary files /dev/null and b/textures/_Gimp/awards_lava_miner.xcf differ diff --git a/textures/_Gimp/awards_level1.xcf b/textures/_Gimp/awards_level1.xcf new file mode 100644 index 0000000..09d53df Binary files /dev/null and b/textures/_Gimp/awards_level1.xcf differ diff --git a/textures/_Gimp/awards_level2.xcf b/textures/_Gimp/awards_level2.xcf new file mode 100644 index 0000000..170ebc4 Binary files /dev/null and b/textures/_Gimp/awards_level2.xcf differ diff --git a/textures/_Gimp/awards_level3.xcf b/textures/_Gimp/awards_level3.xcf new file mode 100644 index 0000000..dbf3480 Binary files /dev/null and b/textures/_Gimp/awards_level3.xcf differ diff --git a/textures/_Gimp/awards_level4.xcf b/textures/_Gimp/awards_level4.xcf new file mode 100644 index 0000000..ddbba7d Binary files /dev/null and b/textures/_Gimp/awards_level4.xcf differ diff --git a/textures/_Gimp/awards_level5.xcf b/textures/_Gimp/awards_level5.xcf new file mode 100644 index 0000000..bc6a38b Binary files /dev/null and b/textures/_Gimp/awards_level5.xcf differ diff --git a/textures/_Gimp/awards_level6.xcf b/textures/_Gimp/awards_level6.xcf new file mode 100644 index 0000000..99d3e1a Binary files /dev/null and b/textures/_Gimp/awards_level6.xcf differ diff --git a/textures/_Gimp/awards_level7.xcf b/textures/_Gimp/awards_level7.xcf new file mode 100644 index 0000000..269a8d1 Binary files /dev/null and b/textures/_Gimp/awards_level7.xcf differ diff --git a/textures/_Gimp/awards_light_it_up.xcf b/textures/_Gimp/awards_light_it_up.xcf new file mode 100644 index 0000000..ceb8693 Binary files /dev/null and b/textures/_Gimp/awards_light_it_up.xcf differ diff --git a/textures/_Gimp/awards_little_library.xcf b/textures/_Gimp/awards_little_library.xcf new file mode 100644 index 0000000..7f3a36a Binary files /dev/null and b/textures/_Gimp/awards_little_library.xcf differ diff --git a/textures/_Gimp/awards_long_ladder.xcf b/textures/_Gimp/awards_long_ladder.xcf new file mode 100644 index 0000000..4642d8a Binary files /dev/null and b/textures/_Gimp/awards_long_ladder.xcf differ diff --git a/textures/_Gimp/awards_lumberjack.xcf b/textures/_Gimp/awards_lumberjack.xcf new file mode 100644 index 0000000..884a2e9 Binary files /dev/null and b/textures/_Gimp/awards_lumberjack.xcf differ diff --git a/textures/_Gimp/awards_marchand_de_sable.xcf b/textures/_Gimp/awards_marchand_de_sable.xcf new file mode 100644 index 0000000..9f07ad2 Binary files /dev/null and b/textures/_Gimp/awards_marchand_de_sable.xcf differ diff --git a/textures/_Gimp/awards_master_architect.xcf b/textures/_Gimp/awards_master_architect.xcf new file mode 100644 index 0000000..147a764 Binary files /dev/null and b/textures/_Gimp/awards_master_architect.xcf differ diff --git a/textures/_Gimp/awards_master_miner.xcf b/textures/_Gimp/awards_master_miner.xcf new file mode 100644 index 0000000..7f49780 Binary files /dev/null and b/textures/_Gimp/awards_master_miner.xcf differ diff --git a/textures/_Gimp/awards_mese_mastery.xcf b/textures/_Gimp/awards_mese_mastery.xcf new file mode 100644 index 0000000..3e041ac Binary files /dev/null and b/textures/_Gimp/awards_mese_mastery.xcf differ diff --git a/textures/_Gimp/awards_mini_miner.xcf b/textures/_Gimp/awards_mini_miner.xcf new file mode 100644 index 0000000..69bbe8a Binary files /dev/null and b/textures/_Gimp/awards_mini_miner.xcf differ diff --git a/textures/_Gimp/awards_mushroom_lover.xcf b/textures/_Gimp/awards_mushroom_lover.xcf new file mode 100644 index 0000000..7b1b838 Binary files /dev/null and b/textures/_Gimp/awards_mushroom_lover.xcf differ diff --git a/textures/_Gimp/awards_obsessed_with_obsidian.xcf b/textures/_Gimp/awards_obsessed_with_obsidian.xcf new file mode 100644 index 0000000..7e25536 Binary files /dev/null and b/textures/_Gimp/awards_obsessed_with_obsidian.xcf differ diff --git a/textures/_Gimp/awards_on_the_way.xcf b/textures/_Gimp/awards_on_the_way.xcf new file mode 100644 index 0000000..658c116 Binary files /dev/null and b/textures/_Gimp/awards_on_the_way.xcf differ diff --git a/textures/_Gimp/awards_outpost.xcf b/textures/_Gimp/awards_outpost.xcf new file mode 100644 index 0000000..0204ef5 Binary files /dev/null and b/textures/_Gimp/awards_outpost.xcf differ diff --git a/textures/_Gimp/awards_pharaoh.xcf b/textures/_Gimp/awards_pharaoh.xcf new file mode 100644 index 0000000..14feb90 Binary files /dev/null and b/textures/_Gimp/awards_pharaoh.xcf differ diff --git a/textures/_Gimp/awards_professional_lumberjack.xcf b/textures/_Gimp/awards_professional_lumberjack.xcf new file mode 100644 index 0000000..ee1be0b Binary files /dev/null and b/textures/_Gimp/awards_professional_lumberjack.xcf differ diff --git a/textures/_Gimp/awards_really_well_lit.xcf b/textures/_Gimp/awards_really_well_lit.xcf new file mode 100644 index 0000000..b3747cf Binary files /dev/null and b/textures/_Gimp/awards_really_well_lit.xcf differ diff --git a/textures/_Gimp/awards_roses_are_red.xcf b/textures/_Gimp/awards_roses_are_red.xcf new file mode 100644 index 0000000..eec49b9 Binary files /dev/null and b/textures/_Gimp/awards_roses_are_red.xcf differ diff --git a/textures/_Gimp/awards_saint_maclou.xcf b/textures/_Gimp/awards_saint_maclou.xcf new file mode 100644 index 0000000..d998363 Binary files /dev/null and b/textures/_Gimp/awards_saint_maclou.xcf differ diff --git a/textures/_Gimp/awards_sam_the_trapper.xcf b/textures/_Gimp/awards_sam_the_trapper.xcf new file mode 100644 index 0000000..ea1f208 Binary files /dev/null and b/textures/_Gimp/awards_sam_the_trapper.xcf differ diff --git a/textures/_Gimp/awards_savannah_discoverer.xcf b/textures/_Gimp/awards_savannah_discoverer.xcf new file mode 100644 index 0000000..1f7cd36 Binary files /dev/null and b/textures/_Gimp/awards_savannah_discoverer.xcf differ diff --git a/textures/_Gimp/awards_semi_pro_lumberjack.xcf b/textures/_Gimp/awards_semi_pro_lumberjack.xcf new file mode 100644 index 0000000..0a0c426 Binary files /dev/null and b/textures/_Gimp/awards_semi_pro_lumberjack.xcf differ diff --git a/textures/_Gimp/awards_smelter.xcf b/textures/_Gimp/awards_smelter.xcf new file mode 100644 index 0000000..9bc2c7f Binary files /dev/null and b/textures/_Gimp/awards_smelter.xcf differ diff --git a/textures/_Gimp/awards_tasty_mushrooms.xcf b/textures/_Gimp/awards_tasty_mushrooms.xcf new file mode 100644 index 0000000..ad28538 Binary files /dev/null and b/textures/_Gimp/awards_tasty_mushrooms.xcf differ diff --git a/textures/_Gimp/awards_template.xcf b/textures/_Gimp/awards_template.xcf new file mode 100644 index 0000000..371b3f3 Binary files /dev/null and b/textures/_Gimp/awards_template.xcf differ diff --git a/textures/_Gimp/awards_treasurer.xcf b/textures/_Gimp/awards_treasurer.xcf new file mode 100644 index 0000000..1f857f8 Binary files /dev/null and b/textures/_Gimp/awards_treasurer.xcf differ diff --git a/textures/_Gimp/awards_ui_icon.xcf b/textures/_Gimp/awards_ui_icon.xcf new file mode 100644 index 0000000..8ad704b Binary files /dev/null and b/textures/_Gimp/awards_ui_icon.xcf differ diff --git a/textures/_Gimp/awards_underground_mushroom_farmer.xcf b/textures/_Gimp/awards_underground_mushroom_farmer.xcf new file mode 100644 index 0000000..fb53f08 Binary files /dev/null and b/textures/_Gimp/awards_underground_mushroom_farmer.xcf differ diff --git a/textures/_Gimp/awards_unknown.xcf b/textures/_Gimp/awards_unknown.xcf new file mode 100644 index 0000000..b71bb16 Binary files /dev/null and b/textures/_Gimp/awards_unknown.xcf differ diff --git a/textures/_Gimp/awards_very_simple_snow_man.xcf b/textures/_Gimp/awards_very_simple_snow_man.xcf new file mode 100644 index 0000000..ce7ac1d Binary files /dev/null and b/textures/_Gimp/awards_very_simple_snow_man.xcf differ diff --git a/textures/_Gimp/awards_watchtower.xcf b/textures/_Gimp/awards_watchtower.xcf new file mode 100644 index 0000000..2fbe2e3 Binary files /dev/null and b/textures/_Gimp/awards_watchtower.xcf differ diff --git a/textures/_Gimp/awards_well_lit.xcf b/textures/_Gimp/awards_well_lit.xcf new file mode 100644 index 0000000..bc3fbab Binary files /dev/null and b/textures/_Gimp/awards_well_lit.xcf differ diff --git a/textures/_Gimp/awards_wheat_magnate.xcf b/textures/_Gimp/awards_wheat_magnate.xcf new file mode 100644 index 0000000..0fb20ec Binary files /dev/null and b/textures/_Gimp/awards_wheat_magnate.xcf differ diff --git a/textures/_Gimp/awards_white_color_stock.xcf b/textures/_Gimp/awards_white_color_stock.xcf new file mode 100644 index 0000000..010fac1 Binary files /dev/null and b/textures/_Gimp/awards_white_color_stock.xcf differ diff --git a/textures/_Gimp/awards_wool_over_your_eyes.xcf b/textures/_Gimp/awards_wool_over_your_eyes.xcf new file mode 100644 index 0000000..19bc54c Binary files /dev/null and b/textures/_Gimp/awards_wool_over_your_eyes.xcf differ diff --git a/textures/_Gimp/awards_wow_i_am_diamonds.xcf b/textures/_Gimp/awards_wow_i_am_diamonds.xcf new file mode 100644 index 0000000..98c2cbe Binary files /dev/null and b/textures/_Gimp/awards_wow_i_am_diamonds.xcf differ diff --git a/textures/_Gimp/awards_youre_a_copper.xcf b/textures/_Gimp/awards_youre_a_copper.xcf new file mode 100644 index 0000000..ba06034 Binary files /dev/null and b/textures/_Gimp/awards_youre_a_copper.xcf differ diff --git a/textures/_Gimp/awards_yummy.xcf b/textures/_Gimp/awards_yummy.xcf new file mode 100644 index 0000000..862bbe8 Binary files /dev/null and b/textures/_Gimp/awards_yummy.xcf differ diff --git a/textures/_Read Me.txt b/textures/_Read Me.txt new file mode 100644 index 0000000..c7f5dcf --- /dev/null +++ b/textures/_Read Me.txt @@ -0,0 +1,428 @@ + __________ .___ _____ + \______ \ ____ _____ __| _/ / \ ____ + | _// __ \\__ \ / __ | / \ / \_/ __ \ + | | \ ___/ / __ \_/ /_/ | / Y \ ___/ + |____|_ /\___ >____ /\____ | \____|__ /\___ > + \/ \/ \/ \/ \/ \/ + + and license info + + Below is a listing of the Award icon source and attribution/licence info. + CC BY-SA 3.0 - https://creativecommons.org/licenses/by-sa/3.0/ + CC0 - https://creativecommons.org/share-your-work/public-domain/cc0/ + +A Cat in a Pop Tart?! -- CC0 + Inspiration art RinRinDaishi on Deviant art + https://www.deviantart.com/rinrindaishi/art/Nyancat-Bed-335515771 + see _RinrinDaishi_message.png + Icon drawn by Sirrobzeroone from scratch + +Architect -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Stone Wall (cobble) texture - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Aspiring Farmer -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Fence texture - Paramat/Blockmen + Wheat Texture - PilzAdam/BlockMen/MasterGollum/Gambit + Rest - Sirrobzeroone + +Backpacker -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Binoculars - Paramat + Wool Texture - Cisoun + Rest - Sirrobzeroone + +Baker -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Stone Wall texture - Neuromancer/Brane Praefect + Furnace - Neuromancer + Rest - Sirrobzeroone + +Banker -- CC BY-SA 3.0 + Wood Pine Floor (default_pinewood.png) - Paramat + Chest - BlockMen + Rest - Sirrobzeroone + +Bricker -- CC BY-SA 3.0 + Brick Texture - Calinou + Rest - Sirrobzeroone + +Build a Cave -- CC BY-SA 3.0 + Stone (default_stone.png) - Cisoun + Grass texture (default_grass.png) - Paramat + Rest - Sirrobzeroone + +Builder -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Wool Texture - Cisoun + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Castorama -- CC0 (Public Domain) + All - Sirrobzeroone + +Crafter of Sticks -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Grass Tall (default_grass_*.png) - Gambit + Rest - Sirrobzeroone + +Dandelions are Yellow -- CC0 (Public Domain) + All - Openclipart Library/Sirrobzeroone + +Desert Discoverer -- CC BY-SA 3.0 + Sand (default_desert_sand.png) - VanessaE + Dry Shrub (default_dry_shrub.png) - celeron55 + Sun () - Celeron55 + Rest - Sirrobzeroone + +Desert Dweller -- CC BY-SA 3.0 + Sand (default_desert_sand.png) - VanessaE + Rest - Sirrobzeroone + +Engineer -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Far Lands -- CC BY-SA 3.0 + Water (default_water.png) - Cisoun + Tree Bark (default_tree.png) - Cisoun + Tree Wood (default_wood.png) - BlockMen + Tree Leaves (default_leaves.png) - Cisoun + Sun () - Celeron55 + Rest - Sirrobzeroone + +Farming Skills Acquired -- CC BY-SA 3.0 + Wheat Texture - PilzAdam/BlockMen/MasterGollum/Gambit + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Grass texture (default_grass.png) - Paramat + Sun () - Celeron55 + Rest - Sirrobzeroone + +Field Worker -- CC BY-SA 3.0 + Wheat Texture - PilzAdam/BlockMen/MasterGollum/Gambit + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Rest - Sirrobzeroone + +Filthy Rich -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Rest - Sirrobzeroone + +Firefighter -- CC0 (Public Domain) + All - Sirrobzeroone + +First Day in the Woods -- CC BY-SA 3.0 + Tree Bark (default_tree.png) - Cisoun + Grass texture (default_grass.png) - Paramat + Grass Tall (default_grass_*.png) - Gambit + Axe (default_tool_*.png) - BlockMen + Rest - Sirrobzeroone + +First Gold Find -- CC BY-SA 3.0 + Gold Nugget (default_gold_lump.png) - Gambit + Stone (default_stone.png) - Cisoun + Rest - Sirrobzeroone + +First Mese Find -- CC BY-SA 3.0 + Stone (default_stone.png) - Cisoun + Mese Crystal (default_mese_crystal.png) - VanessaE + Rest - Sirrobzeroone + +Fortress -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Bark (default_tree.png) - Cisoun + Tree Leaves (default_leaves.png) - Cisoun + Rest - Sirrobzeroone + +Geraniums are Blue -- CC BY-SA 3.0 + Geranium (flowers_geranium.png) + Wool Texture - Cisoun + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Wood (default_wood.png) - BlockMen + Rest - Sirrobzeroone + +Girl's Best Friend -- CC BY-SA 3.0 + Diamond (default_diamond.png) - BlockMen + Rest - Sirrobzeroone + +Glacier Discoverer -- CC BY-SA 3.0 + Ice (default_ice.png) - as197 + Snow (default_snow.png) - Gambit + Rest - Sirrobzeroone + +Glasser -- CC BY-SA 3.0 + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Wood (default_wood.png) - BlockMen + Rest - Sirrobzeroone + +Gold Rush -- CC BY-SA 3.0 + Stone Blocks (default_stone_block.png) - Paramat + Tree Bark (default_tree.png) - Cisoun + Stone (default_stone.png) - Cisoun + Gold Nugget (default_gold_lump.png) - Gambit + Torch (default_torch_on_floor.png) - VanessaE + Rail (carts_rail_*) - Hexafraction/Sofar + Cart (carts_cart_side.png) - Gambit + Rest - Sirrobzeroone + +Grasslands Discoverer -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Sun () - Celeron55 + Bluberry (default_blueberries.png) - Random-Geek + Viola (flowers_viola.png) - RHRhino/Gambit/yyt16384/Paramat + Rest - Sirrobzeroone + +Hardened Miner -- CC BY-SA 3.0 + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Hardest Block on Earth -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Tree Bark (default_tree.png) - Cisoun + Tree Leaves (default_leaves.png) - Cisoun + Diamond Block (default_diamond_block.png) - Gambit + Rest - Sirrobzeroone + +Hotelier -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Wood (default_wood.png) - BlockMen + Tree Bark (default_tree.png) - Cisoun + Wood Pine Floor (default_pinewood.png) - Paramat + Wood Acacia Floor (default_acacia_wood.png) - Paramat + Rest - Sirrobzeroone + +House of Obsidian -- CC BY-SA 3.0 + Wood Acacia Floor (default_acacia_wood.png) - Paramat + Grass texture (default_grass.png) - Paramat + Tree Bark (default_tree.png) - Cisoun + Obsidian (default_obsidian.png) - Jojoa1997 + Rest - Sirrobzeroone + +In the Dungeon -- CC BY-SA 3.0 + Wood Pine Floor (default_pinewood.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Industrial Age -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Wood Pine Floor (default_pinewood.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Sun () - Celeron55 + Rest - Sirrobzeroone + +Jungle Discoverer -- CC BY-SA 3.0 + Jungle Bark (default_jungletree.png) - Cisoun + Jungle Leaves (default_jungleleaves.png) - PilzAdam + Jungle Litter (default_rainforest_litter.png) - npx + Grass texture (default_grass.png) - Paramat + Rest - Sirrobzeroone + +Junglebaby -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Jungle Bark (default_jungletree.png) - Cisoun + Rest - Sirrobzeroone + +Jungleman -- CC BY-SA 3.0 + Jungle Bark (default_jungletree.png) - Cisoun + Jungle Leaves (default_jungleleaves.png) - PilzAdam + Rest - Sirrobzeroone + +Lava and Water -- CC BY-SA 3.0 + Water (default_water.png) - Cisoun + Lava (default_lava.png) - Cisoun + Obsidian (default_obsidian.png) - Jojoa1997 + Rest - Sirrobzeroone + +Lava Miner -- CC BY-SA 3.0 + Lava (default_lava.png) - Cisoun + Stone (default_stone.png) - Cisoun + Rest - Sirrobzeroone + +Light It Up -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Torch (default_torch_on_floor.png) - VanessaE + Rest - Sirrobzeroone + +Little Library -- CC BY-SA 3.0 + BookShelf (default_bookshelf.png) - Celeron55 + Tree Wood (default_wood.png) - BlockMen + Rest - Sirrobzeroone + +Long Ladder -- CC BY-SA 3.0 + Ladder (default_ladder_wood.png) - Celeron55 + Rest - Sirrobzeroone + +Lumberjack -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Tree Bark (default_tree.png) - Cisoun + Rest - Sirrobzeroone + +Marchand De Sable -- CC BY-SA 3.0 + Sand ( default_desert_sand.png) - VanessaE + Sand Block (default_desert_stone.png) - VanessaE + Rest - Sirrobzeroone + +Master Miner -- CC BY-SA 3.0 + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Mese Mastery -- CC BY-SA 3.0 + Stone (default_stone.png) - Cisoun + Mese block (default_mese_block.png) - Paramat + Rest - Sirrobzeroone + +Mini Miner -- CC BY-SA 3.0 + Stone (default_stone.png) - Cisoun + Iron Ore (default_mineral_iron.png) - Celeron55 + Rest - Sirrobzeroone + +Mushroom Lover -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Rest - Sirrobzeroone + +Obsessed with Obsidian -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Tree Bark (default_tree.png) - Cisoun + Tree Leaves (default_leaves.png) - Cisoun + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Obsidian (default_obsidian.png) - Jojoa1997 + Rest - Sirrobzeroone + +On The Way -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Tree Bark (default_tree.png) - Cisoun + Tree Leaves (default_leaves.png) - Cisoun + Rail (carts_rail_*) - Hexafraction/Sofar + Rest - Sirrobzeroone + +Outpost -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Bark (default_tree.png) - Cisoun + Tree Leaves (default_leaves.png) - Cisoun + Rest - Sirrobzeroone + +Pharaoh -- CC BY-SA 3.0 + Sand (default_desert_sand.png) - VanessaE + Rest - Sirrobzeroone + +Professional Lumberjack -- CC BY-SA 3.0 + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Wood (default_wood.png) - BlockMen + Axe (default_tool_*.png) - BlockMen + Rest - Sirrobzeroone + +Pyromaniac -- CC0 (Public Domain) + All - Sirrobzeroone + +Really Well Lit -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Wheat Texture - PilzAdam/BlockMen/MasterGollum/Gambit + Tree Wood (default_wood.png) - BlockMen + Rest - Sirrobzeroone + +Roses Are Red -- CC0 (Public Domain) + All - Sirrobzeroone + +Saint-Maclou -- CC0 (Public Domain) + All - Sirrobzeroone + +Sam the Trapper -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Grass texture (default_grass.png) - Paramat + Rest - Sirrobzeroone + +Savannah Discoverer -- CC BY-SA 3.0 + Dry grass (default_dry_grass.png) - Paramat + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Sun () - Celeron55 + Acacia Leaves (default_acacia_leaves.png) - Paramat + Acacia Bark (default_acacia_tree.png) - Paramat + Rest - Sirrobzeroone + +Semi-pro Lumberjack -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Tree Bark (default_tree.png) - Cisoun + Axe (default_tool_*.png) - BlockMen + Rest - Sirrobzeroone + +Smelter -- CC0 (Public Domain) + All - Openclipart library/Sirrobzeroone + +Tasty Mushrooms -- CC0 (Public Domain) + All - Openclipart library/Sirrobzeroone + +Treasurer -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Wood Pine Floor (default_pinewood.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Underground Mushroom Farmer -- CC BY-SA 3.0 + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Stone (default_stone.png) - Cisoun + Mushroom (flowers_mushroom_brown.png) - RHRhino/Gambit/yyt16384/Paramat + Torch (default_torch_on_floor.png) - VanessaE + Rest - Sirrobzeroone + +Very Simple Snow Man -- CC BY-SA 3.0 + Snow (default_snow.png) - Gambit + Stick (default_stick.png) - BlockMen + Rest - Sirrobzeroone + +Watchtower -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Tree Bark (default_tree.png) - Cisoun + Tree Leaves (default_leaves.png) - Cisoun + Rest - Sirrobzeroone + +Well Lit -- CC BY-SA 3.0 + Grass texture (default_grass.png) - Paramat + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Wood Pine Floor (default_pinewood.png) - Paramat + Rest - Sirrobzeroone + +Wheat Magnate -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Sun () - Celeron55 + Wheat Texture - PilzAdam/BlockMen/MasterGollum/Gambit + Rest - Sirrobzeroone + +White Color Stock -- CC BY-SA 3.0 + Tree Wood (default_wood.png) - BlockMen + Cobble Wall (default_cobble.png) - Neuromancer/Brane Praefect + Rest - Sirrobzeroone + +Wool Over Your Eyes -- CC BY-SA 3.0 + Sun () - Celeron55 + Grass texture (default_grass.png) - Paramat + Dirt Texture (default_dirt.png) - Random-Geek/Neuromancer + Bluberry (default_blueberries.png) - Random-Geek + Viola (flowers_viola.png) - RHRhino/Gambit/yyt16384/Paramat + Grass Tall (default_grass_*.png) - Gambit + Rest - Sirrobzeroone + +Wow, I am Diamonds! -- CC BY-SA 3.0 + Diamond (default_diamond.png) - BlockMen + Stone (default_stone.png) - Cisoun + Rest - Sirrobzeroone + +You’re a copper -- CC0 (Public Domain) + All - Sirrobzeroone + +Yummy! -- CC0 (Public Domain) + All - Openclipart library/Sirrobzeroone + + + + + diff --git a/textures/_RinrinDaishi_message.png b/textures/_RinrinDaishi_message.png new file mode 100644 index 0000000..b22781e Binary files /dev/null and b/textures/_RinrinDaishi_message.png differ diff --git a/textures/awards_a_cat_in_a_pop_tart.png b/textures/awards_a_cat_in_a_pop_tart.png new file mode 100644 index 0000000..79ec4c1 Binary files /dev/null and b/textures/awards_a_cat_in_a_pop_tart.png differ diff --git a/textures/awards_architect.png b/textures/awards_architect.png new file mode 100644 index 0000000..526a290 Binary files /dev/null and b/textures/awards_architect.png differ diff --git a/textures/awards_aspiring_farmer.png b/textures/awards_aspiring_farmer.png new file mode 100644 index 0000000..6fcce95 Binary files /dev/null and b/textures/awards_aspiring_farmer.png differ diff --git a/textures/awards_backpacker.png b/textures/awards_backpacker.png new file mode 100644 index 0000000..d87ffa7 Binary files /dev/null and b/textures/awards_backpacker.png differ diff --git a/textures/awards_baker.png b/textures/awards_baker.png new file mode 100644 index 0000000..445da14 Binary files /dev/null and b/textures/awards_baker.png differ diff --git a/textures/awards_banker.png b/textures/awards_banker.png new file mode 100644 index 0000000..f0899c0 Binary files /dev/null and b/textures/awards_banker.png differ diff --git a/textures/awards_bricker.png b/textures/awards_bricker.png new file mode 100644 index 0000000..eb5e814 Binary files /dev/null and b/textures/awards_bricker.png differ diff --git a/textures/awards_build_a_cave.png b/textures/awards_build_a_cave.png new file mode 100644 index 0000000..de2e75b Binary files /dev/null and b/textures/awards_build_a_cave.png differ diff --git a/textures/awards_builder.png b/textures/awards_builder.png new file mode 100644 index 0000000..6c04003 Binary files /dev/null and b/textures/awards_builder.png differ diff --git a/textures/awards_castorama.png b/textures/awards_castorama.png new file mode 100644 index 0000000..b5dce24 Binary files /dev/null and b/textures/awards_castorama.png differ diff --git a/textures/awards_crafter_of_sticks.png b/textures/awards_crafter_of_sticks.png new file mode 100644 index 0000000..a2137bd Binary files /dev/null and b/textures/awards_crafter_of_sticks.png differ diff --git a/textures/awards_dandelions_are_yellow.png b/textures/awards_dandelions_are_yellow.png new file mode 100644 index 0000000..c875de1 Binary files /dev/null and b/textures/awards_dandelions_are_yellow.png differ diff --git a/textures/awards_desert_discoverer.png b/textures/awards_desert_discoverer.png new file mode 100644 index 0000000..6d4a2e5 Binary files /dev/null and b/textures/awards_desert_discoverer.png differ diff --git a/textures/awards_desert_dweller.png b/textures/awards_desert_dweller.png new file mode 100644 index 0000000..e03a2d1 Binary files /dev/null and b/textures/awards_desert_dweller.png differ diff --git a/textures/awards_engineer.png b/textures/awards_engineer.png new file mode 100644 index 0000000..bd6bd4f Binary files /dev/null and b/textures/awards_engineer.png differ diff --git a/textures/awards_far_lands.png b/textures/awards_far_lands.png new file mode 100644 index 0000000..2072bf6 Binary files /dev/null and b/textures/awards_far_lands.png differ diff --git a/textures/awards_farming_skills_acquired.png b/textures/awards_farming_skills_acquired.png new file mode 100644 index 0000000..28803dc Binary files /dev/null and b/textures/awards_farming_skills_acquired.png differ diff --git a/textures/awards_field_worker.png b/textures/awards_field_worker.png new file mode 100644 index 0000000..e898ee9 Binary files /dev/null and b/textures/awards_field_worker.png differ diff --git a/textures/awards_filthy_rich.png b/textures/awards_filthy_rich.png new file mode 100644 index 0000000..6578c38 Binary files /dev/null and b/textures/awards_filthy_rich.png differ diff --git a/textures/awards_firefighter.png b/textures/awards_firefighter.png index 7c2236b..46076a7 100644 Binary files a/textures/awards_firefighter.png and b/textures/awards_firefighter.png differ diff --git a/textures/awards_first_day_in_the_woods.png b/textures/awards_first_day_in_the_woods.png new file mode 100644 index 0000000..e677d88 Binary files /dev/null and b/textures/awards_first_day_in_the_woods.png differ diff --git a/textures/awards_first_gold_find.png b/textures/awards_first_gold_find.png new file mode 100644 index 0000000..edd6c14 Binary files /dev/null and b/textures/awards_first_gold_find.png differ diff --git a/textures/awards_first_mese_find.png b/textures/awards_first_mese_find.png new file mode 100644 index 0000000..43d848e Binary files /dev/null and b/textures/awards_first_mese_find.png differ diff --git a/textures/awards_fortress.png b/textures/awards_fortress.png new file mode 100644 index 0000000..d40ab74 Binary files /dev/null and b/textures/awards_fortress.png differ diff --git a/textures/awards_geraniums_are_blue.png b/textures/awards_geraniums_are_blue.png new file mode 100644 index 0000000..f4fed56 Binary files /dev/null and b/textures/awards_geraniums_are_blue.png differ diff --git a/textures/awards_girls_best_friend.png b/textures/awards_girls_best_friend.png new file mode 100644 index 0000000..6143ea4 Binary files /dev/null and b/textures/awards_girls_best_friend.png differ diff --git a/textures/awards_glacier_discoverer.png b/textures/awards_glacier_discoverer.png new file mode 100644 index 0000000..5d7b3ca Binary files /dev/null and b/textures/awards_glacier_discoverer.png differ diff --git a/textures/awards_glasser.png b/textures/awards_glasser.png new file mode 100644 index 0000000..a5dfb03 Binary files /dev/null and b/textures/awards_glasser.png differ diff --git a/textures/awards_gold_rush.png b/textures/awards_gold_rush.png new file mode 100644 index 0000000..dbd6ac3 Binary files /dev/null and b/textures/awards_gold_rush.png differ diff --git a/textures/awards_grasslands_discoverer.png b/textures/awards_grasslands_discoverer.png new file mode 100644 index 0000000..7de444c Binary files /dev/null and b/textures/awards_grasslands_discoverer.png differ diff --git a/textures/awards_hardened_miner.png b/textures/awards_hardened_miner.png new file mode 100644 index 0000000..d4baf48 Binary files /dev/null and b/textures/awards_hardened_miner.png differ diff --git a/textures/awards_hardest_block_on_earth.png b/textures/awards_hardest_block_on_earth.png new file mode 100644 index 0000000..3ab903c Binary files /dev/null and b/textures/awards_hardest_block_on_earth.png differ diff --git a/textures/awards_hotelier.png b/textures/awards_hotelier.png new file mode 100644 index 0000000..5a0f6fd Binary files /dev/null and b/textures/awards_hotelier.png differ diff --git a/textures/awards_house.png b/textures/awards_house.png deleted file mode 100644 index e23e30d..0000000 Binary files a/textures/awards_house.png and /dev/null differ diff --git a/textures/awards_house_of_obsidian.png b/textures/awards_house_of_obsidian.png new file mode 100644 index 0000000..15b3409 Binary files /dev/null and b/textures/awards_house_of_obsidian.png differ diff --git a/textures/awards_in_the_dungeon.png b/textures/awards_in_the_dungeon.png new file mode 100644 index 0000000..d419d64 Binary files /dev/null and b/textures/awards_in_the_dungeon.png differ diff --git a/textures/awards_industrial_age.png b/textures/awards_industrial_age.png new file mode 100644 index 0000000..d02c3c8 Binary files /dev/null and b/textures/awards_industrial_age.png differ diff --git a/textures/awards_jungle_discoverer.png b/textures/awards_jungle_discoverer.png new file mode 100644 index 0000000..f955e66 Binary files /dev/null and b/textures/awards_jungle_discoverer.png differ diff --git a/textures/awards_junglebaby.png b/textures/awards_junglebaby.png new file mode 100644 index 0000000..e878977 Binary files /dev/null and b/textures/awards_junglebaby.png differ diff --git a/textures/awards_jungleman.png b/textures/awards_jungleman.png new file mode 100644 index 0000000..11ad3bd Binary files /dev/null and b/textures/awards_jungleman.png differ diff --git a/textures/awards_lava_and_water.png b/textures/awards_lava_and_water.png new file mode 100644 index 0000000..a61ec12 Binary files /dev/null and b/textures/awards_lava_and_water.png differ diff --git a/textures/awards_lava_miner.png b/textures/awards_lava_miner.png new file mode 100644 index 0000000..14c4ff8 Binary files /dev/null and b/textures/awards_lava_miner.png differ diff --git a/textures/awards_level1.png b/textures/awards_level1.png index 8f628f3..92051e6 100644 Binary files a/textures/awards_level1.png and b/textures/awards_level1.png differ diff --git a/textures/awards_level2.png b/textures/awards_level2.png index 9f9564f..7132dcc 100644 Binary files a/textures/awards_level2.png and b/textures/awards_level2.png differ diff --git a/textures/awards_level3.png b/textures/awards_level3.png index 8931454..4a61d25 100644 Binary files a/textures/awards_level3.png and b/textures/awards_level3.png differ diff --git a/textures/awards_level4.png b/textures/awards_level4.png index 68e393f..5909a32 100644 Binary files a/textures/awards_level4.png and b/textures/awards_level4.png differ diff --git a/textures/awards_level5.png b/textures/awards_level5.png index d0a05bc..26b94ac 100644 Binary files a/textures/awards_level5.png and b/textures/awards_level5.png differ diff --git a/textures/awards_level6.png b/textures/awards_level6.png index 5c6482f..1685125 100644 Binary files a/textures/awards_level6.png and b/textures/awards_level6.png differ diff --git a/textures/awards_level7.png b/textures/awards_level7.png index 5e318d8..6b84557 100644 Binary files a/textures/awards_level7.png and b/textures/awards_level7.png differ diff --git a/textures/awards_light_it_up.png b/textures/awards_light_it_up.png new file mode 100644 index 0000000..e8725d1 Binary files /dev/null and b/textures/awards_light_it_up.png differ diff --git a/textures/awards_little_library.png b/textures/awards_little_library.png new file mode 100644 index 0000000..bf609f3 Binary files /dev/null and b/textures/awards_little_library.png differ diff --git a/textures/awards_long_ladder.png b/textures/awards_long_ladder.png new file mode 100644 index 0000000..a3c38d9 Binary files /dev/null and b/textures/awards_long_ladder.png differ diff --git a/textures/awards_lumberjack.png b/textures/awards_lumberjack.png new file mode 100644 index 0000000..4f89c47 Binary files /dev/null and b/textures/awards_lumberjack.png differ diff --git a/textures/awards_marchand_de_sable.png b/textures/awards_marchand_de_sable.png new file mode 100644 index 0000000..01e80d6 Binary files /dev/null and b/textures/awards_marchand_de_sable.png differ diff --git a/textures/awards_master_architect.png b/textures/awards_master_architect.png new file mode 100644 index 0000000..34b8bc2 Binary files /dev/null and b/textures/awards_master_architect.png differ diff --git a/textures/awards_master_miner.png b/textures/awards_master_miner.png new file mode 100644 index 0000000..8bf37c4 Binary files /dev/null and b/textures/awards_master_miner.png differ diff --git a/textures/awards_mese.png b/textures/awards_mese.png deleted file mode 100644 index 3fc800e..0000000 Binary files a/textures/awards_mese.png and /dev/null differ diff --git a/textures/awards_mese_mastery.png b/textures/awards_mese_mastery.png new file mode 100644 index 0000000..89714ae Binary files /dev/null and b/textures/awards_mese_mastery.png differ diff --git a/textures/awards_mini_miner.png b/textures/awards_mini_miner.png new file mode 100644 index 0000000..4ccb127 Binary files /dev/null and b/textures/awards_mini_miner.png differ diff --git a/textures/awards_miniminer.png b/textures/awards_miniminer.png deleted file mode 100644 index 45c7238..0000000 Binary files a/textures/awards_miniminer.png and /dev/null differ diff --git a/textures/awards_mushroom_lover.png b/textures/awards_mushroom_lover.png new file mode 100644 index 0000000..52805bd Binary files /dev/null and b/textures/awards_mushroom_lover.png differ diff --git a/textures/awards_novicebuilder.png b/textures/awards_novicebuilder.png deleted file mode 100644 index f24d843..0000000 Binary files a/textures/awards_novicebuilder.png and /dev/null differ diff --git a/textures/awards_obsessed_with_obsidian.png b/textures/awards_obsessed_with_obsidian.png new file mode 100644 index 0000000..4b179bd Binary files /dev/null and b/textures/awards_obsessed_with_obsidian.png differ diff --git a/textures/awards_on_the_way.png b/textures/awards_on_the_way.png new file mode 100644 index 0000000..c2fd224 Binary files /dev/null and b/textures/awards_on_the_way.png differ diff --git a/textures/awards_outpost.png b/textures/awards_outpost.png new file mode 100644 index 0000000..e278052 Binary files /dev/null and b/textures/awards_outpost.png differ diff --git a/textures/awards_pharaoh.png b/textures/awards_pharaoh.png new file mode 100644 index 0000000..f2f4b9a Binary files /dev/null and b/textures/awards_pharaoh.png differ diff --git a/textures/awards_professional_lumberjack.png b/textures/awards_professional_lumberjack.png new file mode 100644 index 0000000..6d67fb7 Binary files /dev/null and b/textures/awards_professional_lumberjack.png differ diff --git a/textures/awards_pyromaniac.png b/textures/awards_pyromaniac.png new file mode 100644 index 0000000..a12649c Binary files /dev/null and b/textures/awards_pyromaniac.png differ diff --git a/textures/awards_really_well_lit.png b/textures/awards_really_well_lit.png new file mode 100644 index 0000000..b69cdff Binary files /dev/null and b/textures/awards_really_well_lit.png differ diff --git a/textures/awards_roses_are_red.png b/textures/awards_roses_are_red.png new file mode 100644 index 0000000..994760f Binary files /dev/null and b/textures/awards_roses_are_red.png differ diff --git a/textures/awards_saint_maclou.png b/textures/awards_saint_maclou.png new file mode 100644 index 0000000..96b3b39 Binary files /dev/null and b/textures/awards_saint_maclou.png differ diff --git a/textures/awards_sam_the_trapper.png b/textures/awards_sam_the_trapper.png new file mode 100644 index 0000000..89ba567 Binary files /dev/null and b/textures/awards_sam_the_trapper.png differ diff --git a/textures/awards_savannah_discoverer.png b/textures/awards_savannah_discoverer.png new file mode 100644 index 0000000..26c5a39 Binary files /dev/null and b/textures/awards_savannah_discoverer.png differ diff --git a/textures/awards_semi_pro_lumberjack.png b/textures/awards_semi_pro_lumberjack.png new file mode 100644 index 0000000..c4d2d79 Binary files /dev/null and b/textures/awards_semi_pro_lumberjack.png differ diff --git a/textures/awards_smelter.png b/textures/awards_smelter.png new file mode 100644 index 0000000..0dea637 Binary files /dev/null and b/textures/awards_smelter.png differ diff --git a/textures/awards_tasty_mushrooms.png b/textures/awards_tasty_mushrooms.png new file mode 100644 index 0000000..bf34fd2 Binary files /dev/null and b/textures/awards_tasty_mushrooms.png differ diff --git a/textures/awards_template.png b/textures/awards_template.png index b290454..4ea47d1 100644 Binary files a/textures/awards_template.png and b/textures/awards_template.png differ diff --git a/textures/awards_treasurer.png b/textures/awards_treasurer.png new file mode 100644 index 0000000..b872604 Binary files /dev/null and b/textures/awards_treasurer.png differ diff --git a/textures/awards_ui_bags.png b/textures/awards_ui_bags.png deleted file mode 100644 index 4d6eb57..0000000 Binary files a/textures/awards_ui_bags.png and /dev/null differ diff --git a/textures/awards_underground_mushroom_farmer.png b/textures/awards_underground_mushroom_farmer.png new file mode 100644 index 0000000..5623171 Binary files /dev/null and b/textures/awards_underground_mushroom_farmer.png differ diff --git a/textures/awards_unknown.png b/textures/awards_unknown.png index b290454..40d839c 100644 Binary files a/textures/awards_unknown.png and b/textures/awards_unknown.png differ diff --git a/textures/awards_very_simple_snow_man.png b/textures/awards_very_simple_snow_man.png new file mode 100644 index 0000000..b2da7b7 Binary files /dev/null and b/textures/awards_very_simple_snow_man.png differ diff --git a/textures/awards_watchtower.png b/textures/awards_watchtower.png new file mode 100644 index 0000000..22fabd5 Binary files /dev/null and b/textures/awards_watchtower.png differ diff --git a/textures/awards_well_lit.png b/textures/awards_well_lit.png new file mode 100644 index 0000000..db85e70 Binary files /dev/null and b/textures/awards_well_lit.png differ diff --git a/textures/awards_wheat_magnate.png b/textures/awards_wheat_magnate.png new file mode 100644 index 0000000..835d5fa Binary files /dev/null and b/textures/awards_wheat_magnate.png differ diff --git a/textures/awards_white_color_stock.png b/textures/awards_white_color_stock.png new file mode 100644 index 0000000..4f850f0 Binary files /dev/null and b/textures/awards_white_color_stock.png differ diff --git a/textures/awards_wool_over_your_eyes.png b/textures/awards_wool_over_your_eyes.png new file mode 100644 index 0000000..740c5f0 Binary files /dev/null and b/textures/awards_wool_over_your_eyes.png differ diff --git a/textures/awards_wow_i_am_diamonds.png b/textures/awards_wow_i_am_diamonds.png new file mode 100644 index 0000000..5bb71b9 Binary files /dev/null and b/textures/awards_wow_i_am_diamonds.png differ diff --git a/textures/awards_youre_a_copper.png b/textures/awards_youre_a_copper.png new file mode 100644 index 0000000..4d28811 Binary files /dev/null and b/textures/awards_youre_a_copper.png differ diff --git a/textures/awards_yummy.png b/textures/awards_yummy.png new file mode 100644 index 0000000..da230e8 Binary files /dev/null and b/textures/awards_yummy.png differ