From owner-svn-ports-all@freebsd.org Tue Nov 1 20:02:24 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FAA4C2A93C; Tue, 1 Nov 2016 20:02:24 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7CBB124D; Tue, 1 Nov 2016 20:02:23 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA1K2Mq6013233; Tue, 1 Nov 2016 20:02:22 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA1K2MkD013225; Tue, 1 Nov 2016 20:02:22 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201611012002.uA1K2MkD013225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Tue, 1 Nov 2016 20:02:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425080 - in head/games: . voxelands voxelands-server voxelands/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 20:02:24 -0000 Author: jrm Date: Tue Nov 1 20:02:22 2016 New Revision: 425080 URL: https://svnweb.freebsd.org/changeset/ports/425080 Log: New ports: games/voxelands and games/voxelands-server A voxel sandbox game forked from minetest: http://www.voxelands.com/ PR: 201069 Submitted by: dcmenche@gmail.com (maintainer) Reviewed by: mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8379 Added: head/games/voxelands/ head/games/voxelands-server/ head/games/voxelands-server/Makefile (contents, props changed) head/games/voxelands-server/pkg-descr (contents, props changed) head/games/voxelands/Makefile (contents, props changed) head/games/voxelands/distinfo (contents, props changed) head/games/voxelands/files/ head/games/voxelands/files/patch-CMakeLists.txt (contents, props changed) head/games/voxelands/pkg-descr (contents, props changed) head/games/voxelands/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Nov 1 20:01:15 2016 (r425079) +++ head/games/Makefile Tue Nov 1 20:02:22 2016 (r425080) @@ -1019,6 +1019,8 @@ SUBDIR += vodovod SUBDIR += volleyball SUBDIR += vor + SUBDIR += voxelands + SUBDIR += voxelands-server SUBDIR += vultures-eye SUBDIR += wanderer SUBDIR += wargus Added: head/games/voxelands-server/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands-server/Makefile Tue Nov 1 20:02:22 2016 (r425080) @@ -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" Added: head/games/voxelands-server/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands-server/pkg-descr Tue Nov 1 20:02:22 2016 (r425080) @@ -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 Added: head/games/voxelands/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands/Makefile Tue Nov 1 20:02:22 2016 (r425080) @@ -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 Added: head/games/voxelands/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands/distinfo Tue Nov 1 20:02:22 2016 (r425080) @@ -0,0 +1,3 @@ +TIMESTAMP = 1477789212 +SHA256 (voxelands-1604.00-src.tar.bz2) = 411453c3271bd4cf2ff464a0ba006e2b63157d687a4f6331b28336d5038c8e20 +SIZE (voxelands-1604.00-src.tar.bz2) = 10739562 Added: head/games/voxelands/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands/files/patch-CMakeLists.txt Tue Nov 1 20:02:22 2016 (r425080) @@ -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") Added: head/games/voxelands/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands/pkg-descr Tue Nov 1 20:02:22 2016 (r425080) @@ -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 Added: head/games/voxelands/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/voxelands/pkg-plist Tue Nov 1 20:02:22 2016 (r425080) @@ -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 *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***