Add initial content
authorPerttu Ahola <celeron55@gmail.com>
Mon, 26 Mar 2012 19:50:35 +0000 (22:50 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Mon, 26 Mar 2012 19:50:35 +0000 (22:50 +0300)
commitf9ab8cd01838931a3f87898e6ad09c640556a1c4
tree99d3bf3319dc22710dedd050e674fc0127d87524
parent52c95134470082ba9def4f89d10c0b81ac34506d
Add initial content
105 files changed:
mods/bucket/depends.txt [new file with mode: 0644]
mods/bucket/init.lua [new file with mode: 0644]
mods/bucket/textures/bucket.png [new file with mode: 0644]
mods/bucket/textures/bucket_lava.png [new file with mode: 0644]
mods/bucket/textures/bucket_water.png [new file with mode: 0644]
mods/default/init.lua [new file with mode: 0644]
mods/default/textures/crack.png [new file with mode: 0644]
mods/default/textures/default_apple.png [new file with mode: 0644]
mods/default/textures/default_book.png [new file with mode: 0644]
mods/default/textures/default_bookshelf.png [new file with mode: 0644]
mods/default/textures/default_brick.png [new file with mode: 0644]
mods/default/textures/default_cactus_side.png [new file with mode: 0644]
mods/default/textures/default_cactus_top.png [new file with mode: 0644]
mods/default/textures/default_chest_front.png [new file with mode: 0644]
mods/default/textures/default_chest_lock.png [new file with mode: 0644]
mods/default/textures/default_chest_side.png [new file with mode: 0644]
mods/default/textures/default_chest_top.png [new file with mode: 0644]
mods/default/textures/default_clay.png [new file with mode: 0644]
mods/default/textures/default_clay_brick.png [new file with mode: 0644]
mods/default/textures/default_clay_lump.png [new file with mode: 0644]
mods/default/textures/default_cloud.png [new file with mode: 0644]
mods/default/textures/default_coal_lump.png [new file with mode: 0644]
mods/default/textures/default_cobble.png [new file with mode: 0644]
mods/default/textures/default_dirt.png [new file with mode: 0644]
mods/default/textures/default_fence.png [new file with mode: 0644]
mods/default/textures/default_furnace_front.png [new file with mode: 0644]
mods/default/textures/default_furnace_side.png [new file with mode: 0644]
mods/default/textures/default_glass.png [new file with mode: 0644]
mods/default/textures/default_grass.png [new file with mode: 0644]
mods/default/textures/default_grass_footsteps.png [new file with mode: 0644]
mods/default/textures/default_grass_side.png [new file with mode: 0644]
mods/default/textures/default_gravel.png [new file with mode: 0644]
mods/default/textures/default_iron_lump.png [new file with mode: 0644]
mods/default/textures/default_junglegrass.png [new file with mode: 0644]
mods/default/textures/default_jungletree.png [new file with mode: 0644]
mods/default/textures/default_jungletree_top.png [new file with mode: 0644]
mods/default/textures/default_ladder.png [new file with mode: 0644]
mods/default/textures/default_lava.png [new file with mode: 0644]
mods/default/textures/default_leaves.png [new file with mode: 0644]
mods/default/textures/default_mese.png [new file with mode: 0644]
mods/default/textures/default_mineral_coal.png [new file with mode: 0644]
mods/default/textures/default_mineral_iron.png [new file with mode: 0644]
mods/default/textures/default_mossycobble.png [new file with mode: 0644]
mods/default/textures/default_nc_back.png [new file with mode: 0644]
mods/default/textures/default_nc_front.png [new file with mode: 0644]
mods/default/textures/default_nc_rb.png [new file with mode: 0644]
mods/default/textures/default_nc_side.png [new file with mode: 0644]
mods/default/textures/default_paper.png [new file with mode: 0644]
mods/default/textures/default_papyrus.png [new file with mode: 0644]
mods/default/textures/default_rail.png [new file with mode: 0644]
mods/default/textures/default_rail_crossing.png [new file with mode: 0644]
mods/default/textures/default_rail_curved.png [new file with mode: 0644]
mods/default/textures/default_rail_t_junction.png [new file with mode: 0644]
mods/default/textures/default_sand.png [new file with mode: 0644]
mods/default/textures/default_sandstone.png [new file with mode: 0644]
mods/default/textures/default_sapling.png [new file with mode: 0644]
mods/default/textures/default_scorched_stuff.png [new file with mode: 0644]
mods/default/textures/default_sign_wall.png [new file with mode: 0644]
mods/default/textures/default_steel_block.png [new file with mode: 0644]
mods/default/textures/default_steel_ingot.png [new file with mode: 0644]
mods/default/textures/default_stick.png [new file with mode: 0644]
mods/default/textures/default_stone.png [new file with mode: 0644]
mods/default/textures/default_tnt_bottom.png [new file with mode: 0644]
mods/default/textures/default_tnt_side.png [new file with mode: 0644]
mods/default/textures/default_tnt_top.png [new file with mode: 0644]
mods/default/textures/default_tool_mesepick.png [new file with mode: 0644]
mods/default/textures/default_tool_steelaxe.png [new file with mode: 0644]
mods/default/textures/default_tool_steelpick.png [new file with mode: 0644]
mods/default/textures/default_tool_steelshovel.png [new file with mode: 0644]
mods/default/textures/default_tool_steelsword.png [new file with mode: 0644]
mods/default/textures/default_tool_stoneaxe.png [new file with mode: 0644]
mods/default/textures/default_tool_stonepick.png [new file with mode: 0644]
mods/default/textures/default_tool_stoneshovel.png [new file with mode: 0644]
mods/default/textures/default_tool_stonesword.png [new file with mode: 0644]
mods/default/textures/default_tool_woodaxe.png [new file with mode: 0644]
mods/default/textures/default_tool_woodpick.png [new file with mode: 0644]
mods/default/textures/default_tool_woodshovel.png [new file with mode: 0644]
mods/default/textures/default_tool_woodsword.png [new file with mode: 0644]
mods/default/textures/default_torch.png [new file with mode: 0644]
mods/default/textures/default_torch_on_ceiling.png [new file with mode: 0644]
mods/default/textures/default_torch_on_floor.png [new file with mode: 0644]
mods/default/textures/default_tree.png [new file with mode: 0644]
mods/default/textures/default_tree_top.png [new file with mode: 0644]
mods/default/textures/default_water.png [new file with mode: 0644]
mods/default/textures/default_wood.png [new file with mode: 0644]
mods/default/textures/heart.png [new file with mode: 0644]
mods/default/textures/player.png [new file with mode: 0644]
mods/default/textures/player_back.png [new file with mode: 0644]
mods/default/textures/treeprop.png [new file with mode: 0644]
mods/default/textures/wieldhand.png [new file with mode: 0644]
mods/experimental/depends.txt [new file with mode: 0644]
mods/experimental/init.lua [new file with mode: 0644]
mods/experimental/textures/experimental_dummyball.png [new file with mode: 0644]
mods/give_initial_stuff/depends.txt [new file with mode: 0644]
mods/give_initial_stuff/init.lua [new file with mode: 0644]
mods/legacy/depends.txt [new file with mode: 0644]
mods/legacy/init.lua [new file with mode: 0644]
mods/legacy/textures/apple_iron.png [new file with mode: 0644]
mods/legacy/textures/cooked_rat.png [new file with mode: 0644]
mods/legacy/textures/dungeon_master.png [new file with mode: 0644]
mods/legacy/textures/fireball.png [new file with mode: 0644]
mods/legacy/textures/firefly.png [new file with mode: 0644]
mods/legacy/textures/oerkki1.png [new file with mode: 0644]
mods/legacy/textures/oerkki1_damaged.png [new file with mode: 0644]
mods/legacy/textures/rat.png [new file with mode: 0644]