FreeBSD Bugzilla – Attachment 158009 Details for
Bug 201069
[New Port] games/voxelands: A voxel sandbox game forked from minetest
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shell archive of port files
voxelands.shar (text/plain), 69.00 KB, created by
Menche
on 2015-06-23 08:11:51 UTC
(
hide
)
Description:
shell archive of port files
Filename:
MIME Type:
Creator:
Menche
Created:
2015-06-23 08:11:51 UTC
Size:
69.00 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># voxelands ># voxelands/Makefile ># voxelands/pkg-descr ># voxelands/distinfo ># voxelands/pkg-plist ># >echo c - voxelands >mkdir -p voxelands > /dev/null 2>&1 >echo x - voxelands/Makefile >sed 's/^X//' >voxelands/Makefile << '99784c4c15f4c7a3c660b2f0bcf4e7ff' >X# $FreeBSD$ >X >XPORTNAME= voxelands >XPORTVERSION= 1506.00 >XCATEGORIES= games >XMASTER_SITES= http://voxelands.com/downloads/ >XDISTNAME= ${PORTNAME}-${PORTVERSION}-src >X >XMAINTAINER= dcmenche@gmail.com >XCOMMENT= Fun-focused voxel sandbox game >X >XLICENSE= GPL3 >X >XLIB_DEPENDS= libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht >X >XUSES= cmake tar:bzip2 >X >XOPTIONS_SUB= yes >X >XOPTIONS_DEFINE= SOUND SQLITE3 >XSOUND_DESC= Enable menu background music and in-game sound effects >XSQLITE3_DESC= Use sqlite3 from ports instead of bundled version >X >XOPTIONS_MULTI= BINARIES >XOPTIONS_MULTI_BINARIES= CLIENT SERVER >XCLIENT_DESC= Build the full client as 'voxelands' >XSERVER_DESC= Build the standalone server as 'voxelands-server' >X >XOPTIONS_DEFAULT= SOUND CLIENT SERVER >X >XSOUND_CMAKE_ON= -DENABLE_AUDIO=1 >XSOUND_CMAKE_OFF= -DENABLE_AUDIO=0 >XSOUND_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ >X libogg.so:${PORTSDIR}/audio/libogg \ >X libopenal.so:${PORTSDIR}/audio/openal-soft >XSQLITE3_CMAKE_OFF= -DSQLITE3_INCLUDE_DIR=SQLITE3_INCLUDE_DIR-NOTFOUND \ >X SQLITE3_LIBRARY=SQLITE3_LIBRARY-NOTFOUND >XSQLITE3_LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 >XCLIENT_CMAKE_ON= -DBUILD_CLIENT=1 >XCLIENT_CMAKE_OFF= -DBUILD_CLIENT=0 >XCLIENT_LIB_DEPENDS= libpng16.so:${PORTSDIR}/graphics/png \ >X libjpeg.so:${PORTSDIR}/graphics/jpeg \ >X libfreetype.so:${PORTSDIR}/print/freetype2 >XSERVER_CMAKE_ON= -DBUILD_SERVER=1 >XSERVER_CMAKE_OFF= -DBUILD_SERVER=0 >X >XLDFLAGS+= -L${PREFIX}/lib >X >XWRKSRC= ${WRKDIR}/${PORTNAME} >X >X.include <bsd.port.options.mk> >X.include <bsd.port.mk> >99784c4c15f4c7a3c660b2f0bcf4e7ff >echo x - voxelands/pkg-descr >sed 's/^X//' >voxelands/pkg-descr << 'eb62218bd8966acac3bbee0f572f26b8' >XVoxelands is a sandbox construction game based on Minetest, >Xwhich was inspired by earlier "voxel world" games such as Infiniminer. >XGameplay puts players in a fully destructible 3D game world where they >Xcan place and dig numerous types of blocks, items and creatures using >Xa variety of tools. >X >XWWW: http://voxelands.com >eb62218bd8966acac3bbee0f572f26b8 >echo x - voxelands/distinfo >sed 's/^X//' >voxelands/distinfo << 'e7bcf91051893d3058fe18fa169f3da9' >XSHA256 (voxelands-1506.00-src.tar.bz2) = de0052401bb98f41b41bd4b8a0f3ea71e2469d3de2175edde93f8bdd5bfc0249 >XSIZE (voxelands-1506.00-src.tar.bz2) = 9214646 >e7bcf91051893d3058fe18fa169f3da9 >echo x - voxelands/pkg-plist >sed 's/^X//' >voxelands/pkg-plist << '6bfb5fe53b88ab782090b3a589df1038' >X%%CLIENT%%bin/voxelands >X%%SERVER%%bin/voxelands-server >X%%CLIENT%%share/applications/voxelands.desktop >X%%PORTDOCS%%%%DOCSDIR%%/README.txt >X%%PORTDOCS%%%%DOCSDIR%%/changelog.txt >X%%PORTDOCS%%%%DOCSDIR%%/voxelands.conf.example >X%%CLIENT%%share/icons/hicolor/128x128/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/16x16/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/192x192/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/22x22/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/24x24/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/32x32/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/48x48/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/64x64/apps/voxelands.png >X%%CLIENT%%share/icons/hicolor/scalable/apps/voxelands.svg >X%%SERVER%%share/man/man6/voxelands-server.6 >X%%CLIENT%%share/man/man6/voxelands.6 >X%%CLIENT%%%%DATADIR%%/fonts/liberationsans.ttf >X%%SERVER%%%%DATADIR%%/html/footer.html >X%%SERVER%%%%DATADIR%%/html/header.html >X%%DATADIR%%/locale/da/voxelands.mo >X%%DATADIR%%/locale/de/voxelands.mo >X%%DATADIR%%/locale/es/voxelands.mo >X%%DATADIR%%/locale/fr/voxelands.mo >X%%DATADIR%%/locale/it/voxelands.mo >X%%DATADIR%%/locale/ja/voxelands.mo >X%%DATADIR%%/locale/jbo/voxelands.mo >X%%DATADIR%%/locale/nl/voxelands.mo >X%%DATADIR%%/locale/pl/voxelands.mo >X%%DATADIR%%/locale/pt_BR/voxelands.mo >X%%DATADIR%%/locale/ru/voxelands.mo >X%%DATADIR%%/locale/vi/voxelands.mo >X%%CLIENT%%%%DATADIR%%/models/character.b3d >X%%CLIENT%%%%DATADIR%%/models/doe.b3d >X%%CLIENT%%%%DATADIR%%/models/dungeon_master.b3d >X%%CLIENT%%%%DATADIR%%/models/fish.b3d >X%%CLIENT%%%%DATADIR%%/models/oerkki.x >X%%CLIENT%%%%DATADIR%%/models/rat.x >X%%CLIENT%%%%DATADIR%%/models/shark.b3d >X%%CLIENT%%%%DATADIR%%/models/sheep.b3d >X%%CLIENT%%%%DATADIR%%/models/stag.b3d >X%%CLIENT%%%%DATADIR%%/models/wolf.b3d >X%%CLIENT%%%%DATADIR%%/sounds/bg_charcreator.ogg >X%%CLIENT%%%%DATADIR%%/sounds/bg_mainmenu.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_dirt.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_glass.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_liquid.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_miss.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_mob.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_plant.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_stone.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/dig_wood.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_doorclose.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_dooropen.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_fire.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_lava.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_piston.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_steam.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_teleport.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_tnt.ogg >X%%CLIENT%%%%DATADIR%%/sounds/env_water.ogg >X%%CLIENT%%%%DATADIR%%/sounds/low_energy_F.ogg >X%%CLIENT%%%%DATADIR%%/sounds/low_energy_M.ogg >X%%CLIENT%%%%DATADIR%%/sounds/mob_deer_env.ogg >X%%CLIENT%%%%DATADIR%%/sounds/mob_ducksheep_env.ogg >X%%CLIENT%%%%DATADIR%%/sounds/mob_oerkki_spawn.ogg >X%%CLIENT%%%%DATADIR%%/sounds/mob_sheep_env.ogg >X%%CLIENT%%%%DATADIR%%/sounds/mob_wolf_hit.ogg >X%%CLIENT%%%%DATADIR%%/sounds/mob_wolf_spawn.ogg >X%%CLIENT%%%%DATADIR%%/sounds/open_book.ogg >X%%CLIENT%%%%DATADIR%%/sounds/open_chest.ogg >X%%CLIENT%%%%DATADIR%%/sounds/open_menu.ogg >X%%CLIENT%%%%DATADIR%%/sounds/place_liquid.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/place_node.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/place_node.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/place_node.3.ogg >X%%CLIENT%%%%DATADIR%%/sounds/player_hurt_F.ogg >X%%CLIENT%%%%DATADIR%%/sounds/player_hurt_M.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_dirt.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_dirt.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_glass.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_grass.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_grass.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_liquid.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_liquid.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_plant.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_plant.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_stone.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_stone.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_stone.3.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_stone.4.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_wood.1.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_wood.2.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_wood.3.ogg >X%%CLIENT%%%%DATADIR%%/sounds/step_wood.4.ogg >X%%CLIENT%%%%DATADIR%%/sounds/use_drink.ogg >X%%CLIENT%%%%DATADIR%%/sounds/use_eat.ogg >X%%CLIENT%%%%DATADIR%%/sounds/wield_item.ogg >X%%CLIENT%%%%DATADIR%%/textures/apple.png >X%%CLIENT%%%%DATADIR%%/textures/apple_blossom.png >X%%CLIENT%%%%DATADIR%%/textures/apple_iron.png >X%%CLIENT%%%%DATADIR%%/textures/apple_leaves.png >X%%CLIENT%%%%DATADIR%%/textures/apple_pie.png >X%%CLIENT%%%%DATADIR%%/textures/apple_pie_raw.png >X%%CLIENT%%%%DATADIR%%/textures/apple_pie_slice.png >X%%CLIENT%%%%DATADIR%%/textures/apple_sapling.png >X%%CLIENT%%%%DATADIR%%/textures/apple_tree.png >X%%CLIENT%%%%DATADIR%%/textures/apple_tree_top.png >X%%CLIENT%%%%DATADIR%%/textures/arrow.png >X%%CLIENT%%%%DATADIR%%/textures/ash.png >X%%CLIENT%%%%DATADIR%%/textures/bed_black_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_blue_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/bed_end.png >X%%CLIENT%%%%DATADIR%%/textures/bed_green_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_head.png >X%%CLIENT%%%%DATADIR%%/textures/bed_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_orange_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_purple_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_red_inv.png >X%%CLIENT%%%%DATADIR%%/textures/bed_side.png >X%%CLIENT%%%%DATADIR%%/textures/bed_side_head.png >X%%CLIENT%%%%DATADIR%%/textures/bed_top.png >X%%CLIENT%%%%DATADIR%%/textures/bed_yellow_inv.png >X%%CLIENT%%%%DATADIR%%/textures/book_cook_cover.png >X%%CLIENT%%%%DATADIR%%/textures/book_cook_end.png >X%%CLIENT%%%%DATADIR%%/textures/book_cook_side.png >X%%CLIENT%%%%DATADIR%%/textures/book_cover.png >X%%CLIENT%%%%DATADIR%%/textures/book_craft_cover.png >X%%CLIENT%%%%DATADIR%%/textures/book_craft_end.png >X%%CLIENT%%%%DATADIR%%/textures/book_craft_side.png >X%%CLIENT%%%%DATADIR%%/textures/book_decraft_cover.png >X%%CLIENT%%%%DATADIR%%/textures/book_decraft_end.png >X%%CLIENT%%%%DATADIR%%/textures/book_decraft_side.png >X%%CLIENT%%%%DATADIR%%/textures/book_diary_cover.png >X%%CLIENT%%%%DATADIR%%/textures/book_diary_end.png >X%%CLIENT%%%%DATADIR%%/textures/book_diary_side.png >X%%CLIENT%%%%DATADIR%%/textures/book_end.png >X%%CLIENT%%%%DATADIR%%/textures/book_side.png >X%%CLIENT%%%%DATADIR%%/textures/bookshelf_book.png >X%%CLIENT%%%%DATADIR%%/textures/bookshelf_book_top.png >X%%CLIENT%%%%DATADIR%%/textures/bookshelf_front.png >X%%CLIENT%%%%DATADIR%%/textures/bookshelf_side.png >X%%CLIENT%%%%DATADIR%%/textures/bookshelf_top.png >X%%CLIENT%%%%DATADIR%%/textures/borderstone.png >X%%CLIENT%%%%DATADIR%%/textures/bread.png >X%%CLIENT%%%%DATADIR%%/textures/brick.png >X%%CLIENT%%%%DATADIR%%/textures/brick_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/brick_side.png >X%%CLIENT%%%%DATADIR%%/textures/brick_slab_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/brick_slab_top.png >X%%CLIENT%%%%DATADIR%%/textures/brick_stair_front.png >X%%CLIENT%%%%DATADIR%%/textures/brick_stair_top.png >X%%CLIENT%%%%DATADIR%%/textures/brick_top.png >X%%CLIENT%%%%DATADIR%%/textures/bubble.png >X%%CLIENT%%%%DATADIR%%/textures/cactus_blossom.png >X%%CLIENT%%%%DATADIR%%/textures/cactus_flower.png >X%%CLIENT%%%%DATADIR%%/textures/cactus_fruit.png >X%%CLIENT%%%%DATADIR%%/textures/cactus_side.png >X%%CLIENT%%%%DATADIR%%/textures/cactus_top.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_black.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_blue.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_green.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_orange.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_purple.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_red.png >X%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/carrot_cake.png >X%%CLIENT%%%%DATADIR%%/textures/carrot_cake_raw.png >X%%CLIENT%%%%DATADIR%%/textures/cauldron_inner.png >X%%CLIENT%%%%DATADIR%%/textures/cauldron_outer.png >X%%CLIENT%%%%DATADIR%%/textures/character.png >X%%CLIENT%%%%DATADIR%%/textures/charcoal.png >X%%CLIENT%%%%DATADIR%%/textures/chest_creative.png >X%%CLIENT%%%%DATADIR%%/textures/chest_front.png >X%%CLIENT%%%%DATADIR%%/textures/chest_lock.png >X%%CLIENT%%%%DATADIR%%/textures/chest_side.png >X%%CLIENT%%%%DATADIR%%/textures/chest_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_gate.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_gate_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_lamp.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston_active.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_piston_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_reactor.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_reactor_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_reactor_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_repeater.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_repeater_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_solarpanel_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_stickypiston_arm_top.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_switch_active_front.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_switch_front.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_waterwheel.png >X%%CLIENT%%%%DATADIR%%/textures/circuit_waterwheel_side.png >X%%CLIENT%%%%DATADIR%%/textures/clay.png >X%%CLIENT%%%%DATADIR%%/textures/clay_black.png >X%%CLIENT%%%%DATADIR%%/textures/clay_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clay_brick.png >X%%CLIENT%%%%DATADIR%%/textures/clay_green.png >X%%CLIENT%%%%DATADIR%%/textures/clay_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clay_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clay_red.png >X%%CLIENT%%%%DATADIR%%/textures/clay_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clock.png >X%%CLIENT%%%%DATADIR%%/textures/clock_front.png >X%%CLIENT%%%%DATADIR%%/textures/clock_numbers.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_boots_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_gold.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_iron.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_quartz.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_silver.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_tin.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_necklace_leather.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_pants_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_gold.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_iron.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_quartz.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_silver.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_tin.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_necklace_leather.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_spaceboots.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_spacehelmet.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_spacepants.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_spaceshirt.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_copper.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_fur.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_space.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_steel.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_brown.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_spaceboots.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_spacehelmet.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_spacepants.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_spaceshirt.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_white.png >X%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/cloud.png >X%%CLIENT%%%%DATADIR%%/textures/coal.png >X%%CLIENT%%%%DATADIR%%/textures/cobble.png >X%%CLIENT%%%%DATADIR%%/textures/coffee_beans.png >X%%CLIENT%%%%DATADIR%%/textures/conifer_leaves.png >X%%CLIENT%%%%DATADIR%%/textures/conifer_sapling.png >X%%CLIENT%%%%DATADIR%%/textures/conifer_tree.png >X%%CLIENT%%%%DATADIR%%/textures/conifer_tree_top.png >X%%CLIENT%%%%DATADIR%%/textures/cooked_fish.png >X%%CLIENT%%%%DATADIR%%/textures/cooked_meat.png >X%%CLIENT%%%%DATADIR%%/textures/cooked_rat.png >X%%CLIENT%%%%DATADIR%%/textures/copper_block.png >X%%CLIENT%%%%DATADIR%%/textures/copper_ingot.png >X%%CLIENT%%%%DATADIR%%/textures/copper_wire.png >X%%CLIENT%%%%DATADIR%%/textures/copper_wire_inv.png >X%%CLIENT%%%%DATADIR%%/textures/cotton.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_black.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_blue.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_green.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_orange.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_purple.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_red.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_black.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_blue.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_green.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_orange.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_purple.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_red.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/cotton_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/crack.png >X%%CLIENT%%%%DATADIR%%/textures/crosshair_focused.png >X%%CLIENT%%%%DATADIR%%/textures/crosshair_unfocused.png >X%%CLIENT%%%%DATADIR%%/textures/crowbar.png >X%%CLIENT%%%%DATADIR%%/textures/dead_vine.png >X%%CLIENT%%%%DATADIR%%/textures/deadgrass.png >X%%CLIENT%%%%DATADIR%%/textures/dirt.png >X%%CLIENT%%%%DATADIR%%/textures/door_glass_b.png >X%%CLIENT%%%%DATADIR%%/textures/door_glass_inv.png >X%%CLIENT%%%%DATADIR%%/textures/door_glass_t.png >X%%CLIENT%%%%DATADIR%%/textures/door_steel_b.png >X%%CLIENT%%%%DATADIR%%/textures/door_steel_inv.png >X%%CLIENT%%%%DATADIR%%/textures/door_steel_t.png >X%%CLIENT%%%%DATADIR%%/textures/door_steel_w_inv.png >X%%CLIENT%%%%DATADIR%%/textures/door_steel_wb.png >X%%CLIENT%%%%DATADIR%%/textures/door_steel_wt.png >X%%CLIENT%%%%DATADIR%%/textures/door_wood_b.png >X%%CLIENT%%%%DATADIR%%/textures/door_wood_inv.png >X%%CLIENT%%%%DATADIR%%/textures/door_wood_t.png >X%%CLIENT%%%%DATADIR%%/textures/door_wood_w_inv.png >X%%CLIENT%%%%DATADIR%%/textures/door_wood_wb.png >X%%CLIENT%%%%DATADIR%%/textures/door_wood_wt.png >X%%CLIENT%%%%DATADIR%%/textures/dough.png >X%%CLIENT%%%%DATADIR%%/textures/drink_apple.png >X%%CLIENT%%%%DATADIR%%/textures/drink_grape.png >X%%CLIENT%%%%DATADIR%%/textures/drink_water.png >X%%CLIENT%%%%DATADIR%%/textures/dye_black.png >X%%CLIENT%%%%DATADIR%%/textures/dye_blue.png >X%%CLIENT%%%%DATADIR%%/textures/dye_green.png >X%%CLIENT%%%%DATADIR%%/textures/dye_orange.png >X%%CLIENT%%%%DATADIR%%/textures/dye_purple.png >X%%CLIENT%%%%DATADIR%%/textures/dye_red.png >X%%CLIENT%%%%DATADIR%%/textures/dye_white.png >X%%CLIENT%%%%DATADIR%%/textures/dye_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/farm_beetroot.png >X%%CLIENT%%%%DATADIR%%/textures/farm_carrot.png >X%%CLIENT%%%%DATADIR%%/textures/farm_cotton.png >X%%CLIENT%%%%DATADIR%%/textures/farm_grapevine.png >X%%CLIENT%%%%DATADIR%%/textures/farm_melon.png >X%%CLIENT%%%%DATADIR%%/textures/farm_melon_top.png >X%%CLIENT%%%%DATADIR%%/textures/farm_potato.png >X%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin.png >X%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin_jack.png >X%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin_top.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_beetroot.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_carrot.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_coffee.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_cotton.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_grape.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_melon.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_potato.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_pumpkin.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_tea.png >X%%CLIENT%%%%DATADIR%%/textures/farm_seeds_wheat.png >X%%CLIENT%%%%DATADIR%%/textures/farm_wheat.png >X%%CLIENT%%%%DATADIR%%/textures/fence.png >X%%CLIENT%%%%DATADIR%%/textures/fence_steel.png >X%%CLIENT%%%%DATADIR%%/textures/fence_steel_top.png >X%%CLIENT%%%%DATADIR%%/textures/fence_top.png >X%%CLIENT%%%%DATADIR%%/textures/fertilizer.png >X%%CLIENT%%%%DATADIR%%/textures/fertilizer_item.png >X%%CLIENT%%%%DATADIR%%/textures/fire.png >X%%CLIENT%%%%DATADIR%%/textures/firefly.png >X%%CLIENT%%%%DATADIR%%/textures/fish.png >X%%CLIENT%%%%DATADIR%%/textures/flag.png >X%%CLIENT%%%%DATADIR%%/textures/flag_black.png >X%%CLIENT%%%%DATADIR%%/textures/flag_blue.png >X%%CLIENT%%%%DATADIR%%/textures/flag_green.png >X%%CLIENT%%%%DATADIR%%/textures/flag_orange.png >X%%CLIENT%%%%DATADIR%%/textures/flag_purple.png >X%%CLIENT%%%%DATADIR%%/textures/flag_red.png >X%%CLIENT%%%%DATADIR%%/textures/flag_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/flash.png >X%%CLIENT%%%%DATADIR%%/textures/flour.png >X%%CLIENT%%%%DATADIR%%/textures/flower_daffodil.png >X%%CLIENT%%%%DATADIR%%/textures/flower_pot.png >X%%CLIENT%%%%DATADIR%%/textures/flower_pot_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw.png >X%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw_top.png >X%%CLIENT%%%%DATADIR%%/textures/flower_pot_top.png >X%%CLIENT%%%%DATADIR%%/textures/flower_rose.png >X%%CLIENT%%%%DATADIR%%/textures/flower_stem.png >X%%CLIENT%%%%DATADIR%%/textures/flower_tulip.png >X%%CLIENT%%%%DATADIR%%/textures/fontlucida.png >X%%CLIENT%%%%DATADIR%%/textures/fur.png >X%%CLIENT%%%%DATADIR%%/textures/fur_black.png >X%%CLIENT%%%%DATADIR%%/textures/fur_blue.png >X%%CLIENT%%%%DATADIR%%/textures/fur_green.png >X%%CLIENT%%%%DATADIR%%/textures/fur_orange.png >X%%CLIENT%%%%DATADIR%%/textures/fur_purple.png >X%%CLIENT%%%%DATADIR%%/textures/fur_red.png >X%%CLIENT%%%%DATADIR%%/textures/fur_white.png >X%%CLIENT%%%%DATADIR%%/textures/fur_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/furnace_front.png >X%%CLIENT%%%%DATADIR%%/textures/furnace_front_active.png >X%%CLIENT%%%%DATADIR%%/textures/furnace_lock.png >X%%CLIENT%%%%DATADIR%%/textures/furnace_lock_active.png >X%%CLIENT%%%%DATADIR%%/textures/furnace_side.png >X%%CLIENT%%%%DATADIR%%/textures/furnace_top.png >X%%CLIENT%%%%DATADIR%%/textures/gate_steel.png >X%%CLIENT%%%%DATADIR%%/textures/gate_steel_inv.png >X%%CLIENT%%%%DATADIR%%/textures/gate_wood.png >X%%CLIENT%%%%DATADIR%%/textures/gate_wood_inv.png >X%%CLIENT%%%%DATADIR%%/textures/glass.png >X%%CLIENT%%%%DATADIR%%/textures/glass_black.png >X%%CLIENT%%%%DATADIR%%/textures/glass_blue.png >X%%CLIENT%%%%DATADIR%%/textures/glass_bottle.png >X%%CLIENT%%%%DATADIR%%/textures/glass_green.png >X%%CLIENT%%%%DATADIR%%/textures/glass_orange.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_black_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_blue_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_green_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_orange_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_purple_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_red_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_pane_yellow_side.png >X%%CLIENT%%%%DATADIR%%/textures/glass_purple.png >X%%CLIENT%%%%DATADIR%%/textures/glass_red.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_black.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_blue.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_green.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_orange.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_purple.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_red.png >X%%CLIENT%%%%DATADIR%%/textures/glass_slab_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/glass_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/glasslight.png >X%%CLIENT%%%%DATADIR%%/textures/gold_block.png >X%%CLIENT%%%%DATADIR%%/textures/gold_ingot.png >X%%CLIENT%%%%DATADIR%%/textures/grass.png >X%%CLIENT%%%%DATADIR%%/textures/grass_footsteps.png >X%%CLIENT%%%%DATADIR%%/textures/grass_growing.png >X%%CLIENT%%%%DATADIR%%/textures/grass_side.png >X%%CLIENT%%%%DATADIR%%/textures/gravel.png >X%%CLIENT%%%%DATADIR%%/textures/guide_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/guide_cook_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/guide_cook_end.png >X%%CLIENT%%%%DATADIR%%/textures/guide_cook_side.png >X%%CLIENT%%%%DATADIR%%/textures/guide_cook_top.png >X%%CLIENT%%%%DATADIR%%/textures/guide_craft_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/guide_craft_end.png >X%%CLIENT%%%%DATADIR%%/textures/guide_craft_side.png >X%%CLIENT%%%%DATADIR%%/textures/guide_craft_top.png >X%%CLIENT%%%%DATADIR%%/textures/guide_decraft_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/guide_decraft_end.png >X%%CLIENT%%%%DATADIR%%/textures/guide_decraft_side.png >X%%CLIENT%%%%DATADIR%%/textures/guide_decraft_top.png >X%%CLIENT%%%%DATADIR%%/textures/guide_diary_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/guide_diary_end.png >X%%CLIENT%%%%DATADIR%%/textures/guide_diary_side.png >X%%CLIENT%%%%DATADIR%%/textures/guide_diary_top.png >X%%CLIENT%%%%DATADIR%%/textures/guide_end.png >X%%CLIENT%%%%DATADIR%%/textures/guide_side.png >X%%CLIENT%%%%DATADIR%%/textures/guide_top.png >X%%CLIENT%%%%DATADIR%%/textures/gunpowder.png >X%%CLIENT%%%%DATADIR%%/textures/harvested_beetroot.png >X%%CLIENT%%%%DATADIR%%/textures/harvested_carrot.png >X%%CLIENT%%%%DATADIR%%/textures/harvested_grape.png >X%%CLIENT%%%%DATADIR%%/textures/harvested_potato.png >X%%CLIENT%%%%DATADIR%%/textures/harvested_wheat.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_steel.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_steel_inv.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_steel_w.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_steel_w_inv.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_wood.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_wood_inv.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_wood_w.png >X%%CLIENT%%%%DATADIR%%/textures/hatch_wood_w_inv.png >X%%CLIENT%%%%DATADIR%%/textures/hay_bale.png >X%%CLIENT%%%%DATADIR%%/textures/heart.png >X%%CLIENT%%%%DATADIR%%/textures/ice.png >X%%CLIENT%%%%DATADIR%%/textures/incinerator_front.png >X%%CLIENT%%%%DATADIR%%/textures/incinerator_front_active.png >X%%CLIENT%%%%DATADIR%%/textures/incinerator_side.png >X%%CLIENT%%%%DATADIR%%/textures/incinerator_top.png >X%%CLIENT%%%%DATADIR%%/textures/inventory.png >X%%CLIENT%%%%DATADIR%%/textures/inventory_full.png >X%%CLIENT%%%%DATADIR%%/textures/inventory_max.png >X%%CLIENT%%%%DATADIR%%/textures/jungle_plank.png >X%%CLIENT%%%%DATADIR%%/textures/junglegrass.png >X%%CLIENT%%%%DATADIR%%/textures/jungleleaves.png >X%%CLIENT%%%%DATADIR%%/textures/junglesapling.png >X%%CLIENT%%%%DATADIR%%/textures/jungletree.png >X%%CLIENT%%%%DATADIR%%/textures/jungletree_top.png >X%%CLIENT%%%%DATADIR%%/textures/junglewood.png >X%%CLIENT%%%%DATADIR%%/textures/key.png >X%%CLIENT%%%%DATADIR%%/textures/ladder-old.png >X%%CLIENT%%%%DATADIR%%/textures/ladder.png >X%%CLIENT%%%%DATADIR%%/textures/lava.png >X%%CLIENT%%%%DATADIR%%/textures/leather.png >X%%CLIENT%%%%DATADIR%%/textures/leather_black.png >X%%CLIENT%%%%DATADIR%%/textures/leather_blue.png >X%%CLIENT%%%%DATADIR%%/textures/leather_green.png >X%%CLIENT%%%%DATADIR%%/textures/leather_orange.png >X%%CLIENT%%%%DATADIR%%/textures/leather_purple.png >X%%CLIENT%%%%DATADIR%%/textures/leather_red.png >X%%CLIENT%%%%DATADIR%%/textures/leather_white.png >X%%CLIENT%%%%DATADIR%%/textures/leather_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/leaves.png >X%%CLIENT%%%%DATADIR%%/textures/life_support.png >X%%CLIENT%%%%DATADIR%%/textures/life_support_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/life_support_top.png >X%%CLIENT%%%%DATADIR%%/textures/low_air.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_ash.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_charcoal.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_clay.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_coal.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_copper.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_flint.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_gold.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_iron.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_quartz.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_silver.png >X%%CLIENT%%%%DATADIR%%/textures/lump_of_tin.png >X%%CLIENT%%%%DATADIR%%/textures/meat.png >X%%CLIENT%%%%DATADIR%%/textures/melon_slice.png >X%%CLIENT%%%%DATADIR%%/textures/menulogo.png >X%%CLIENT%%%%DATADIR%%/textures/mese.png >X%%CLIENT%%%%DATADIR%%/textures/mese_dust.png >X%%CLIENT%%%%DATADIR%%/textures/mese_wire.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_coal.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_copper.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_gold.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_iron.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_quartz.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_silver.png >X%%CLIENT%%%%DATADIR%%/textures/mineral_tin.png >X%%CLIENT%%%%DATADIR%%/textures/mob_arrow.png >X%%CLIENT%%%%DATADIR%%/textures/mob_doe.png >X%%CLIENT%%%%DATADIR%%/textures/mob_dungeon_master.png >X%%CLIENT%%%%DATADIR%%/textures/mob_fireball.png >X%%CLIENT%%%%DATADIR%%/textures/mob_firefly.png >X%%CLIENT%%%%DATADIR%%/textures/mob_fish.png >X%%CLIENT%%%%DATADIR%%/textures/mob_oerkki.png >X%%CLIENT%%%%DATADIR%%/textures/mob_rat.png >X%%CLIENT%%%%DATADIR%%/textures/mob_shark.png >X%%CLIENT%%%%DATADIR%%/textures/mob_sheep.png >X%%CLIENT%%%%DATADIR%%/textures/mob_stag.png >X%%CLIENT%%%%DATADIR%%/textures/mob_tamestag.png >X%%CLIENT%%%%DATADIR%%/textures/mob_tamewolf.png >X%%CLIENT%%%%DATADIR%%/textures/mob_wolf.png >X%%CLIENT%%%%DATADIR%%/textures/mossycobble.png >X%%CLIENT%%%%DATADIR%%/textures/mud.png >X%%CLIENT%%%%DATADIR%%/textures/mush.png >X%%CLIENT%%%%DATADIR%%/textures/nc_back.png >X%%CLIENT%%%%DATADIR%%/textures/nc_front.png >X%%CLIENT%%%%DATADIR%%/textures/nc_rb.png >X%%CLIENT%%%%DATADIR%%/textures/nc_side.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_black.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_blue.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_green.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_orange.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_purple.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_red.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_white.png >X%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/painting.png >X%%CLIENT%%%%DATADIR%%/textures/painting_blue.png >X%%CLIENT%%%%DATADIR%%/textures/painting_canvas.png >X%%CLIENT%%%%DATADIR%%/textures/painting_green.png >X%%CLIENT%%%%DATADIR%%/textures/painting_red.png >X%%CLIENT%%%%DATADIR%%/textures/painting_white.png >X%%CLIENT%%%%DATADIR%%/textures/paper.png >X%%CLIENT%%%%DATADIR%%/textures/papyrus.png >X%%CLIENT%%%%DATADIR%%/textures/parcel.png >X%%CLIENT%%%%DATADIR%%/textures/parcel_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/parcel_top.png >X%%CLIENT%%%%DATADIR%%/textures/pine.png >X%%CLIENT%%%%DATADIR%%/textures/pine_plank.png >X%%CLIENT%%%%DATADIR%%/textures/plant_coffee.png >X%%CLIENT%%%%DATADIR%%/textures/plant_tea.png >X%%CLIENT%%%%DATADIR%%/textures/potato_starch.png >X%%CLIENT%%%%DATADIR%%/textures/pressureplate_stone_top.png >X%%CLIENT%%%%DATADIR%%/textures/pressureplate_wood_top.png >X%%CLIENT%%%%DATADIR%%/textures/progress_ring.png >X%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie.png >X%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie_raw.png >X%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie_slice.png >X%%CLIENT%%%%DATADIR%%/textures/pumpkin_slice.png >X%%CLIENT%%%%DATADIR%%/textures/quartz_block.png >X%%CLIENT%%%%DATADIR%%/textures/quartz_dust.png >X%%CLIENT%%%%DATADIR%%/textures/rail.png >X%%CLIENT%%%%DATADIR%%/textures/rat.png >X%%CLIENT%%%%DATADIR%%/textures/resin.png >X%%CLIENT%%%%DATADIR%%/textures/ringbg.png >X%%CLIENT%%%%DATADIR%%/textures/roast_potato.png >X%%CLIENT%%%%DATADIR%%/textures/rooftile_asphalt.png >X%%CLIENT%%%%DATADIR%%/textures/rooftile_stone.png >X%%CLIENT%%%%DATADIR%%/textures/rooftile_terracotta.png >X%%CLIENT%%%%DATADIR%%/textures/rooftile_thatch.png >X%%CLIENT%%%%DATADIR%%/textures/rooftile_wood.png >X%%CLIENT%%%%DATADIR%%/textures/roughstone.png >X%%CLIENT%%%%DATADIR%%/textures/roughstone_block.png >X%%CLIENT%%%%DATADIR%%/textures/roughstone_brick.png >X%%CLIENT%%%%DATADIR%%/textures/safe_lock.png >X%%CLIENT%%%%DATADIR%%/textures/safe_side.png >X%%CLIENT%%%%DATADIR%%/textures/safe_top.png >X%%CLIENT%%%%DATADIR%%/textures/saltpeter.png >X%%CLIENT%%%%DATADIR%%/textures/sand.png >X%%CLIENT%%%%DATADIR%%/textures/sandstone.png >X%%CLIENT%%%%DATADIR%%/textures/sandstone_block.png >X%%CLIENT%%%%DATADIR%%/textures/sandstone_brick.png >X%%CLIENT%%%%DATADIR%%/textures/sapling.png >X%%CLIENT%%%%DATADIR%%/textures/sign.png >X%%CLIENT%%%%DATADIR%%/textures/sign_back.png >X%%CLIENT%%%%DATADIR%%/textures/sign_back_ud.png >X%%CLIENT%%%%DATADIR%%/textures/sign_front.png >X%%CLIENT%%%%DATADIR%%/textures/sign_front_ud.png >X%%CLIENT%%%%DATADIR%%/textures/sign_lock.png >X%%CLIENT%%%%DATADIR%%/textures/sign_lock_ud.png >X%%CLIENT%%%%DATADIR%%/textures/sign_wall.png >X%%CLIENT%%%%DATADIR%%/textures/sign_wall_lock.png >X%%CLIENT%%%%DATADIR%%/textures/silver_block.png >X%%CLIENT%%%%DATADIR%%/textures/silver_ingot.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_black.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_blue.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_brown.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_green.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_orange.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_purple.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_red.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_white.png >X%%CLIENT%%%%DATADIR%%/textures/skins/eyes_yellow.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_dark_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_dark_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_fair_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_fair_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_tanned_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_tanned_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_dark_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_dark_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_fair_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_fair_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_tanned_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_tanned_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_dark_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_dark_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_fair_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_fair_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_tanned_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_tanned_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_dark_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_dark_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_fair_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_fair_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_tanned_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_tanned_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/face_human_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/gender_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/gender_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blonde_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blonde_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blue_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blue_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_brown_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_brown_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_orange_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_orange_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_purple_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_purple_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blonde_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blonde_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blue_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blue_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_brown_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_brown_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_orange_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_orange_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_purple_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_purple_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blonde_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blonde_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blue_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blue_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_brown_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_brown_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_orange_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_orange_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_purple_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_purple_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_black_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_black_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blonde_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blonde_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blue_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blue_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_brown_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_brown_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_green_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_green_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_orange_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_orange_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_purple_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_purple_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_red_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_red_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_white_F.png >X%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_white_M.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_black.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_dark.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_fair.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_green.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_red.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_tanned.png >X%%CLIENT%%%%DATADIR%%/textures/skins/skintone_white.png >X%%CLIENT%%%%DATADIR%%/textures/skybox1.png >X%%CLIENT%%%%DATADIR%%/textures/skybox1_dawn.png >X%%CLIENT%%%%DATADIR%%/textures/skybox1_night.png >X%%CLIENT%%%%DATADIR%%/textures/skybox2.png >X%%CLIENT%%%%DATADIR%%/textures/skybox2_dawn.png >X%%CLIENT%%%%DATADIR%%/textures/skybox2_night.png >X%%CLIENT%%%%DATADIR%%/textures/skybox3.png >X%%CLIENT%%%%DATADIR%%/textures/skybox3_dawn.png >X%%CLIENT%%%%DATADIR%%/textures/skybox3_night.png >X%%CLIENT%%%%DATADIR%%/textures/snow.png >X%%CLIENT%%%%DATADIR%%/textures/snow_ball.png >X%%CLIENT%%%%DATADIR%%/textures/snow_side.png >X%%CLIENT%%%%DATADIR%%/textures/snowman.png >X%%CLIENT%%%%DATADIR%%/textures/snowman_front.png >X%%CLIENT%%%%DATADIR%%/textures/snowman_top.png >X%%CLIENT%%%%DATADIR%%/textures/sponge.png >X%%CLIENT%%%%DATADIR%%/textures/sponge_full.png >X%%CLIENT%%%%DATADIR%%/textures/steam.png >X%%CLIENT%%%%DATADIR%%/textures/steel_block.png >X%%CLIENT%%%%DATADIR%%/textures/steel_bottle.png >X%%CLIENT%%%%DATADIR%%/textures/steel_ingot.png >X%%CLIENT%%%%DATADIR%%/textures/stick.png >X%%CLIENT%%%%DATADIR%%/textures/stone.png >X%%CLIENT%%%%DATADIR%%/textures/stone_tile.png >X%%CLIENT%%%%DATADIR%%/textures/stoneblock.png >X%%CLIENT%%%%DATADIR%%/textures/stonebrick.png >X%%CLIENT%%%%DATADIR%%/textures/string.png >X%%CLIENT%%%%DATADIR%%/textures/tea_leaves.png >X%%CLIENT%%%%DATADIR%%/textures/terracotta.png >X%%CLIENT%%%%DATADIR%%/textures/terracotta_block.png >X%%CLIENT%%%%DATADIR%%/textures/terracotta_brick.png >X%%CLIENT%%%%DATADIR%%/textures/terracotta_tile.png >X%%CLIENT%%%%DATADIR%%/textures/tin_block.png >X%%CLIENT%%%%DATADIR%%/textures/tin_ingot.png >X%%CLIENT%%%%DATADIR%%/textures/tnt.png >X%%CLIENT%%%%DATADIR%%/textures/tnt_bottom.png >X%%CLIENT%%%%DATADIR%%/textures/tnt_stick.png >X%%CLIENT%%%%DATADIR%%/textures/tnt_top.png >X%%CLIENT%%%%DATADIR%%/textures/tool_bow.png >X%%CLIENT%%%%DATADIR%%/textures/tool_fire_starter.png >X%%CLIENT%%%%DATADIR%%/textures/tool_flintaxe.png >X%%CLIENT%%%%DATADIR%%/textures/tool_flintpick.png >X%%CLIENT%%%%DATADIR%%/textures/tool_flintshears.png >X%%CLIENT%%%%DATADIR%%/textures/tool_flintshovel.png >X%%CLIENT%%%%DATADIR%%/textures/tool_flintspear.png >X%%CLIENT%%%%DATADIR%%/textures/tool_mesepick.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelaxe.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelbucket.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelbucket_lava.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelbucket_water.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelpick.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelshears.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelshovel.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelspear.png >X%%CLIENT%%%%DATADIR%%/textures/tool_steelsword.png >X%%CLIENT%%%%DATADIR%%/textures/tool_stoneaxe.png >X%%CLIENT%%%%DATADIR%%/textures/tool_stonepick.png >X%%CLIENT%%%%DATADIR%%/textures/tool_stoneshovel.png >X%%CLIENT%%%%DATADIR%%/textures/tool_stonespear.png >X%%CLIENT%%%%DATADIR%%/textures/tool_stonesword.png >X%%CLIENT%%%%DATADIR%%/textures/tool_tinbucket.png >X%%CLIENT%%%%DATADIR%%/textures/tool_tinbucket_water.png >X%%CLIENT%%%%DATADIR%%/textures/tool_woodaxe.png >X%%CLIENT%%%%DATADIR%%/textures/tool_woodbucket.png >X%%CLIENT%%%%DATADIR%%/textures/tool_woodbucket_water.png >X%%CLIENT%%%%DATADIR%%/textures/tool_woodpick.png >X%%CLIENT%%%%DATADIR%%/textures/tool_woodshovel.png >X%%CLIENT%%%%DATADIR%%/textures/tool_woodsword.png >X%%CLIENT%%%%DATADIR%%/textures/torch.png >X%%CLIENT%%%%DATADIR%%/textures/torch_inventory.png >X%%CLIENT%%%%DATADIR%%/textures/track_rail.png >X%%CLIENT%%%%DATADIR%%/textures/track_tie.png >X%%CLIENT%%%%DATADIR%%/textures/tree.png >X%%CLIENT%%%%DATADIR%%/textures/tree_top.png >X%%CLIENT%%%%DATADIR%%/textures/treeprop.png >X%%CLIENT%%%%DATADIR%%/textures/trellis.png >X%%CLIENT%%%%DATADIR%%/textures/unknown_block.png >X%%CLIENT%%%%DATADIR%%/textures/unknown_item.png >X%%CLIENT%%%%DATADIR%%/textures/water.png >X%%CLIENT%%%%DATADIR%%/textures/wieldhand.png >X%%CLIENT%%%%DATADIR%%/textures/wildgrass_long.png >X%%CLIENT%%%%DATADIR%%/textures/wildgrass_short.png >X%%CLIENT%%%%DATADIR%%/textures/wood.png >X%%CLIENT%%%%DATADIR%%/textures/wood_plank.png >X%%CLIENT%%%%DATADIR%%/textures/wood_tile.png >6bfb5fe53b88ab782090b3a589df1038 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 201069
: 158009