Index: head/games/Makefile =================================================================== --- head/games/Makefile +++ head/games/Makefile @@ -1019,6 +1019,8 @@ SUBDIR += vodovod SUBDIR += volleyball SUBDIR += vor + SUBDIR += voxelands + SUBDIR += voxelands-server SUBDIR += vultures-eye SUBDIR += wanderer SUBDIR += wargus Index: head/games/voxelands-server/Makefile =================================================================== --- head/games/voxelands-server/Makefile +++ head/games/voxelands-server/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -server +OPTIONS_SLAVE= SERVER +OPTIONS_EXCLUDE=CLIENT NLS SOUND +COMMENT= Server component for Voxelands +MASTERDIR= ${.CURDIR}/../voxelands + +.include "${MASTERDIR}/Makefile" Index: head/games/voxelands-server/pkg-descr =================================================================== --- head/games/voxelands-server/pkg-descr +++ head/games/voxelands-server/pkg-descr @@ -0,0 +1,8 @@ +Server component for Voxelands. + +Voxelands is a sandbox construction game based on Minetest, which was +inspired by earlier "voxel world" games such as Infiniminer. Gameplay puts +players in a fully destructible 3D game world where they can place and dig +numerous types of blocks, items and creatures using a variety of tools. + +WWW: http://voxelands.com Index: head/games/voxelands/Makefile =================================================================== --- head/games/voxelands/Makefile +++ head/games/voxelands/Makefile @@ -0,0 +1,51 @@ +# $FreeBSD$ + +PORTNAME= voxelands +PORTVERSION= 1604.00 +CATEGORIES= games +MASTER_SITES= http://voxelands.com/downloads/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= dcmenche@gmail.com +COMMENT?= Fun-Focused voxel world game + +LICENSE= GPLv3+ + +LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht \ + libfreetype.so:print/freetype2 + +USES= cmake tar:bzip2 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +OPTIONS_SUB= yes + +OPTIONS_DEFINE= NLS SOUND SQLITE3 +OPTIONS_MULTI= BINARIES +OPTIONS_MULTI_BINARIES= CLIENT SERVER + +OPTIONS_DEFAULT= SOUND CLIENT SERVER + +OPTIONS_SLAVE?= CLIENT +OPTIONS_EXCLUDE?= SERVER + +SOUND_DESC= Enable menu background music and in-game sound effects +SQLITE3_DESC= Use bundled SQLite3 instead of databases/sqlite3 + +CLIENT_CMAKE_BOOL= BUILD_CLIENT +CLIENT_LIB_DEPENDS= libpng16.so:graphics/png \ + libjpeg.so:graphics/jpeg +CLIENT_USE= xorg=x11,xxf86vm gl=gl +CLIENT_USES= jpeg +NLS_USES= gettext +NLS_CMAKE_BOOL= GETTEXT_FOUND +SERVER_CMAKE_BOOL= BUILD_SERVER +SQLITE3_CMAKE_ON= -DSQLITE3_INCLUDE_DIR=SQLITE3_INCLUDE_DIR-NOTFOUND \ + SQLITE3_LIBRARY=SQLITE3_LIBRARY-NOTFOUND +SQLITE3_LIB_DEPENDS_OFF=libsqlite3.so:databases/sqlite3 +SOUND_CMAKE_BOOL= ENABLE_AUDIO +SOUND_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg \ + libopenal.so:audio/openal-soft + +.include Index: head/games/voxelands/distinfo =================================================================== --- head/games/voxelands/distinfo +++ head/games/voxelands/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1477789212 +SHA256 (voxelands-1604.00-src.tar.bz2) = 411453c3271bd4cf2ff464a0ba006e2b63157d687a4f6331b28336d5038c8e20 +SIZE (voxelands-1604.00-src.tar.bz2) = 10739562 Index: head/games/voxelands/files/patch-CMakeLists.txt =================================================================== --- head/games/voxelands/files/patch-CMakeLists.txt +++ head/games/voxelands/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-10-29 06:01:08 UTC ++++ CMakeLists.txt +@@ -80,7 +80,7 @@ elseif(UNIX) # Linux, BSD etc + set(SHAREDIR "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}") + set(BINDIR "${CMAKE_INSTALL_PREFIX}/bin") + set(DOCDIR "${CMAKE_INSTALL_PREFIX}/share/doc/${PROJECT_NAME}") +- set(MANDIR "${CMAKE_INSTALL_PREFIX}/share/man") ++ set(MANDIR "${CMAKE_INSTALL_PREFIX}/man") + set(EXAMPLE_CONF_DIR ${DOCDIR}) + set(XDG_APPS_DIR "${CMAKE_INSTALL_PREFIX}/share/applications") + set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/appdata") Index: head/games/voxelands/pkg-descr =================================================================== --- head/games/voxelands/pkg-descr +++ head/games/voxelands/pkg-descr @@ -0,0 +1,6 @@ +Voxelands is a sandbox construction game based on Minetest, which was +inspired by earlier "voxel world" games such as Infiniminer. Gameplay puts +players in a fully destructible 3D game world where they can place and dig +numerous types of blocks, items and creatures using a variety of tools. + +WWW: http://voxelands.com Index: head/games/voxelands/pkg-plist =================================================================== --- head/games/voxelands/pkg-plist +++ head/games/voxelands/pkg-plist @@ -0,0 +1,1317 @@ +%%CLIENT%%bin/voxelands +%%SERVER%%bin/voxelands-server +%%CLIENT%%share/appdata/voxelands.appdata.xml +%%CLIENT%%share/applications/voxelands.desktop +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/changelog.txt +%%PORTDOCS%%%%DOCSDIR%%/voxelands.conf.example +%%CLIENT%%share/icons/hicolor/128x128/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/16x16/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/192x192/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/22x22/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/24x24/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/32x32/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/48x48/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/64x64/apps/voxelands.png +%%CLIENT%%share/icons/hicolor/scalable/apps/voxelands.svg +%%SERVER%%man/man6/voxelands-server.6.gz +%%CLIENT%%man/man6/voxelands.6.gz +%%CLIENT%%%%DATADIR%%/fonts/liberationsans.ttf +%%SERVER%%%%DATADIR%%/html/footer.html +%%SERVER%%%%DATADIR%%/html/header.html +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/da/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/de/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/es/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/fr/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/hu/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/it/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/ja/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/jbo/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/nl/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/pl/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/pt_BR/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/ro/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/ru/voxelands.mo +%%CLIENT%%%%NLS%%%%DATADIR%%/locale/vi/voxelands.mo +%%CLIENT%%%%DATADIR%%/models/character.b3d +%%CLIENT%%%%DATADIR%%/models/doe.x +%%CLIENT%%%%DATADIR%%/models/dungeon_master.b3d +%%CLIENT%%%%DATADIR%%/models/fish.b3d +%%CLIENT%%%%DATADIR%%/models/kitty.b3d +%%CLIENT%%%%DATADIR%%/models/oerkki.x +%%CLIENT%%%%DATADIR%%/models/rat.x +%%CLIENT%%%%DATADIR%%/models/shark.b3d +%%CLIENT%%%%DATADIR%%/models/sheared_sheep.b3d +%%CLIENT%%%%DATADIR%%/models/sheep.b3d +%%CLIENT%%%%DATADIR%%/models/stag.b3d +%%CLIENT%%%%DATADIR%%/models/stag.x +%%CLIENT%%%%DATADIR%%/models/wolf.b3d +%%CLIENT%%%%DATADIR%%/sounds/bg_charcreator.ogg +%%CLIENT%%%%DATADIR%%/sounds/bg_mainmenu.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_dirt.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_glass.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_liquid.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_miss.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_mob.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_plant.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_stone.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/dig_wood.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_doorclose.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_dooropen.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_fire.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_lava.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_piston.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_steam.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_teleport.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_tnt.ogg +%%CLIENT%%%%DATADIR%%/sounds/env_water.ogg +%%CLIENT%%%%DATADIR%%/sounds/low_energy_F.ogg +%%CLIENT%%%%DATADIR%%/sounds/low_energy_M.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_deer_env.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_ducksheep_env.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_kitty_env.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_oerkki_spawn.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_sheep_env.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_wolf_hit.ogg +%%CLIENT%%%%DATADIR%%/sounds/mob_wolf_spawn.ogg +%%CLIENT%%%%DATADIR%%/sounds/open_book.ogg +%%CLIENT%%%%DATADIR%%/sounds/open_chest.ogg +%%CLIENT%%%%DATADIR%%/sounds/open_menu.ogg +%%CLIENT%%%%DATADIR%%/sounds/place_liquid.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/place_node.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/place_node.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/place_node.3.ogg +%%CLIENT%%%%DATADIR%%/sounds/player_hurt_F.ogg +%%CLIENT%%%%DATADIR%%/sounds/player_hurt_M.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_dirt.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_dirt.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_glass.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_grass.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_grass.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_liquid.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_liquid.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_plant.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_plant.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_stone.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_stone.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_stone.3.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_stone.4.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_wood.1.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_wood.2.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_wood.3.ogg +%%CLIENT%%%%DATADIR%%/sounds/step_wood.4.ogg +%%CLIENT%%%%DATADIR%%/sounds/use_drink.ogg +%%CLIENT%%%%DATADIR%%/sounds/use_eat.ogg +%%CLIENT%%%%DATADIR%%/sounds/wield_item.ogg +%%CLIENT%%%%DATADIR%%/textures/apple.png +%%CLIENT%%%%DATADIR%%/textures/apple_blossom.png +%%CLIENT%%%%DATADIR%%/textures/apple_iron.png +%%CLIENT%%%%DATADIR%%/textures/apple_leaves.png +%%CLIENT%%%%DATADIR%%/textures/apple_pie.png +%%CLIENT%%%%DATADIR%%/textures/apple_pie_raw.png +%%CLIENT%%%%DATADIR%%/textures/apple_pie_slice.png +%%CLIENT%%%%DATADIR%%/textures/apple_sapling.png +%%CLIENT%%%%DATADIR%%/textures/apple_tree.png +%%CLIENT%%%%DATADIR%%/textures/apple_tree_top.png +%%CLIENT%%%%DATADIR%%/textures/arrow.png +%%CLIENT%%%%DATADIR%%/textures/ash.png +%%CLIENT%%%%DATADIR%%/textures/bed_black_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_blue_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_bottom.png +%%CLIENT%%%%DATADIR%%/textures/bed_camp_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_camp_top.png +%%CLIENT%%%%DATADIR%%/textures/bed_end.png +%%CLIENT%%%%DATADIR%%/textures/bed_green_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_head.png +%%CLIENT%%%%DATADIR%%/textures/bed_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_orange_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_purple_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_red_inv.png +%%CLIENT%%%%DATADIR%%/textures/bed_side.png +%%CLIENT%%%%DATADIR%%/textures/bed_side_head.png +%%CLIENT%%%%DATADIR%%/textures/bed_top.png +%%CLIENT%%%%DATADIR%%/textures/bed_yellow_inv.png +%%CLIENT%%%%DATADIR%%/textures/body_feet.png +%%CLIENT%%%%DATADIR%%/textures/body_hands.png +%%CLIENT%%%%DATADIR%%/textures/body_head.png +%%CLIENT%%%%DATADIR%%/textures/body_larm.png +%%CLIENT%%%%DATADIR%%/textures/body_lleg.png +%%CLIENT%%%%DATADIR%%/textures/body_rarm.png +%%CLIENT%%%%DATADIR%%/textures/body_rleg.png +%%CLIENT%%%%DATADIR%%/textures/body_torso.png +%%CLIENT%%%%DATADIR%%/textures/book_cook_cover.png +%%CLIENT%%%%DATADIR%%/textures/book_cook_end.png +%%CLIENT%%%%DATADIR%%/textures/book_cook_side.png +%%CLIENT%%%%DATADIR%%/textures/book_cover.png +%%CLIENT%%%%DATADIR%%/textures/book_craft_cover.png +%%CLIENT%%%%DATADIR%%/textures/book_craft_end.png +%%CLIENT%%%%DATADIR%%/textures/book_craft_side.png +%%CLIENT%%%%DATADIR%%/textures/book_decraft_cover.png +%%CLIENT%%%%DATADIR%%/textures/book_decraft_end.png +%%CLIENT%%%%DATADIR%%/textures/book_decraft_side.png +%%CLIENT%%%%DATADIR%%/textures/book_diary_cover.png +%%CLIENT%%%%DATADIR%%/textures/book_diary_end.png +%%CLIENT%%%%DATADIR%%/textures/book_diary_side.png +%%CLIENT%%%%DATADIR%%/textures/book_end.png +%%CLIENT%%%%DATADIR%%/textures/book_rcraft_cover.png +%%CLIENT%%%%DATADIR%%/textures/book_rcraft_end.png +%%CLIENT%%%%DATADIR%%/textures/book_rcraft_side.png +%%CLIENT%%%%DATADIR%%/textures/book_side.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_book.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_book_top.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_front.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_jungle_front.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_jungle_side.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_jungle_top.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_pine_front.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_pine_side.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_pine_top.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_side.png +%%CLIENT%%%%DATADIR%%/textures/bookshelf_top.png +%%CLIENT%%%%DATADIR%%/textures/borderstone.png +%%CLIENT%%%%DATADIR%%/textures/bread.png +%%CLIENT%%%%DATADIR%%/textures/brick.png +%%CLIENT%%%%DATADIR%%/textures/brick_bottom.png +%%CLIENT%%%%DATADIR%%/textures/brick_side.png +%%CLIENT%%%%DATADIR%%/textures/brick_slab_bottom.png +%%CLIENT%%%%DATADIR%%/textures/brick_slab_top.png +%%CLIENT%%%%DATADIR%%/textures/brick_stair_front.png +%%CLIENT%%%%DATADIR%%/textures/brick_stair_top.png +%%CLIENT%%%%DATADIR%%/textures/brick_top.png +%%CLIENT%%%%DATADIR%%/textures/bubble.png +%%CLIENT%%%%DATADIR%%/textures/bucket_lava.png +%%CLIENT%%%%DATADIR%%/textures/bucket_water.png +%%CLIENT%%%%DATADIR%%/textures/cactus_blossom.png +%%CLIENT%%%%DATADIR%%/textures/cactus_flower.png +%%CLIENT%%%%DATADIR%%/textures/cactus_fruit.png +%%CLIENT%%%%DATADIR%%/textures/cactus_side.png +%%CLIENT%%%%DATADIR%%/textures/cactus_top.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_black.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_blue.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_green.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_orange.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_purple.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_red.png +%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_yellow.png +%%CLIENT%%%%DATADIR%%/textures/carrot_cake.png +%%CLIENT%%%%DATADIR%%/textures/carrot_cake_raw.png +%%CLIENT%%%%DATADIR%%/textures/cauldron_inner.png +%%CLIENT%%%%DATADIR%%/textures/cauldron_outer.png +%%CLIENT%%%%DATADIR%%/textures/character.png +%%CLIENT%%%%DATADIR%%/textures/charcoal.png +%%CLIENT%%%%DATADIR%%/textures/chest_creative.png +%%CLIENT%%%%DATADIR%%/textures/chest_front.png +%%CLIENT%%%%DATADIR%%/textures/chest_lock.png +%%CLIENT%%%%DATADIR%%/textures/chest_side.png +%%CLIENT%%%%DATADIR%%/textures/chest_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_gate.png +%%CLIENT%%%%DATADIR%%/textures/circuit_gate_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_lamp.png +%%CLIENT%%%%DATADIR%%/textures/circuit_lamp_on.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston_active.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm_bottom.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston_bottom.png +%%CLIENT%%%%DATADIR%%/textures/circuit_piston_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_reactor.png +%%CLIENT%%%%DATADIR%%/textures/circuit_reactor_bottom.png +%%CLIENT%%%%DATADIR%%/textures/circuit_reactor_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_repeater.png +%%CLIENT%%%%DATADIR%%/textures/circuit_repeater_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_solarpanel_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_stickypiston_arm_top.png +%%CLIENT%%%%DATADIR%%/textures/circuit_switch_active_front.png +%%CLIENT%%%%DATADIR%%/textures/circuit_switch_front.png +%%CLIENT%%%%DATADIR%%/textures/circuit_waterwheel.png +%%CLIENT%%%%DATADIR%%/textures/circuit_waterwheel_side.png +%%CLIENT%%%%DATADIR%%/textures/clay.png +%%CLIENT%%%%DATADIR%%/textures/clay_black.png +%%CLIENT%%%%DATADIR%%/textures/clay_blue.png +%%CLIENT%%%%DATADIR%%/textures/clay_brick.png +%%CLIENT%%%%DATADIR%%/textures/clay_green.png +%%CLIENT%%%%DATADIR%%/textures/clay_orange.png +%%CLIENT%%%%DATADIR%%/textures/clay_purple.png +%%CLIENT%%%%DATADIR%%/textures/clay_red.png +%%CLIENT%%%%DATADIR%%/textures/clay_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clock.png +%%CLIENT%%%%DATADIR%%/textures/clock_front.png +%%CLIENT%%%%DATADIR%%/textures/clock_numbers.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_boots_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_gold.png +%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_iron.png +%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_quartz.png +%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_silver.png +%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_tin.png +%%CLIENT%%%%DATADIR%%/textures/clothes_necklace_leather.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_pants_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_gold.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_iron.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_quartz.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_silver.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_tin.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_necklace_leather.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_spaceboots.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_spacehelmet.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_spacepants.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_spaceshirt.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_copper.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_fur.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_space.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_steel.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_brown.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_spaceboots.png +%%CLIENT%%%%DATADIR%%/textures/clothes_spacehelmet.png +%%CLIENT%%%%DATADIR%%/textures/clothes_spacepants.png +%%CLIENT%%%%DATADIR%%/textures/clothes_spaceshirt.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_white.png +%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/cloud.png +%%CLIENT%%%%DATADIR%%/textures/coal.png +%%CLIENT%%%%DATADIR%%/textures/cobble.png +%%CLIENT%%%%DATADIR%%/textures/coffee_bean.png +%%CLIENT%%%%DATADIR%%/textures/coffee_beans.png +%%CLIENT%%%%DATADIR%%/textures/conifer_leaves.png +%%CLIENT%%%%DATADIR%%/textures/conifer_sapling.png +%%CLIENT%%%%DATADIR%%/textures/conifer_tree.png +%%CLIENT%%%%DATADIR%%/textures/conifer_tree_top.png +%%CLIENT%%%%DATADIR%%/textures/cooked_fish.png +%%CLIENT%%%%DATADIR%%/textures/cooked_meat.png +%%CLIENT%%%%DATADIR%%/textures/cooked_rat.png +%%CLIENT%%%%DATADIR%%/textures/copper_block.png +%%CLIENT%%%%DATADIR%%/textures/copper_ingot.png +%%CLIENT%%%%DATADIR%%/textures/copper_wire.png +%%CLIENT%%%%DATADIR%%/textures/copper_wire_inv.png +%%CLIENT%%%%DATADIR%%/textures/cotton.png +%%CLIENT%%%%DATADIR%%/textures/cotton_black.png +%%CLIENT%%%%DATADIR%%/textures/cotton_blue.png +%%CLIENT%%%%DATADIR%%/textures/cotton_green.png +%%CLIENT%%%%DATADIR%%/textures/cotton_orange.png +%%CLIENT%%%%DATADIR%%/textures/cotton_purple.png +%%CLIENT%%%%DATADIR%%/textures/cotton_red.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_black.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_blue.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_green.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_orange.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_purple.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_red.png +%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_yellow.png +%%CLIENT%%%%DATADIR%%/textures/cotton_yellow.png +%%CLIENT%%%%DATADIR%%/textures/crack.png +%%CLIENT%%%%DATADIR%%/textures/crosshair_focused.png +%%CLIENT%%%%DATADIR%%/textures/crosshair_unfocused.png +%%CLIENT%%%%DATADIR%%/textures/crowbar.png +%%CLIENT%%%%DATADIR%%/textures/dead_vine.png +%%CLIENT%%%%DATADIR%%/textures/deadgrass.png +%%CLIENT%%%%DATADIR%%/textures/dirt.png +%%CLIENT%%%%DATADIR%%/textures/door_glass_b.png +%%CLIENT%%%%DATADIR%%/textures/door_glass_inv.png +%%CLIENT%%%%DATADIR%%/textures/door_glass_t.png +%%CLIENT%%%%DATADIR%%/textures/door_steel_b.png +%%CLIENT%%%%DATADIR%%/textures/door_steel_inv.png +%%CLIENT%%%%DATADIR%%/textures/door_steel_t.png +%%CLIENT%%%%DATADIR%%/textures/door_steel_w_inv.png +%%CLIENT%%%%DATADIR%%/textures/door_steel_wb.png +%%CLIENT%%%%DATADIR%%/textures/door_steel_wt.png +%%CLIENT%%%%DATADIR%%/textures/door_wood_b.png +%%CLIENT%%%%DATADIR%%/textures/door_wood_inv.png +%%CLIENT%%%%DATADIR%%/textures/door_wood_t.png +%%CLIENT%%%%DATADIR%%/textures/door_wood_w_inv.png +%%CLIENT%%%%DATADIR%%/textures/door_wood_wb.png +%%CLIENT%%%%DATADIR%%/textures/door_wood_wt.png +%%CLIENT%%%%DATADIR%%/textures/dough.png +%%CLIENT%%%%DATADIR%%/textures/drink_apple.png +%%CLIENT%%%%DATADIR%%/textures/drink_grape.png +%%CLIENT%%%%DATADIR%%/textures/drink_water.png +%%CLIENT%%%%DATADIR%%/textures/dye_black.png +%%CLIENT%%%%DATADIR%%/textures/dye_blue.png +%%CLIENT%%%%DATADIR%%/textures/dye_green.png +%%CLIENT%%%%DATADIR%%/textures/dye_orange.png +%%CLIENT%%%%DATADIR%%/textures/dye_purple.png +%%CLIENT%%%%DATADIR%%/textures/dye_red.png +%%CLIENT%%%%DATADIR%%/textures/dye_white.png +%%CLIENT%%%%DATADIR%%/textures/dye_yellow.png +%%CLIENT%%%%DATADIR%%/textures/energy.png +%%CLIENT%%%%DATADIR%%/textures/farm_beetroot.png +%%CLIENT%%%%DATADIR%%/textures/farm_carrot.png +%%CLIENT%%%%DATADIR%%/textures/farm_cotton.png +%%CLIENT%%%%DATADIR%%/textures/farm_grapevine.png +%%CLIENT%%%%DATADIR%%/textures/farm_melon.png +%%CLIENT%%%%DATADIR%%/textures/farm_melon_top.png +%%CLIENT%%%%DATADIR%%/textures/farm_potato.png +%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin.png +%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin_jack.png +%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin_top.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_beetroot.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_carrot.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_coffee.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_cotton.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_grape.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_melon.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_potato.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_pumpkin.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_tea.png +%%CLIENT%%%%DATADIR%%/textures/farm_seeds_wheat.png +%%CLIENT%%%%DATADIR%%/textures/farm_wheat.png +%%CLIENT%%%%DATADIR%%/textures/fence.png +%%CLIENT%%%%DATADIR%%/textures/fence_jungle.png +%%CLIENT%%%%DATADIR%%/textures/fence_jungle_top.png +%%CLIENT%%%%DATADIR%%/textures/fence_pine.png +%%CLIENT%%%%DATADIR%%/textures/fence_pine_top.png +%%CLIENT%%%%DATADIR%%/textures/fence_steel.png +%%CLIENT%%%%DATADIR%%/textures/fence_steel_top.png +%%CLIENT%%%%DATADIR%%/textures/fence_top.png +%%CLIENT%%%%DATADIR%%/textures/fertilizer.png +%%CLIENT%%%%DATADIR%%/textures/fertilizer_item.png +%%CLIENT%%%%DATADIR%%/textures/fire.png +%%CLIENT%%%%DATADIR%%/textures/firefly.png +%%CLIENT%%%%DATADIR%%/textures/fish.png +%%CLIENT%%%%DATADIR%%/textures/flag.png +%%CLIENT%%%%DATADIR%%/textures/flag_black.png +%%CLIENT%%%%DATADIR%%/textures/flag_blue.png +%%CLIENT%%%%DATADIR%%/textures/flag_green.png +%%CLIENT%%%%DATADIR%%/textures/flag_orange.png +%%CLIENT%%%%DATADIR%%/textures/flag_purple.png +%%CLIENT%%%%DATADIR%%/textures/flag_red.png +%%CLIENT%%%%DATADIR%%/textures/flag_yellow.png +%%CLIENT%%%%DATADIR%%/textures/flame.png +%%CLIENT%%%%DATADIR%%/textures/flare.png +%%CLIENT%%%%DATADIR%%/textures/flash.png +%%CLIENT%%%%DATADIR%%/textures/flour.png +%%CLIENT%%%%DATADIR%%/textures/flower_daffodil.png +%%CLIENT%%%%DATADIR%%/textures/flower_pot.png +%%CLIENT%%%%DATADIR%%/textures/flower_pot_bottom.png +%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw.png +%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw_bottom.png +%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw_top.png +%%CLIENT%%%%DATADIR%%/textures/flower_pot_top.png +%%CLIENT%%%%DATADIR%%/textures/flower_rose.png +%%CLIENT%%%%DATADIR%%/textures/flower_stem.png +%%CLIENT%%%%DATADIR%%/textures/flower_tulip.png +%%CLIENT%%%%DATADIR%%/textures/fontlucida.png +%%CLIENT%%%%DATADIR%%/textures/footsteps.png +%%CLIENT%%%%DATADIR%%/textures/forge_bottom.png +%%CLIENT%%%%DATADIR%%/textures/forge_fire.png +%%CLIENT%%%%DATADIR%%/textures/forge_side.png +%%CLIENT%%%%DATADIR%%/textures/forge_top.png +%%CLIENT%%%%DATADIR%%/textures/fur.png +%%CLIENT%%%%DATADIR%%/textures/fur_black.png +%%CLIENT%%%%DATADIR%%/textures/fur_blue.png +%%CLIENT%%%%DATADIR%%/textures/fur_green.png +%%CLIENT%%%%DATADIR%%/textures/fur_orange.png +%%CLIENT%%%%DATADIR%%/textures/fur_purple.png +%%CLIENT%%%%DATADIR%%/textures/fur_red.png +%%CLIENT%%%%DATADIR%%/textures/fur_white.png +%%CLIENT%%%%DATADIR%%/textures/fur_yellow.png +%%CLIENT%%%%DATADIR%%/textures/furnace_back.png +%%CLIENT%%%%DATADIR%%/textures/furnace_front.png +%%CLIENT%%%%DATADIR%%/textures/furnace_lock.png +%%CLIENT%%%%DATADIR%%/textures/furnace_side.png +%%CLIENT%%%%DATADIR%%/textures/furnace_top.png +%%CLIENT%%%%DATADIR%%/textures/gate_steel_inv.png +%%CLIENT%%%%DATADIR%%/textures/gate_wood_inv.png +%%CLIENT%%%%DATADIR%%/textures/gem_bg.png +%%CLIENT%%%%DATADIR%%/textures/glass.png +%%CLIENT%%%%DATADIR%%/textures/glass_bottle.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_black_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_blue_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_green_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_orange_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_purple_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_red_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_pane_yellow_side.png +%%CLIENT%%%%DATADIR%%/textures/glass_slab.png +%%CLIENT%%%%DATADIR%%/textures/glasslight.png +%%CLIENT%%%%DATADIR%%/textures/gold_block.png +%%CLIENT%%%%DATADIR%%/textures/gold_ingot.png +%%CLIENT%%%%DATADIR%%/textures/grass.png +%%CLIENT%%%%DATADIR%%/textures/grass_autumn.png +%%CLIENT%%%%DATADIR%%/textures/grass_corner.png +%%CLIENT%%%%DATADIR%%/textures/grass_corner_autumn.png +%%CLIENT%%%%DATADIR%%/textures/grass_corner_jungle.png +%%CLIENT%%%%DATADIR%%/textures/grass_corner_spring.png +%%CLIENT%%%%DATADIR%%/textures/grass_growing.png +%%CLIENT%%%%DATADIR%%/textures/grass_growing_autumn.png +%%CLIENT%%%%DATADIR%%/textures/grass_growing_jungle.png +%%CLIENT%%%%DATADIR%%/textures/grass_jungle.png +%%CLIENT%%%%DATADIR%%/textures/grass_side.png +%%CLIENT%%%%DATADIR%%/textures/grass_side_autumn.png +%%CLIENT%%%%DATADIR%%/textures/grass_side_jungle.png +%%CLIENT%%%%DATADIR%%/textures/gravel.png +%%CLIENT%%%%DATADIR%%/textures/guide_bottom.png +%%CLIENT%%%%DATADIR%%/textures/guide_cook_bottom.png +%%CLIENT%%%%DATADIR%%/textures/guide_cook_end.png +%%CLIENT%%%%DATADIR%%/textures/guide_cook_side.png +%%CLIENT%%%%DATADIR%%/textures/guide_cook_top.png +%%CLIENT%%%%DATADIR%%/textures/guide_craft_bottom.png +%%CLIENT%%%%DATADIR%%/textures/guide_craft_end.png +%%CLIENT%%%%DATADIR%%/textures/guide_craft_side.png +%%CLIENT%%%%DATADIR%%/textures/guide_craft_top.png +%%CLIENT%%%%DATADIR%%/textures/guide_decraft_bottom.png +%%CLIENT%%%%DATADIR%%/textures/guide_decraft_end.png +%%CLIENT%%%%DATADIR%%/textures/guide_decraft_side.png +%%CLIENT%%%%DATADIR%%/textures/guide_decraft_top.png +%%CLIENT%%%%DATADIR%%/textures/guide_diary_bottom.png +%%CLIENT%%%%DATADIR%%/textures/guide_diary_end.png +%%CLIENT%%%%DATADIR%%/textures/guide_diary_side.png +%%CLIENT%%%%DATADIR%%/textures/guide_diary_top.png +%%CLIENT%%%%DATADIR%%/textures/guide_end.png +%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_bottom.png +%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_end.png +%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_side.png +%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_top.png +%%CLIENT%%%%DATADIR%%/textures/guide_side.png +%%CLIENT%%%%DATADIR%%/textures/guide_top.png +%%CLIENT%%%%DATADIR%%/textures/gunpowder.png +%%CLIENT%%%%DATADIR%%/textures/harvested_beetroot.png +%%CLIENT%%%%DATADIR%%/textures/harvested_carrot.png +%%CLIENT%%%%DATADIR%%/textures/harvested_grape.png +%%CLIENT%%%%DATADIR%%/textures/harvested_potato.png +%%CLIENT%%%%DATADIR%%/textures/harvested_wheat.png +%%CLIENT%%%%DATADIR%%/textures/hatch_steel.png +%%CLIENT%%%%DATADIR%%/textures/hatch_steel_inv.png +%%CLIENT%%%%DATADIR%%/textures/hatch_steel_w.png +%%CLIENT%%%%DATADIR%%/textures/hatch_steel_w_inv.png +%%CLIENT%%%%DATADIR%%/textures/hatch_wood.png +%%CLIENT%%%%DATADIR%%/textures/hatch_wood_inv.png +%%CLIENT%%%%DATADIR%%/textures/hatch_wood_w.png +%%CLIENT%%%%DATADIR%%/textures/hatch_wood_w_inv.png +%%CLIENT%%%%DATADIR%%/textures/hay_bale.png +%%CLIENT%%%%DATADIR%%/textures/heart.png +%%CLIENT%%%%DATADIR%%/textures/ice.png +%%CLIENT%%%%DATADIR%%/textures/incinerator_back.png +%%CLIENT%%%%DATADIR%%/textures/incinerator_front.png +%%CLIENT%%%%DATADIR%%/textures/incinerator_side.png +%%CLIENT%%%%DATADIR%%/textures/incinerator_top.png +%%CLIENT%%%%DATADIR%%/textures/ingot_bg.png +%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_dontbreak.png +%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_fast.png +%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_flame.png +%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_longlast.png +%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_more.png +%%CLIENT%%%%DATADIR%%/textures/inventory.png +%%CLIENT%%%%DATADIR%%/textures/inventory_full.png +%%CLIENT%%%%DATADIR%%/textures/inventory_max.png +%%CLIENT%%%%DATADIR%%/textures/jungle_plank.png +%%CLIENT%%%%DATADIR%%/textures/junglegrass.png +%%CLIENT%%%%DATADIR%%/textures/junglegrass_leaf.png +%%CLIENT%%%%DATADIR%%/textures/jungleleaves.png +%%CLIENT%%%%DATADIR%%/textures/junglesapling.png +%%CLIENT%%%%DATADIR%%/textures/jungletree.png +%%CLIENT%%%%DATADIR%%/textures/jungletree_top.png +%%CLIENT%%%%DATADIR%%/textures/junglewood.png +%%CLIENT%%%%DATADIR%%/textures/ladder-old.png +%%CLIENT%%%%DATADIR%%/textures/ladder.png +%%CLIENT%%%%DATADIR%%/textures/lava.png +%%CLIENT%%%%DATADIR%%/textures/leaf_big.png +%%CLIENT%%%%DATADIR%%/textures/leather.png +%%CLIENT%%%%DATADIR%%/textures/leather_black.png +%%CLIENT%%%%DATADIR%%/textures/leather_blue.png +%%CLIENT%%%%DATADIR%%/textures/leather_green.png +%%CLIENT%%%%DATADIR%%/textures/leather_orange.png +%%CLIENT%%%%DATADIR%%/textures/leather_purple.png +%%CLIENT%%%%DATADIR%%/textures/leather_red.png +%%CLIENT%%%%DATADIR%%/textures/leather_white.png +%%CLIENT%%%%DATADIR%%/textures/leather_yellow.png +%%CLIENT%%%%DATADIR%%/textures/leaves.png +%%CLIENT%%%%DATADIR%%/textures/leaves_autumn.png +%%CLIENT%%%%DATADIR%%/textures/leaves_snowy.png +%%CLIENT%%%%DATADIR%%/textures/leaves_winter.png +%%CLIENT%%%%DATADIR%%/textures/life_support.png +%%CLIENT%%%%DATADIR%%/textures/life_support_bottom.png +%%CLIENT%%%%DATADIR%%/textures/life_support_top.png +%%CLIENT%%%%DATADIR%%/textures/limestone.png +%%CLIENT%%%%DATADIR%%/textures/low_air.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_amethyst.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_ash.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_charcoal.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_clay.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_coal.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_copper.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_flint.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_gold.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_iron.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_quartz.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_ruby.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_sapphire.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_silver.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_sunstone.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_tin.png +%%CLIENT%%%%DATADIR%%/textures/lump_of_turquoise.png +%%CLIENT%%%%DATADIR%%/textures/marble.png +%%CLIENT%%%%DATADIR%%/textures/meat.png +%%CLIENT%%%%DATADIR%%/textures/melon_slice.png +%%CLIENT%%%%DATADIR%%/textures/menulogo.png +%%CLIENT%%%%DATADIR%%/textures/mineral_amethyst.png +%%CLIENT%%%%DATADIR%%/textures/mineral_coal.png +%%CLIENT%%%%DATADIR%%/textures/mineral_copper.png +%%CLIENT%%%%DATADIR%%/textures/mineral_gold.png +%%CLIENT%%%%DATADIR%%/textures/mineral_iron.png +%%CLIENT%%%%DATADIR%%/textures/mineral_mithril.png +%%CLIENT%%%%DATADIR%%/textures/mineral_quartz.png +%%CLIENT%%%%DATADIR%%/textures/mineral_ruby.png +%%CLIENT%%%%DATADIR%%/textures/mineral_salt.png +%%CLIENT%%%%DATADIR%%/textures/mineral_sapphire.png +%%CLIENT%%%%DATADIR%%/textures/mineral_silver.png +%%CLIENT%%%%DATADIR%%/textures/mineral_sunstone.png +%%CLIENT%%%%DATADIR%%/textures/mineral_tin.png +%%CLIENT%%%%DATADIR%%/textures/mineral_turquoise.png +%%CLIENT%%%%DATADIR%%/textures/mithril_block.png +%%CLIENT%%%%DATADIR%%/textures/mithril_dust.png +%%CLIENT%%%%DATADIR%%/textures/mithril_raw.png +%%CLIENT%%%%DATADIR%%/textures/mithril_unbound.png +%%CLIENT%%%%DATADIR%%/textures/mithril_wire.png +%%CLIENT%%%%DATADIR%%/textures/mob_arrow.png +%%CLIENT%%%%DATADIR%%/textures/mob_doe.png +%%CLIENT%%%%DATADIR%%/textures/mob_dungeon_master.png +%%CLIENT%%%%DATADIR%%/textures/mob_fireball.png +%%CLIENT%%%%DATADIR%%/textures/mob_firefly.png +%%CLIENT%%%%DATADIR%%/textures/mob_fish.png +%%CLIENT%%%%DATADIR%%/textures/mob_kitty_gingertabby.png +%%CLIENT%%%%DATADIR%%/textures/mob_kitty_greytabby.png +%%CLIENT%%%%DATADIR%%/textures/mob_kitty_siamese.png +%%CLIENT%%%%DATADIR%%/textures/mob_kitty_white.png +%%CLIENT%%%%DATADIR%%/textures/mob_oerkki.png +%%CLIENT%%%%DATADIR%%/textures/mob_rat.png +%%CLIENT%%%%DATADIR%%/textures/mob_shark.png +%%CLIENT%%%%DATADIR%%/textures/mob_sheared_sheep.png +%%CLIENT%%%%DATADIR%%/textures/mob_sheep.png +%%CLIENT%%%%DATADIR%%/textures/mob_stag.png +%%CLIENT%%%%DATADIR%%/textures/mob_tamestag.png +%%CLIENT%%%%DATADIR%%/textures/mob_tamewolf.png +%%CLIENT%%%%DATADIR%%/textures/mob_wolf.png +%%CLIENT%%%%DATADIR%%/textures/moon.png +%%CLIENT%%%%DATADIR%%/textures/mossycobble.png +%%CLIENT%%%%DATADIR%%/textures/mud.png +%%CLIENT%%%%DATADIR%%/textures/mush.png +%%CLIENT%%%%DATADIR%%/textures/nc_back.png +%%CLIENT%%%%DATADIR%%/textures/nc_front.png +%%CLIENT%%%%DATADIR%%/textures/nc_rb.png +%%CLIENT%%%%DATADIR%%/textures/nc_side.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_black.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_blue.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_green.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_orange.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_purple.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_red.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_space.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_white.png +%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_yellow.png +%%CLIENT%%%%DATADIR%%/textures/painting.png +%%CLIENT%%%%DATADIR%%/textures/painting_blue.png +%%CLIENT%%%%DATADIR%%/textures/painting_canvas.png +%%CLIENT%%%%DATADIR%%/textures/painting_green.png +%%CLIENT%%%%DATADIR%%/textures/painting_red.png +%%CLIENT%%%%DATADIR%%/textures/painting_white.png +%%CLIENT%%%%DATADIR%%/textures/paper.png +%%CLIENT%%%%DATADIR%%/textures/papyrus.png +%%CLIENT%%%%DATADIR%%/textures/parcel.png +%%CLIENT%%%%DATADIR%%/textures/parcel_bottom.png +%%CLIENT%%%%DATADIR%%/textures/parcel_top.png +%%CLIENT%%%%DATADIR%%/textures/pine.png +%%CLIENT%%%%DATADIR%%/textures/pine_plank.png +%%CLIENT%%%%DATADIR%%/textures/plant_coffee.png +%%CLIENT%%%%DATADIR%%/textures/plant_tea.png +%%CLIENT%%%%DATADIR%%/textures/potato_starch.png +%%CLIENT%%%%DATADIR%%/textures/pressureplate_stone_top.png +%%CLIENT%%%%DATADIR%%/textures/pressureplate_wood_top.png +%%CLIENT%%%%DATADIR%%/textures/progress_ring.png +%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie.png +%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie_raw.png +%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie_slice.png +%%CLIENT%%%%DATADIR%%/textures/pumpkin_slice.png +%%CLIENT%%%%DATADIR%%/textures/quartz_block.png +%%CLIENT%%%%DATADIR%%/textures/quartz_dust.png +%%CLIENT%%%%DATADIR%%/textures/rail.png +%%CLIENT%%%%DATADIR%%/textures/rat.png +%%CLIENT%%%%DATADIR%%/textures/resin.png +%%CLIENT%%%%DATADIR%%/textures/ringbg.png +%%CLIENT%%%%DATADIR%%/textures/roast_potato.png +%%CLIENT%%%%DATADIR%%/textures/rooftile_asphalt.png +%%CLIENT%%%%DATADIR%%/textures/rooftile_stone.png +%%CLIENT%%%%DATADIR%%/textures/rooftile_terracotta.png +%%CLIENT%%%%DATADIR%%/textures/rooftile_thatch.png +%%CLIENT%%%%DATADIR%%/textures/rooftile_wood.png +%%CLIENT%%%%DATADIR%%/textures/roughstone.png +%%CLIENT%%%%DATADIR%%/textures/roughstone_block.png +%%CLIENT%%%%DATADIR%%/textures/roughstone_brick.png +%%CLIENT%%%%DATADIR%%/textures/safe_lock.png +%%CLIENT%%%%DATADIR%%/textures/safe_side.png +%%CLIENT%%%%DATADIR%%/textures/safe_top.png +%%CLIENT%%%%DATADIR%%/textures/salt.png +%%CLIENT%%%%DATADIR%%/textures/saltpeter.png +%%CLIENT%%%%DATADIR%%/textures/sand.png +%%CLIENT%%%%DATADIR%%/textures/sand_desert.png +%%CLIENT%%%%DATADIR%%/textures/sandstone.png +%%CLIENT%%%%DATADIR%%/textures/sandstone_block.png +%%CLIENT%%%%DATADIR%%/textures/sandstone_brick.png +%%CLIENT%%%%DATADIR%%/textures/sapling.png +%%CLIENT%%%%DATADIR%%/textures/sign.png +%%CLIENT%%%%DATADIR%%/textures/sign_back.png +%%CLIENT%%%%DATADIR%%/textures/sign_back_ud.png +%%CLIENT%%%%DATADIR%%/textures/sign_front.png +%%CLIENT%%%%DATADIR%%/textures/sign_front_ud.png +%%CLIENT%%%%DATADIR%%/textures/sign_lock.png +%%CLIENT%%%%DATADIR%%/textures/sign_lock_ud.png +%%CLIENT%%%%DATADIR%%/textures/sign_wall.png +%%CLIENT%%%%DATADIR%%/textures/sign_wall_lock.png +%%CLIENT%%%%DATADIR%%/textures/silver_block.png +%%CLIENT%%%%DATADIR%%/textures/silver_ingot.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_black.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_blue.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_brown.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_green.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_orange.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_purple.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_red.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_white.png +%%CLIENT%%%%DATADIR%%/textures/skins/eyes_yellow.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_dark_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_dark_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_fair_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_fair_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_tanned_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_tanned_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_dark_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_dark_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_fair_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_fair_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_tanned_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_tanned_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_dark_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_dark_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_fair_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_fair_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_tanned_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_tanned_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_dark_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_dark_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_fair_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_fair_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_tanned_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_tanned_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/face_human_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/gender_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/gender_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blonde_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blonde_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blue_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blue_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_brown_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_brown_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_orange_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_orange_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_purple_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_purple_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blonde_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blonde_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blue_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blue_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_brown_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_brown_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_orange_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_orange_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_purple_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_purple_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blonde_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blonde_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blue_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blue_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_brown_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_brown_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_orange_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_orange_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_purple_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_purple_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_black_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_black_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blonde_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blonde_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blue_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blue_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_brown_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_brown_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_green_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_green_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_orange_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_orange_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_purple_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_purple_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_red_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_red_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_white_F.png +%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_white_M.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_black.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_dark.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_fair.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_green.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_red.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_tanned.png +%%CLIENT%%%%DATADIR%%/textures/skins/skintone_white.png +%%CLIENT%%%%DATADIR%%/textures/snow.png +%%CLIENT%%%%DATADIR%%/textures/snow_ball.png +%%CLIENT%%%%DATADIR%%/textures/snow_side.png +%%CLIENT%%%%DATADIR%%/textures/snowman.png +%%CLIENT%%%%DATADIR%%/textures/snowman_front.png +%%CLIENT%%%%DATADIR%%/textures/snowman_top.png +%%CLIENT%%%%DATADIR%%/textures/spacerock.png +%%CLIENT%%%%DATADIR%%/textures/sponge.png +%%CLIENT%%%%DATADIR%%/textures/sponge_full.png +%%CLIENT%%%%DATADIR%%/textures/steam.png +%%CLIENT%%%%DATADIR%%/textures/steel_block.png +%%CLIENT%%%%DATADIR%%/textures/steel_bottle.png +%%CLIENT%%%%DATADIR%%/textures/steel_ingot.png +%%CLIENT%%%%DATADIR%%/textures/stick.png +%%CLIENT%%%%DATADIR%%/textures/stone.png +%%CLIENT%%%%DATADIR%%/textures/stone_tile.png +%%CLIENT%%%%DATADIR%%/textures/stoneblock.png +%%CLIENT%%%%DATADIR%%/textures/stonebrick.png +%%CLIENT%%%%DATADIR%%/textures/string.png +%%CLIENT%%%%DATADIR%%/textures/sun.png +%%CLIENT%%%%DATADIR%%/textures/tea_bag.png +%%CLIENT%%%%DATADIR%%/textures/tea_leaves.png +%%CLIENT%%%%DATADIR%%/textures/terracotta.png +%%CLIENT%%%%DATADIR%%/textures/terracotta_block.png +%%CLIENT%%%%DATADIR%%/textures/terracotta_brick.png +%%CLIENT%%%%DATADIR%%/textures/terracotta_tile.png +%%CLIENT%%%%DATADIR%%/textures/tin_block.png +%%CLIENT%%%%DATADIR%%/textures/tin_ingot.png +%%CLIENT%%%%DATADIR%%/textures/tnt.png +%%CLIENT%%%%DATADIR%%/textures/tnt_bottom.png +%%CLIENT%%%%DATADIR%%/textures/tnt_stick.png +%%CLIENT%%%%DATADIR%%/textures/tnt_top.png +%%CLIENT%%%%DATADIR%%/textures/tool_bow.png +%%CLIENT%%%%DATADIR%%/textures/tool_creativepick.png +%%CLIENT%%%%DATADIR%%/textures/tool_fire_starter.png +%%CLIENT%%%%DATADIR%%/textures/tool_flintaxe.png +%%CLIENT%%%%DATADIR%%/textures/tool_flintpick.png +%%CLIENT%%%%DATADIR%%/textures/tool_flintshears.png +%%CLIENT%%%%DATADIR%%/textures/tool_flintshovel.png +%%CLIENT%%%%DATADIR%%/textures/tool_flintspear.png +%%CLIENT%%%%DATADIR%%/textures/tool_key.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_axe.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_key.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_pick.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_axe.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_pick.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_shovel.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_spear.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_sword.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_shovel.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_spear.png +%%CLIENT%%%%DATADIR%%/textures/tool_mithril_sword.png +%%CLIENT%%%%DATADIR%%/textures/tool_mob_spawner.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_dontbreak.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_fast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_flame.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_longlast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_more.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_dontbreak.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_fast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_flame.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_longlast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_more.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_dontbreak.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_fast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_flame.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_longlast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_more.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_dontbreak.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_fast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_flame.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_longlast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_more.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_dontbreak.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_fast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_flame.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_longlast.png +%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_more.png +%%CLIENT%%%%DATADIR%%/textures/tool_smallaxe.png +%%CLIENT%%%%DATADIR%%/textures/tool_smallpick.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelaxe.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelbucket.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelpick.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelshears.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelshovel.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelspear.png +%%CLIENT%%%%DATADIR%%/textures/tool_steelsword.png +%%CLIENT%%%%DATADIR%%/textures/tool_stoneaxe.png +%%CLIENT%%%%DATADIR%%/textures/tool_stonepick.png +%%CLIENT%%%%DATADIR%%/textures/tool_stoneshovel.png +%%CLIENT%%%%DATADIR%%/textures/tool_stonespear.png +%%CLIENT%%%%DATADIR%%/textures/tool_stonesword.png +%%CLIENT%%%%DATADIR%%/textures/tool_tinbucket.png +%%CLIENT%%%%DATADIR%%/textures/tool_trowel.png +%%CLIENT%%%%DATADIR%%/textures/tool_woodbucket.png +%%CLIENT%%%%DATADIR%%/textures/tool_woodclub.png +%%CLIENT%%%%DATADIR%%/textures/torch.png +%%CLIENT%%%%DATADIR%%/textures/torch_inventory.png +%%CLIENT%%%%DATADIR%%/textures/track_rail.png +%%CLIENT%%%%DATADIR%%/textures/track_tie.png +%%CLIENT%%%%DATADIR%%/textures/tree.png +%%CLIENT%%%%DATADIR%%/textures/tree_top.png +%%CLIENT%%%%DATADIR%%/textures/treeprop.png +%%CLIENT%%%%DATADIR%%/textures/trellis.png +%%CLIENT%%%%DATADIR%%/textures/unknown_block.png +%%CLIENT%%%%DATADIR%%/textures/unknown_item.png +%%CLIENT%%%%DATADIR%%/textures/water.png +%%CLIENT%%%%DATADIR%%/textures/water_droplet.png +%%CLIENT%%%%DATADIR%%/textures/wieldhand.png +%%CLIENT%%%%DATADIR%%/textures/wildgrass_long.png +%%CLIENT%%%%DATADIR%%/textures/wildgrass_short.png +%%CLIENT%%%%DATADIR%%/textures/wood.png +%%CLIENT%%%%DATADIR%%/textures/wood_plank.png +%%CLIENT%%%%DATADIR%%/textures/wood_tile.png