diff --git a/build.gradle b/build.gradle index 9760c66..7a87f76 100644 --- a/build.gradle +++ b/build.gradle @@ -174,6 +174,7 @@ dependencies { implementation fg.deobf("slimeknights.tconstruct:TConstruct:${minecraft_version}-${tinkers_build}") implementation fg.deobf("com.teamabnormals:blueprint:${bp_version}") + implementation fg.deobf("maven.modrinth:atmospheric:${atm_version}") implementation fg.deobf("maven.modrinth:caverns-and-chasms:${cc_version}") implementation fg.deobf("maven.modrinth:environmental:${env_version}") implementation fg.deobf("maven.modrinth:upgrade-aquatic:${ua_version}") @@ -190,7 +191,8 @@ tasks.named('processResources', ProcessResources).configure { loader_version_range: loader_version_range, mod_id: mod_id, mod_name: mod_name, mod_license: mod_license, mod_version: mod_version, mod_authors: mod_authors, mod_description: mod_description, tinkers_version_range: tinkers_version_range, - cc_version_range: cc_version_range, env_version_range: env_version_range, ua_version_range: ua_version_range + atm_version_range: atm_version_range, cc_version_range: cc_version_range, + env_version_range: env_version_range, ua_version_range: ua_version_range ] inputs.properties replaceProperties diff --git a/gradle.properties b/gradle.properties index 2355f3d..a4d999a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,14 +48,17 @@ mod_version=1.1 # See https://maven.apache.org/guides/mini/guide-naming-conventions.html mod_group_id=moe.hazu # The authors of the mod. This is a simple text string that is used for display purposes in the mod list. -mod_authors= +mod_authors=Jordy Goodridge # The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list. -mod_description= +mod_description=Unofficial compat mod between Tinkers' Construct and Team Abnormals mods. + mantle_build=1.10.36 tinkers_build=3.8.3.39 tinkers_version_range=[3.8.3.39,) bp_version=1.19.2-6.2.0 +atm_version=5.1.2 +atm_version_range=[5.1.2,) cc_version=1.0.2 cc_version_range=[1.0.2,) env_version=3.1.1 diff --git a/run-data/config/fml.toml b/run-data/config/fml.toml deleted file mode 100644 index 1eb6666..0000000 --- a/run-data/config/fml.toml +++ /dev/null @@ -1,10 +0,0 @@ -# Enable forge global version checking -versionCheck = true -# does the splashscreen run -splashscreen = true -# Disables Optimized DFU client-side. -disableOptimizedDFU = true -defaultConfigPath = "defaultconfigs" -# max threads for parallel loading : -1 uses Runtime#availableProcessors -maxThreads = -1 - diff --git a/run-data/config/forge-resource-caching.toml b/run-data/config/forge-resource-caching.toml deleted file mode 100644 index f8f122c..0000000 --- a/run-data/config/forge-resource-caching.toml +++ /dev/null @@ -1,10 +0,0 @@ -# Set this to true to force the caching of mod resources to happen on the main thread. -indexModPackCachesOnThread = false -# Set this to true to force the caching of vanilla resources to happen on the main thread. -indexVanillaPackCachesOnThread = false -# This TOML configuration file controls the resource caching system which is used before the mod loading environment starts. -# This file is read by the Forge boot loader, and is not used by the game itself. -# -# Set this to false to disable the resource cache. This will cause the game to scan the resource packs everytime it needs a list of resources. -cacheResources = true - diff --git a/run-data/logs/2024-06-02-10.log.gz b/run-data/logs/2024-06-02-10.log.gz deleted file mode 100644 index 2ec095e..0000000 Binary files a/run-data/logs/2024-06-02-10.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-11.log.gz b/run-data/logs/2024-06-02-11.log.gz deleted file mode 100644 index e35f463..0000000 Binary files a/run-data/logs/2024-06-02-11.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-12.log.gz b/run-data/logs/2024-06-02-12.log.gz deleted file mode 100644 index 683783c..0000000 Binary files a/run-data/logs/2024-06-02-12.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-13.log.gz b/run-data/logs/2024-06-02-13.log.gz deleted file mode 100644 index 4a25431..0000000 Binary files a/run-data/logs/2024-06-02-13.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-14.log.gz b/run-data/logs/2024-06-02-14.log.gz deleted file mode 100644 index 0fb2cb7..0000000 Binary files a/run-data/logs/2024-06-02-14.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-15.log.gz b/run-data/logs/2024-06-02-15.log.gz deleted file mode 100644 index aed79ff..0000000 Binary files a/run-data/logs/2024-06-02-15.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-16.log.gz b/run-data/logs/2024-06-02-16.log.gz deleted file mode 100644 index 2948cc8..0000000 Binary files a/run-data/logs/2024-06-02-16.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-17.log.gz b/run-data/logs/2024-06-02-17.log.gz deleted file mode 100644 index 4be484f..0000000 Binary files a/run-data/logs/2024-06-02-17.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-18.log.gz b/run-data/logs/2024-06-02-18.log.gz deleted file mode 100644 index f9662e3..0000000 Binary files a/run-data/logs/2024-06-02-18.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-19.log.gz b/run-data/logs/2024-06-02-19.log.gz deleted file mode 100644 index 8d3218a..0000000 Binary files a/run-data/logs/2024-06-02-19.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-2.log.gz b/run-data/logs/2024-06-02-2.log.gz deleted file mode 100644 index a807a82..0000000 Binary files a/run-data/logs/2024-06-02-2.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-20.log.gz b/run-data/logs/2024-06-02-20.log.gz deleted file mode 100644 index 5f02c25..0000000 Binary files a/run-data/logs/2024-06-02-20.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-21.log.gz b/run-data/logs/2024-06-02-21.log.gz deleted file mode 100644 index 2c6b708..0000000 Binary files a/run-data/logs/2024-06-02-21.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-22.log.gz b/run-data/logs/2024-06-02-22.log.gz deleted file mode 100644 index abbde0c..0000000 Binary files a/run-data/logs/2024-06-02-22.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-23.log.gz b/run-data/logs/2024-06-02-23.log.gz deleted file mode 100644 index 5776794..0000000 Binary files a/run-data/logs/2024-06-02-23.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-24.log.gz b/run-data/logs/2024-06-02-24.log.gz deleted file mode 100644 index 9cce226..0000000 Binary files a/run-data/logs/2024-06-02-24.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-25.log.gz b/run-data/logs/2024-06-02-25.log.gz deleted file mode 100644 index 888e641..0000000 Binary files a/run-data/logs/2024-06-02-25.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-26.log.gz b/run-data/logs/2024-06-02-26.log.gz deleted file mode 100644 index 182fe8a..0000000 Binary files a/run-data/logs/2024-06-02-26.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-27.log.gz b/run-data/logs/2024-06-02-27.log.gz deleted file mode 100644 index d081f76..0000000 Binary files a/run-data/logs/2024-06-02-27.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-28.log.gz b/run-data/logs/2024-06-02-28.log.gz deleted file mode 100644 index 8d9f290..0000000 Binary files a/run-data/logs/2024-06-02-28.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-29.log.gz b/run-data/logs/2024-06-02-29.log.gz deleted file mode 100644 index 7cb2c1b..0000000 Binary files a/run-data/logs/2024-06-02-29.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-3.log.gz b/run-data/logs/2024-06-02-3.log.gz deleted file mode 100644 index 6e05a3e..0000000 Binary files a/run-data/logs/2024-06-02-3.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-30.log.gz b/run-data/logs/2024-06-02-30.log.gz deleted file mode 100644 index 4a3093f..0000000 Binary files a/run-data/logs/2024-06-02-30.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-31.log.gz b/run-data/logs/2024-06-02-31.log.gz deleted file mode 100644 index 207400e..0000000 Binary files a/run-data/logs/2024-06-02-31.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-32.log.gz b/run-data/logs/2024-06-02-32.log.gz deleted file mode 100644 index 4b9dbd4..0000000 Binary files a/run-data/logs/2024-06-02-32.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-33.log.gz b/run-data/logs/2024-06-02-33.log.gz deleted file mode 100644 index c8c3ac3..0000000 Binary files a/run-data/logs/2024-06-02-33.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-34.log.gz b/run-data/logs/2024-06-02-34.log.gz deleted file mode 100644 index 28e5a12..0000000 Binary files a/run-data/logs/2024-06-02-34.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-35.log.gz b/run-data/logs/2024-06-02-35.log.gz deleted file mode 100644 index d33eb19..0000000 Binary files a/run-data/logs/2024-06-02-35.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-4.log.gz b/run-data/logs/2024-06-02-4.log.gz deleted file mode 100644 index 814ec54..0000000 Binary files a/run-data/logs/2024-06-02-4.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-5.log.gz b/run-data/logs/2024-06-02-5.log.gz deleted file mode 100644 index b20bdc2..0000000 Binary files a/run-data/logs/2024-06-02-5.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-6.log.gz b/run-data/logs/2024-06-02-6.log.gz deleted file mode 100644 index a4e5232..0000000 Binary files a/run-data/logs/2024-06-02-6.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-7.log.gz b/run-data/logs/2024-06-02-7.log.gz deleted file mode 100644 index ed4a8f9..0000000 Binary files a/run-data/logs/2024-06-02-7.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-8.log.gz b/run-data/logs/2024-06-02-8.log.gz deleted file mode 100644 index 8e03fe5..0000000 Binary files a/run-data/logs/2024-06-02-8.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-02-9.log.gz b/run-data/logs/2024-06-02-9.log.gz deleted file mode 100644 index f798e5f..0000000 Binary files a/run-data/logs/2024-06-02-9.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-1.log.gz b/run-data/logs/2024-06-03-1.log.gz deleted file mode 100644 index e451f48..0000000 Binary files a/run-data/logs/2024-06-03-1.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-10.log.gz b/run-data/logs/2024-06-03-10.log.gz deleted file mode 100644 index 6454c38..0000000 Binary files a/run-data/logs/2024-06-03-10.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-11.log.gz b/run-data/logs/2024-06-03-11.log.gz deleted file mode 100644 index d251d11..0000000 Binary files a/run-data/logs/2024-06-03-11.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-12.log.gz b/run-data/logs/2024-06-03-12.log.gz deleted file mode 100644 index 7e8052e..0000000 Binary files a/run-data/logs/2024-06-03-12.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-13.log.gz b/run-data/logs/2024-06-03-13.log.gz deleted file mode 100644 index 6e5479f..0000000 Binary files a/run-data/logs/2024-06-03-13.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-14.log.gz b/run-data/logs/2024-06-03-14.log.gz deleted file mode 100644 index 9ebe5dd..0000000 Binary files a/run-data/logs/2024-06-03-14.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-15.log.gz b/run-data/logs/2024-06-03-15.log.gz deleted file mode 100644 index 4a80b51..0000000 Binary files a/run-data/logs/2024-06-03-15.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-16.log.gz b/run-data/logs/2024-06-03-16.log.gz deleted file mode 100644 index 6bdbb99..0000000 Binary files a/run-data/logs/2024-06-03-16.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-17.log.gz b/run-data/logs/2024-06-03-17.log.gz deleted file mode 100644 index 5fa7a9f..0000000 Binary files a/run-data/logs/2024-06-03-17.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-18.log.gz b/run-data/logs/2024-06-03-18.log.gz deleted file mode 100644 index 895cd35..0000000 Binary files a/run-data/logs/2024-06-03-18.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-19.log.gz b/run-data/logs/2024-06-03-19.log.gz deleted file mode 100644 index f0e6e2a..0000000 Binary files a/run-data/logs/2024-06-03-19.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-2.log.gz b/run-data/logs/2024-06-03-2.log.gz deleted file mode 100644 index b6e6645..0000000 Binary files a/run-data/logs/2024-06-03-2.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-20.log.gz b/run-data/logs/2024-06-03-20.log.gz deleted file mode 100644 index aed68db..0000000 Binary files a/run-data/logs/2024-06-03-20.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-21.log.gz b/run-data/logs/2024-06-03-21.log.gz deleted file mode 100644 index 81ec8e9..0000000 Binary files a/run-data/logs/2024-06-03-21.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-22.log.gz b/run-data/logs/2024-06-03-22.log.gz deleted file mode 100644 index 1e54af8..0000000 Binary files a/run-data/logs/2024-06-03-22.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-23.log.gz b/run-data/logs/2024-06-03-23.log.gz deleted file mode 100644 index 128049e..0000000 Binary files a/run-data/logs/2024-06-03-23.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-24.log.gz b/run-data/logs/2024-06-03-24.log.gz deleted file mode 100644 index 47b6ec8..0000000 Binary files a/run-data/logs/2024-06-03-24.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-25.log.gz b/run-data/logs/2024-06-03-25.log.gz deleted file mode 100644 index 4c00752..0000000 Binary files a/run-data/logs/2024-06-03-25.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-26.log.gz b/run-data/logs/2024-06-03-26.log.gz deleted file mode 100644 index dbca917..0000000 Binary files a/run-data/logs/2024-06-03-26.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-3.log.gz b/run-data/logs/2024-06-03-3.log.gz deleted file mode 100644 index 40720ef..0000000 Binary files a/run-data/logs/2024-06-03-3.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-4.log.gz b/run-data/logs/2024-06-03-4.log.gz deleted file mode 100644 index 76d4429..0000000 Binary files a/run-data/logs/2024-06-03-4.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-5.log.gz b/run-data/logs/2024-06-03-5.log.gz deleted file mode 100644 index 0f38d8d..0000000 Binary files a/run-data/logs/2024-06-03-5.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-6.log.gz b/run-data/logs/2024-06-03-6.log.gz deleted file mode 100644 index a0d12f5..0000000 Binary files a/run-data/logs/2024-06-03-6.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-7.log.gz b/run-data/logs/2024-06-03-7.log.gz deleted file mode 100644 index c46388a..0000000 Binary files a/run-data/logs/2024-06-03-7.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-8.log.gz b/run-data/logs/2024-06-03-8.log.gz deleted file mode 100644 index 5503295..0000000 Binary files a/run-data/logs/2024-06-03-8.log.gz and /dev/null differ diff --git a/run-data/logs/2024-06-03-9.log.gz b/run-data/logs/2024-06-03-9.log.gz deleted file mode 100644 index 0a5163a..0000000 Binary files a/run-data/logs/2024-06-03-9.log.gz and /dev/null differ diff --git a/run-data/logs/debug-1.log.gz b/run-data/logs/debug-1.log.gz deleted file mode 100644 index 3b01d39..0000000 Binary files a/run-data/logs/debug-1.log.gz and /dev/null differ diff --git a/run-data/logs/debug-2.log.gz b/run-data/logs/debug-2.log.gz deleted file mode 100644 index 57f48c8..0000000 Binary files a/run-data/logs/debug-2.log.gz and /dev/null differ diff --git a/run-data/logs/debug-3.log.gz b/run-data/logs/debug-3.log.gz deleted file mode 100644 index 18a8133..0000000 Binary files a/run-data/logs/debug-3.log.gz and /dev/null differ diff --git a/run-data/logs/debug-4.log.gz b/run-data/logs/debug-4.log.gz deleted file mode 100644 index 6b9c4a7..0000000 Binary files a/run-data/logs/debug-4.log.gz and /dev/null differ diff --git a/run-data/logs/debug-5.log.gz b/run-data/logs/debug-5.log.gz deleted file mode 100644 index eed97b1..0000000 Binary files a/run-data/logs/debug-5.log.gz and /dev/null differ diff --git a/src/generated/resources/.cache/1db4c91e4db75d5ee674a4da225920dca5a7f7c4 b/src/generated/resources/.cache/1db4c91e4db75d5ee674a4da225920dca5a7f7c4 index 0a289c8..afc7fb1 100644 --- a/src/generated/resources/.cache/1db4c91e4db75d5ee674a4da225920dca5a7f7c4 +++ b/src/generated/resources/.cache/1db4c91e4db75d5ee674a4da225920dca5a7f7c4 @@ -1,15 +1,29 @@ -// 1.19.2 2024-06-02T21:42:02.540845121 Tinkering Abnormally Material Recipe +// 1.19.2 2024-06-04T00:14:30.480898167 Tinkering Abnormally Material Recipe +806a0391de04d4a98c260c320c3d498e7c462e1e data/tinkering_abnormally/recipes/tools/materials/wood/logs/aspen.json 663bc20382d38ae352e461eb01d8af4701f621e1 data/tinkering_abnormally/recipes/tools/materials/wood/logs/azalea.json d394b442fade6bd76157efa791f1889e09a8cae1 data/tinkering_abnormally/recipes/tools/materials/wood/logs/cherry.json bc501900a7677ce94cba4b44ae967c87665a0350 data/tinkering_abnormally/recipes/tools/materials/wood/logs/driftwood.json +06a4fb966f8dca7b189832635622e508954b0faf data/tinkering_abnormally/recipes/tools/materials/wood/logs/grimwood.json +144d7a94f4d3ab7b8d9adee7767035fcfd5190b8 data/tinkering_abnormally/recipes/tools/materials/wood/logs/kousa.json +b9c99d316be63fb74b5300533091a965848047ea data/tinkering_abnormally/recipes/tools/materials/wood/logs/laurel.json +2a9f59a8158da03e9b38c680b4cfe6a2d79e24bd data/tinkering_abnormally/recipes/tools/materials/wood/logs/morado.json 32507917ab24f90ee463f45f8de94b1a0b40b48b data/tinkering_abnormally/recipes/tools/materials/wood/logs/pine.json 166680b50f57d20fd4928988a317f21864a9c11d data/tinkering_abnormally/recipes/tools/materials/wood/logs/river.json +e4cc16a6cf892e1ccef441748b128d96abf4bea1 data/tinkering_abnormally/recipes/tools/materials/wood/logs/rosewood.json 8ce630151e5f3022b737c2d32f192bcb9255a1ae data/tinkering_abnormally/recipes/tools/materials/wood/logs/willow.json 3bae30f222c5c19a868417a2c3be26d37ce0aca2 data/tinkering_abnormally/recipes/tools/materials/wood/logs/wisteria.json +ddd067c9b7bcea988e615d424a49e2357595d192 data/tinkering_abnormally/recipes/tools/materials/wood/logs/yucca.json +ac6184218402b9a2b232d3f57ef9b6ffeef9b341 data/tinkering_abnormally/recipes/tools/materials/wood/planks/aspen.json f050748397672d24cdd545aeb05ecddfcda64fe4 data/tinkering_abnormally/recipes/tools/materials/wood/planks/azalea.json d90bf8909f344ef6deb6ad24b632c5e826509664 data/tinkering_abnormally/recipes/tools/materials/wood/planks/cherry.json e75f84d74bc799dbfa6885c3bd186ec0898c08c1 data/tinkering_abnormally/recipes/tools/materials/wood/planks/driftwood.json +60cfc78685ae3aaebbad640bd8fd14964761fa59 data/tinkering_abnormally/recipes/tools/materials/wood/planks/grimwood.json +136ac9047e5993f5b0fe475fdbf684441c386b74 data/tinkering_abnormally/recipes/tools/materials/wood/planks/kousa.json +4a08d71037f930d87c3abdfaf9f247c6d115b455 data/tinkering_abnormally/recipes/tools/materials/wood/planks/laurel.json +5bd1554126d0e851339b8bf7cd75e48f7c567af3 data/tinkering_abnormally/recipes/tools/materials/wood/planks/morado.json f71a9ae240c311cbcf6902aee886a2ac4924d11c data/tinkering_abnormally/recipes/tools/materials/wood/planks/pine.json 780e7a24f2aeb1bf883d4c6c702cc3e136b2d623 data/tinkering_abnormally/recipes/tools/materials/wood/planks/river.json +10f0b7f66aa631b2a24659c0c38cd4e05c5771db data/tinkering_abnormally/recipes/tools/materials/wood/planks/rosewood.json 1e9c1c96dcd4197db1c08e161202fe2c4cd29520 data/tinkering_abnormally/recipes/tools/materials/wood/planks/willow.json 792fd948c542a084987cf213780aa5159ff33407 data/tinkering_abnormally/recipes/tools/materials/wood/planks/wisteria.json +271c2ea448e4def094bb56502dc2e57f7d9065c9 data/tinkering_abnormally/recipes/tools/materials/wood/planks/yucca.json diff --git a/src/generated/resources/.cache/555f5aff2203f892b7eb6ff4804c1ef8d66f35af b/src/generated/resources/.cache/555f5aff2203f892b7eb6ff4804c1ef8d66f35af index 7c5584a..8fec5c0 100644 --- a/src/generated/resources/.cache/555f5aff2203f892b7eb6ff4804c1ef8d66f35af +++ b/src/generated/resources/.cache/555f5aff2203f892b7eb6ff4804c1ef8d66f35af @@ -1,3 +1,3 @@ -// 1.19.2 2024-06-03T19:18:22.315300143 Tinkering Abnormally Modifiers +// 1.19.2 2024-06-03T19:56:31.070800263 Tinkering Abnormally Modifiers 0db5724dee574851dfd95bea87c9b1a3ff1f17b6 data/tinkering_abnormally/tinkering/modifiers/necromium.json -a76d9147626b1b7c61126812abb52b758c0fe1a6 data/tinkering_abnormally/tinkering/modifiers/spinel.json +f3e13c19d384042cb0786ff6fbf5c9602fbbc529 data/tinkering_abnormally/tinkering/modifiers/spinel.json diff --git a/src/generated/resources/.cache/6aceb3120b210573376cc6f88f87b1ae8db50509 b/src/generated/resources/.cache/6aceb3120b210573376cc6f88f87b1ae8db50509 index 7b21a1e..d60ac86 100644 --- a/src/generated/resources/.cache/6aceb3120b210573376cc6f88f87b1ae8db50509 +++ b/src/generated/resources/.cache/6aceb3120b210573376cc6f88f87b1ae8db50509 @@ -1,8 +1,16 @@ -// 1.19.2 2024-06-03T18:58:42.479008263 Tinkering Abnormally Material Render Info Provider +// 1.19.2 2024-06-04T00:22:06.918738926 Tinkering Abnormally Material Render Info Provider +35a26e861f74455989c6b33ac723a33455a837e5 assets/tconstruct/tinkering/materials/wood/aspen.json da55283647070dd1200971f8248f37e9dfc0a3f2 assets/tconstruct/tinkering/materials/wood/azalea.json 9ac283a864a359c9e21eae862ac4ea1b9f172daa assets/tconstruct/tinkering/materials/wood/cherry.json b37944f0f8b332dc0dd852637c4d2933af8d4df5 assets/tconstruct/tinkering/materials/wood/driftwood.json +d1193f869d7bc164b9de68e5dd8faf0583555bbb assets/tconstruct/tinkering/materials/wood/grimwood.json +a4d0758023ba1c5943c35c9c20452bbc544bf7c5 assets/tconstruct/tinkering/materials/wood/kousa.json +207e746f28b25fbb8b6b1a0ff92289ed53b5b706 assets/tconstruct/tinkering/materials/wood/laurel.json +fcb49c103cf5413af86b30e8d5fb89cb8901eafd assets/tconstruct/tinkering/materials/wood/morado.json 0cfd345324e23b7a139bc54aa4da86d7cdd77295 assets/tconstruct/tinkering/materials/wood/pine.json d8636972ade3ec174eb216c8f7ff5ac81751e18f assets/tconstruct/tinkering/materials/wood/river.json +46c3240686b91bf2389dca14236ba8221f265d82 assets/tconstruct/tinkering/materials/wood/rosewood.json 1fcce01de3be319ee7e7ff77ae8b60d3b853df5a assets/tconstruct/tinkering/materials/wood/willow.json ec547102bf481f721e6661ab0fb03b3114c24351 assets/tconstruct/tinkering/materials/wood/wisteria.json +fe9592405e8958cac76bd941034c888da3ec7811 assets/tconstruct/tinkering/materials/wood/yucca.json +c665f4952634a20c8315782d90680d834adc038d assets/tinkering_abnormally/tinkering/materials/sanguine.json diff --git a/src/generated/resources/.cache/76f8bf23a5a011e4a10bd93879fed2db79330fc4 b/src/generated/resources/.cache/76f8bf23a5a011e4a10bd93879fed2db79330fc4 index 8482cdd..4cfccb9 100644 --- a/src/generated/resources/.cache/76f8bf23a5a011e4a10bd93879fed2db79330fc4 +++ b/src/generated/resources/.cache/76f8bf23a5a011e4a10bd93879fed2db79330fc4 @@ -1,897 +1,1793 @@ -// 1.19.2 2024-06-03T18:58:42.475337426 Material Part Generator - Tinkers' Construct Parts - Tinkers' Construct Materials +// 1.19.2 2024-06-04T00:22:06.912625028 Material Part Generator - Tinkers' Construct Parts - Tinkers' Construct Materials +29f7e51f234055722097f2bbca40f5ff8bee8799 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_aspen.png 57d6d61adb568e1f14979de8d854a378d0298c6f assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_azalea.png d0726cc6066d1e254f908b1d35fb5f23bde2f7f3 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_cherry.png 1d72e02e8d5e77966671f179032b758b8f324389 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_driftwood.png +d9f00f4ef84b0bcf694279423249581d06bece1b assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_grimwood.png +2cc326db06dedca86cf77206e872049ea6ac87df assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_kousa.png +7b5391e2f902d99000e2d0001bdb0b4f8d32c197 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_laurel.png +42a14a9cf6b199111edfefad1ac5b9ba528aa5a2 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_morado.png bc0ca71821fb7d18808d8ae058a6415ad1ee1e62 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_pine.png b525a89e04b2b4780afbe1228f0695979fdfbe4f assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_river.png +ad49c87344823167f5aae9e46ff9d8be2a1ad1e5 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_rosewood.png 1535de3bbceb59649d4e94bc97840af3baced1b3 assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_willow.png c3fc81f1109d5c2d80aa742150c0686f84760a2e assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_wisteria.png +7b56de40ee224996eed976f8b91b07017700068b assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_yucca.png +12965343fcb56c7b71f17920f9e91ae2dcb57a73 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_aspen.png 673fb9bc6c055a207005ae147a148c9dbe29ef72 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_azalea.png 929107e6c08a81b51de32101810e932d96e499a9 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_cherry.png 9e01b035633a54a28c25e5e82d8947427ff57bad assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_driftwood.png +49fb20cc2545d77300ec05ddba72d69a9a18de0a assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_grimwood.png +55502713c45e4b5c715bfba830e2d7030a127e8f assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_kousa.png +169bcaa1693a1bda222a84ba8687212c0bc140bb assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_laurel.png +557356392e2510a39433e2d9bfa1b65e5493b831 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_morado.png 98e50a9dadd96fd8e617317e8a9eeb6b0094df69 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_pine.png ca65002be51d815fe76a4208e9421c2c3dfc23fe assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_river.png +a95c8c4e24890a8cd74d761750d77d6ba50ec459 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_rosewood.png fc0212b87d10ec8a23ba9ab97dedac6afccca3f9 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_willow.png 2e1bc56ee78bbaf255e8199515dfc01333cb8755 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_wisteria.png +8ca84f881bae44404e220c682a91fd11c52aa46b assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_yucca.png +c5ec6540ea2ceef0a024ad743e49ca1916e34c30 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_aspen.png d2ac3ebc8f233b7244a8ec1dc6836d655ef173d4 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_azalea.png 207fba2f4fe132051668e8eb01780cd933be8cce assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_cherry.png 56f91144bcc1eb72a345e4c1c004c6229e7af2f9 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_driftwood.png +34f4ae7ab81bf1bb70741b7684d78f8f65e80541 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_grimwood.png +c1fd71609e4adc68e759f87855a76ca668425bf2 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_kousa.png +f4cefcac69e7132bb26369bcd7c230641736016d assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_laurel.png +967a169efcf500969b1b5c88c61ecf9b7334d04e assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_morado.png fd74a4df848809604e5cbbdfa0367d7cce8bc3a0 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_pine.png fd22db42ceb85235af0fa8aa2d08ca28e379a5ba assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_river.png +7a7ea189dbc0c6eae4743532c68fe6d225d97d14 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_rosewood.png 0d3a3946fe44ae9757e9741922de5e0c65e75494 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_willow.png eb21a58f2f1c4f2f202e38f12af895a20916dd5a assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_wisteria.png +02c70a970835af38ed24918cb6ae3a32fcfc2c60 assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_yucca.png +b60996f1baf55d428ce12d558ea971978cb41d5f assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_aspen.png 557423c466d5ebd0ddaa2e1bc19d300af2f640c5 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_azalea.png 7f7889854488562a894bb06caeb6a50a8225dc75 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_cherry.png 301c67ead2f85dd3ccbba5fa5f707ec1b66cea3d assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_driftwood.png +e5462980ff9934531e73f994ceb702a2c9c364dd assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_grimwood.png +20f5c36277b020e01b113cba903cc2c758ba1020 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_kousa.png +5a52fb24d61f8b4a92b7c9a61e497fd845957e28 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_laurel.png +411ef4226ce730812f5c386e34d0d1118fb62bd1 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_morado.png bc068aa2902b343459519100dbc4e99e71175a15 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_pine.png 32d7a83f89a9491641f6db57cf3780a316be5bc6 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_river.png +f95768fb89af40d8ba7370e576feaf3e7bec6a17 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_rosewood.png 23d924ba61304c110281fa7a17c72f7bb5628605 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_willow.png d56d734de4b7fe3a584aa3b723d2f4e0661fb8e1 assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_wisteria.png +8514d97aa340fb4e6d67aa1338f76a2d5c1140ff assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_yucca.png +c84f36f4073d7ff593cceb7cedcab14e8d02ae25 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_aspen.png 4459c201240502705563d8c309bb55ae439e2e4c assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_azalea.png 7c543f2cacf73a0dae1b7c4aeefbc3060a03693f assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_cherry.png 80b060c763539a4aa77767bac68aead9b9d9fcbe assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_driftwood.png +70a055d9f6ff63041e556d583bfbfaad144f5708 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_grimwood.png +1fc92d83f2ee8e749f47e6d21a80ea9c67cc10cf assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_kousa.png +d874589a7408c793d96643e6131f2474a064ffc3 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_laurel.png +3a22e0ffb10cdc89a17c4c2136f34b46b9e07c97 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_morado.png a7fb38af40a0e52053c5c8678e61202a0d3d2d7b assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_pine.png fde28c3291acef5b4efdf4a9493f3aa9a3971eac assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_river.png +c366707a1229406e4df06f1ae9df6679ed31b089 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_rosewood.png 69200404ebef5d54e992a926349a1d729a1ae8de assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_willow.png d100cff6f0c7a9460fdbb76b2da2fc48c30e7046 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_wisteria.png +237e07453b5e28a51cf5e9876f42f939056b390e assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_yucca.png +061c3d78dce4050e2931cc99b2442f6ab2c54034 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png 46ee0e8ef6c4cc7dc80489c97ea42d15ca52dee9 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_azalea.png 9702e0a3a116783dc67bb3f54f5e35691fbd5c26 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_cherry.png f712a866e7c88437f050861632f2479bc98ab78a assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_driftwood.png +c65041133a9c0b848afd774fc3663f9411d434d7 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png +369bdd53b6a50a2a996083f790979e122a1d0ff7 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png +534b645aa3a05ed3940b20ddfd5f33d99f08bc80 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png +02ecfd38a24df4950e7b1e2957ed8ff9f717f0d3 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png ab9c32d3d104c52c9f38d122580fc92f20fe674b assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_pine.png 4c88f6cb303d1269ce49587d75712cfcf8245f42 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_river.png +b6256af680b55a507560f56cd7b7d12bd2df62f4 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png fe01e769bd550af079d6815b763dd129ca107e0a assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_willow.png 86528230ccb09fb8cf0c78388e182b14f6e15092 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_wisteria.png +50bb521dbed6a9d09ad357c3c444cecde72510c0 assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png +10752e1bb977f5995adf52df5a226a7d567e53d6 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_aspen.png 5055c3a35dc5cdfddcd24c5ed29f44131e531c4a assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_azalea.png 3b4f0dc89c8becafa4ee501d8d7817dfb01029d9 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_cherry.png 0d14b9858ac9bf8bbeed5126afc1844979492c2f assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_driftwood.png +808b3487df57dead66f65459e6f3a58361b8fb91 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_grimwood.png +0ad126546d842d6b28a28085e60c8bc4f76790ef assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_kousa.png +273ed60a69392a21917683e16fec2c044d74dbf0 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_laurel.png +934894aabe956b203db729041e4f147c42fd1f52 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_morado.png 9dca1963c3fc6a668cd7db3784fd97075d0f64c9 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_pine.png 963ecc6700000544490e8a41df7465298789ff5a assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_river.png +a86e909c7ac88d7fa845ba6a802f6197807ad4ae assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_rosewood.png ddbbb2d06d07210ff68fd31a2299766ffd797023 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_willow.png 4a1cc8feb20d689db44d6649c0b7be137b3a3cad assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_wisteria.png +bea33ad067846d9e361c2f0eeeafd03b21406c44 assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_yucca.png +36b603ef308e7c0c5043cbfed76ff844c06d60dc assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_aspen.png 1056cfa688b65b72cc410243e0bf953095099499 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_azalea.png fd5ca2d112f42468cdf6edc76c3c8fa50581e334 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_cherry.png b4946717a9f443ad778e471f0f4a3d3793e40353 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_driftwood.png +3c46afef7484b6ade931c2aec2db4499c98b87c8 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_grimwood.png +df78592b816a2f51a1ac8423a691ae3f58afa34f assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_kousa.png +4ee776b027c53f0ca0b28d215359b306a4efc33a assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_laurel.png +8b05f47729bb1c372df477ed4ced43b6537da0d8 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_morado.png b97cda095a9ebc2ca0af502ff064a6f606c485f0 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_pine.png e1b7b274832cc6623ddc2da2d88542cf9a6105e1 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_river.png +8159fa85e28af99585b3e1ea3ecab420c3e52a71 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_rosewood.png 04c05615d8d004cc0b57ffdbaf23de3766429d8d assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_willow.png 1fe97d10ae9e020b5718ed7db67d183c93ca278b assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_wisteria.png +b9021ac53438fed9c2c8d1709d024f572129f929 assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_yucca.png +ca858a8248ba8fe454e46274f51c64eb50835edb assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_aspen.png d56fe19a25149a26f954fb4eb1ad2349a8d45b6a assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_azalea.png 59e12f5bf73d712e76546909e4834aac28847a34 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_cherry.png 14afd182aa5c033ac140fc50705acb63a058f33d assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_driftwood.png +352378102817514dc5fe893b5767099c76e95f7f assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_grimwood.png +48993b8f6f6294d2ea5d12c5a7389677bc72c65e assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_kousa.png +f80c66198af8c2140ffe5e333a95595d8759b114 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_laurel.png +b57c56061eba53ed284dfdae521bea4fc87f11b2 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_morado.png 682583e63811a558c1934000920838bc416b55f4 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_pine.png 66f5117bea11d2c310d7d3fdc138a1c521043d79 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_river.png +664b2423bc3c5c728cd410e618ea3f2e45a5f684 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_rosewood.png 229dc67492a7a5c108feee02e5bddef7e64a8f44 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_willow.png 3662bfe36b92cb15de45885fb41683ea1c302fe4 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_wisteria.png +61fa0a252f854ec8ad5d4295892c5e369deb2638 assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_yucca.png +eb678a28070fb1850b1d31e55e0ed7ed7fea6597 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_aspen.png cedccdadbbe1c84183e22f5f807b140589b0478f assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_azalea.png 7bd4973c1bdbd5a1567aa89a3107fb7abb71e977 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_cherry.png ea1d26ddc962a6406f33bc92410ebef764cf8802 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_driftwood.png +58862af2b7860bd7ff8402439ad954d5806079e3 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_grimwood.png +69e1a3fc33b2db16e146b1e21f7454bac1bd7fc9 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_kousa.png +5be9be27c40e3c0bf00ccc5a5b79088dad291a3d assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_laurel.png +5cd5a9364967bc39fd3760f052de1a9604176da3 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_morado.png 79e2dee54539be0d4e6a38d4825b414868389cf9 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_pine.png 92a35d53f45f707c4b48a3efe020bd039e8489cc assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_river.png +cf5b4cae1f167902b48eceb1fa21778bef67637a assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_rosewood.png 1e0833f87c307f388c161fc94df1d411917f467d assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_willow.png f283226d116ea2c09e67843bc6626b770799ad38 assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_wisteria.png +3d8853d001ee8de2782bf10ad33909b737c0d65c assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_yucca.png +bf53faec95bed57c5df6ea627dab81fc8dd211e7 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_aspen.png 73f187c8488b5f9c097cb62da0fe633524da5819 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_azalea.png 187643a25f879fc0f15f9ae06c49aeb0beac999f assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_cherry.png a44083393317c26cc6023d29afc23f0f2cacddd1 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_driftwood.png +af26f0a32f2fbfe7359e3ae61856afde2539f807 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_grimwood.png +f83a66207dab14c3673a1a7b7778da52b3b43265 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_kousa.png +1a7e5333a500ccc94e6dea929ec0daade5ca104b assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_laurel.png +4adda2cc13e893ff22cdf280fddd7e9ae0e0e5cb assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_morado.png 251143475d6f2afebe280578dfc9e23627ca0b96 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_pine.png a079c831353b92ef3bb258461fca9a9bf078521d assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_river.png +1193229b1b407d94079204789a750089fb854d29 assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_rosewood.png 0a23c99516650facac8e7efb0967206b1ca1e0ee assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_willow.png 8af86b57ed8f5fa154dbd9b37050a830115a230b assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_wisteria.png +23d2a4886b0d9897704bd3e0e3364fda35d87a9f assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_yucca.png +303932c826a14eb4aad7d155392c827e2f082c8d assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_aspen.png d5efdf1f2ae13a4db4455274a8b431970b3477b3 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_azalea.png d26cc5239371104803743288565a44f8fd941370 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_cherry.png 4ced0d04384f92b56cb85d6452e41393e63edec9 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_driftwood.png +52731d5745561a88133d043f532e4fb9e253a8af assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_grimwood.png +f0ac8b76c752daf832508d556d302de963a90102 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_kousa.png +f6c6cf8efad8bea4b5aa0c4591bf922b972cd820 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_laurel.png +5959288082580c6d9d5bae89902b801c1258024f assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_morado.png aff49418d12783ec8cf8cda678b207bdb5f9bacd assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_pine.png 196abd7ce148c1d6e56a858e2dd73286a32c3dd6 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_river.png +c447c8c583c75fb5449965732446413b7fc2b998 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_rosewood.png 6c4f455005b5f0319f42dc9664f553d7c8520b9a assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_willow.png ab8ad79c34b9ea3dba74bf713bf05c6cf0437ba1 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_wisteria.png +85344f7626e35290137ae908aa949fa768274322 assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_yucca.png +de4734dd9bd4ea5b59781c689aef19d5a1930bd3 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_aspen.png a694925e23371f4e23b140122387135ee765c991 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_azalea.png e5082fb36bb44f156fe298920ff9f1615e4edd19 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_cherry.png 03d6b6b2ce4616e0497e3ea5e984f610464c7220 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_driftwood.png +5e6c3277158cef7ca51d1ea90652bb513030500f assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_grimwood.png +d7c9edad981c87ce31fa60165819141b8ded03c0 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_kousa.png +60080d6f8c98531f27ca68db2d4bca05b543ee01 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_laurel.png +70358b4a40b749e8d9d7f4b4dc8b717901e18ca7 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_morado.png 517fb162d077eb23024f45d56be815d4eeac05b2 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_pine.png 2531a87207d4e66e90ec871ae18b68ed4abd6da9 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_river.png +77551707f1acb7af52dcd7b88dcb67280931be69 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_rosewood.png 5b0ccdec01ebf126312df326873ed25f59829805 assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_willow.png 3995fda8289ba91215cf09e062b51961efedda3c assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_wisteria.png +783c8e481caad6cbf8a6308ecfdfcf280e13ef1a assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_yucca.png +25953bb23a7cd95037c62531ef79543305c5325c assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_aspen.png 2770729f7fb626ce9591116a37ea5af36d23d1ae assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_azalea.png 65de71dc7a73ae4d0925803487696109c0e1f159 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_cherry.png 3715db7fcc49a1dde6cac64214d82dc1d986fe9a assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_driftwood.png +c54cf57dd6f490af7c5a73959a44a0922fda71b5 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_grimwood.png +8a8a64ff0f78ed3da4ccd3403e6aa930dd5ba7b9 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_kousa.png +4747d574a9b94749b76b10eb1abfc7a2937ad4c8 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_laurel.png +001fb7d3e0c1b1a44ef3136cb6f8304f1e3e0d0d assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_morado.png cd5b8d7c83309d4c8f21ced69ef08022ff81635a assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_pine.png ba25548f3ac3a75fefea8095b26f83364ca4d555 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_river.png +3dda21fc5b292f6d0d814b40eec0de34f1bd834e assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_rosewood.png 2c25e451ab19743fc96efcc362350329870ed57e assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_willow.png 71f32b5fd7b67d9baa35eca1cf47d6ab0ac4ff95 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_wisteria.png +a298e0a16ab0c08c9ee3fcfdc22c06be1fb57e69 assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_yucca.png +9a5051a550df0f7a04dca927cf922cedf1e4d227 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_aspen.png e476d89a943132c2defc93674301972234b53b0c assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_azalea.png 8a54615e2bd592090f8299c79521b23bebdce1f7 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_cherry.png d8da0590cbaf6983f58cd3a89620e6c39515f369 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_driftwood.png +31e16dec767de313c1d08d0b681b61958bc898d4 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_grimwood.png +b86e4a0187a3fb31d2da6f062737097ed8c61deb assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_kousa.png +acf3d3abf748e0a713a7be2cb88d6af3e401be7b assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_laurel.png +7195038dc8c0d985497b019afc63f47cd30d6bd8 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_morado.png 50dc644a2c6e7de43554342858c71d2662cd0442 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_pine.png cf02c860721f58e0e005b57cd9de485914fc3d85 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_river.png +3a75e575bd882df401a85ba3956a1323e87ce3a5 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_rosewood.png 2e22ffbc61247e6c1d454647a48afdf42b99779f assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_willow.png c78ac2c2032faa6e3606b0539bc408ae976a5701 assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_wisteria.png +cb3f8945bb01a55d82704f4e41eea1395ac5316a assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_yucca.png +98b000fca6a61df1a9ec4dd1e065a123d281270e assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_aspen.png 8aae49547d7c650fa0934a93ab40ec24bf1e9671 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_azalea.png 45ac6a0830b8fa8bc6ebd170b4d5ec22c1e997ca assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_cherry.png 21a7b87e6e3a3b16cd2c95a2e719e3896d293c51 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_driftwood.png +abfeaa5649372da19bbbfd11228c805278493e9f assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_grimwood.png +8c3f7afa20764b54daf5e283d65da6a5e9f2f5c6 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_kousa.png +a2d0d59405e71e97399f0dd5a8f057573e4bcd8e assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_laurel.png +0635a4ee06d38c7c4f68bcad608181cfb000de1c assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_morado.png 8ad8bd9352b6defb2e11d9279181f0466c43dad0 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_pine.png 7c4b9e53533c836d56a595b12fe30da4d297a856 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_river.png +44eb5a67bb5c63b16123b07a0a47dce849e3944e assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_rosewood.png 3e55b95041d8c38aabb435cbf768607dbfb03ad0 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_willow.png 930cb615159c9d90488dc90b2b5d34e4a3d7f8d2 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_wisteria.png +991c8b6d9a2c8be5806bc8967ef3b4d91c50fc21 assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_yucca.png +9706317f18e4823ce3dea2e62591605c2c70518e assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_aspen.png 4b27ec3cff5b74d6778bb14012f26f11906ee078 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_azalea.png cbef09629eeb1886a73588cb404fc20faacba9c9 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_cherry.png da2bc59666f03ced43808dc3b437f9e935e91115 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_driftwood.png +bc3734631574527f5c32b26cc0e3189e6b38aede assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_grimwood.png +30039115c1d9f033ca7a0a1cb1367d863920e9d9 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_kousa.png +a303dd8cc9799e927e4a0c69ce1381b37ac98ac3 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_laurel.png +23091af9d378cf90abf485adec5e1ad76a68e01f assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_morado.png 7b029845459f4af957170450f21649a936381de5 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_pine.png 17002e113f4c9cfbec7a2c23b119b4207198dbab assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_river.png +fab105f76430fc05ac076f6decc5047ba82bd4dd assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_rosewood.png d44909b79f2ba1cd1875ba7fcdc7bc2d3c01a628 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_willow.png c886002a734a623832b2691dd0ca7b302a08a2fb assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_wisteria.png +6152167590942c976cf204fe87d6bdb8de64b838 assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_yucca.png +526259ab9830ab7c190b77d12f369297a3044a86 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_aspen.png 398597c9ba0de2a379b0fbc3dc8b882baad9c4aa assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_azalea.png d44dfacdb9b38b159583d8a2c027d9cb17265a58 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_cherry.png ea539971722c4b88519530053818b50ee975cc9a assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_driftwood.png +876e5c30b2133ce3fddbb4ca6a59fe671cdea1be assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_grimwood.png +ba8f00a94d5be8dc590dd9361fbbb7f051a37ec7 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_kousa.png +77db5680cde92d1c5ec60a64cfddf1518a58d93b assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_laurel.png +26dc8df94f484b36ec081ea6e75aa909f0552f7d assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_morado.png 22ad2250d96c2ef3c2e9bea3733a1d69904024c3 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_pine.png 35143f0d7b4d1c6df43348e7f4597f305a2b04ac assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_river.png +14e86f708615784615e253a640c934642c2dfa91 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_rosewood.png a4e48aaa0a351fc95e95231aab0c84005082f4a3 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_willow.png 972c8a59cb2359c120f4d865b7e12eac173f99f5 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_wisteria.png +9161e7cb2fdf78248d1dd4fbde01652044db11c5 assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_yucca.png +ae374b61c05e4160fcccdbdbe3656912fd8be28d assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_aspen.png 8497f626160f5cb19750133d307c95951953730b assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_azalea.png 9c87dcafa562137529f57f1ce0184b74450877f0 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_cherry.png e9f83bd6bda91ba54ac66993f53d4bc764268b39 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_driftwood.png +8b0157787d165986e1a8cb1119041c52b5f850b9 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_grimwood.png +e752dde51238f504565ffb7ac6b3bd1d996ef3ec assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_kousa.png +0cdf57d94789d55524c6b9cde89755ca01f8d766 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_laurel.png +bf76a8b05cba3d8b3838da5cefce77d9cc5f7f48 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_morado.png 96647865deb2615512c2ace20631b38503ec5401 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_pine.png d8eba4ec74507b85c377bbb287ff37929fcd2154 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_river.png +7ae98d4b10886e273385c9a5741df9b8450ab02e assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_rosewood.png ad6fe5b57a13471166de122c7bf3f9d3bb8e0a98 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_willow.png e77a30abb9b983b41b4c6a4c2a2bc4d63a11ff5c assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_wisteria.png +0b704a2dd637cfac5db4085783cce1a709de26a8 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_yucca.png +bb0f4d5d5ad5249e3df89368067de470856cae6c assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_aspen.png 1a9e6fc067a024621a6dcaec43a02788ebe979ce assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_azalea.png 69ce40287d588b9104a53400b1334cbe4457366c assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_cherry.png 6fd8f7c17f37c5ed72f077b64acf2a5cdea46456 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_driftwood.png +e06d44dff2481dda3d63c739167edbcaf4fe3813 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_grimwood.png +acfc77ddfa465f8dacae3bf49e2ea15b8461aae9 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_kousa.png +2797676f3736502bfff61e3d5e029706e8b816e0 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_laurel.png +5578b6454469f9a0fcdac60f156cf869af61b9bc assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_morado.png b7b9a68ec36b49e350556b353a932f98e7189b60 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_pine.png 26be25130f61c0708eceb2a78d8234bc9fcf42e0 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_river.png +8aea29a2ea655badee40869c3fe3afddbe5fabd2 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_rosewood.png 47b532bffa2f768bd5c18eefceb7813bf82d8f59 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_willow.png b8f5044e2b517011ebad5fa7240fb99484e17c3c assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_wisteria.png +a3fc691b0b2c46dad33dccb8fd61d0351299d10d assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_yucca.png +b9dfd7bb020ff0a180267fb8ae04d9515348ad25 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_aspen.png 967506353b6f8f3ca64a46f78f0ab67da7bb80fc assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_azalea.png 4cc43bc2766d6924ea1052424bb47211c7a0b0f1 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_cherry.png 2c0d88f9b50e6a21ed2dacd33e99e3dc6df01a26 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_driftwood.png +6914c73f963cd938caadbf4e8c3d11ba6ba29c2b assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_grimwood.png +18dcc0262c5c309a06a978276b8423234efd0a9d assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_kousa.png +76d53e730c6926382590a8d2f33a65eda25b21b1 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_laurel.png +c827cd64771bef8420b52db700603e59b334d9f7 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_morado.png b5b6405354423e79e0e340bfdf475a9b53853f71 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_pine.png a6a4086781f8b42c72621fe11e6af9766f13daf7 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_river.png +dc9a6c8237885e0ca459a546ba02733d51a70c40 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_rosewood.png b950521c946d43d74128256ad8b5be0c052c4a26 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_willow.png 6b041638d7de2eb0753d8ad6278b9a6daebda675 assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_wisteria.png +6318c2711c3999fbf288065198ee80a27a8e650b assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_yucca.png +d438458293abd50727a8a3c510ac73cdb94c8ad3 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_aspen.png adb471fb32b4fc7a1e1504b49a01139da97c7447 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_azalea.png 34a9095bdc8f76b60d14920f330cc3d2a9357d8b assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_cherry.png 7b9ee6f4fd6262918f8775f07636aaa28889aba5 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_driftwood.png +9ff797fc8e8b1a7730e6e65c3396971260dc0b83 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_grimwood.png +b20a09c547551a08ebafba1524f6f503ac5ebbb5 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_kousa.png +cdcd4b688b33a5cb8326bbbf5eaede3e36ad1e03 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_laurel.png +8e5120ff18bc4122ec60f15d97787ed82959ded0 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_morado.png d6cb60a5610800a52a24e4f4ebe433edec625010 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_pine.png 91e40987e5d75c41d9757d1765a2151038a62879 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_river.png +571d97ed74e5a58b127353aa51c796b9cc330ee3 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_rosewood.png a959eccf4eeacf5b61361a4652b0e916edff7bd6 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_willow.png c3d5bd3d989851b1d042e9ea9470166e60a8b11c assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_wisteria.png +4e26732643d092c64132bb48a6b4bff43f053718 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_yucca.png +318a0b812c8734dece0a6614b4b047911d198195 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_aspen.png 45784553dbf466619005968672cf9cb19e4c3610 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_azalea.png 50956ecd1eeaa146aecf5be559bd6f9d6675ea54 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_cherry.png 0473a16e42e782ac2543c1133f6b735dc768518b assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_driftwood.png +cd893db604c42b57020511612d9ca7235ccbab7b assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_grimwood.png +b4f1f38588a19e576d3b1e404c4ad5657b608f82 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_kousa.png +456d35be2863bec26603d989e1ddee5ff94892e0 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_laurel.png +47816b7500c8afa3145759e2115ab7f9bee21977 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_morado.png 7a09e5fcc3ee2d55f62bc08c54152f0074acbf8c assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_pine.png 69e9694669bc4bc40bb51e7855d049282570e674 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_river.png +4881b75fa7e8d5124ecace4d9bf3aba256c9b80a assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_rosewood.png 762f1e5959588aef66cb8fec58099e6a27175b3b assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_willow.png 0f6dab86a904390efc8812d43b6116604f067c38 assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_wisteria.png +f7ea11d394e618fc1dc0bc7f42a94433e7c1feea assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_yucca.png +3eb9bc2853131103212baaaa08a99020a3bc5f4d assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_aspen.png e5a3183d80477d51a7ce3610b79ef5f79d055c6e assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_azalea.png 5639bfcca23b8e81322c5adfe82d2cece59c49f3 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_cherry.png 0f619cdafbb905263e60218a0cdd5ab2c1fc997e assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_driftwood.png +7cadc6b4eec551734919955d64804f6a02bf5966 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_grimwood.png +4417b5216c8818a1225db485164b6bc3b96f5233 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_kousa.png +af7792522cffbba08fb2151d3fc0f8e378034bd2 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_laurel.png +91f362739a8ff2bc1c710ce94271a8ebc18febe7 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_morado.png 5147b0f97a45369cd4cae6789a62f4418c2d7389 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_pine.png 38ac655554d64d57e77035c7f2324e0874d08846 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_river.png +2ff77bfb84a49f5f8fcea0048edcd667c0622cd2 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_rosewood.png e4d80b2ab706a23b9633587d28b15af814da4a7c assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_willow.png a694d7b86cf26705d20cf9e4fd1e202c9713d488 assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_wisteria.png +9b7c687ffd5ecc036f3eb79d4a8d1ef82c5b6cef assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_yucca.png +fc8750685f98139c0e6065001823b22076cf95ea assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_aspen.png c5e5fa10a36856ff418112435a07cee926382842 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_azalea.png fa7a7661953204fa1bbbd20aaecfa9b8df855075 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_cherry.png add02ec99e2593a3cdbedd939900251fc6614d57 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_driftwood.png +13df096b992b2cbd13903a34324a098a2d9ea86d assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_grimwood.png +d9f3abb41b8f77609d9e07129b09276009d4316d assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_kousa.png +948370a4754b4cb76c3a79d86bdbeb6ebb2826c8 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_laurel.png +a773433cd3292e32fe562b2a374ac734ac3b0cbb assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_morado.png 600922e1a7e6844b4d563f3b5d47e0378aa5247a assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_pine.png 78907179b0f8ece78d27aa30f9437bf9058d00d4 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_river.png +98a29ad41b36f3eb27221996bef326dea04639d6 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_rosewood.png d6133db60d2d357b74c678cd78fd4e2339e93862 assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_willow.png d506b98116b8febdb036ae9a9f301ab820df8cbc assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_wisteria.png +99175458b413af637311e7e9d4f953087ae831fc assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_yucca.png +9035d7987f7bc58d351ee6dd0d52fe02c2542188 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_aspen.png f72bc06f7ea47c17faa45c73984127c59f5d80e1 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_azalea.png 3522c4304816b67b2118c144370c45b1a60f1a95 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_cherry.png 021124a2fba02b94a9110b85f0b65094d61162de assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_driftwood.png +e4b4597f64fdd89a92d7081bea33e68f286e0acd assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_grimwood.png +caf897446633cac9b10c0a6880bc85f34611ec79 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_kousa.png +cce4eb230886130fe2b648775da3490089b71784 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_laurel.png +8e75202796e885c547c21a55d14edb96fc455a3a assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_morado.png 0efd8ccb0d2bceda103503763da3f216d23b47f7 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_pine.png 74e8c24ab15888f4173056e6e19f7c9c5a4eb232 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_river.png +ce4b1fb328e2ad20d3da46fbd260aa4840538259 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_rosewood.png 7d74c7183c506f7f2d5dae01b70c3ee91bc58b7e assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_willow.png 3093488de023e944e8f1fe18e53b76f4a5eff4a0 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_wisteria.png +5f586cf25dbc7a79de97cdaf352cf9132c180cc8 assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_yucca.png +610c9872d9b3896ef7fef27909f1ef94b45d95eb assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_aspen.png 34d29d6c5e0359e4e47268381f7fc74d013ba16f assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_azalea.png 6cdb559790f23cfcc2bc7461ac0a9f7456fca5ee assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_cherry.png 0fd8ec84d30baa7ab3648de9dee2a45c188493cc assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_driftwood.png +9d4e8922587b97ccb69e6f0e8f5e242c743edcbe assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_grimwood.png +6bf8acd543377e26d858f3b12de577ac1cf0bf85 assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_kousa.png +2fb68ab945bdb0debcc3002cca56ef6f4410d24c assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_laurel.png +6bff499c62755fb0b05fa341a546f23a9bec3644 assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_morado.png 8e069bd59294cb393b30a22714eaaa2f02b1fd1d assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_pine.png e0d7300d25ae0749a38db84a66d02d1d48e4d176 assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_river.png +9eafe408036be2f9f27f48945ba663097633aff5 assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_rosewood.png a9a02d4a3d8ac810e0fafd15f569df761d22194c assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_willow.png 588be256df2461e0b247022fe9bf6df74dc894ed assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_wisteria.png +d1706843ebef60397d8b045d78a1fc6a5ac91096 assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_yucca.png +9f1ea8f25afdc1344a9c7f0f3a0675874079e3c4 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_aspen.png 3957bf49bb3ac8e3e338fc35daa7fc4ae14c06e5 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_azalea.png 68fb780b8566e5f9b27be31661b4fee9f3e63826 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_cherry.png 42a9d8a79601de12777b70649c2725cba395603a assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_driftwood.png +2e12ca37c3de6fdf90593c5e2c3fcd59af688b40 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_grimwood.png +1d638f7169ab6c81cdea8398758c172b36f5d996 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_kousa.png +42c30f4ce56e0d9080fa1de62043385d02c2d17c assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_laurel.png +fa587f709746e83b10f51ecdf080188e6553b02b assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_morado.png 9c9cc982cf9692020b39b7a1ddbe8a3605416d64 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_pine.png 439ad0284ab9e6a18dbebd160b683d02488639d1 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_river.png +a79076719ea979f0a8e8b17d9002860f6e3c82ac assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_rosewood.png 5bcb93cbcae1f626a61d0521febdf840a23f8962 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_willow.png 218c6751a73bc5dddd0759bd68f9b7d343d38162 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_wisteria.png +7c192fcdfd9c20bd9329efb4324755f2c60f0f56 assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_yucca.png +4799c8081491174d0149fa003f2fd0c8f945f2ec assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_aspen.png 9578e3b4716d6093029b9cbcd7ee55e53771eb6e assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_azalea.png d6ccafb0eb49a9f4bc2c1509d4d1232aa21cb4b0 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_cherry.png 4f3b88d06dfb9d4c4153e000b8eef50c7e76714e assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_driftwood.png +7b7c60d3f74e174f809d5ae3b3e4fbbb757f12d8 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_grimwood.png +6efe2329bf9016a59e5a494c6d6f7e1035f62073 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_kousa.png +80c57cf9584aad58da4af4ce643309c7d40b0190 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_laurel.png +a7922c81ea37dfd5b39853ead97732404f20b28c assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_morado.png 263c2dfd2b5fbcc3474257fad4aea2a8be0a27dc assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_pine.png 7910d2e442fb9e1548d2073f095ce051275b60f7 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_river.png +37a7ec74fcde8b825edf853504c60e0c2d1a34e3 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_rosewood.png ed9d404439f758477daf81dfcc9f95429ab52c8f assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_willow.png d632f091617eb2eecbd22d6ae2f0244636d673c2 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_wisteria.png +1a44abc188813d6595d01e6316a7b050af3bdbe2 assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_yucca.png +766e693d151012f5e138ef3fef8057340b191209 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_aspen.png 628f846cf2536d703c3d458ed07f7b3d0a1c5ea9 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_azalea.png 986d98d72e1d2e6889212e5a0e8d2e2c8087de64 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_cherry.png c88d0ce01c5ad851f4501f3b27caa1649696c012 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_driftwood.png +c117706784a36ed03472b7ddb8a02ca926649261 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_grimwood.png +0c1f212dd5dfc546a30ff07cdc3b48716f08685b assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_kousa.png +50a61ca2a300a4cf596c162322f338f0c0bd5a27 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_laurel.png +bad52a82bb8b18426506cf182caf3c35e45b5df7 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_morado.png a369d41308188a1e9b2bab77ca7078d4ffff8e84 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_pine.png e4f353dfd5c3775990b70bbf97a467ac5c3de3e2 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_river.png +9af42c63e0d3ec32b760fe5653df3f4afb94621a assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_rosewood.png e5ce2f2fef50b130b3f724a41b295f5436373dc5 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_willow.png c418e7f6488ad9794ce7e7671fc71d06e3d10604 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_wisteria.png +d4f8e2d6e5ab097f9323fbf6bab14175603258b7 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_yucca.png +cb5f85582fa381d735119e4ca727516c2bfd131f assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_aspen.png 3e3e7ee7579e29116a533558d05e220f27ba162c assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_azalea.png 9152c599b0325fab98d2395273c2f732aeb79b84 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_cherry.png 71d3cdff1040d881a413bca48d88c8be32a75347 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_driftwood.png +26411e0b7ff10a1f11b2fc5f4696043e34481e8c assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_grimwood.png +cc13190e64070ce7c3ee380e7617d4f6ffe0ef3a assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_kousa.png +18c4df9519e1b00278d4c6b31f1c99a1f6e4c841 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_laurel.png +851d3219b9f03c642d00dd6264664281fa11e17c assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_morado.png fe9179fe3459dfa932889e34d1ec31f6f7a03a93 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_pine.png a2fb68a251e038b94b45468fc16e58de408db152 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_river.png +01997ca6db8ca79c46144b25260f7e7aaf1c0183 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_rosewood.png bc14d34e7da5ae250dd331e94ed34896c5ed79b1 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_willow.png cf3f7d5e679ba173221a70888cd4084c3631d20a assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_wisteria.png +d288e954a89b74f53a5f5032c43906f7ebf58f65 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_yucca.png +d8c387023452f37193c80aa0f9649fa50605d971 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_aspen.png 0385153b607d47479c2889a670ee9e5fd473a99b assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_azalea.png e30d5b2acf06e8ec743b18b9517e7589a8bff5ac assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_cherry.png f24f01772dcffa655c981e952877072c12096869 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_driftwood.png +3a02d278a02ec576b10ad76f8e29c7d8aa76feda assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_grimwood.png +0195c411e06d9558efcfa1fbdf40a95899bfdad3 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_kousa.png +73d66c7a3cbc21a7b5caee61a5fdd262c3e49712 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_laurel.png +2cba7fbe0fef6b3a753189ebbd2b5181a473a14a assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_morado.png 91a9d1cece66c9ce172c042bab078072517f5335 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_pine.png db000ccb14b3e55ba5dcece8e594956cab15de2c assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_river.png +edb30dc6fde9920ed0788cc7134ef00d62be4121 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_rosewood.png 908e70dfeb8f867008cb0984491d00817c488a6d assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_willow.png ff9398ee3aaa5725703fafde6450398520758801 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_wisteria.png +e04260c9f572581408e06a1e669627e9c7e6fab2 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_yucca.png +9ae65775cf3171f8b4266409620521632a8a5b06 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_aspen.png 5bfceb3ca11dcb5a84a5e6f2e614bda79eb8724c assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_azalea.png b6aa7566ef0375d45c9efe3f3f3759cface1a16c assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_cherry.png 6018d0eb69d83adf67dad5089510754faa8ec856 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_driftwood.png +f3843eb734a1084ccc0584f4acf918067faffe1f assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_grimwood.png +b544be49b6018c555b5305b06c8260bc1132dca9 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_kousa.png +1b8fc090ae3fd8b819d343023824a2e4eec5fa56 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_laurel.png +5cc0a522c797db5d2504635bd6d3d9c1e2c382fa assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_morado.png ce9c0bae90769ab11c667e4c7b817d62e6cb4326 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_pine.png c89ad563ba91cb46d54b75454d4e0076ec5e9372 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_river.png +c002e3bb660676b9e578cb6e84fafaf0e3cd0d33 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_rosewood.png f59f05437bb91b87d56c866e939fbe8ba6fb84e3 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_willow.png 7d52da9a82168df2d861ead9647da736c0267b16 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_wisteria.png +e5d9973d04f7740201a683f7f3dc143de110f533 assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_yucca.png +74d17c3f01b0bce8ec6c18e5ddaa2f5870154b07 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_aspen.png 4fcb3785cbcdb8b0d779f71a609c852f177c3845 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_azalea.png b3a0ba9d47aff706ef42e34b5e87545606d0f6ef assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_cherry.png d48bc27b8a7190f785927a511dc077781d55774b assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_driftwood.png +21af8afcffe2d027b84492e897cb68e5b163259e assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_grimwood.png +25ac269b929763a9832460e955d7b4c4c833b424 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_kousa.png +4c32c65bb7b3e529e81e1da3dc197dd291a2ffba assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_laurel.png +391f5ad3db31a99db545d6ef75b1675f840b9a81 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_morado.png e347e18010683f45745c3e6e062697a590f94a59 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_pine.png d2997bd1d0240f8dee9698ac91c2dd2e30199ab8 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_river.png +4c6d3afa4987c959318c7189bade8c2516bfcbcb assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_rosewood.png 3d262fe52b9df5921d194ad1dc26e7bcc107bd93 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_willow.png 2e7c2b69da069c5a5b9fbe81157dcf164ad0e006 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_wisteria.png +6ae9ae421d82da2e0b966d6e6166c03555d5597e assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_yucca.png +34e558947b4f643bf327bc6b817b9f6b0f3f6bd8 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_aspen.png 3b0c5ac5076268ac567946b3537eda68f9ce710f assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_azalea.png 83cab89c1fd17b5e5a96ea69a2577c66cd029f1d assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_cherry.png 8359f846aa9710d8d19dd93186869b0540092002 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_driftwood.png +0d231c024645fd8840fafe83704473817de87e1c assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_grimwood.png +742695f4c803c8f3a405cc3ef59dd521be5da815 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_kousa.png +fe95e5686dbaf11d2a287ae65654e22aa4c6999c assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_laurel.png +c48b44652dc6c198feee10f513f7d7454ee4c9d6 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_morado.png b587f1b9793260156ab8b6d7b55bbf4e71a2df54 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_pine.png 5169913caee6a66cbb52d0494c794e659e851ceb assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_river.png +4754a70d2f858627ad0fddbe3bd40ca868768877 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_rosewood.png cd8a24dadd4c9ee7df3122d839aacfb91f6ba86d assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_willow.png 79ffdf3e64d3ea16766de6bfc512895a76844560 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_wisteria.png +df1ded5c45d899fe66c697a82b0482d4f07c2bd2 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_yucca.png +0cd57e02d36b4963253125a48091cd9e51fc0fad assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_aspen.png a4a50145dfacb78561f3a6db1fc74f47f3414aa2 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_azalea.png a6edd49c47d3b4ef4eac31f34bb108fe7e7c65cf assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_cherry.png f09900abca03429d5cd8c32e58bafeb9a6e6c6bb assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_driftwood.png +3f9d9db0948286c7a6c24e772ab1c08f41066fbc assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_grimwood.png +8dd9e732b6a45973e6264104d49fef7ba1f166e3 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_kousa.png +71ba8566b69cc8c154ac0054f5db3efcca734f6d assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_laurel.png +41384ae8481539a1edab6fe254ec2537b0a15bfe assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_morado.png 6f82e3827d34c4fbb8637254e451593ae34d0062 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_pine.png 2c406009262cf104f02c429104dd282ffc3c1d68 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_river.png +7872d48f936f19f8ff8ab8e958c56484dd635665 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_rosewood.png 1011a7be295bd5ed84fd881b2e5dc842ff8b853c assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_willow.png 82b95acb954c429d3719bbcecbac9b17176ae3b8 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_wisteria.png +4a9d80fea68cdf9a3faacb616913555a4d9d3575 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_yucca.png +e2284f10e86b73504e0f96b525d688764b87c791 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_aspen.png 9878bda059261af5cdf5c2702361843599f8541f assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_azalea.png 5b7fe0913ca1d22ffa598732b5f440c250722d9c assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_cherry.png 6fa02350ef3b265f295526c0dff7d480e23ad6ff assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_driftwood.png +9d79091dfa6e0da982d0cec217b1131ff3a26e6a assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_grimwood.png +524086266611f1d718289c14fce0767b0ecf91c0 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_kousa.png +537afaa1c86ef2665a03a8405ae310d1b09aa627 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_laurel.png +f2af8cf0dd067a74578163d6ad359057c23dfd29 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_morado.png f082b181c2a327b8c2ab4347ba4ac1dd594d9131 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_pine.png ce89676340c972002d9893fa346a82d05f29840c assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_river.png +6ce842eca71993538773d52b5f37243fe3e34501 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_rosewood.png 7efb68200a886b250f630029013071681e0b571e assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_willow.png 4ec0d96eae01dfdd8698edf1499bf7693902bf12 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_wisteria.png +287b327c8ce470ae828dd2b78c42a26c939cc943 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_yucca.png +5791970e71e044e9b474b0a8ec3043164ccd358d assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_aspen.png 25860f56795414568796d4a17f46e0f4005956e9 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_azalea.png 79fd013e0c57561262be4b8f46bef55eda125289 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_cherry.png e34d3622df6afe21bccc6f861bcc7eedf3f684f6 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_driftwood.png +9a3fd6ac2c896b8c8da363e8e2159c1bc41c04ab assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_grimwood.png +0c11f1309d23ad34495445345a057acd2ddbc02d assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_kousa.png +3892cbf4803d03fd341800880ecd80e330c031aa assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_laurel.png +2a4f24f8fc556836497bf40d15244c462e4ae669 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_morado.png 35c669319b7732c9b23a27a0f3cc04e9e00a5681 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_pine.png 27a4ae52e41c53666542a90d568e2a700d1ec255 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_river.png +63e79f60918a276858afd4c828af0c68fb267908 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_rosewood.png 537dd0b07901c0d0932cbfc41aa889f8388cee73 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_willow.png ab62e9a63edb1ed494ee600c8a6eb7bce0143052 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_wisteria.png +cd79bf7f892ebdddc0344c0123da1272b23722e2 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_yucca.png +1c1e77bbf2aba23a7aaf98944e58b25f2f02f897 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_aspen.png 4879fd2cac245f36bb8661653fb371d3d0936a4d assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_azalea.png 95b502594c68a4f8808e29cd415652c1f1424597 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_cherry.png f094507d10b2b1e2d23ddb4dcaf5c7d3ce4828c8 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_driftwood.png +b41d9d3cd6d76ed270c9ca4d94ff96c543ee9c82 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_grimwood.png +7c1c6addaab165cc6fa8d5d8bca59ad5a934d23a assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_kousa.png +25ac0d42d1587edb6dbd5efbd8635eca6877a03e assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_laurel.png +e86ab4604fa77af01f5dccf95bef051a9e9773dd assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_morado.png cc33911bdf8131298d4fd24a8d3b8185a60846c5 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_pine.png 7eea06b2dad1b78829041c675e5bc36cf6682046 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_river.png +a70e61afa80b59d30f29e0679d0f06d6ddd110b0 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_rosewood.png f67218cca7f509c2163c990613964d951190ebbd assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_willow.png d932dfd5cd63eae4679f625bfb41c00327a73d0c assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_wisteria.png +b9ae751a28c1b678550980b2b86075c11126b820 assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_yucca.png +6071792b6e1b523221c128fe88d855be544667b7 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_aspen.png 9d51909ac78648414d94ae92425630c43420c1bb assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_azalea.png 57fc7e5d871ee3deee5016fcdf74932202cf3712 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_cherry.png 7b7604c4939dfaafcfd0415739a111bf190e484b assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_driftwood.png +b69b3a3facc06955876d48b0e7b92440db833e12 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_grimwood.png +204164b256e02d3e2b83a7433da84566f657872e assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_kousa.png +340b73bf03deea2e1e5d9a5bad0bf3e4d5dfb8f4 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_laurel.png +98707d7a2f90c7c6ce18f9b155a8cfba1a07997b assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_morado.png a1e56d935ad886a8cfc2b93d907a4b8934156df5 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_pine.png 3bcfd4092a5536ce6dd1f1e72ea92cbb26204c00 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_river.png +49b9cadf896af4acc164693170e95e035679cabf assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_rosewood.png ea5c9523ffc9d51f2706732313b01fc0f48f7811 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_willow.png 3170490286809e2e179098833916f6a527d7ec72 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_wisteria.png +840278828d58422743c2630ad45f7fb33591de99 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_yucca.png +f407351bfca7497797ec70558004e007e4028357 assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_aspen.png a41dff1acc6d71612af17de23014416b24286d8a assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_azalea.png 63b032169841aa2a314d7ea1a0e624623cd0c1fb assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_cherry.png 9a050827454792bace337fbf649a565744c8d65b assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_driftwood.png +3b5617395d7f8e200e58f1823422beea3e0b632b assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_grimwood.png +1fc1f3841342d59e3c4d32f416c476ae1292a25c assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_kousa.png +288dbef0de62a7ad26260f844f6336eaddd6e77b assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_laurel.png +ff23e96ad6565a9835183a592978843efa7e29c5 assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_morado.png b2c2fb2e7ae116a2f9c456e6bca1ea066a40649c assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_pine.png 34a4f3385d25ca883f10503d75641e4e6ddf2f68 assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_river.png +3b47eb2c1fd23cd1f2306bd24e8bfa8be1f20516 assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_rosewood.png ece522062926052130a2cc3888889b2ff60bdb9f assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_willow.png ceeaa499bc59f324f862a47899b52043755f889b assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_wisteria.png +22001965508591ea1f6904aeb31faaa894a60f0f assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_yucca.png +4d08212e3f631d94576ae08e32a80dd6950a8d06 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_aspen.png 35645289f1e781e341f50f696426e5d208dcc394 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_azalea.png 0768de1b91f672631a6acb94c3fff2cbb16baea9 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_cherry.png 7dac391bc529c31994380f9037c0a3f2072bb8b4 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_driftwood.png +82ded26e7218479fd767c759b8be7abb67e1d12d assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_grimwood.png +08ac3e5ec77f7532a3387ca4035b35ae48dfe6ab assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_kousa.png +2c7e883f52cc0fce0a23d03ab79af19366b607f7 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_laurel.png +a85368dc0d41d84b65a43562806bccf47adf5e79 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_morado.png 5cde74fa80d6ea868d9d3087126f1f19e1aab0a9 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_pine.png df05e7139a32a3072b51c44a42bf2da0bb4a194a assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_river.png +c18490b25b66c8c025e3f28eb869521a014fc618 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_rosewood.png 3a2cab933dffcb3e86c865b8fa8e33f070105975 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_willow.png bb68c188a7808ba3ba8b6e4e61261723c4dada37 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_wisteria.png +ef61eb0b08a7b2b010a418714ad6376aa2ad15e3 assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_yucca.png +8ceb7d39cfe5290d1f24ab911947beb3adaa28af assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_aspen.png 4588f947fae4aa132e5ee5577efdc3399023a66a assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_azalea.png 8872be50269d483e00572ea0a7c02b2c407f8642 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_cherry.png 4cdbb4db0a50fc5a366854293af505b3c4f5ed01 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_driftwood.png +db03c66167f6ed01eb43f7c466a986112b1262bb assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_grimwood.png +cf6786a2e13d6b61fc3e838a14b642c6961fdbec assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_kousa.png +697dd48867364c68788cc25ff59fbe36d8d58d40 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_laurel.png +90070bd151c1fa11202177ad25487c6f8818235a assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_morado.png 584a4d6e1913408221569b578ad4f06e0d2632dd assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_pine.png 05622db1dee799e93098aca9b6c9406b6461f9a1 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_river.png +acc268743e1c05b3a3750c631be9fdba5ef79d8d assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_rosewood.png 595078aeafec392089a14a8b778a9a87d7dfba81 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_willow.png 84447b6b48ad3b5312abd704cc1c790f5d52b2a1 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_wisteria.png +66b96c63bac068726d35c755aadb9a9e4fbc6f10 assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_yucca.png +d56db42bce86fb18ea009ad47ea1f2f6dcbf0860 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_aspen.png 85d0a4cb3a7c1b650140ff439152a6d007367f7a assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_azalea.png b2d7e0c137fd69f4b477096101ebdde601459dd5 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_cherry.png 9ee3bfe282caf2e1159183fe06862d2691ec83d4 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_driftwood.png +52469ea5e41109db0b9c9693dbd6d102818d7652 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_grimwood.png +e75eee698bf9a4cae4b397bbac93891cdcda7e58 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_kousa.png +40a671130d771784c88dcac0cb2c8234179f9b2f assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_laurel.png +ebb86d0aede16bd36ed4bc458cd2f0d29a39215f assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_morado.png dab26a25569b9bb284b56ba99c6fb61bb18e4bdb assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_pine.png 224bf797ebe7f7f742d8c35fe81f1b0f8d6a7019 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_river.png +742414b31c55ce0224ffdefc436122809f81e212 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_rosewood.png 187284867c041eb0bbbd9ba5d202336c20b17bf8 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_willow.png 93eddede25d816ff589177d1f101f276040abad4 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_wisteria.png +cdf014718797323c66d8a1b2257ac72df4e570f7 assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_yucca.png +7cfcb27b0f3557467b3c36ec5d268a4ad3ab57e3 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_aspen.png 04ef67b57e93afe491016229b75357d3ffa13837 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_azalea.png 0b6f3ec13daa1bd7a2de7195a4b3a84dd5fd3fe4 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_cherry.png 26f1bb958aa653fe62a2039e8ef47c0cfdfe2f59 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_driftwood.png +47e75d2e4323624eaa0d5cb6219091cf42970917 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_grimwood.png +20a4342d76d25c6d1e9e87e78abaf62704ae98b9 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_kousa.png +9e1b3842429675a64f5034a1e204a98ec60e2772 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_laurel.png +ee0d34900a62adbccb54f7677cf7927561bf0265 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_morado.png d2a91d8ddebc0d28a93b69ecdb54024f5c071f52 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_pine.png c4057134decdb1f8cacacb02902e57c26fe60692 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_river.png +a92a120f760a698441533c708988becb60087436 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_rosewood.png 91017dc88036a59fc2d4290fe7eee62b4690ee91 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_willow.png f5ca691b664f7bd6f4e41d20104f9f19ba20f83a assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_wisteria.png +68555fad3035ddf150c345dc55d60f69d736f094 assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_yucca.png +3fa542caee12cf4619a2dc579025b95886e23819 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_aspen.png 54107e6267af913a23a9638acd3cf941829b4863 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_azalea.png c6fb5cfda5332ca35d017d40c1d958f09fef60d6 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_cherry.png 383def02adb98bee5b5abe9f055b16ef9fc1ceb2 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_driftwood.png +d0339a219af65ee1e64942809e091043fe06edc2 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_grimwood.png +7f3afa3a9bd906a726fe295048cae5fa4e9b7069 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_kousa.png +1e891ff3f10f1a671e5732f9c588418cc903fad0 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_laurel.png +1d4054fd6b44a031b478a5d3e2d9976977a5bb62 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_morado.png 983b8ff93054f0b6a31385892e13795a5a4df46d assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_pine.png d83a8553c7a5b49c001b814b68980b19c3155611 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_river.png +7679a1d2ef0c6d6038dc1824ab904b4547853a6b assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_rosewood.png 235ca2ebc7f5602c97acffb6aefd84f72d4fee2b assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_willow.png f5673a3f6910901634d899dd7f6911b0ec907fa8 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_wisteria.png +3e255c18e91ec2ecda199146fbd5a05787976bd7 assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_yucca.png +e0d9a1445318b9f0b19c658181d7ffbbfb61daaa assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_aspen.png 4718a189bde270b92b638b5e04e7dafe80821d94 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_azalea.png 8b3113a02012c0f7f8096286f5f67d894f67339c assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_cherry.png 2d23b84f7ba8d5c2261588ac4c2a5bd96a2798dc assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_driftwood.png +c984582cb6f52caf70e560f6c6354dc726238a5b assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_grimwood.png +5c43544235579694c43d7b3c91e741d8dacabe48 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_kousa.png +7d341f7193e53858f06e2b17202482f005a7d902 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_laurel.png +d5e0d6a3e4af9ce273c7f74f276d9f3eb81543cb assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_morado.png 89623a5a95cd5c6f1cee653c69bb02420582f150 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_pine.png 86c94a328441d98aa578f65e995609ce3c623a11 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_river.png +588e36120526aaa3d17434daecb4b5d45b3373a6 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_rosewood.png feb948dcdb57d7bf4e9c49d388db4e6facb15e41 assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_willow.png f52485741d9e3dbbe77b5011976a50be8e80e31b assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_wisteria.png +b908de0194dae65988e2d061b26bc8bacf55419d assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_yucca.png +50c02992f69ec2a774deebea8d54b685f54d876f assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_aspen.png ff2dca427e010c4e9b466b67be9345467fcaaeaa assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_azalea.png b0160128ebcfffd6c481ce198e1be9f0e3f3b37b assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_cherry.png d546cfe8c17fbe765d9af667e2f926fe6d54fdb8 assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_driftwood.png +30617417ca096e336240e853e1491b090f2b0fb2 assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_grimwood.png +9aa190f7abd5994e5f79b0ae1b74c323753531ee assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_kousa.png +8d171eb7723f297ac3a4d1aa477291b2229bcb91 assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_laurel.png +8dea58486752edce7197b032e7aef199b5da4edf assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_morado.png c299831a5bb147c9a2f14193a8eee8b6c0f9d774 assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_pine.png 723d86b489b9aa8110474a7d8f74d6adfe7c7092 assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_river.png +24f662bfba3169f595cea48ce88645f737b17499 assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_rosewood.png cecea6d0967415c8c204ed61a531f5898f729def assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_willow.png 036c856a51ad29f204306eb0da97747a90b1112a assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_wisteria.png +35e1920fd1e2e101b9ffd1f32920aa66c66208ed assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_yucca.png +a27f6320dc56780c75f29a0517fd51f31a9386bb assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_aspen.png 5e899834e0876cdcd2d2631ad7ea587b7b0a28b5 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_azalea.png 98f3e7b698f538194b7d0ab97934d0850b7738ce assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_cherry.png d0252bbb98bc289d2f665be20c10265bf10da39e assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_driftwood.png +82a7eec1d6be9854636f35962ac24cd7500e21f0 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_grimwood.png +5f8b062e3004a3f132fdee603624217d00151bba assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_kousa.png +05c670affb44c632b6807d10ed3af51552eb8ea8 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_laurel.png +fe80da193a7baa4fae4e741410d64dfc3452da84 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_morado.png 97e425967325e0a337d54bf8f3e18c9d398b9af4 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_pine.png afff832a2c99570efa092c4d7af671dea0b7d658 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_river.png +a424afb28e75587f3f9cc265b39460cdf37251bc assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_rosewood.png 1b89f5249bb15539c012fd150d6126dc26881589 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_willow.png c243d0a1325f8a3bb2cb0de37d7b69236e8c0247 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_wisteria.png +6e8d36f9ec28346f6c23a2822bc51f7d044f8ec5 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_yucca.png +bf8d35302aebcc8483c49a3ceef5ff9bc6131b95 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_aspen.png c4be65c8ed7e0a650fa899db0a663dbf5d9ccf05 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_azalea.png 2ac704a5b78cd1a3a8e0500890c134e63d564b7e assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_cherry.png 2fbde4eac194915914ccf1168b05185b14509a3e assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_driftwood.png +8b57aaf703fa88765ff7f7aca4cdef19d7a888b1 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_grimwood.png +a666c5e4ef27e351d79aea84f4520e0ec40d9544 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_kousa.png +e9c10f8408ceef9e71fd185e61422b23f890d174 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_laurel.png +d5beb1a2614e4b6309f441e58ff6a642e3f4c968 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_morado.png 460912c93e43d47043d0d1be03052d848beb8408 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_pine.png fb0b32918c2c442d4b33a048b6fba8472ce5e84a assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_river.png +1c4d7b8e80f0fb6b90aab760c9f19ab8cee33ac7 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_rosewood.png 11654089e0c024e605d457723b560a024af2e2e8 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_willow.png 7924a705f2e1efcf0c8ab0b2daf36b8bd6518138 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_wisteria.png +b963cc02b9563b973c8bacc23f01f405811de485 assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_yucca.png +8a1d4ad606c981ffa29d1025ede1d0d0a469728e assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_aspen.png 8b8345fd0283490b5795dd0969a84ac4db44a90c assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_azalea.png fc27576ed00138b97809d865e6566e4f5428ad69 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_cherry.png b7cabe9bbf561ef1ea1d65b2b81c8935c28da480 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_driftwood.png +dbb6fc2d05830cc5be257757e9952b12d1f72d54 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_grimwood.png +facc48c1048ca4154481ac548486cf9624a613c8 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_kousa.png +2f1ca985f2462f6de606e5d571817beb1757e74e assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_laurel.png +fb5c66b6488d6f3566d616fbdc60f634bea77f6b assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_morado.png 734bd591905b535266d6b1abb82cc94bf1361a1c assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_pine.png 3b6d31b923f4e5fccdd6eed2012a6edb236b95a0 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_river.png +93f5aa650c17f2cd67ab70f927012f460241df27 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_rosewood.png 272c4cb836ef9e6fa8b498a1731a437ab5ae3608 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_willow.png 55196aad0fb1e49915e84ac1b0aaddaf7bc9a4dc assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_wisteria.png +57d8221bc8f670db8c73b88de869e8dd925c49e6 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_yucca.png +452e88df32be8a16d19e952977ad414eeaad81b6 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_aspen.png 823fed5015f1e2c7fa6b82087cd432aa86de64bf assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_azalea.png adb02798a42be226d12b68d935a6a0b52162dedf assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_cherry.png 00db566bf776b7d7f49b521855962bcbfd8721d0 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_driftwood.png +568b483df4087cfd7b11bdfc714eb0faba989c04 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_grimwood.png +528012e223d75b89e6aa691e65417adec797a52c assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_kousa.png +caf7ce9acac49faadcfa182372baa52b63550ba3 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_laurel.png +ae2ef77648db98c6fd9e6b734f6e4ce1dbc61fe5 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_morado.png 5a92686865949f78f85bd36155a3e39640c673a1 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_pine.png a97714c4ae0976252a64e14a553390a4f729e903 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_river.png +7511c0e19a35ecab76df090902546ce7d482e8cf assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_rosewood.png d60fa85c4fe3c6a81fd02f7f964f0ea786c7701b assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_willow.png 38812e8e96f54ae3e6d27bd57bdfa2c1be5ebd12 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_wisteria.png +ec917f8fbcff1be193f4a61a9317124f56bbb25c assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_yucca.png +88ea9a5855fbf80f93f6ce103630c5590d6a7c56 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_aspen.png d1bebdaa1e58168c5e48769a2d3b1901f39154fb assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_azalea.png 33f1a3128889b27f494f23aaa5ec75741daf3ab2 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_cherry.png 3a65d2532085f851a675b38d9e109b9870db36ac assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_driftwood.png +d6aaf64b09e7cd22f6423d5a7773d7fd7e3436b9 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_grimwood.png +dd8732b7c4037041e04ec8b0e055e159a96bb9d1 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_kousa.png +70683df16e3e710dd2cc79c817eb7d823effeb65 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_laurel.png +24e5203a8eb556875b3f6d89a6d50db2fba30108 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_morado.png 613cc4818bf5bc37ac3f8fd9e908694fdf8748e0 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_pine.png f1d9657e5f248e7b7b74b58e383e782a8ffb59c2 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_river.png +889ac9b5ec28087849ee8dd23c053d70267029ec assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_rosewood.png c6252a53c26cb8787ddd502f50e05e7bc8e62e70 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_willow.png f8f939883e8f6b6a59d5402f5dee18cce1cbaaa9 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_wisteria.png +f27bd3e142f8c9a0917ff5a7354f2ee46dce6788 assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_yucca.png +a9b47ee6ca104500ea2a798b4f75f7606917aae6 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_aspen.png 6eb34496b00ec2f0e745137d39a2e7d6aebf4964 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_azalea.png 59ea05e17c0eeaa2eb3dfd08bea8058dc2fc4ba7 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_cherry.png 7a08e215d28ccf5f651d90d6d34499f0ba65441f assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_driftwood.png +b3709fc5cd10e0e52daba2541562e53b2ab6b012 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_grimwood.png +017da35357332d921dfaa0b542fbaaf47528732a assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_kousa.png +98708e257ea4eae7a97d76c9ba5f16d70bf362d0 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_laurel.png +d69436e21ba91f51f08526763b06e357de71560b assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_morado.png 547c8ad92824bdb6a56181340c4458dd801d8280 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_pine.png 4068475149cd41c9ca72a9d45904fafdbceedbb2 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_river.png +c67f2954ffd9148767962cde098f8c48c3eeeba6 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_rosewood.png a8f199996280cb4598484acaaa8773ab2fbfd91d assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_willow.png 247e2a722275bee07901e3db26fa01aa7354c700 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_wisteria.png +160fb95f92bbcf0f10c8d1670f8430533ab9a74d assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_yucca.png +f57353c8d1669919238f56a0008c1a268afece1e assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_aspen.png 6ff80cc82b585a5da274ce51b940a9bf4fa976da assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_azalea.png 28ffac5e4c3587f1c106f881d7568bacc49bb5a8 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_cherry.png 97f7083762050487cfee2c829012ab7750b13616 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_driftwood.png +94269ee82a584cfce499725e545e402eaca657ee assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_grimwood.png +5ecb354430c4c592b74966a0a5aadcdd0bb7418e assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_kousa.png +61605ca29f5339204556204103c8a6ca14cb5d82 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_laurel.png +0eb771624d978f1d3055397ad09a081da8f69a32 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_morado.png 545938c2d18152c826c1ab3d6acaf82d60a630fb assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_pine.png 56680621598c44dea34ffca82cdc5218446cead3 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_river.png +896484b3b09a970764617e83125c4e21d81c9033 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_rosewood.png f519b2013eb07ed752b653dde9b20cb71780324c assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_willow.png 2dbcfd851b526d3e02d71f43133ff28966e7ea41 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_wisteria.png +de69d23e1634db981073aebfa29f74107e885e23 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_yucca.png +6fecb6476b73dda7420d575221f76fa9e3a09b18 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_aspen.png 162433264f1b30b61b4c749c3240eb07b36b1d01 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_azalea.png b7cec425fdabd63d3fcbc3f7fefe2fa65f10150d assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_cherry.png 3e1575d678a6d78934e0a1a9982e9ccc97e2a6e9 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_driftwood.png +a0968384366cbc1b0adae9dfd384a9043d675ed6 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_grimwood.png +3a2692b516ffb12fa45f86950067af298352ca5f assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_kousa.png +0d713bcdaf16cb431f5306fd2987b710d6a40309 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_laurel.png +fb5e5f3df33dc8eb7e472e358dc6edbbb8637356 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_morado.png c8307d620a4cb3b7d8eefb9a1e2eb5485db30b2a assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_pine.png 85481c0ae5b0fd10faf1f23c5f105020ab519a12 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_river.png +fd8c9948b9166aed244e1e2195e8ffcd546c1b11 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_rosewood.png a31047ad154605d00f77b87207004e9f0d509d4c assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_willow.png b373db599942e986ef2fa18af6c4ca0d15b4e447 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_wisteria.png +d639dbc1a00c390b4c7cd9ed127f3fb12606cc04 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_yucca.png +e6a9a3f9b62f4a9ed236cea9a4610d4004e5a6d6 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_aspen.png f8e4763f3e35577d88bb4c70c34ef2a9dbe7df1c assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_azalea.png 2ad0d4df7fe80c6fd2bc14d8cff026065efa879d assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_cherry.png 522184167bff45e343054dd7fe049364652b0304 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_driftwood.png +65b809ce106ebf15249ef6961fb7986dbd76eb28 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_grimwood.png +015d333d275721db00f3e49fe34f2bb9fa9ce3c7 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_kousa.png +eaf104d344307f668e04c8d2ba3ccea120a73e83 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_laurel.png +9810c3db186f0c8666cd0ca4db64c5c134357b1f assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_morado.png 4f1d5d776c2ec9a068f2863ce7674dd603dbf187 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_pine.png 6259e15dce6fc6a94dcf1ef31384c28852b38f3d assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_river.png +0f4490b1609d951303ddda96abd9b8f56b49aacd assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_rosewood.png 53b2234811eaa9352eccfdab0a50061f0b0efc5d assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_willow.png de540d6978ee9e43485fca854d5d2546be1a2b46 assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_wisteria.png +b8d45e759970df416d744f6d513b272d5fc4b14e assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_yucca.png +2b976aa7b28686f3eaa5e7ca4c1c2ebddbb2e659 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_aspen.png 3299b3d2fe32d73edfce6118c9e59bf1b82a1353 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_azalea.png f36d78c810cce986f7e4d66c28e5ad388c662a10 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_cherry.png c7522b32b29d10d3123e4cfc97dabfd167326be8 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_driftwood.png +0e78648ad0c59aeeae6e6294d03846cb71065699 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_grimwood.png +4e6104cbd0f852e7e87001f42971c70d0d720a84 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_kousa.png +c52abcd680b232662f12439f8d7e3f9756f390c4 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_laurel.png +50d5cb11da240bcc2fcd1843ad338edde372880b assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_morado.png 43ae2eeb3f5957eb5f15584bc79d0d4b63c44725 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_pine.png 0d59665b4bf97fed95739917a42f9128c55c67e6 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_river.png +06bb3607c7566f0a1a76a802f624e113c853b4b2 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_rosewood.png a541821deecb704c4bd08525d93bc89f29e128c1 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_willow.png 18a0cab3a0d2dff34e770a7bd8ba0b31e16819a6 assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_wisteria.png +125855612a41787c14f64b41d288cb40ce2d15cf assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_yucca.png +bc5411e692c326a26f1ec524791b647c2805a56d assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_aspen.png cf1527687a037203c9213eec2193d688cc360c78 assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_azalea.png cf529867d2a99db4a0b7fb728f679858480f8c4e assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_cherry.png 156d53f5a9167d9cfe1727451342f66651c74484 assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_driftwood.png +685ff87d5bf316a22c43cb808e9c6439f2bdfe86 assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_grimwood.png +b599aa466df34f140f3b34d49f05b3d7574cae6a assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_kousa.png +41f0af1393f147b88d3131aaff8fbe4651cbfbb4 assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_laurel.png +f8b97dc922517dcd03c0fb38098f98d4cdec353b assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_morado.png b59646be0c23d1bcc42f8fe4fc24a492952cd67f assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_pine.png 9d3ba156c89eb8758c1dfd2d467058907ccbc32b assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_river.png +ac1d72d961a9d7b62d69cac47d2d218be35ca07e assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_rosewood.png 1bef24a49cdcd367f063b057777e307c06f1d7fd assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_willow.png ec55a2c78aaa8e2e8684993dda8c328f21656fc6 assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_wisteria.png +9d6a03e322a6fdb990623e1374419dbd5fcc82ab assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_yucca.png +a57c64cf061040483a89682ed3e3968deba9659a assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_aspen.png 82b6bc1cd67edf0879bb4229028dfe9db57c41bb assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_azalea.png a8b02eb8f93bec6752d14f96939d34d8f4be70d8 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_cherry.png 09d16ee8782eb911ca7627334f9fbc1dbb36d259 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_driftwood.png +31822acaeeca07ddb394a1b938b5ba4a9dc2147c assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_grimwood.png +34795ea65572022c916c8f2d80e77d1f77a833a7 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_kousa.png +618d559d19148fac8f2efbcccd8adc005d7fd13a assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_laurel.png +729a2d17db9268051d466ae3be6402b4ab27bd00 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_morado.png cdd75cf56ab5e265b604604ecedb1e3207156b15 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_pine.png 5bf5abc0f757e9341ec7057e48ef180abb12ce42 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_river.png +ad79f8a1c38f930fa4877745bcf4ed022603edf3 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_rosewood.png 816ef0b6a8430cf3a7dbd3f4cb5d01b348401b8e assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_willow.png e984b2f89d5c22b76543ced6f38cf0990bc337a1 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_wisteria.png +8699ec95f6717b1f3e00c80164d8a2492824d527 assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_yucca.png +b2b4408e9a35128f733642267154613dea95e079 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_aspen.png 847bc242b3eacb0c3f83ec776dc9d285408fd68f assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_azalea.png 3b76065cb7d7321a247afb1165cac02c4bcab56b assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_cherry.png 42a719860dd283e67011393a66afcc7b2d3f68fc assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_driftwood.png +0703d26e9ffe86a046901b840dcd7fa3a42e6bc9 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_grimwood.png +2a81a457851839984c70d972f5129f41fb0aa89e assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_kousa.png +319d829ee1a50efeea4adf2b8bdbed66d68227f3 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_laurel.png +3e20ce287fe6a26e1abaafc2f39ce90bc2aeb4d9 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_morado.png ed721c5fd130c92a644b02f5de9dc93516d79024 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_pine.png b7a77325f88591c6f70e51f4dd7c9207aba32c91 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_river.png +2b7bb30beedf155f6416d28ae7a6b1a41f1f1a88 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_rosewood.png 4405b7101101603ea7acc026e3b6b08239e993c1 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_willow.png a492d33b5eeb5db8a45bff2ecbcd9803a206d339 assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_wisteria.png +5ccf83361ffa6dcc01894004f6ac37c18a8168aa assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_yucca.png +89729fdebfb5dcf871e8cfc224b1ae2ac4a19495 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_aspen.png a86b45cb73354b090e64c029f255ed57a2874fa7 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_azalea.png 4e685d28fd67afcf6626d15c49faddffea13601a assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_cherry.png b50cf379c4891216f054d42ab1bb5a4dd64c6913 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_driftwood.png +6951be599462e94f5e9187e8af1acdf7fb768b76 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_grimwood.png +0a67ae663df2fef8fdc16cc8b69ba0d5f0c458b8 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_kousa.png +3f22eac3df6ede43fec665257965e72e2b9cb867 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_laurel.png +e922ba2fe490c76c6f635a6372fe3eea2c5a3803 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_morado.png 60662eb266572e69c7ee47058a2eb50910d83c49 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_pine.png 2f4148b63a6cf830cae75265ce039727d60c0c2c assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_river.png +ce40c8df073bcb48d8cc1efde62c5f4cf7d45037 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_rosewood.png 82583c70ad69d1f7f627a2ae74888afb489b5249 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_willow.png ba0e1a2667e02ba11aa7d96d75c9ef377511b800 assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_wisteria.png +40f189a849b77c422457f460add9b2afcb2f4fde assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_yucca.png +af036e3f3a4292adf0443ee8633741917f9f2601 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_aspen.png eb224506babe9b36a21b7ef5de58414fb56fa976 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_azalea.png b01bd04cbf1bcf49e772b63e8482f5994f4049b4 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_cherry.png 62e80f83c644d22ad5583fcbf89dcd790878d570 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_driftwood.png +425ae6a547463664fcbb7255beb707685bab3d67 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_grimwood.png +2dcb1cfab963899c7a527578f8af3ae94fa973bf assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_kousa.png +7259fdc36608b7d750e1e1eb17c75e40c74ddfe5 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_laurel.png +9bf1749c615a1b30e9d211bcf8b7d95197d3b529 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_morado.png c9152495c976d56a40eca641d821ae368db60941 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_pine.png 5b67af231d3dc563d5c5b055e31ea2240d1ec8fa assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_river.png +0e5bda4d14721ec8f50aaf90c0ce0697934b10ba assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_rosewood.png 4191d68dc0b63cb5ed72ec8d2845e351f2255c8f assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_willow.png 2aa91c2ca3e9a84ec871cff2a4d5e270f4bb9c66 assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_wisteria.png +406cf26e8b27ea0bccab3d1045e48596f210b77f assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_yucca.png +e4aee166f9b2018c858f0db7de09fee94c0d289a assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_aspen.png f0f538cd00dd7707e3cec3a91334fe4807d556ad assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_azalea.png 4992948f3cc6ba7f51fa609cfa90c2af26993d68 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_cherry.png 6d32b6334380d84ea77cf241344cba2154dded14 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_driftwood.png +8894edaf0275a4f3e95ddf930eec9fb49e245a41 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_grimwood.png +1f651049ca0b775a5dae88eb65a5539183bb5d44 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_kousa.png +9b6efa394fc5c853b77f46e640d3b85661ed80f4 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_laurel.png +e136e58f36d700db963ee8ab32b9c7330c020957 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_morado.png e190f01b8f6fe6142b19819254602f8cd01a8b45 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_pine.png 52f10741dd6493e20df4459f5e3bd7f95cbbaff2 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_river.png +6a4bbfeb3743e9c32072b7b19813ab65d4829ee6 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_rosewood.png 26e8bb2c6f387b5c3ddcc2e69abeb7b6df05b9c6 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_willow.png 021826d4d4f8a012ce07099c0dbbaf44f2652ca3 assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_wisteria.png +c6e9595bd49b3a3c5539b4ad3c3728d41fcec1ac assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_yucca.png +292f235db2a83250204cb514ff374c64e3279365 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_aspen.png b5386b230bbfc52383c25b7cc5f6e62aaac6afdd assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_azalea.png 8361c71c03b130cd644e63cefc2c6d173b854144 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_cherry.png 8fa83b0d9b63f4f549da740db75dcd57867c1b75 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_driftwood.png +dba4fc856e428b517c9da14eaffa9eafdbd1c3ff assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_grimwood.png +619794cd5ffc772857da20ab697d58fc134835c1 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_kousa.png +6fb3bd045a91596e9e171d0174bd404ba93f7686 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_laurel.png +1da0e0bd5dc434dc30d19caf7d40f8351c642cf6 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_morado.png 141ce44e7729a9fcc931f4662c4b6eeca149c451 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_pine.png 324d6a4cce2df5de8dd0689b4c793b67cf684a56 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_river.png +6d42a85aabd0ccb4baa2ab454476aa7ea3142afb assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_rosewood.png ac646e46a686b27b3cd9d32f924fed1dea6ed90f assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_willow.png 479b9a92659b1972e32ad8d6cc2239aa940d5dc6 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_wisteria.png +d28bab34f54e718fd91198709bce56a1b136be75 assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_yucca.png +47e9032e33c4c87534808bc0af16c34cc06a4956 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_aspen.png 080b15c6c07e58a047ac7eb4f2e8b94b5b17615c assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_azalea.png 837b4129c92c6d96be19d9d6f94feabf678ac91d assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_cherry.png 6dc2b5b8b8ef75bc4c1b9c46f696e4a526b40a18 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_driftwood.png +c771593ea8a9e46300da004f7135a553bbf6786e assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_grimwood.png +b8e2a03def8af37a42bb470c11300d3fd01212ec assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_kousa.png +28548ee7e856e6dc28248329891c7edfafbec252 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_laurel.png +de487111500a34f2f9a94ebfaefc66289d336773 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_morado.png 8535f61304d37958d5d01217b747b6f724e57d55 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_pine.png 45dc8144f68f552cd56495a4b2875d54e3f7d807 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_river.png +77b0da3f49261e7807f4be2ae1996ca5d8e612ea assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_rosewood.png 7683803cb530316bfd7c38e9a603642331bdd406 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_willow.png 234ae6f2150d283658ede6004e2bef8ba28fa49c assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_wisteria.png +7cc8a9276a6c4fa157eb67ad8719685fd2536af7 assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_yucca.png +e02bd526bea250c91de4a5d521389c6e0c07caf6 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_aspen.png eeeaf636d5f5baf7583b8c54a16333b3ae89a1cf assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_azalea.png ef5f76f22e49c0b8aac4d7b8c74a89e6fa5dee92 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_cherry.png 2fc9a54239f4e1d8199679dbaff30ca0bd2b03cf assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_driftwood.png +df5f5aefbadb0df70eeea02cc9b8f55dad07bc1e assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_grimwood.png +2073d9e95a9a9913d561ee61a3bd0a6aa7c78fb0 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_kousa.png +cd6c1850aa098d79f67889b20431c3cc6cf97ccd assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_laurel.png +349b947220e2d11b52108b50b6e8ab3aa12d12c7 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_morado.png 0f8eeab18147457443cbb5064f841e3c64315fc1 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_pine.png 7102046dae10905fa93356f5a2a423fa3fa1dfbf assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_river.png +159f439bfadf8488454df9531f1daca3417b80bd assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_rosewood.png d334703bc117a98cc1e7ce605056086e241f61cf assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_willow.png 557e672071882241141b89c1086596f57c42b884 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_wisteria.png +ae36730e56f87ef4c476b9d350efdb69fc4509c6 assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_yucca.png +04512f3180575cb603194437af1f6fcb98551d40 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_aspen.png ffc29a76159a69e7967ee65296ffe1a12f027d42 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_azalea.png 74c9ed08fd21d6b28353ca347433f444133dfe5a assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_cherry.png 37383defe2eeac885a031877dd30f4954281ddde assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_driftwood.png +fcef524b0c823ff88eb3ef0e7a27fa5c6c603337 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_grimwood.png +b69a663668c79a87f371f5d98f0543fc653f779b assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_kousa.png +e36bc03458d6b427d57e6639375ef800ab2ed779 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_laurel.png +c462649532f8568d9a35be632c87ec50564abe2d assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_morado.png 4541f3c0b4008da17b2a9e8337242009d4459647 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_pine.png 4d6d844cd835da9211a196b49675c5cdaaa4b506 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_river.png +2c8bd364722d71ca262d3dfdd25f0abb253a251b assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_rosewood.png d1dd64c192becdc992f11994c976e0d385e3ba60 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_willow.png f6cd9e493cecf8e95c9072783213d010c36ef3c4 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_wisteria.png +7f3194525afa87e376fee99dccb9ff120ff21b82 assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_yucca.png +34ad35c6802e1478e9550100ae0af59b17e72f69 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_aspen.png c966514e5d81011f44e658e574018eb9f627af41 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_azalea.png f8ade28d95c1f5629c47715eae39e1296090754e assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_cherry.png fce16e1bb5868079344cff1b236d1202e56dd2f4 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_driftwood.png +e9e52252800b780d4920237e8c1ca1203cab8ffe assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_grimwood.png +af5bc2e164f2ad0220813d8e7f6dfadb4c626031 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_kousa.png +06a0f087be9d9a379f65b05834d0dd3f9c706564 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_laurel.png +f1cce8084a5f6d116a221862841863dd544dd595 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_morado.png 61999d5464c47290a566b472ebf1b03d0e5ac31a assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_pine.png 017bff55681ad8fb4d5dc552d093d3c2866db155 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_river.png +46994a5919e4bf78b82b1a9db01c16f33161204c assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_rosewood.png 5ccf8142e9a4dc2ec9dc5628124e96795d1ab192 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_willow.png b27f96912df5f349fd51bfc6acad5231eb0fc4b3 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_wisteria.png +546daf671ff08d72d34a8746547df25de1dbef47 assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_yucca.png +664d1c15bc0066292bb4de56bb2a3a9b3026d047 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_aspen.png 83b4bc354628252a7694720048ba8bc7ca6f763e assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_azalea.png 1977f21922397092f4cf9533d964b2dd8ae26427 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_cherry.png 91debef933ae82ba7666201d75082c0c44bf6216 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_driftwood.png +9c68db89f624cdf7f6cf157a7e5d50d2f7fbf2e1 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_grimwood.png +1b915dcc01f77e58a7291fa35088e337684361c5 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_kousa.png +8c10bc3d9abea1be309a3ccc4d91843e72d377ae assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_laurel.png +27438155bdac6de94679d9f61163cb514f2c49d7 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_morado.png 7903fc9d0c9d1fcefb155f609ca26d36cb301c6b assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_pine.png 0c33d9d9d6511876918389e8cc1542c41ed43687 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_river.png +570a245153b79e7922a629d6d0ba47134cbca799 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_rosewood.png a8effa42c156f79b5c7b1c3e197848c7002ee4cd assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_willow.png 90ee69fcc09883a913a4cc9e23c3e72445f66e31 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_wisteria.png +84555943a63516f7e15679969bdf7d81502721e8 assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_yucca.png +13eb0b01af38c7fc9f822ccc0120ff15bfe879b9 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_aspen.png 906a9a45d47e6d6cbe5be1700922eb3b77c2249d assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_azalea.png cd024c79ceea6ebf61e2f21de3571e6ccf38ea14 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_cherry.png 4bb25a357373480baeb65a0ea0ef145a19036ba1 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_driftwood.png +337967b801be6a0b26faef87c34d79884d36b6db assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_grimwood.png +f17701cc0bf1ba68454c01ae6ee9a09af7268938 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_kousa.png +0d0f7ec621176ebdb239bc079fdafdae14ed3b08 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_laurel.png +d3f1f60118ae330637e70be517d21f029ac736fb assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_morado.png 47f8b3886d0e9cdcaf49c0c083313b7f242662eb assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_pine.png 39589dff52af40578e6d4882d71de82ab8dd682e assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_river.png +f22fa1cc415b35ebf34fd413da87dc2af419fac1 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_rosewood.png 9204533fa604861ad5f3f73e3783958faa36ff29 assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_willow.png 8249d9d4108cdf008539642c2d95eb1ac325f2ec assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_wisteria.png +d397cb71ea99adf7444bf2b2dc2fd555ee2a272b assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_yucca.png +746601b88c752b1a9c81ccfa51a2a16debdbb4f7 assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_aspen.png c584471fc7b39c1d0e3186d35145345175ce7e1f assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_azalea.png 23dd69a94d8889ff3a0009a20d5e1955c902a57c assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_cherry.png 2ff6bc6103f0a23ab20c23df832c7130b199826f assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_driftwood.png +4ec563ad20e433bf9af35e54cbe014b9c39f3e33 assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_grimwood.png +d6757dbe62db69d7dffae29c3a21c2a1483022dc assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_kousa.png +07cf53f9384b51bbce7a3f4494aa5ee4f3c41d9f assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_laurel.png +978e5eb0a44f6a93621b3c332e245f4722cef8ad assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_morado.png 2d7e2628100f4379df2402b6097b8cbd1de829a7 assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_pine.png 6b4c956b11f603aef1e9d0dd674164e993078745 assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_river.png +1cce7a7a30af7422ee533d52dbc453e23804179f assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_rosewood.png f9da14ca41ba74f194b877d07bd8585c20cb70ab assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_willow.png 034ddf838537097802d19a46872db67d362588d8 assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_wisteria.png +cbb792d79d9e630ed720f6c488ffaca0459beb10 assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_yucca.png +8f7b54401f550e66e8d789a2ecfa0ff9921cc93f assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_aspen.png 387fe5060944bf51e739657ece92398403617d24 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_azalea.png 013a92a6800294931f7cba20ee3a12f41fcb3964 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_cherry.png 848432288e610570727d580246ef9d8fc0f8e662 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_driftwood.png +ea9daf8a9bbd041bf39ad148ef1ee1b48d426447 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_grimwood.png +8e73dd326d6fa18c926b31a61b1b23ddcb196996 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_kousa.png +35dd44d2f75b5c78e10c82cc9637538423ffd71f assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_laurel.png +2474a5a92a9fff0b1d9f18e081ba7d6a5185b4e0 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_morado.png 3b729359810208f4df12e0237efccf274d6b04fb assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_pine.png ed2a34c2e084217e24cf81631b3ed78aa64a6bde assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_river.png +9c15e60c3897573331b38bc6171982ec160c241a assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_rosewood.png 8e45f654647b5ce3ce9c8173c7af029ef4e0742f assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_willow.png f7e850927fd42221000ac63ecb68be087c67ab60 assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_wisteria.png +2d71695045db34bea45c7ff4bc4484bbf415a92a assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_yucca.png +ad7da882335fe086fd8e28bc960a7ef039ef7f7e assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_aspen.png 10cfbf30de69208f433dff04417c92c50707c862 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_azalea.png 2c257cfafc2d9d6bf9dc0de84152cefce8d0ad06 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_cherry.png d2ba6329136db82162ebdf8d5374933802be2863 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_driftwood.png +03774bc008cf1e958c61bbdb302f2642a0319cef assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_grimwood.png +72b27954936ddbbf5bd1bd49f0377c517976a480 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_kousa.png +c1bf0599df0b29c6321eb65f109b5945ade66f51 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_laurel.png +a19e477a536bf6fdbd996f34a0cf39cebd152555 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_morado.png 75d27240ff628c731850ecb7b27affc13b02baec assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_pine.png 36e187779560fb30398ebd1b0ebff7c75048735c assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_river.png +e9f9a86ab554af69fe28e71fbb81ebcaba4b2edd assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_rosewood.png fd8d0b6f38471fa3cc6c2b134b74fa7d8b70f8ef assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_willow.png b380a5f8978214b69af9c026afb02c9390bdacff assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_wisteria.png +017f56a181d70859c1b0adf56fed71a553ab55d7 assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_yucca.png +61858b1175500c50ba8ac807608d465eeaa503d9 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_aspen.png 6b79ea885f86e34b07067d436b56731bcc1ef310 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_azalea.png 5db4910ccca3d931653a2db2da110cbd31a26cfd assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_cherry.png ffe644d42e21162b1b56a7c63357c190f363c24a assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_driftwood.png +0e3fc4fdc4e6be21589f8aa28bb084f48a152218 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_grimwood.png +4cbff94f8f42cf705184bf677ddda261749cdca5 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_kousa.png +12b8888470e0af0010718e61954e19576a9f7331 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_laurel.png +631e356b7c83f854b8d51557091b744ca9dbaf88 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_morado.png 88a2987b95b747c66734cbdcf346c3ad817b8734 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_pine.png 356dafd6bd1015416793ddadd96593f5a7de1111 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_river.png +17685c41d5b41d411c5773bff41c71f9bced5739 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_rosewood.png 78153dd15b67402f96e781150ed9d83f31f9be03 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_willow.png f5a9783c4f26f44264857cef4381bff8cf98b399 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_wisteria.png +7a41eafacd067a38111bc0115bb2b1f750e83dc7 assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_yucca.png +b6f57db2463941028feb6de463f65e24e5bfed9d assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_aspen.png a125e96a298442bb758599dd22ec5a5d7396dfb7 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_azalea.png 3065d953e15ddd6baa4f0f977065662935253d14 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_cherry.png fea30008e75f8003847636b0a6d92d6ae283cab6 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_driftwood.png +df42a2a2a0bf3158bcf886346e770f0684c632cc assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_grimwood.png +64896507c7a4b281d7842a70820959eabc1b9f3d assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_kousa.png +7a7925ec2f6e061c45b480b765a08620b78ec4fd assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_laurel.png +1ea8bdeb940979063d3083f031938b12396b1817 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_morado.png 33bebc01d04159de81948da0501e7ac8ea5feb6c assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_pine.png 95a21617d22d4c1fa200295919a1f059f9f430cd assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_river.png +86b3bac2b4a0c055f23585e325e787bf6532bf71 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_rosewood.png 29bc6b3ed7019112f361f4f63cdf6cf6b13ad66c assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_willow.png 12ccd91df668c0fc58fbaa537250c8df3219c895 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_wisteria.png +361ae466d3798c05906fa1b4268b9196f1f55673 assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_yucca.png +b59963d0f363fb62466128aaf7c55579d39f9849 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_aspen.png e4624b341d1cc9cb92d907fd5c69f3c0f91319a8 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_azalea.png 2f1fd7a114abcb48e2bf8569c18db648ed9fbcda assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_cherry.png 07f18dd69822c2de9fd77672d4244b861ff34291 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_driftwood.png +d03a1c9ce22b505c8723a3597312ed59185e1f2d assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_grimwood.png +4410b9279bf213fcbf3824801ab4f0cfd812a33a assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_kousa.png +c7bacf9f6c18aad8ade55ae26b631300da75674a assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_laurel.png +13160924f4067b3296e0a30fdd9d6859cd119d24 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_morado.png 19c72b73ac9e1baf37da3419af18c454fda4e518 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_pine.png 71c3104ae9b1ab20e910ea6011f09a2c7bd9e569 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_river.png +6b37d476f35e3240a72beeadc105eacbf27c6888 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_rosewood.png dd9b4da46f18072147950bde78c6f466adf1daae assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_willow.png 66f537bf46d5d8ede1bfe0248be11961b638c8e1 assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_wisteria.png +b5ff6f2463d59d6fbf0fa2a1beab427e0dc35bdd assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_yucca.png +fbb9a049be86e24753a1371d34938dafcf7c0216 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_aspen.png 84db2b177d06b2b7b965bc5ae700c7a95a0987d2 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_azalea.png 99a69a707ba61f4077b5fc684f986cc6e6ff2a0d assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_cherry.png cc193e7d946e172ab94afcb1624c759dffded749 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_driftwood.png +4157e41cb16bcb1d5cdf1fd99cae12f98e33e504 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_grimwood.png +c478df7431b090998b39b55b2bdeb58d05041506 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_kousa.png +444aec895a95d90eedf9609efd90a9be891044a7 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_laurel.png +4b54bad2ecbd57e3cf1e37299c9fc22b50f9e5a0 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_morado.png 3a242cfeb38a7f9245deba83b52292007d5f7aad assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_pine.png cc080295a7c652994ef8b4bee2f4ef9fc68af494 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_river.png +999e9980457e87ddea08db4191c0e518e75039da assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_rosewood.png 26761ebb033796497defb278518f10b4de806a93 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_willow.png 90f803710a38ece6c04526bdcfb1c8a7eb25e5c8 assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_wisteria.png +1a640652bac259c0db1a25039c57506eb4d9acfd assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_yucca.png +30aa375096a96b207f64d19caefa67be38aff0b4 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_aspen.png 1e4becb62a7073fb8ea0ec08dcc36eacb57c3ad8 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_azalea.png 96d2e353a13e4cc9ea79f5c13aec4234900bb85b assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_cherry.png 395f44d8adf868d38a8b9cdb2f918017ed914042 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_driftwood.png +737b87ca82846c87be7c61869f92f544022e8be5 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_grimwood.png +9979a4f8f3c12e5075f047944ac9f4362ffb0ad2 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_kousa.png +1ca90729bb2c11ceb0ee6f77454e7fbfd5a1e851 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_laurel.png +6803ff4ead0f6a99346ae94e31a0e8d27bdcb203 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_morado.png 9c29b2b024989e5f8d3ee2719ec3c36aa8972fcc assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_pine.png 8636b48cb99a9ec3bd98bd9bd065e1539aedb7d4 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_river.png +a78bab58618b60425c1e66262a5c113fca25632c assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_rosewood.png d1dc2a1ac6ce93633665133003968785a773177d assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_willow.png d89d108ef0142156b4155fcb78f0edc70b7d6433 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_wisteria.png +be954b83b338b392603a8113eb5820b491602cb8 assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_yucca.png +8453a2405ac57a204cd94f9142516437331060ee assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_aspen.png 12575d737806112e440fc99801cdd6721b719709 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_azalea.png 8e90910e646483622326d54f1a54f668a59690ae assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_cherry.png e00c9f2673ec82136c70fa063a74bbac99513339 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_driftwood.png +20382fd1a84ea7c83a00ea14c2938c7e4fcdaa66 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_grimwood.png +96ce7dff749e08a019f105284a36fdb9880b71b1 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_kousa.png +dff365484562c462aa8f16e7690627a2a8729a21 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_laurel.png +dbeddb14c9c5fa82a80a2f3aff6674447df486ad assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_morado.png 5b140dbf39277ecec4312519daa1a855ef4f1baa assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_pine.png f328ec260e10e88c8195cd3a739992fd2624f205 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_river.png +f6db0a3cbbea55a5ccba59a46a3f77c535912990 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_rosewood.png 02cdb44d60c6b654e30fb4ef759a5b7f1f58c0c5 assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_willow.png 5232944649cd447b0778f4867e904a470bef2a9d assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_wisteria.png +9b4c01a474c23e1eaebddab7d889c1714bf7af2c assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_yucca.png +f65df4a038a7845da69a34653249e77ceefbeb39 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_aspen.png 55f6c3bce73ef0eb719f8c4d9d10680f65865023 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_azalea.png 65f55a673d04f21db4b00988ea2af277e68be06f assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_cherry.png e39c4db8942334f2ed156c037b329e75bea0d5c9 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_driftwood.png +c203157ee2531a943495288f6f9cecb54a29b6cd assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_grimwood.png +6d69e2702dec3e987c48ed6be1722d60519f64bd assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_kousa.png +1c0c16d4ec7bee876865c69fdcc1fc6a42288d89 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_laurel.png +913f86ca012433ec1813875ce4e5c51ae9f9e03d assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_morado.png bb4e264df1e6e7bbc076de2d8f195c8f64ba6906 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_pine.png b8f0220b46cab63767574c5d307ad1269260b802 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_river.png +7f1699e3416f832845c62c98571613392a1cc835 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_rosewood.png 680fe0396f6c0a830de931d72508591503e1b148 assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_willow.png df6ff0c309dcef0876e8a5f1e2f00ee3e25f6c7f assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_wisteria.png +879ccf5dee8d48782bcb6470be33bd210e80899c assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_yucca.png +cab3f224e5adee3308f5662b1543c4a09c49ec26 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_aspen.png a2acb5dacbd3ddd73a98fb8fa9d57018ec17b255 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_azalea.png 173c86acfaf2867c0d770ba2839506e135e2c636 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_cherry.png ee77c8a7c608348e1e54912de1295139e89a2aed assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_driftwood.png +005f7f26d035ec30256b98c97f63578dcf6ff241 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_grimwood.png +3f03c29dcfbf4d8c080822f9e28ed2d2e03eaa89 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_kousa.png +6bbc71d5787f2aa68f2af8f3a38f2825365e04c9 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_laurel.png +279afa4ce0383596c76996af928e33a67aa50a12 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_morado.png 6eadf51556710709c4222c23fd9898ea740b5fb5 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_pine.png a4a71f62b4e9b9c321f4f65651ac39706e9e412d assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_river.png +e9a77896bcb3332df09d321aed3a9ac817bdccbb assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_rosewood.png 9300c9a851d335d5650fd01f12bd14fe5c24466b assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_willow.png f241c66236ec60d25065a28da0ce84b835c37859 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_wisteria.png +229ee717438dfa36b61c765f22a71d137caf67ff assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_yucca.png +a6abecc563ef4e62e9a31d3b9a351cc6ad241dbb assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_aspen.png dd0a2fd6e7e7b24215272bcea9468a25a8573d88 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_azalea.png 938c6c45ef347c6bc855d90b063ac8c14e9beacc assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_cherry.png e7b4370b753d2ee89b4eba8467f52338296b7eaf assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_driftwood.png +34790a0189ecd7ee4b4c432edd4d599f631aa099 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_grimwood.png +660e012d0285ae52b320ca15bda73a49f9aaf6e2 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_kousa.png +1fd754c0460d5d559d8f482c2c98e90a7dbecfe3 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_laurel.png +fe730a1ef11100ee39c22b479298be59f5c45e8d assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_morado.png 4964bf7eb0a11b997a211c8cbed0c11c988f719d assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_pine.png db4ee1bbdd19fdf4d0b268a12bbac78f543328d1 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_river.png +add16e71aaf8da40cc7ed81fd0e2b3bb6c62912f assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_rosewood.png 465fbfea64c4d2713f7c81fabffda88a9ed6ed32 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_willow.png 1d9780694d250eda22b5ecc1a173ab89ff842aad assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_wisteria.png +12fc50a4ea5d3a095ad322f0f25d6e304f0bc574 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_yucca.png +17e2c416f56e68457af6683c63af3e7513f2cef9 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_aspen.png 2bcd2ce4a77afc128863f76ec25e114bcc8e009e assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_azalea.png 0da5e5b84206def0e80d594cdf8c8fe987f8f3a9 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_cherry.png 34b3e7fa7e69fcf471180f30a47fe90750889a1a assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_driftwood.png +e1c7771ef28de3eab683f849c75bb79212212349 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_grimwood.png +e674d7259012aeabe7276fdeb143b087022a8795 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_kousa.png +3d2d48362802e4256ff8f43d196f4576c45dac80 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_laurel.png +073abe73c28534e9cbc2cd2254efe11d807e5fcd assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_morado.png b6824df40859b4299514b7a2c58d8f23bde1a805 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_pine.png 51a26523e3575085d6af57d2d352c4facd27831a assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_river.png +c0705fc02051f97c5d48728569b7b1ed8b6c351a assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_rosewood.png dc5bd613fb554e349a47e92d17e57186341090e8 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_willow.png e2a3eb54e6759f04b41ab9eb2ce0b7dd9ebf44f2 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_wisteria.png +4614647355b85d51dd28ce1ebeb644bef9c3a1f9 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_yucca.png +369f0858891e883beaa43d0e23eb27dd8e97903c assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_aspen.png 1dd0dccfa555b1781033900bfcaec04f5815de82 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_azalea.png 8bcf28c025c498d287fb4a98fd48e307cfc65455 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_cherry.png c74f5a194fc8b7583892240dbd4a25dd8da9b959 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_driftwood.png +bab3049074886baf9099ce77e419e551b2739cc7 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_grimwood.png +347b3b2b14e606fcc1a43ee7f54d12273aee9405 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_kousa.png +be2665eb6bebb04b41b95e069905b951c0903dc5 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_laurel.png +b8a64076540fd4d68e3d78e92c9dd36ad30e899e assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_morado.png 9c99e3b8c9e4aa75719f40077e4ab85c300ba703 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_pine.png 881a27d66656bd08a3098b691a0726921fcf57c0 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_river.png +17a8f57fe3d27f198a0cd287125a52479680c058 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_rosewood.png 9c13721409375e71bef035fb735fe37b7a9f44d7 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_willow.png c94da28205358962c3314aa6b8f999a1427cc7ef assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_wisteria.png +71ef4c281ad977479a432c4cbfbb0236eea01099 assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_yucca.png +dd3abda83eef385fd9a89bc7886cc671d04ab0aa assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_aspen.png bf7c40663336b34a64d64dcbc72ec96a94dfb8c7 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_azalea.png c43eabf621f13859476369387e7e98e540dedfc2 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_cherry.png 148c142aa967fc9f6dc609a0882d5590d8244fd9 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_driftwood.png +0c738b319abb2d676bcdd891b72b9147abb62e13 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_grimwood.png +17dd824d851c59157e0017e8af863f7e7fe54599 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_kousa.png +352db53989d46b46269d25d105a3a345b53fe04e assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_laurel.png +9e68ee3c59a30d1875089e9fc351395827dc64d5 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_morado.png 6a6124741d0158289db71caa77b1da91e4f04f2e assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_pine.png d80a28be801e066d7c442aeaf2bb2d4e4674bdb5 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_river.png +2945ed255ceb1c195ac70d5f4345d801677b487c assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_rosewood.png 5392f91ed6ffb14674fb3808583ab669eeaaf617 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_willow.png 289d81ae99586ee8c7f2997b108bb08146849f32 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_wisteria.png +7c8c0cbe3be6c6cf393aede4ee10b7adee9a2f04 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_yucca.png +30fb9ef077a33749258e4b5fbd3d7ca411fb8970 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_aspen.png fd5653ee2992e2ebe876f0c1aa8633c00066f6fd assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_azalea.png ec6f0a06adb30b3f6577046694266d374b772640 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_cherry.png a5c8ba486510842a8e5428e9c9a07bd2cfe57bf1 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_driftwood.png +128852746bc40db0a6b7a4c68ce190ccd08ca838 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_grimwood.png +d8db085cdb874c26c15184ba250a7273123d406e assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_kousa.png +0a05f117da3ffdf5218d9dd1f2a13f29418bef3e assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_laurel.png +d84e95594c8c2f471de4aefb26384da05556fe0f assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_morado.png 190038e2c729789df97c472d68f96f2c66caced9 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_pine.png bc5f560ab910e0be013470a06212179e2e7a9118 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_river.png +bd3ca30788f4bfcb6db8bf11b72bfa92115c8d59 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_rosewood.png 50525f7a48822160f21b7ce42483d371780b4430 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_willow.png bc63108ab1f148add0a3e6305b2717f3f11ebbbb assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_wisteria.png +6c6e6c4e2c59e7c07ff18770cb8e84573864c2f5 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_yucca.png +dcab12fa6f6c9a17086a2c461b3c8ff6577eb1a7 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_aspen.png a2898253e0ed1518fceecc4ba1e9f91f95ff22ca assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_azalea.png 1d09b0315b997bea2b4060583ace0a2bde99a7de assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_cherry.png 92f7a07f5392266638f1d405d769f63ac5c018d0 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_driftwood.png +cab3e95e03cc20e82e7887da9d9d6e18c21fe93d assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_grimwood.png +05e99e2cc44ddf16b8653c29e756b78e0e3de768 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_kousa.png +16fdfbb054f4dcc06f2801665a6b39ec53ab1009 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_laurel.png +02a253f4670c9a115e10fbc84af9669dea113217 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_morado.png f2e8d91ac871086cb05d48328a9b47fe7ece7c7c assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_pine.png e911d93f8ccd04f4fdcc2af35ce41e798aa428ee assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_river.png +21c492e82fccdfac85f6e19ad0acebc4ba271dc2 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_rosewood.png bf216e92f7da0858cd220475b6076026eb26b351 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_willow.png a667f273d525690c772244e72852ea5ce134a7fb assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_wisteria.png +6e8dbd865d233c06f98beab11b085a60cda36df8 assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_yucca.png +359e588876bb6c463cb644a14c7b4b57f7a90c58 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_aspen.png 337266f7b826cd705c7c9bc33df89b12d4495f66 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_azalea.png ee3d15fbaf01a7b318af8b99e7da82b02e3f6969 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_cherry.png 04865319f694adf2a3dc98a854e427ea15f68f73 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_driftwood.png +59be3380fac5952e76630479147b2f6a3d181a17 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_grimwood.png +37c9503b84ed0f3e01f52f5f9dbab8838649d0f1 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_kousa.png +2b2ae483b9f1d49c3aed16261b78f0f38c9e5a00 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_laurel.png +0a57f456431777fb45955da5885fad1ca3a0af60 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_morado.png 6abb102d5b18641ebe11dc8ba752378fe77331b0 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_pine.png fcb9b01b6fe7808bcc98aaf747c0886e5ba610a0 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_river.png +73bd4cd40b2c9f5350761d7675a7c517fb621d6a assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_rosewood.png 2735aa8bb572907cf1f196601ae91fe46bce57d0 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_willow.png 26bb56616db74cbfd20b10c7982dad1ed4dbbd87 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_wisteria.png +4695b57cf5a7f75712f667f87352c3e270c5ce72 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_yucca.png +0cd7d0b7cb8d6855366b5ee9c1a006a217948862 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_aspen.png d3715b9dc5d52b99ccb428311d619510191bc96c assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_azalea.png b09136925f0b05820201292f3884212c48044bff assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_cherry.png 5c7505c26e59b91529324ccf7eb9c6da14cfbeeb assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_driftwood.png +2d77b1e708caaf7cbf9d0fa3b4edb54c6e384816 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_grimwood.png +a3b526a673005dce5c11eb14d76a660cb3af566c assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_kousa.png +d50f212f0e3ab421e72513268950d73ce31e0b0d assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_laurel.png +4b3eca786f3ac3fc998206f19350ce404bc2893d assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_morado.png 720417f030d9d097b410abd4db69eafc8c727255 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_pine.png 92c499a826ce5e30764a42e851840d473917a0a4 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_river.png +0e5fc5993c9a494a9ca8ffdf53536400657a1696 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_rosewood.png 0f3156fb54fd0ab72384363d942250c0bd4f9dd1 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_willow.png 60871e9b431814cd44a1f6e4439fa96ccbd72158 assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_wisteria.png +f882d0e656f84f0ba8649a2a74bf7b28f69c006d assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_yucca.png +62b1f793fedca19238fe93910e13559380645818 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_aspen.png 03087827e90c6900d8ec1d994f778dea87834028 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_azalea.png 76f4f9d3a506ee9c3b60c3737d6acd71dfb00fa0 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_cherry.png 4d7240fa423e5992613dc65faf49dba09ba8e07b assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_driftwood.png +c4a5d59aa601f3ddcb19266f35ca08f157eacafa assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_grimwood.png +43a4fb3ac69a2a73481c24bc69ab1861993284c3 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_kousa.png +d641032478ed7aad7d1eb3c7fed21b6745462806 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_laurel.png +9fc16603a59daa1d8c3f9c85561997dfbc3ebbba assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_morado.png 49287afd9b0d1d22d9c64f5269916b1cfd082972 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_pine.png 9612313eb48ecf899e272a90d69705a99494b401 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_river.png +5fbbbc6b905d933c8d084685e2a619c81a6cafd9 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_rosewood.png 3acd763986f0c42c89800281300e41b3215671a4 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_willow.png 3d5b65e414c84b0a53f51805c9304dda9dbfc720 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_wisteria.png +207f61e3ee23142551a6ab238656048d9ac777f3 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_yucca.png +9656cdd9680d087ab7da07b554f7b79cf25e5759 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_aspen.png 174632f2c7c4cb95315cd8cec157c05633301cb5 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_azalea.png f75ade6d725e5519d3c15b7321dd2add988a4743 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_cherry.png 4728dddee5d3c013baa570abee3adbee1a071355 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_driftwood.png +54bb05b770b7203cff409609ad8bcdac33647b19 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_grimwood.png +3bb71d75646897f74065068dbebe75397c74fcf6 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_kousa.png +4f3b3a1aeaa611fe7df68d051cb661994b2b6db8 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_laurel.png +3b3affcb13d2e36353f3dabd1b3fa002a7f56694 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_morado.png 0263df9867c306b2e1e60fdc81cda6f9e019464e assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_pine.png 93336f2945f5dc61f0cb98a8a94d1cacd0931e98 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_river.png +b2513e8bc6dc8c540786e817cd2c172c867a1d9d assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_rosewood.png ac50c6ec1777d7b9d17c4f2d09f2a6ddf213bfc7 assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_willow.png 93d48e694afc5121d11c4ab412ff6f40e0eaf1db assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_wisteria.png +2cd3a398587c31344c9bbb661449cbdb7d23830c assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_yucca.png +29d060b765724903fbb78c33f1cb339f5c14c24d assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_aspen.png e90f4896df7fb847a4c78c81730c809bd0bf642d assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_azalea.png 70b311879a22c5bc31260873468c645ec20b9551 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_cherry.png bd23d3d47ff653914eb19822869c600a644c177b assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_driftwood.png +1470d61dc4995eb5ad583bb7470ba4e7d45de999 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_grimwood.png +e6e3727d0be3c51606e84cd49f48ddfc17701898 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_kousa.png +05c3f43bc1c528f0a3249514d147f2d7aaa56aba assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_laurel.png +7aa0d0ec44748fd168b85b2a9d0628d302209fcf assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_morado.png fd2a79013bcf27891e70deab42d6a9c756f8fa06 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_pine.png daabd99aff21a44b5be964bcec48c28c858f6ad2 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_river.png +d5c75bbeedd921a34ffe8243c0df9f7d1580d7a8 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_rosewood.png 076543211efce086942e9fe278a18520318155e8 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_willow.png b66ffda5ac583cf19e6ba3d0d51f9b4eae26dec7 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_wisteria.png +a9db23362c84e237a8f5a7967b838076986f7109 assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_yucca.png +c921b807d6ab18cfa86505fdc0363a0a0690fd45 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_aspen.png 76d1d4f768862edfeaefef218795e9eaa197a96b assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_azalea.png 4ddd0f1459d036a9307219823f2be0bc1b3929e9 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_cherry.png e776e4615dfc1c7654f295bbb43913be902b6511 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_driftwood.png +32debb2a0075469e7b43fc9d19bedae39405b1a0 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_grimwood.png +452b1a6396df3d8ca60d4460e6e57bb726636eea assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_kousa.png +3893716397e0432bc8f6e7a43d0765bd60c1144f assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_laurel.png +79fbaae7d749d5ad25a736b49a61e3d172e47c4e assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_morado.png 8b5f7469792f6e2a035fa8c5d95956e0525e2e16 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_pine.png f0a8b801671db85146729eaec3274e25a7fa0bc1 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_river.png +c2bf29698b525a24c07dd36eeff95f5564e14b31 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_rosewood.png 4dcb42eb2a02b86c3036df635fb2bc6ed4a235a9 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_willow.png 6d0c7e451f46523e4cb594ecf5e2e5057777946d assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_wisteria.png +1c0cc490c54471a626c9691f35a686ff74da8566 assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_yucca.png +4aea2c46437a66aeff71a0a3afcbfd8bb744a6e0 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_aspen.png 2bcaa7e8fd04f7a9de646eb5f6c5b036b2f1d59f assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_azalea.png 5e918d2c3c46c2c3fe1fda9e3dd86d60ffd19c5a assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_cherry.png 667d0720efb93035056b0c6cef91be5ba0027750 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_driftwood.png +bb3fb672fc4defedbe05b60d4b9f65c7b1afddfc assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_grimwood.png +477465a1980c4f073ddaccb92c3ab150afaf9799 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_kousa.png +fa65019e56ee7b44701cc574ac6953d50db00e5b assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_laurel.png +43574a59435cf60732e13895193ed97cd29a39f8 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_morado.png 5aad3ee2a2cb9f2d41936104863c970c59194975 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_pine.png 43064e7e8af8d1232522f34a598b775e0db8633c assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_river.png +c267922e078249ca15ca8b6c51728e11d5049db9 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_rosewood.png b126312846ec0fa12dcf0657da15b90e0c6fc660 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_willow.png d7c94ea7317ba0a122c07f2d6699c7995628d185 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_wisteria.png +deecc0db7d3e78c5cdb3d4754364620f51f5c156 assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_yucca.png +0bf599f86b177f45d8f25b37cff83ff6e365ccae assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_aspen.png 6169c7714f9e1bf59bdcae54672d20f11a039bdc assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_azalea.png ca5cde91cf9088b5c31377d67aabe6c3cc131d25 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_cherry.png 14d24c239c1752d9f4879bf91281cd627d6fd5c6 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_driftwood.png +61cd43cb9b3c9c73565fc4df657d78bb3486fab9 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_grimwood.png +df04976428ff40062c354244fe0568aefc104304 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_kousa.png +d1cfadf12e2ed27e86bdc36dd691625fa3411f5a assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_laurel.png +0c84e8592cb5a440ff27c93ade12feef4eb7a372 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_morado.png e43e6e254b1779d78c956ee1c4d87d41f31ae2a1 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_pine.png eebe9c806dc12ee589d618430e9e4ace9011f8bc assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_river.png +4325d0acbcbbc5c6a79eb11f9b0e06896592b7e0 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_rosewood.png 2cef9316d21338a5a99ce68b7db6723b0acd7fba assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_willow.png fc52758b8e4ff1cceb384185e26f501a430c1895 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_wisteria.png +6fb8188d05fde10549eaeaa319fb5cdc9188e761 assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_yucca.png +2211db642321b68ee1b2f298a71505d412eb180f assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_aspen.png 524a7ef699c7cb68c85e68e1323ed288997f714c assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_azalea.png b0b26a47707b85896f49607ae8da7a5113f1171b assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_cherry.png e906a6bfe9702728c5eb3be8098fcacc162bcfaf assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_driftwood.png +8310fa92233f4a38b2786e379f93a6c39dd2e92e assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_grimwood.png +0e95065cba4bdfddfec1b0ef30d65d205a3664d6 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_kousa.png +3d4a301474c0356464410cf353e17dc13f3eb382 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_laurel.png +10d369bd755adddea606f5a4b4abe2272dcb3c10 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_morado.png 60a04a2974774073b3847414e2cd8882ab81f22e assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_pine.png b3da66d5fb045836e3b6ecadd837dd3087f684d2 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_river.png +275f5b11e40be33de14e2c22823f8d8bc66977c3 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_rosewood.png f78ed51bc61d2c673d7ba3f56e9e702bb3a77a67 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_willow.png af799881bd4b0063eb2dc35ec69bd0e7f2839982 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_wisteria.png +b72f85d423475d703544b0d07f585d5e66498d11 assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_yucca.png +ce28f484cca81304f514a8ead2c0b403e84ea576 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_aspen.png ec06853f6568f6a522eeb675ff58c6615d8a513f assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_azalea.png 9ce6e82266396b088180e1386355e79163b4c961 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_cherry.png 264a6ec9ac45d5a747e142beb4c88cbc76cc33bf assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_driftwood.png +e2d03598bfbb21f20827f42254e70b8a311ad290 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_grimwood.png +8d9d3e40739494af3d49b03341267cb8733949eb assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_kousa.png +2db2c90d6d0b0718dda94e317c597d61ba146107 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_laurel.png +ddd0701a965a29265b4a17755bd2553ed841cc67 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_morado.png 14ed8138d66f54f9eba084d4f0be631af4815dd5 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_pine.png 69867e077f506dc7544f044c07470b3176035be8 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_river.png +19871eaf8b8d3f7c0bd1513f93c0ee53f9ac367e assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_rosewood.png af2e9dc94c7f1cef08e654ea3705f28f41bf1ead assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_willow.png 45763259d44d98de6bfb3c7d49c0605d7b0c7b13 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_wisteria.png +7581c01f81f529259fc0e915ad77c4f6fa9bb9a9 assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_yucca.png +43ea2e12c9c577ac444edf148360da8c66c8d63d assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_aspen.png e52862d0b6eb6486d00968106ab6d7a1615a14c7 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_azalea.png 6466a1916dd87f50d25d5dcb1721ef53866ed2c3 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_cherry.png 304a40627efa0b02030909b6b5eec4123adee445 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_driftwood.png +810e364ce87251aee10c78bf3ca432900c39ac62 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_grimwood.png +261a158ea9305db6f17d4d859050a6b6e49bdf6a assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_kousa.png +a44527aeede0567f4522677fcb0b95c8b03eee76 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_laurel.png +9971c7df69c87022027333c4741f302e69ed1258 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_morado.png 0b54913d8299e471f4d2d0271f49a5b0ccd2e522 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_pine.png a6e4c2794586e4f7a73757cae12b13fe114a4155 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_river.png +e3efda5707aa30d41cc6692431e1dd32afaaefb8 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_rosewood.png 088ad64c90aaaeab027667d950bac1b7946f6644 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_willow.png 110a8827062dfb6566427974fed89059c9b9a336 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_wisteria.png +ebd5dcfae818fe877b18633b65150e2cb8f0c1d1 assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_yucca.png +e3ca3fdb8e9d2da878aabbf1b5acc9468847f07e assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_aspen.png 9e030ce1e3472026defe2dd7d7f660888c4c76d1 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_azalea.png 0ed8a9dd11bc93ed5dd4d1aefb841f7a7d60d90c assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_cherry.png 3e144443fd706c992a69ba35d23bb62fa19e3f44 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_driftwood.png +0166ddcd6772a37fb55438d2194f87e29a2dd7e3 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_grimwood.png +98d7fc38ff763730e4abccd85d89b374e37a79d2 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_kousa.png +6b4708d6e236765f412322944088fbb79cde8871 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_laurel.png +d7f427e13aa498b6f2ef7c313b66a23c0cec2722 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_morado.png d47489376c9db06fc202c930708e895140b6eaf8 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_pine.png 9d812326939a9ce79d5e2bc499fe5bdd811db449 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_river.png +7ec0e90cb5e8578fa7687430de5840ae37cd3553 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_rosewood.png 6966680a61737c458fc2e3878a7879d6122ef2a8 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_willow.png b20478dfbae52b00322f6cec6c43beecc1c9e2f5 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_wisteria.png +f664acaa73c28e6e7a7353a909168562d8792102 assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_yucca.png +9e11fe7cc4112ef09fa5c477c6ff330bf75e3d13 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_aspen.png 3b1fa2b313954ef6676f7df7c71d5199e9554f1a assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_azalea.png 916a747cd2075baecc52a47acd98f22b22f994be assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_cherry.png 94c54537068197e80a27ec4d8a89e6020146a0d9 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_driftwood.png +650eea80773baa6704586e245afb1e7d6563341e assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_grimwood.png +4fe6f398a3a32a07a2c146f722804ebafe456f87 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_kousa.png +f8ea644d5e9433d8d3f338936e06116877ab07cf assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_laurel.png +cdd045632a60fa808d8c4f3c2be6db94cb25ba05 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_morado.png 1bd2ac1013736f99145dccdaa4e648cd9e17f80b assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_pine.png d2ab5e6653c88785688482cea35e98dff7ac76c1 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_river.png +e1b08638b5a432e614fdef12e464dbfc05228e40 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_rosewood.png 96f525eff07ee3cc061aed6621f6ae73b33f4a0a assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_willow.png 7af2d440472e8f4a2b3cc623fba38ba8dddc77c0 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_wisteria.png +8fb7fe38c2d16ccaa2b1238733e06616a09a7578 assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_yucca.png +f4f31bd4f537edf8e775b4f6f285ff077c04bb4b assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_aspen.png d505816efb16c583895e34851406b49aa2af1019 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_azalea.png 72b6d793033c7e465eaead437a14ea441bc560bd assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_cherry.png 40d7206621178f10897b6eb7152ec06987b56658 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_driftwood.png +4636f2ad49ada89c97dccb2dcccb939eadb1aca4 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_grimwood.png +d70a7b2c128391212a5897d658ed6ae286c325dd assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_kousa.png +bc2452eb1367d943667bccb296b08107ac929837 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_laurel.png +e4fdbe342176bcd3f234098659e6a07c580da989 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_morado.png 9c9350cd91904337bcdf2c9a8ea8f0c569f2ce0d assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_pine.png a19e05b230762051203c6bd6b8fa4274f794f630 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_river.png +e6c1e6c720055e276e6c9a170f4bad1babab09f7 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_rosewood.png eed2d93aa4c6596fe138899909ea1a730c4c7658 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_willow.png c42c37574372981d202617763f71d9407a363a12 assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_wisteria.png +63b0afd346b4896c9a8e89f831664ed9f1313dca assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_yucca.png +6a64dc9f64a4e32249a52cebd4126b12a351ed8e assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_aspen.png 343ebe722b04ab6d93dfb5ce8aea5e3c94c459d3 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_azalea.png 5a0d3231a16876b9e0046dd41b186ab2b3cd0d3d assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_cherry.png 5f29113a29dc5f02bb3489fd4712753ba49e38f5 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_driftwood.png +ccaafa726ed2822a7a20f2d54c7cb94936e688b7 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_grimwood.png +d8f217a9d90c84d1d9925693a7a359107390630e assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_kousa.png +29a845dd3b215ef6f31a64ba720bbbac67b3ce2f assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_laurel.png +7d16c8c824e7e4885a2311cbd419b51bcd8062e6 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_morado.png 2831632bd67919c8638c0271f4730240dcd93057 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_pine.png ba6cf8c613c1bb1916e6a2ba8bbd80f0546a9d8f assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_river.png +7c310bdbb1949a267956edb8c0e540bddec21e31 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_rosewood.png 71703a73de217ac5300b3445b35e9142f65b3f32 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_willow.png e0f5609f9355f634170521782f8ff8fc0d472912 assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_wisteria.png +d2579e63092d60065450ff7d839aa5137faa15eb assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_yucca.png +c958de2aab23a6d2b5ccba36899019a1c6189520 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_aspen.png c28bbbe89eb9b37d267adb4eb5d0def8e4221c13 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_azalea.png 3241f30e4a8ea92153ba477f8bffb1bc9fc317b9 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_cherry.png 3518a9c77dccd439a12a0302d1adf86fb19504a2 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_driftwood.png +c8dbcc87825fdefd872e22ea4e96fabfc4cb9d2f assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_grimwood.png +007af1ed504068b655d074aa4f332e48a2fc31ed assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_kousa.png +adb95e923339b9d01a8243d0ead7850c192e446e assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_laurel.png +27910f98c61b7f146c18692f1aa484b232a8a66b assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_morado.png 827c96b6fce887f739e667661d9aa53c101e73fc assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_pine.png a9a7fa92d61378331d4332866a41679998cb22d3 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_river.png +e88eef6b2100458b54d13d6f8a1ab1e0206aa7e0 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_rosewood.png f9c40fecb30dff949723c17a0717e4ae5158c16d assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_willow.png b8df39c35c942d3e0d9aa9cbbf6c1fb02658cc9c assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_wisteria.png +9347eda121110dfe00f74ae98e7714d32af2ade1 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_yucca.png +499761073214f240b939564bc0ea8cea33e67df8 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_aspen.png 2fde2f60b9720dc8b5461345e8dd7b99378422ca assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_azalea.png 6bedab3298ca7bbe8cb96790bbe6a831308c11c7 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_cherry.png a457d831f2ab5ce5c2574234d33417267eb8aab0 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_driftwood.png +fdfd65933295b21adfbd8b60a24a8ee192bd0d8a assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_grimwood.png +319ef97cae0e143c76e0fb687112817eae1f85de assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_kousa.png +3c7a1b09122fa03f2b1da19eebdff45bfbe85a8b assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_laurel.png +02ab9f1aa39dd3f4b018174581c327021aafbab6 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_morado.png 922597749b9e1c63f069e6b8455b89b8fcd018a3 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_pine.png 2fcb34b7bf3b5611ed0681502f97fc8c2649a12c assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_river.png +580821b99b68ce9afd4f80be7b07896dfe54aafe assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_rosewood.png 4a3809bbd6eddae768f0b253dc78f6f15c2f2fd4 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_willow.png 7e5aa355f673297ed9a4f4390063cd898c600672 assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_wisteria.png +10b3e3385018c3ca20d24e03cf68b4ceef9e56bd assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_yucca.png +8152c184cd7bc6d30ed8883923ad1a623d63c0f2 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_aspen.png 0ba5414fb51de35365fbbedf256d54f89f60f1fe assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_azalea.png 1540b355a638c15b779f9c925291af2c53904d25 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_cherry.png 052fc15b96656b8e9a473e4678a7fc107e79872b assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_driftwood.png +35adbc4239b9ee0c5688b0e3742d42dfade30daf assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_grimwood.png +5ce49b6df76ec598fa4c4ce7751d0b2a20bae65a assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_kousa.png +9b81601c0a070446a126d58f3499c4af74f65d26 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_laurel.png +25d3bea3a986793adac4d376d33eac45fe064c4d assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_morado.png 645776ed841b56d7ede2f4bd7913e9017ba2ff9a assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_pine.png 1fdb35823ea4c2a40ced03c3b774decc31ed431e assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_river.png +a92a05e2e7d7bc840c5eb310cd902bcf30ef7302 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_rosewood.png 3f0816a170cfa70c13b97807ea2338efc374aa81 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_willow.png 7e4a256706bb4e302eb6b8bf31e2c5434059e21d assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_wisteria.png +68607cad58455fa6f8f1c365c834ee22d4661eb7 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_yucca.png +e87b1e94cedd18e0dd59010c25bcab3b89e7b8f8 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_aspen.png 0718e1ab01ff11fb65a91990f10190c75adfa232 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_azalea.png dc74682dd02f7fb92599a2dc43ca464295b0c477 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_cherry.png 5d12943b441eff7b523080832d57545558124133 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_driftwood.png +e826a39e67e97d86eb146172459b5ca288afbea9 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_grimwood.png +815652246bd80b0b6f65045b398bf3ca0e3cf3f3 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_kousa.png +7d6d0a80a57f9b0e2089551247871e677ed7f495 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_laurel.png +cbc5ca1491453fa5a3d4ff8c74636916c81d6bb3 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_morado.png 485a124508c527c84041f4eb64a6cf555cf41dfa assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_pine.png dab0e421237f2ee5152753805ffdbd29f3513d96 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_river.png +9886b3f81523e60e87206e2ac48c454b71252952 assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_rosewood.png 143a9f1b5b3c0e59301ca2c51e63ef14161acd0a assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_willow.png 908d0795e9d18e0b0de0f8822e9c44b70d5f580d assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_wisteria.png +fa8da5633dcaa92f5d7ab6f8daa7df8d13a914fa assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_yucca.png +7ea88243d88bf53a6f376ef8561bc75ab3de14bc assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_aspen.png b850df433267501c2c5b600f651e87f0a0fceab8 assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_azalea.png ace40667c4da020326d3c15f2d5b4d53c2ae6b9d assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_cherry.png ac4fd1f6fd0625ce2722d1c2ea3e15d81104181d assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_driftwood.png +b134926986408e215310e07c7354ff94a8abba37 assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_grimwood.png +8f27cf450a0db987ea261e10c57b4e6ce43138e9 assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_kousa.png +d1854b9d3c72a8836b59f21a34f680fe3f6b46aa assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_laurel.png +e0e3427cd8cd2fe22b4255c96c093eea4a434c9f assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_morado.png 434125a382fffa24ca30a171d93dd9dd5f7bfa6e assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_pine.png e00b40655f2892a896faf354de8d1b9f1dcdb8d6 assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_river.png +cc3022443703c0a6895a6c1a1d8d3c94637c926c assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_rosewood.png 6400c6c476310398a18caad4d3107ab34e5307e5 assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_willow.png 152baa0dc96ad2df3032e5ab1b15681d1f23162e assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_wisteria.png +565966eea0c30a6eefca2427d60eebc1073f6143 assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_yucca.png +b2088c9aaf4de7744b51cd5ca63f324e593a7c6c assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_aspen.png 6881ba9ead72afd40545fdfe95add3137a0e674e assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_azalea.png 30e2879e2eabb552feb6c7a6f2b400c5ab5bf26d assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_cherry.png b52e0e479062afe002b47d9588f352e5c843f35f assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_driftwood.png +60164e72428d9e5b6757d87316ba611ca11f14fc assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_grimwood.png +a522b9c93bb5c15198c038d62d379635fc0b9ea0 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_kousa.png +0e274554302ba8b6b6468d6306a1fe9528025213 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_laurel.png +ef4df18667ac7f04401062d925cabded315f7575 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_morado.png 59d7f4efa6bf636041e6677fd481b7e00d875056 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_pine.png 1de3808b5613abf5e28511e74f64cfdfca46c7c7 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_river.png +309394aefe48162cc30a79840909b29b8946d02d assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_rosewood.png 7d74cdd0ba2653745178a973a929ad91315d1153 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_willow.png 5087ef1a686cc97da2e0d496cdecf2fe2c2b16f3 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_wisteria.png +5bc28c615755821e659dba16bcc94eb7e1af7c42 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_yucca.png +a90eae8dcad70fcf9d9d4dea6c564ce40daf5f47 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_aspen.png 4328ad4a571591fa0565c70309a9b859a167a96d assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_azalea.png f05ed5252cfd00c7dca19ed378754c24eadded89 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_cherry.png f14da3ff5e3bddbc0a126f01bc352c1d953e8867 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_driftwood.png +df3babfd2c0aa3740a1e678dddd48e8411404be4 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_grimwood.png +d4b4306f828d4425a6c926cc08928ae13aa8ce9c assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_kousa.png +254888a34f562cfc7640a6a70ef3b60fd17dbaaf assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_laurel.png +e43451fb792f8d518b1e20dcf0e5dbd6468b3dd9 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_morado.png 07228338fd0ed519324ece5e3ad9a635dcdf89ac assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_pine.png ad10656e3788f7858649d7f970bc1fd55671ddc6 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_river.png +c7ab2e112e2746ae8b63d3319428d6f8f9ae6088 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_rosewood.png a8612021c3800f6a46d2ba4b77f91dbd2a02851f assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_willow.png d36daaa8241486c04c605795f943f38bbe6e6ecf assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_wisteria.png +4c2dad26a52e048c458cff89438227d03798fd08 assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_yucca.png +bb0d8a2267e325ccdc76e14104ed4a423b8ca4a5 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png 72b0a23b29460a1428040c4e108aab21b6df6368 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_azalea.png 90cef9842ccc494b861125cfc1acb7f5ada4aacf assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_cherry.png 0ebf231a020f0390fa5cd972fcdfce018e3150a8 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_driftwood.png +510110bd8b396734d4d7ee1d79fc71efcd07d295 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png +6ce6ff24d879d08f2108d11d9bddb587edaad561 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png +b4268ebafdb5c9385ea8c5e23b28111b3bceb5d2 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png +ef0edef722dd82239f64ab72592e98d523626343 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png f1017420f473c1ec2d1f202ebc2602c113a9cfac assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_pine.png 8cd605625cc0e3c47994ab0ba1ddfb9aeb9197e8 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_river.png +e8bac06f3cf9d0b7433e1e2484018d8e7b054a4d assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png c00b7f28d8cd8233578c22667ba11ff94c7abbd4 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_willow.png 813853294a172f0f397a37ddc1a304c9f676ecc5 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_wisteria.png +0508b7f520258be43bc846292346697a2e8689b9 assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png +225c202e3aeccf6d0816da2b1684772cccaccd7e assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png a8e1c84c7b374255ceb1418d25ec0d36f7d9a0e9 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_azalea.png 816f15131fecdd8334371e8e018579c2cbff8266 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_cherry.png 19c4745438c3b8e0d1c12957047ae7ae8921bb44 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_driftwood.png +11571307dfe20f4c75430bc36ba66afa6e0e8c6e assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png +de811240b40bd13f6c745e90cdd0eef3e961ae9a assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png +c9d6e05f7ba23f8df445bd6f0ce8eee03f931946 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png +d975e0bf9f4d725dc9bd085843dfd491016e4616 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_morado.png 0a442d0a041d6f5e8cb5360b1b59651351ff4112 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_pine.png 3600c4c1ef75efac6c97d113f637076228b854ce assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_river.png +8348c5d217d93ad56739d75215664d5a940ffeea assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png 0f8dc3dcb5d845f5688de385d32fa92d63017bb3 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_willow.png 9358e0d033abe361484808748d43bbf661e9d2ea assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_wisteria.png +7627132e851009a546fd326136215b103b3ae026 assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png +9fe2871a0d0ff2e516eb1f6bf399f48c724fada3 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_aspen.png 1fb0209a258c31c95f2b55cc4043e86c70c7ce6f assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_azalea.png dedf0fc67e1d3b1d737ab9e7c105dd95e7debc6b assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_cherry.png 8c3c6ab9d603338069bf7fb09d375714741104d4 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_driftwood.png +924647504cd1d6e3434893c77e18bfca7aa72771 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_grimwood.png +536d13313a27a5993d1e757b2e4ba3d11eecee3d assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_kousa.png +f3d76f42bda1fa6aecd3ad5c8f4fe5ba470df099 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_laurel.png +c33291797af6b2d9017d613446955eb9947b9745 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_morado.png 28fcfbf5150450258f8d52937f1a6f4cc01d9d5d assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_pine.png 53731a02609d9491d54e5fb72a6c572a65fb6fe0 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_river.png +9303217437c91133712bcad4a22ee5328fb5ebb3 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_rosewood.png afdf2acf7dd11b9fbcb2fee3d894503b472b9f53 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_willow.png 27c08671abf4858f7a2f13795af487625e8e4003 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_wisteria.png +82252d9bf6d917c2f3449b6081aae86588eec718 assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_yucca.png +81b0b7f28c6c162fc559613e032790b78a13868f assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_aspen.png 040ec2d34bda9caa22e2d31482d5cd95495d0f27 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_azalea.png d2c86681a2d99572d86af2a649f46103caaf5549 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_cherry.png cd844546a16507646e3f5605db58722cab9d62e3 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_driftwood.png +9a06a996d98b09855ac86b42c472f71d2161877b assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_grimwood.png +e98f514d7a65cf9647e4ac5cfee871ae530fcc79 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_kousa.png +69a9cc0bf107946203d1cbd79899b251714a27d1 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_laurel.png +260fdb04b6d2fffa2406868e34786e998fb7c475 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_morado.png 0ae34943094ee262ccb713c51539dcc97aa0cb40 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_pine.png 088cee96319a3ee5ba8a7acf5ad496320bcf12d7 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_river.png +d1ad4d8b0881c023b52e2b46432d08699a92d605 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_rosewood.png 68c70c0554204b28d1787052c841cc196e6bc582 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_willow.png 21928eda28d0c1577221a515978aa89955e23887 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_wisteria.png +ad911b8fc597caddc50327d4e09f352be55369a9 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_yucca.png +69605bdcb5ade4098476fd3fcfe72838b92566b1 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_aspen.png 920102b6959cdb341a234ae08c4814a769d00ab0 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_azalea.png f1520d5f2b8e2ada4a9a1ff879936db1442462af assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_cherry.png 9d2037063592854e0177a14816e3f9bb8e8b387b assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_driftwood.png +6bc9756d0df60211bdbe41e555947dec6e7f886e assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_grimwood.png +b1f7e2c631a2349e6844a57fa5b710b66b6f37a7 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_kousa.png +7bc0e206bd4597d190ec673ea97e5e140384f1d0 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_laurel.png +aa9034750dbc34e06f3ec1fca3d87e379bad0a53 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_morado.png c12fa67996a67cc12501b1d5939a5abf32778cea assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_pine.png 16b443d2eca766460bfcadcb45ee4a4fa71c2450 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_river.png +764b6ac106520b2a430acf022e713be77fd4178c assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_rosewood.png d537847b4ae1683fa1d2d7f1e2286b7410f6d393 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_willow.png bcbd6e26a1c45a9226626504e0e245c4f4807894 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_wisteria.png +9e0c5b5b73f5b604271268f493ff7a46912d5fad assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_yucca.png +deffb4d27e978bee61153c1d26c0b7f88fb797ef assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_aspen.png edeb190abc5c9c03720a3c945f435fde920375c7 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_azalea.png efc74505b547f551ae1709bea6b489c161ab2b18 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_cherry.png 59664324edce56916a46243c7012779f9df9a792 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_driftwood.png +1fb12823a1b2475f8bb16dd5a54929d8ec1cd000 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_grimwood.png +8ff16fd58a7eacfda3044382547f3b96f308f54d assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_kousa.png +50a185111d721c656aad12845b95b95366ed5ed8 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_laurel.png +fcfa37de26cc2daa446a5c08b6ee3b1c733aab61 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_morado.png 6f5b2d4e754e0f6431b30a3af8402465568da365 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_pine.png c369a2ae998600b9985ac9758468ae0b2cb9f973 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_river.png +c888d10c9b4be19d32351b1e34c281452c3d9c60 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_rosewood.png a2d743dfc1e18afe86292d2b71fcf3c4e638cf4d assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_willow.png 67f03061f7b33628bc3f226363f71b734c02672d assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_wisteria.png +2913b23e0aad33d17b6b0c567ef8a31626b7f62d assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_yucca.png +a14a32314597cf40ea91604a6e93db5fff0dc263 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_aspen.png e0b25466d37a967d4813d81278e4632d4308266f assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_azalea.png 8035290a15252084b0193e33d7fb68349cbfb4e8 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_cherry.png 99a06d61e2989df0cefeaa97a2877cad717db1bb assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_driftwood.png +c86f8b897c6a8e9e0ac6c7168edb462ad65807a8 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_grimwood.png +e9944941d84b6379a02e69eee3788949b68efd07 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_kousa.png +4996059cb2834c339a5dd4f56911f60824781d58 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_laurel.png +2e2a35b941ef69a616ec5bca8a72ab476991a523 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_morado.png 488bf16beb552f9e47bca2dc11320d13f0a64cd5 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_pine.png 78f75c738758223a6291839359721dfba2399579 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_river.png +f1c52947115d0a5857c23dcf35ef3591614bb4c5 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_rosewood.png 9c7c69221c7405c3fb5dc2e055760bd60c0e8e55 assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_willow.png bcbdec2ccbf1c0fd3edf4dce3c7b398211ff894b assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_wisteria.png +3bb243bc7617cab296500b2771b194df5b10ce4a assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_yucca.png +6ef489eacca1dc1de7d6b414d4217e51ba4a1a2b assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_aspen.png c928fde4a6fb6dc794fc19ba15be0da3bee3ee03 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_azalea.png 1e57f1312771dd17197653223b91d8074fa86b7a assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_cherry.png 9ca09816a33d586789a7e54a5b9949fcd325ea2e assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_driftwood.png +ba107c3cec1a7a2fb7bb68afc79c90b24893c618 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_grimwood.png +c4e03d9c0581a0e72292a9aacd8cfe456dabf32a assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_kousa.png +4e5632236561b1ac7c9bc64107b495434bf99872 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_laurel.png +1872223f1bd07eaa276634f07b53d262c8b8cccf assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_morado.png 413197b95c53d82c979a39ce6e70d71173d33297 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_pine.png 731a03f2ab63eccb817d2bff7322d996088402ba assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_river.png +4e03ff9ee9a24d5297ddfe9c9d5b2a53e566b4d2 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_rosewood.png 91158986e6f0f0a567e9ad917d409885cc099777 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_willow.png af537ef4716eb509efc9f3a4525838cf3c583a74 assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_wisteria.png +8c748b84112daac180e2cf2e51a2b093555a08de assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_yucca.png +bf71544a7747a0a9501271466c47e83ed9103c97 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_aspen.png 7829ef84d18d2543792f60a8ae61af852d9f478c assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_azalea.png ba7582c2a119121acff83ab8993a31e2bd51878b assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_cherry.png 6c7dbc7de11239d1ef5b1d25cd00934d745eb8c2 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_driftwood.png +3847a7caeef92c07a76b2e43768a96ed18d3c11c assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_grimwood.png +204d7c9560a26674babd3fb771b2432a77438a94 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_kousa.png +7e5c9e12695be219311f0233c95fba11d8e93526 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_laurel.png +70ae1a73ccd6c78012b0ef00f63af609ea15e750 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_morado.png 45847eeb695c1dff9453b5a81f57e121c13e8f32 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_pine.png cf0180da4f1af229f2b0f24876f66fde5c7af191 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_river.png +8bdca7a0b8ecf3cb4d47eb0715ade6ce4d395192 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_rosewood.png b9fe46c018c6c68753027568aa536132965ea36d assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_willow.png 91902adfe4bbfcd74848a349ea78abfc88027e9c assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_wisteria.png +640aa334942993cab13b17e410f63adb9f4bdf71 assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_yucca.png +2f9cc564697b1f32cddae8d9c438357b4a3c96ff assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_aspen.png 11e32702e409323d3808fdd98176b93697062570 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_azalea.png 08926e6e7430f678c5006a72e3043d0585f2f5bf assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_cherry.png 6975280c8ea684263bee0446731f2669c717b960 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_driftwood.png +6c0669e893eb2ce0d3e93fdc81eddde4aa4344c5 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_grimwood.png +080f408e53af64b838b1ed039ccbb27b604fc092 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_kousa.png +c072a508f6078309f7e479212b0dd33efe38bc41 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_laurel.png +0a137143d81a144f211a34f7db625b5a9006b35b assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_morado.png d2f88c01e77045bb2dbd90ac39de8ced218fa28a assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_pine.png 52ef75db830d2f154f1ffdd405d0f8ecf07bed05 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_river.png +707b33e1a8b11d9fa9cf446a79aa871479796fd9 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_rosewood.png 61d38adc8e274b66d068c1223cae248263330980 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_willow.png ca2cf3b44315b80999084e072e1bddab24ee6fe9 assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_wisteria.png +fff278ffc5b56da31547cabfd38b751572bd41ed assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_yucca.png +ec6ee6c5877df6c1f6d84370f3f52ccc829b963e assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_aspen.png e845dd033d07c24c88e5a1a96b8a65819c725246 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_azalea.png 398c50d9c654a60308ef22eed2c2f73b2202b182 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_cherry.png 4a1859b26b6fd18310dbf770423f82b53c426c9b assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_driftwood.png +eda74b652c34fb75080ca715e71e7a5a9db8569e assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_grimwood.png +e68ec950f4243c4eaa52599a74fc11d79e7f7002 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_kousa.png +4587b959b0a741de6be21b69fb2cf54eaa2b0111 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_laurel.png +1a6137d69c89ece17f2ba0d3ad70c46b45ac6dc3 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_morado.png 85e6fc40b87d860473a2fda72e3d9f48950f8250 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_pine.png 0ac5f77816f864acb1ba9c66fd7f868379707f61 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_river.png +cf3aa124f51794f2766d4c9610fac605b901b4ff assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_rosewood.png 5927c57d51bc92c41c9ad01c261a3489182d898e assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_willow.png 71d28c439eb427aa6f082c2ee9d43210c2823361 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_wisteria.png +9ebc2522466a44643875f58b505280f4f9d2f0c1 assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_yucca.png +8d29bf49464750b95018f7d2bb61cb8d3c1ee114 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_aspen.png 24dc1eb61386c203e861790857027c3adcbe76fc assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_azalea.png 485849f6f7b6de9107fa7464e2225da88c528384 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_cherry.png 7dfc710532b14e5249b0da1beb1eaedc64922d89 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_driftwood.png +a7ae5f5fbbe1179ce7fc12d1c5da536fa888be76 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_grimwood.png +277771b46b48d13fe7f8e7ded2810f3c671f9120 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_kousa.png +d6b1cbf4cc7f8bb9ee14703a5baa63de36c74773 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_laurel.png +95791c5dd67f16df633e9895a6e3e3e03555c069 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_morado.png 6c2bb4d3496e28eb39b8a26dcbd1c32ffa71ef8d assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_pine.png b234b32b7e9f98859722dbeca1f8f9bfad0f1a5c assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_river.png +2871893f0ed43715529f8f369f8935d62349fa09 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_rosewood.png 324817192bf39e7edb52a2523e02b6e57021e47c assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_willow.png f27fdf86c8b7c92bb608f67ad72c1c61311b97f8 assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_wisteria.png +d9bb44efa40b579c1d7d335e127e4f4f82cfbb6f assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_yucca.png +235ce2efe175ec4da340cfc43fadf590d0b31292 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_aspen.png 9229e46f9a02226b9b053fd89fd2d6f34cf63644 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_azalea.png 966827ee292e479b9e407ccc52e22b913ccc996c assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_cherry.png 491c6be0cff9577c30f148bf514a74fca5da156a assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_driftwood.png +f289db5ece4c37accccd800ce02e881fb46d70b9 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_grimwood.png +a5dd4bbcca1da497fcb5fa4475cddab23e65520a assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_kousa.png +1d305b2eb0f71dfc6864f4478243bf7f0bb51200 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_laurel.png +da572b960b9596520c3730bbd71e53747537afa3 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_morado.png 3cafb4556bb313964bb6727f88fa736eb0baac42 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_pine.png db82c8e0978dcada0e6f33cbdebe398fb32cfc59 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_river.png +c1c4e457725cee4deb62dd2dbdc7cfe497f99ec5 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_rosewood.png c7bf7b3451bca9796e99bb4b49293d40aa500973 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_willow.png 6b3e5dbce7e3aa636dc154adf31f9f3e8b138bb9 assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_wisteria.png +b1bf5c0e17bcee0e3fecdabd8f2c2bb57652204d assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_yucca.png +3d3b2a463e4bb71f54ab307be578d0303d036d46 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_aspen.png 2c4e592073ac8bb3c5ae064d95abb7b162dd70aa assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_azalea.png cd9a87184a961311ddd8288720f253a1abc8b547 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_cherry.png 1d594c29c3867897b1ce53a05ab8eae10f59b032 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_driftwood.png +5c60157808da534dc02ce9a1347be9c4fc3cc068 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_grimwood.png +eb835e53db90c059055ffe2c59fe16df401edda5 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_kousa.png +1dee677443545c82615e23adef3ec67cc8cd9418 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_laurel.png +e859139dd4a8461f82527a839b6faadd6d81920b assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_morado.png ccaea708f1047c57cda70347f8540a03432e41e0 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_pine.png e5c2cb37828a57324a208f790878bdd026fcd0d4 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_river.png +9424abaec5de9efbd2a761b2712bf7c44022fa95 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_rosewood.png a58f18a82a5ac63215e7ac37e3f14bfb07e0a328 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_willow.png 54e4ccdc923f9f7195553020a7814d795aea8cf1 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_wisteria.png +ca9b13aef73d8864d4f75fa453035f5cc1731412 assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_yucca.png +262b5e1318e7729523d6b3ee1cfc1471dc9fa6c7 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_aspen.png 5c88d8c41ef0557ee8bf4d8b2ecaeaa6b7807285 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_azalea.png 8ff7542de0642e30e6d53002676b4715fb1c3194 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_cherry.png 47211c290d0bed075243f6076526d0929b4dbaf0 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_driftwood.png +07fa1cfe86868133883fdae9d9dc8449cb437d00 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_grimwood.png +519e6d73aed097182746795e3ef272fc1080521e assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_kousa.png +a85c93060cf8a0882db39498c8e7ccdb9ee21752 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_laurel.png +95c734d3aef9f74e97ba754025a7e59290ec52da assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_morado.png d68198b577df3dde7249edbd862be2281ffcdd05 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_pine.png 7a1f9f2c4a0207d8051d020585d6784b620c1b83 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_river.png +8f0b4a29c05e3191a5489b5125db1f22a8e6cc13 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_rosewood.png 579465ff3c8ef78a46a89ec7f0080ebd5375668b assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_willow.png d832b946942c7595fb15a6bc7cbe42c9bc462040 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_wisteria.png +48ecc92fc2bcd6ae3e6bcacc8d1a1c4a2ade3062 assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_yucca.png +4ec2173291e857c903283c83084679f526164361 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_aspen.png 061f4027549a0e956bb031446a27ae43b0efb728 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_azalea.png 51031152e5fce9345239b76ee669ae8f7f54a2d4 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_cherry.png f6159555d3506c4a71c4ecdc19054f1dd1732da1 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_driftwood.png +1300b8225358276743bc77436032c26dd4db6c3f assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_grimwood.png +0f786cd402cd10d96ff401a50ab45d75068dae93 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_kousa.png +89b039d8679e9906fdb3d0f52e8a700e76fb74b7 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_laurel.png +3a7287768623dbbacd3097d2012288a94fadef69 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_morado.png 3f72ba638ee53bde0e2edd235904a3fd63753394 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_pine.png e7777219815c414b61763e4bdede112b871bafdb assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_river.png +2d14b574b6d4624127028135e6e8217d12c25387 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_rosewood.png b41d973ab15e8c869940d0fa7966d04fba9b0d3b assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_willow.png c7e6629f99fd472d7671bb37699ee040951359a0 assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_wisteria.png +30afb93d59b5b173dc444cb08853c1b2c3067eba assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_yucca.png +5ea59b9f61b8197a2b097bc1d3d0baff2a38afe0 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_aspen.png 97288ddf717151ada60efbc0f019b047ac8fae56 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_azalea.png 3257050ee4896203df1554ecfe597beebae428e0 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_cherry.png ea7143a2826d3546a659b0615430a41bd162739b assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_driftwood.png +b2531bad3da6c20fc6c0b0ce9eed9ddcedea3fe1 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_grimwood.png +0820bf39b1777e220d810575e90831b32351c631 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_kousa.png +50d7ebe30968bad65644006c4891cb0bc2bc77a3 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_laurel.png +0c8366832870ded4e7ed2de116c7ed2ade466705 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_morado.png d55fe6e729c42ab75d0bf84a2d10025c20974af3 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_pine.png 4b074045bb7703c80bcd6e1152b207355a88d309 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_river.png +86a566dd13dd3ee76a2ee3a019f512db28cf7c19 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_rosewood.png f5639c926bb2806cf288f046934be9f182798e67 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_willow.png 08a0b7bf8b8de8814e667121c058a60f34f8ce80 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_wisteria.png +3bd21ae367135afdca6c538c92891b5d5de42e79 assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_yucca.png +3eb9da2addeedb5db70a69a6746b7e93aa675d7f assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_aspen.png f06ca5d7ee9eb8a6af72c8222c8804b03cdb7eed assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_azalea.png a803b989932d4714e0bc3c57caafbe3626ea77d2 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_cherry.png 5906c7871dfbd52820172b95927d65264b4b8025 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_driftwood.png +e86ae630453664d075f8bd66477aabde2d42b68b assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_grimwood.png +777d195cd8307db98fe2213924defdb68077c3b5 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_kousa.png +b29dbffcbed2425c183c0f8ea2a24bded8291f29 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_laurel.png +909c30f18bde5989ad607d664363c9ac821affb1 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_morado.png 702f0260aa6e8b2a5aff1e06a08238b531095759 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_pine.png 3b9f62f77db8c25cc696aa754e2ae6bb5fc2b1da assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_river.png +533e9a49a10404636b106d8b2bf29863036f1e9c assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_rosewood.png a88e8ee284dfffc5d674849e24a9bc39fad7cbb4 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_willow.png 4996e3d470afd3ab536276426788d222715fc45d assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_wisteria.png +17279b492aaec05422ba29d138d292fea75101e9 assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_yucca.png diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..67c1c79 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..76020ee Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0aa9706 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6b537e5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..011464e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..54d44d9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..8d4e939 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5a40faf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..3f1df75 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..e5b3c7a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..0b52ba4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..c642bce Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..b6e916e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..3772021 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ed8b3c5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..43c62b9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_kousa.png new file mode 100644 index 0000000..50e8b8a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d603f51 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_morado.png new file mode 100644 index 0000000..90b5d1f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..03dca5b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_yucca.png new file mode 100644 index 0000000..a05b443 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_large_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_aspen.png new file mode 100644 index 0000000..240d93f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..566be6e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_kousa.png new file mode 100644 index 0000000..8130c83 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_laurel.png new file mode 100644 index 0000000..a2dfee1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_morado.png new file mode 100644 index 0000000..5cbdb4f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..06f522c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_yucca.png new file mode 100644 index 0000000..4326425 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/plate/shield/core_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_aspen.png new file mode 100644 index 0000000..cc3309f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..b96c64d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ad55eee Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_laurel.png new file mode 100644 index 0000000..a7ce877 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_morado.png new file mode 100644 index 0000000..140d13d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..9be563e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_yucca.png new file mode 100644 index 0000000..80f5cd1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/broken/tconstruct_embellishment_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png new file mode 100644 index 0000000..3dbc0e2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..97c4de7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png new file mode 100644 index 0000000..5f326b3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d49a478 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png new file mode 100644 index 0000000..c5a4959 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..b279998 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d6a01c8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/armor/travelers/shield_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..d77c7db Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..09d9fa2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..b522a1b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..4fad49e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..4d5f1a6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..ea830a9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..dd6934d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_aspen.png new file mode 100644 index 0000000..cdd6cc9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..6e6e6ef Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ebd5a02 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1d5f973 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_morado.png new file mode 100644 index 0000000..b4da74f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a61ebf1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c21df0a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/back_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..49d60cf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0c7349b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..899b5ec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..8857add Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..d63a7a4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..1d4d6fe Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..609ef4e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a7b8d6d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4636406 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..2376003 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..b3ea86f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..4b3f8e5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..cdbe211 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..9d5cfec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_aspen.png new file mode 100644 index 0000000..fcdc429 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..5a2de63 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_kousa.png new file mode 100644 index 0000000..15f40d6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f48c169 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_morado.png new file mode 100644 index 0000000..69a1835 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..926129a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d1ad11f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/blade_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..675d225 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..cdcf950 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..7547a76 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..201a3dd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..facf074 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..6ac60c8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d16d504 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..93d174a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..291cbea Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..1432899 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..edd2887 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..65cb8cc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a33bca3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..a32af34 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_aspen.png new file mode 100644 index 0000000..aede2a2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0240925 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f40bd03 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_laurel.png new file mode 100644 index 0000000..df76082 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_morado.png new file mode 100644 index 0000000..14f1d6b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..807d1d8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_yucca.png new file mode 100644 index 0000000..835c3ac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/back_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..49582c1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..56ba430 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..5ea6fb3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..870caf4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..8b6001a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..b18dd91 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..09c3bce Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..548767c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..08c662e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..97866bc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..7c08ff7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..5b2a72c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..7a28efb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b47c132 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_aspen.png new file mode 100644 index 0000000..7f9f611 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..de848c6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f1e9aab Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_laurel.png new file mode 100644 index 0000000..3bb9f9d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_morado.png new file mode 100644 index 0000000..bf3d633 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..188b031 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_yucca.png new file mode 100644 index 0000000..68a4773 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/blade_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..43c038e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0b20c23 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..197f282 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6a40803 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..c6c0672 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..2a9d21f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..67c2106 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/broad_axe/large/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a49dc16 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..d19f496 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_kousa.png new file mode 100644 index 0000000..6067afb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_laurel.png new file mode 100644 index 0000000..89c986f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_morado.png new file mode 100644 index 0000000..e7fa3ae Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..e00edd2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_yucca.png new file mode 100644 index 0000000..3bc5e6a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..83d0580 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0b395c8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..c665f83 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..b1600bf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..2b7fc59 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..4fd2ce9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..7665b8b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..24e0689 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..051cdce Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..19d6216 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..34a2267 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..24095ec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..13a362a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..0f24fe7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..93df997 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..22e8939 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0d3f5d0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d1c3580 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..6e5ebb2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..975ea51 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..1a7d3c3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5c8f82c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..c447d5e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_kousa.png new file mode 100644 index 0000000..3d06338 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_laurel.png new file mode 100644 index 0000000..ec19648 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_morado.png new file mode 100644 index 0000000..18a4573 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..0a5d5e0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_yucca.png new file mode 100644 index 0000000..f04aa6b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/guard_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..63ff0c3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..e19cd83 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ca5deac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e2fa006 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..74da2e2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..868821d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..9810947 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..52703d3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..eaaebb5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..3ae7d4f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..3d592de Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..7279d0f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..08cf315 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..66dfc8e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..d88e874 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..cc9472a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f835995 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..9867001 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..62f1467 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..035a37b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..0677d28 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..6ca3344 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..06a9bd4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..afccd1a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..8b4e078 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..09f1192 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..eadf2ca Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..9b34fd7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_aspen.png new file mode 100644 index 0000000..9b1d44a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..e5298b8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_kousa.png new file mode 100644 index 0000000..70773ab Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_laurel.png new file mode 100644 index 0000000..532930c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_morado.png new file mode 100644 index 0000000..15bd066 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..5b3554a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_yucca.png new file mode 100644 index 0000000..e19adf7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/large/shield_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ee8d664 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..ea995a1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0dc6cda Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..2cd235e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..d55d144 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a75e531 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..cd445bb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a050628 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..37d0925 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_kousa.png new file mode 100644 index 0000000..01b3eb1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_laurel.png new file mode 100644 index 0000000..a24ec04 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_morado.png new file mode 100644 index 0000000..ff7d404 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..30f8512 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_yucca.png new file mode 100644 index 0000000..6f48d89 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_aspen.png new file mode 100644 index 0000000..26640a4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..3e65e54 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_kousa.png new file mode 100644 index 0000000..7c4e7f9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_laurel.png new file mode 100644 index 0000000..45c4c57 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_morado.png new file mode 100644 index 0000000..877f505 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..00b7092 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_yucca.png new file mode 100644 index 0000000..3ec62be Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_aspen.png new file mode 100644 index 0000000..8b2bf80 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..c082626 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_kousa.png new file mode 100644 index 0000000..493352b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_laurel.png new file mode 100644 index 0000000..7e1c057 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_morado.png new file mode 100644 index 0000000..8c4a8e4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..0b329d6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c22c635 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..05fed03 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..53dc013 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..62cf998 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c0f2985 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..a9178de Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a8a02fa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b9d2dec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_aspen.png new file mode 100644 index 0000000..caefbfa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..ad6f045 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_kousa.png new file mode 100644 index 0000000..017c837 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1330330 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_morado.png new file mode 100644 index 0000000..695b8d5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..2fd2689 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_yucca.png new file mode 100644 index 0000000..994dd32 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e052cc7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..e4aefb5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_kousa.png new file mode 100644 index 0000000..34d980b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_laurel.png new file mode 100644 index 0000000..51093ce Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_morado.png new file mode 100644 index 0000000..89eaf2b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..8db8cb3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_yucca.png new file mode 100644 index 0000000..433fc09 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a7c3a94 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..e4f7bc4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..1c931ec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e6de8db Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..894d0db Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..14a07b2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..e830ae3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_aspen.png new file mode 100644 index 0000000..83da505 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0955b5c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_kousa.png new file mode 100644 index 0000000..e132df8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_laurel.png new file mode 100644 index 0000000..4ba1d9c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_morado.png new file mode 100644 index 0000000..ecf43ba Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c634d10 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_yucca.png new file mode 100644 index 0000000..7dee9aa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a378f29 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..641de0a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..92924ff Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..5dbc1d0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..15ef57f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..49cd3c1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..e2a3c67 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e4f62b5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..45eaf66 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..fb057e4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f72107f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..c5cfa41 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..dfc5eff Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..6b4d8e5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..f578f82 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f8ea43c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f9cb5be Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..081b3ba Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..5dd69b8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..f95c51b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b5a2e30 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..debe606 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0c8b83f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0c29169 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f6bd4e0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..54e4b40 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..8755262 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..13b7744 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a734768 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..d581b14 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_kousa.png new file mode 100644 index 0000000..dcbc9f6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1afc73b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_morado.png new file mode 100644 index 0000000..3312614 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..ded527e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_yucca.png new file mode 100644 index 0000000..6374ad6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/grip_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5adb61a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..ef50785 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0004a5f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..98e90d9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..a50f685 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..48f56a7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..67d8434 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..1500701 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4581fac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..da1f178 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..2c5b26e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..150257e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..6a9aa92 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..7960f52 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..fef0b00 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..10e5718 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..11552b8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..3f581b1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..be7bc6f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..0e94b37 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..1de07eb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/excavator/large/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5ba19af Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..9c2241b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0e35452 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..9f5ea9b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..42d7137 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..3b80995 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c16b240 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..f3c4d81 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..2746458 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ac77724 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e25e318 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..ca89bbd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a8d1052 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..e3af29a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..58e2206 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..cb740f6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..2bc8f03 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..63eab2d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..71c2c44 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..7be228e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d0fd038 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/hand_axe/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5f1899b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4962836 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..513d743 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..15e9cc2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..83fddd1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a319c6e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..f0b2672 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..66b05ec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..92fc47e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..14b33da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..9faf69a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..2201dec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c16d5d4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..ddb2120 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..903d585 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..82bba6a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..7eb037b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..daabee3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..5ce8e17 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..f29de9c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..55d6a6e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_aspen.png new file mode 100644 index 0000000..401cdfa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..8296b52 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_kousa.png new file mode 100644 index 0000000..77980c9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_laurel.png new file mode 100644 index 0000000..189e4db Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_morado.png new file mode 100644 index 0000000..0fe0466 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..6245997 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_yucca.png new file mode 100644 index 0000000..afdfaa7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_aspen.png new file mode 100644 index 0000000..48e7ad9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..9c062dc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ca8f93b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e5d0868 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_morado.png new file mode 100644 index 0000000..987f024 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c650de3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_yucca.png new file mode 100644 index 0000000..f53841e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/grip_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ec6a038 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..b385c08 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_kousa.png new file mode 100644 index 0000000..42491d1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_laurel.png new file mode 100644 index 0000000..3be87fc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_morado.png new file mode 100644 index 0000000..35b7596 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..f09e810 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_yucca.png new file mode 100644 index 0000000..4713f17 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_1_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_aspen.png new file mode 100644 index 0000000..03747ec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..9a86593 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_kousa.png new file mode 100644 index 0000000..05f64e7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6a596f4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_morado.png new file mode 100644 index 0000000..216ac9a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..f109513 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_yucca.png new file mode 100644 index 0000000..33fb113 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_2_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_aspen.png new file mode 100644 index 0000000..06059d7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..7c5f145 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_kousa.png new file mode 100644 index 0000000..99a859b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_laurel.png new file mode 100644 index 0000000..b84b961 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_morado.png new file mode 100644 index 0000000..362cc59 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..5a21d53 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_yucca.png new file mode 100644 index 0000000..872e22d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_3_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_aspen.png new file mode 100644 index 0000000..de11a26 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..1b82a14 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_kousa.png new file mode 100644 index 0000000..5106391 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_laurel.png new file mode 100644 index 0000000..8f6567e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_morado.png new file mode 100644 index 0000000..0270175 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..1a78950 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b04f6af Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_bottom_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5c89eb2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..d106cfa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_kousa.png new file mode 100644 index 0000000..07bb592 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_laurel.png new file mode 100644 index 0000000..a799f06 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_morado.png new file mode 100644 index 0000000..198cdb6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..65516ff Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_yucca.png new file mode 100644 index 0000000..5119c23 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_1_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_aspen.png new file mode 100644 index 0000000..be6b562 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..eed2915 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_kousa.png new file mode 100644 index 0000000..eb5b082 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_laurel.png new file mode 100644 index 0000000..9e316e1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_morado.png new file mode 100644 index 0000000..d634ff3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..1e8afab Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_yucca.png new file mode 100644 index 0000000..21cc81b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_2_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_aspen.png new file mode 100644 index 0000000..86036cf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f807c28 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_kousa.png new file mode 100644 index 0000000..4b82391 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e94de1b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_morado.png new file mode 100644 index 0000000..abe5ff5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..d21ecce Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c1312ca Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_3_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5301748 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..ce2ef4b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_kousa.png new file mode 100644 index 0000000..970a794 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d0e0ef3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_morado.png new file mode 100644 index 0000000..02cc17a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..3bc8bc0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_yucca.png new file mode 100644 index 0000000..445bf16 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/large/limb_top_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_aspen.png new file mode 100644 index 0000000..654932e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..363587e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ebc466c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1ea7875 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_morado.png new file mode 100644 index 0000000..880803a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a2094b5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c871efd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_1_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_aspen.png new file mode 100644 index 0000000..19b6558 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..04fa850 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_kousa.png new file mode 100644 index 0000000..46ed53a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_laurel.png new file mode 100644 index 0000000..fb77f16 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_morado.png new file mode 100644 index 0000000..3c47766 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..3a80502 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_yucca.png new file mode 100644 index 0000000..faaee9f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_2_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e974b45 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..d9bccfe Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0899eaa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6e2753b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_morado.png new file mode 100644 index 0000000..689cc4f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..545988c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_yucca.png new file mode 100644 index 0000000..733e046 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_3_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_aspen.png new file mode 100644 index 0000000..caff3b4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..a2f29a9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_kousa.png new file mode 100644 index 0000000..b3188e3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_laurel.png new file mode 100644 index 0000000..709e6a3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_morado.png new file mode 100644 index 0000000..8b571da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..e0f102b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d69260c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_bottom_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_aspen.png new file mode 100644 index 0000000..0c55d8b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f781c2a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_kousa.png new file mode 100644 index 0000000..e340853 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_laurel.png new file mode 100644 index 0000000..ab9d8db Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_morado.png new file mode 100644 index 0000000..b8d9b8d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c18820b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_yucca.png new file mode 100644 index 0000000..08f74b4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_1_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_aspen.png new file mode 100644 index 0000000..0b55412 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..52112dd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_kousa.png new file mode 100644 index 0000000..1ae345a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_laurel.png new file mode 100644 index 0000000..17d6fc7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_morado.png new file mode 100644 index 0000000..fce57a1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..294dbdf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_yucca.png new file mode 100644 index 0000000..4992768 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_2_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_aspen.png new file mode 100644 index 0000000..2aae0fc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..037e229 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_kousa.png new file mode 100644 index 0000000..861d849 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e5ef404 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_morado.png new file mode 100644 index 0000000..00f456e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c94fb72 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_yucca.png new file mode 100644 index 0000000..8ff517f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_3_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_aspen.png new file mode 100644 index 0000000..3ef78cd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..86d9630 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ba79106 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_laurel.png new file mode 100644 index 0000000..7cba59c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_morado.png new file mode 100644 index 0000000..5a40fe3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..f4880ac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_yucca.png new file mode 100644 index 0000000..7775f78 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/longbow/limb_top_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ab15f7e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..74d2e6e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..b855c2b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c153428 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..9d74bd8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..d121baa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..0e0e690 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_aspen.png new file mode 100644 index 0000000..f8a07f7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..ebb55dd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_kousa.png new file mode 100644 index 0000000..7b62b70 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_laurel.png new file mode 100644 index 0000000..580c7b5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_morado.png new file mode 100644 index 0000000..7e18051 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..f2abb75 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_yucca.png new file mode 100644 index 0000000..04d324d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..1a03383 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..cb3f296 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..799fce4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c2a5280 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..bc7b881 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..ede7cdb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..4325c5f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a71d1ea Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..41a472b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_kousa.png new file mode 100644 index 0000000..a305ad4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1f4a669 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_morado.png new file mode 100644 index 0000000..7988108 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..4ca9b3d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_yucca.png new file mode 100644 index 0000000..15be552 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_aspen.png new file mode 100644 index 0000000..0898a4d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..302d07d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_kousa.png new file mode 100644 index 0000000..089a48c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6a17652 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_morado.png new file mode 100644 index 0000000..d36c29a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c27f29e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_yucca.png new file mode 100644 index 0000000..49c3d70 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/large_plate_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ad7601b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..03d5e8a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f4c44f5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_laurel.png new file mode 100644 index 0000000..40eab2c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_morado.png new file mode 100644 index 0000000..974adb7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..8c03f04 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_yucca.png new file mode 100644 index 0000000..bec7660 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/repair_kit_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_aspen.png new file mode 100644 index 0000000..2715ff7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..970deea Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_kousa.png new file mode 100644 index 0000000..24ce88c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_laurel.png new file mode 100644 index 0000000..317c246 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_morado.png new file mode 100644 index 0000000..4531b29 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..1b80e1f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c9dc2d5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/round_plate_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e56f344 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..cf4610a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_kousa.png new file mode 100644 index 0000000..196da6a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_laurel.png new file mode 100644 index 0000000..957788a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_morado.png new file mode 100644 index 0000000..43a4a36 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..31ab560 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_yucca.png new file mode 100644 index 0000000..e1cd1da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/small_blade_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..8247376 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..c1469c4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f8e296b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..51b0009 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..f2b1d9e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c2c38d7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..32b8e1a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..56bbdac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..306af80 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..b177a23 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d1d25e3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..6b90f41 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..0c8698a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..177f7e4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tool_handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..841df26 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..64b8480 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..932810e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f58fd7e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..13c975d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..efee89f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..3363720 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/parts/tough_handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..464a374 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..2c4dfaf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..021eeb1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6c091fa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..63934ad Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a4080f9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..19ca44a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_aspen.png new file mode 100644 index 0000000..97bdb77 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..be13f72 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_kousa.png new file mode 100644 index 0000000..c8e3cdb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_laurel.png new file mode 100644 index 0000000..4fd3863 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_morado.png new file mode 100644 index 0000000..162698c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..515adc9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d48a4e8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..cfada79 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..9c67b14 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0ccf649 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..b315afc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..4d13800 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..3618258 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..decf752 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..de3f4c6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..e2b0bad Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..cd35ae0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1e0f92e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..6aff86d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..d0db5ee Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..607c1e0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e209a04 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f7ee9da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..d495945 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..57df85f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..5f88d03 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..e37065d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..9566ef7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..88665f3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..3c461b2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..749f3dc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..fd8674a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..ecd0684 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..62683d7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..5e78758 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_aspen.png new file mode 100644 index 0000000..eee8116 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..c1756e5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_kousa.png new file mode 100644 index 0000000..24f0d38 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f581f42 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_morado.png new file mode 100644 index 0000000..b635778 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..6039add Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_yucca.png new file mode 100644 index 0000000..1dd1dc7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..cbc813e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..2163847 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..963c03b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6984e7c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..b20cde9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..8ef47cf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..af778e6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..867249d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4d84885 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..fdf1fd9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d13406f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..41c5221 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..97878c0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b194189 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..6bb636e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0f71cf3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..e669a0f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..6565cf1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..ca54791 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..0132cb8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..4b9f628 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..1dd8b4f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..45010dc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..016de4d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..945e851 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..5e67b70 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..2d1ed39 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..fb90720 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_aspen.png new file mode 100644 index 0000000..8478889 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f2b3061 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_kousa.png new file mode 100644 index 0000000..7972bf6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_laurel.png new file mode 100644 index 0000000..b9d0abb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_morado.png new file mode 100644 index 0000000..5b15d05 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c770d82 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_yucca.png new file mode 100644 index 0000000..72eaa1b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/accessory_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_aspen.png new file mode 100644 index 0000000..718fc25 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..33be766 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ddc1c72 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e1d8786 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_morado.png new file mode 100644 index 0000000..64f0221 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..6b8433c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_yucca.png new file mode 100644 index 0000000..2da8a3f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/binding_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ee83837 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..d7088ac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..34478f1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..ee7275d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..543eb89 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..240938e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..daf2c3c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..b6862a2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..1714695 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..d50dea5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..1c9466e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..7e0f8db Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..c493969 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..8584334 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5c6723a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..08889d2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..bf99ff3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..4c7cdc9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..d11c566 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..6120841 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b870dd5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/scythe/large/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..20a1919 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..fbd8fd8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..4fc776d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..5eafd19 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..cf101b7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..ae1cea7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..bd753c7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_aspen.png new file mode 100644 index 0000000..8ac85c7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..3e156d7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_kousa.png new file mode 100644 index 0000000..fc08960 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c4f8644 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_morado.png new file mode 100644 index 0000000..d51e926 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..209a8a6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_yucca.png new file mode 100644 index 0000000..a45020f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/back_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..52fca7e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0e4ad48 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..18d0b81 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..87857d0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..c84bd9c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..b70764c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c871153 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_aspen.png new file mode 100644 index 0000000..f4192a0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0ea0807 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0755f02 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c470841 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_morado.png new file mode 100644 index 0000000..f4ca2da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..ce7189f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_yucca.png new file mode 100644 index 0000000..89df31c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/front_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..b3945be Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..da1d96a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..82f5f5b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..2fdf18f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..71c6307 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..85845ec Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..61d3ed2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a9a87de Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f5d71d5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..08ea086 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..7f5d73b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..25fa9eb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..827793e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b70fa44 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..4a1216b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..9ed0eef Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..d39f8f5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f0fcda5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..9e2af3d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a6bfebb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..48e6e6a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..b58696a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..bb61ff9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..39fa9cd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..2eb0564 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..0dcdda2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..b0f6334 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..e0e24a1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_aspen.png new file mode 100644 index 0000000..5fba516 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..3b287b9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_kousa.png new file mode 100644 index 0000000..d0d2aa4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e41e8d6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_morado.png new file mode 100644 index 0000000..74f3d38 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..a118e9e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_yucca.png new file mode 100644 index 0000000..ac2065b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/back_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..9bba824 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4fc8555 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..76e664b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c7225e4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..d6da45a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..5ba9c9d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b7a16a1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_aspen.png new file mode 100644 index 0000000..dce36d0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..3f2f076 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_kousa.png new file mode 100644 index 0000000..12936f5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e29a366 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_morado.png new file mode 100644 index 0000000..56cf5c7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..20d8548 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_yucca.png new file mode 100644 index 0000000..535bfdc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/front_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..a878ee5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..c410fdf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..4c0d0da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..2f611ee Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..717a01a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..daa220d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..d8483d4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..8daaea8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..1db7bc9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..84958b2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c848e84 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..b9d2653 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..eb8bb9f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..fa12784 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ecf67c5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..18203e4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..6c0b63c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e858d48 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..19dd68e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..2251447 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..17eac87 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sledge_hammer/large/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png new file mode 100644 index 0000000..1620f47 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0a04d00 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png new file mode 100644 index 0000000..ae2daaa Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png new file mode 100644 index 0000000..bb9ec36 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png new file mode 100644 index 0000000..2617ab0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..86f7e22 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png new file mode 100644 index 0000000..67d2ac1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/large_modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png new file mode 100644 index 0000000..0b1abbd Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..94ba2fe Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0e13fa1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png new file mode 100644 index 0000000..08245dc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_morado.png new file mode 100644 index 0000000..59ce9b8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..0ceacc6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png new file mode 100644 index 0000000..b779b05 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/staff/modifiers/tconstruct_embellishment_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..fb99e4d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f904813 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0cbd8da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d92b883 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..917dc04 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..59d5300 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..51f2617 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_aspen.png new file mode 100644 index 0000000..823c7f5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..8b9c19b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_kousa.png new file mode 100644 index 0000000..66f6dcf Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_laurel.png new file mode 100644 index 0000000..af9e161 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_morado.png new file mode 100644 index 0000000..9a8985a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..2ac4cdc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_yucca.png new file mode 100644 index 0000000..39cf10a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_aspen.png new file mode 100644 index 0000000..cd4caca Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..79f3ab8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_kousa.png new file mode 100644 index 0000000..d05bd7f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_laurel.png new file mode 100644 index 0000000..0b378d0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_morado.png new file mode 100644 index 0000000..23141f5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..01e081e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_yucca.png new file mode 100644 index 0000000..99f8a0d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..863f3e3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4f4727c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..15c7904 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..e24f519 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..744b072 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..826b2da Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..1297e95 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_aspen.png new file mode 100644 index 0000000..903c49b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4470bc5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_kousa.png new file mode 100644 index 0000000..1769b9c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_laurel.png new file mode 100644 index 0000000..c3a6157 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_morado.png new file mode 100644 index 0000000..8264783 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..bd3c8d3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_yucca.png new file mode 100644 index 0000000..624106e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/back_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e3028f9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..1809b14 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f371f26 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f549526 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..7b3dd75 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..ca185ad Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..8f36f8b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_aspen.png new file mode 100644 index 0000000..024c8a2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..e4392a6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_kousa.png new file mode 100644 index 0000000..f2cd2ac Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_laurel.png new file mode 100644 index 0000000..d16494d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_morado.png new file mode 100644 index 0000000..1719f74 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..397345a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_yucca.png new file mode 100644 index 0000000..4def894 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/front_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ca8eead Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..7274273 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..9bb36b9 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..77149ea Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..510f79e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..02cbc43 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..bebe6ce Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..e98fc2a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..4eb24a3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..cb6d9f4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..8b06cf3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..803864f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..863a855 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..57ae6b8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..c3974dc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..53f2b9e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..69c9e65 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..bc7e584 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..dda44e3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..5c8912c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..c4909c2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_aspen.png new file mode 100644 index 0000000..295971a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..f471bfb Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_kousa.png new file mode 100644 index 0000000..50074b1 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_laurel.png new file mode 100644 index 0000000..2cbd80e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_morado.png new file mode 100644 index 0000000..ae00464 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..b792bf7 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_yucca.png new file mode 100644 index 0000000..a90f9a2 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/back_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..ea1dc91 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..21a2e8c Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..28de546 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..082e92a Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..712afb5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..3041e8b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..711a32e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_aspen.png new file mode 100644 index 0000000..83947e3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..0d43565 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_kousa.png new file mode 100644 index 0000000..c720dff Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_laurel.png new file mode 100644 index 0000000..0418e13 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_morado.png new file mode 100644 index 0000000..4a4c084 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..622d8ef Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_yucca.png new file mode 100644 index 0000000..686ddc4 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/front_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_aspen.png new file mode 100644 index 0000000..fa9c392 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..433adc5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_kousa.png new file mode 100644 index 0000000..08600c3 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_laurel.png new file mode 100644 index 0000000..f4139a8 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_morado.png new file mode 100644 index 0000000..4b68a79 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..8493fe5 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_yucca.png new file mode 100644 index 0000000..0caa582 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/handle_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_aspen.png new file mode 100644 index 0000000..7f509dc Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..a097a4b Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_kousa.png new file mode 100644 index 0000000..39b0be6 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_laurel.png new file mode 100644 index 0000000..b472818 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_morado.png new file mode 100644 index 0000000..f2c6b70 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..2e9f511 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_yucca.png new file mode 100644 index 0000000..786163e Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_broken_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_aspen.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_aspen.png new file mode 100644 index 0000000..58b7c4f Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_aspen.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_grimwood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_grimwood.png new file mode 100644 index 0000000..35e936d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_grimwood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_kousa.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_kousa.png new file mode 100644 index 0000000..0c01c01 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_kousa.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_laurel.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_laurel.png new file mode 100644 index 0000000..7fab66d Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_laurel.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_morado.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_morado.png new file mode 100644 index 0000000..63b2495 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_morado.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_rosewood.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_rosewood.png new file mode 100644 index 0000000..07c63b0 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_rosewood.png differ diff --git a/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_yucca.png b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_yucca.png new file mode 100644 index 0000000..52c4b97 Binary files /dev/null and b/src/generated/resources/assets/tconstruct/textures/item/tool/vein_hammer/large/head_tconstruct_wood_yucca.png differ diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/aspen.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/aspen.json new file mode 100644 index 0000000..e89bb41 --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/aspen.json @@ -0,0 +1,62 @@ +{ + "color": "FF967751", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF5F4239", + "grey": 63 + }, + { + "color": "FF6A4133", + "grey": 102 + }, + { + "color": "FF775746", + "grey": 140 + }, + { + "color": "FF8F673F", + "grey": 178 + }, + { + "color": "FF967751", + "grey": 216 + }, + { + "color": "FFC19F5B", + "grey": 234 + }, + { + "color": "FFE8AF4E", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/grimwood.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/grimwood.json new file mode 100644 index 0000000..4ab0cb2 --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/grimwood.json @@ -0,0 +1,62 @@ +{ + "color": "FF1B1112", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF030102", + "grey": 63 + }, + { + "color": "FF0B0405", + "grey": 102 + }, + { + "color": "FF0F0406", + "grey": 140 + }, + { + "color": "FF160B0F", + "grey": 178 + }, + { + "color": "FF1B1112", + "grey": 216 + }, + { + "color": "FF281918", + "grey": 234 + }, + { + "color": "FF2E201E", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/kousa.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/kousa.json new file mode 100644 index 0000000..695849f --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/kousa.json @@ -0,0 +1,62 @@ +{ + "color": "FF596B62", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF3B4C46", + "grey": 63 + }, + { + "color": "FF485450", + "grey": 102 + }, + { + "color": "FF505654", + "grey": 140 + }, + { + "color": "FF4F6059", + "grey": 178 + }, + { + "color": "FF596B62", + "grey": 216 + }, + { + "color": "FF6E8277", + "grey": 234 + }, + { + "color": "FF789283", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/laurel.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/laurel.json new file mode 100644 index 0000000..329ae7c --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/laurel.json @@ -0,0 +1,62 @@ +{ + "color": "FF715B45", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF442F22", + "grey": 63 + }, + { + "color": "FF4F4031", + "grey": 102 + }, + { + "color": "FF584530", + "grey": 140 + }, + { + "color": "FF634F3D", + "grey": 178 + }, + { + "color": "FF715B45", + "grey": 216 + }, + { + "color": "FF94794F", + "grey": 234 + }, + { + "color": "FFA7864E", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/morado.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/morado.json new file mode 100644 index 0000000..d2fa731 --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/morado.json @@ -0,0 +1,62 @@ +{ + "color": "FF542F33", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF261719", + "grey": 63 + }, + { + "color": "FF31191C", + "grey": 102 + }, + { + "color": "FF382023", + "grey": 140 + }, + { + "color": "FF462724", + "grey": 178 + }, + { + "color": "FF542F33", + "grey": 216 + }, + { + "color": "FF6A3E47", + "grey": 234 + }, + { + "color": "FF7E474D", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/rosewood.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/rosewood.json new file mode 100644 index 0000000..217caf6 --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/rosewood.json @@ -0,0 +1,62 @@ +{ + "color": "FF604B4B", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF363130", + "grey": 63 + }, + { + "color": "FF443835", + "grey": 102 + }, + { + "color": "FF4A4340", + "grey": 140 + }, + { + "color": "FF5A4443", + "grey": 178 + }, + { + "color": "FF604B4B", + "grey": 216 + }, + { + "color": "FF765D60", + "grey": 234 + }, + { + "color": "FF876569", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tconstruct/tinkering/materials/wood/yucca.json b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/yucca.json new file mode 100644 index 0000000..9d0812c --- /dev/null +++ b/src/generated/resources/assets/tconstruct/tinkering/materials/wood/yucca.json @@ -0,0 +1,62 @@ +{ + "color": "FF7F4B3D", + "fallbacks": [ + "wood", + "stick", + "primitive" + ], + "generator": { + "ignoreMaterialStats": false, + "supportedStats": [ + "tconstruct:head", + "tconstruct:handle", + "tconstruct:binding", + "tconstruct:repair_kit", + "tconstruct:limb", + "tconstruct:grip", + "tconstruct:shield_core", + "tconstruct:wood" + ], + "transformer": { + "type": "tconstruct:recolor_sprite", + "color_mapping": { + "type": "tconstruct:grey_to_color", + "palette": [ + { + "color": "FF000000", + "grey": 0 + }, + { + "color": "FF412B25", + "grey": 63 + }, + { + "color": "FF4C2E25", + "grey": 102 + }, + { + "color": "FF5B382D", + "grey": 140 + }, + { + "color": "FF6D4336", + "grey": 178 + }, + { + "color": "FF7F4B3D", + "grey": 216 + }, + { + "color": "FF996458", + "grey": 234 + }, + { + "color": "FFAF735F", + "grey": 255 + } + ] + } + } + }, + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/assets/tinkering_abnormally/tinkering/materials/sanguine.json b/src/generated/resources/assets/tinkering_abnormally/tinkering/materials/sanguine.json new file mode 100644 index 0000000..d75b991 --- /dev/null +++ b/src/generated/resources/assets/tinkering_abnormally/tinkering/materials/sanguine.json @@ -0,0 +1,4 @@ +{ + "color": "FFFFFFFF", + "luminosity": 0 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/aspen.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/aspen.json new file mode 100644 index 0000000..ccfce7c --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/aspen.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:aspen_logs" + }, + "leftover": "atmospheric:aspen_planks", + "material": "tconstruct:wood#aspen", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/grimwood.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/grimwood.json new file mode 100644 index 0000000..b162ae6 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/grimwood.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:grimwood_logs" + }, + "leftover": "atmospheric:grimwood_planks", + "material": "tconstruct:wood#grimwood", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/kousa.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/kousa.json new file mode 100644 index 0000000..3a49858 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/kousa.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:kousa_logs" + }, + "leftover": "atmospheric:kousa_planks", + "material": "tconstruct:wood#kousa", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/laurel.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/laurel.json new file mode 100644 index 0000000..ff95789 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/laurel.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:laurel_logs" + }, + "leftover": "atmospheric:laurel_planks", + "material": "tconstruct:wood#laurel", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/morado.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/morado.json new file mode 100644 index 0000000..d44eff6 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/morado.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:morado_logs" + }, + "leftover": "atmospheric:morado_planks", + "material": "tconstruct:wood#morado", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/rosewood.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/rosewood.json new file mode 100644 index 0000000..d160c6b --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/rosewood.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:rosewood_logs" + }, + "leftover": "atmospheric:rosewood_planks", + "material": "tconstruct:wood#rosewood", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/yucca.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/yucca.json new file mode 100644 index 0000000..c1b1688 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/logs/yucca.json @@ -0,0 +1,10 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "tag": "atmospheric:yucca_logs" + }, + "leftover": "atmospheric:yucca_planks", + "material": "tconstruct:wood#yucca", + "needed": 1, + "value": 4 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/aspen.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/aspen.json new file mode 100644 index 0000000..658067a --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/aspen.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:aspen_planks" + }, + "material": "tconstruct:wood#aspen", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/grimwood.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/grimwood.json new file mode 100644 index 0000000..f67f790 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/grimwood.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:grimwood_planks" + }, + "material": "tconstruct:wood#grimwood", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/kousa.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/kousa.json new file mode 100644 index 0000000..cc39286 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/kousa.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:kousa_planks" + }, + "material": "tconstruct:wood#kousa", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/laurel.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/laurel.json new file mode 100644 index 0000000..da63165 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/laurel.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:laurel_planks" + }, + "material": "tconstruct:wood#laurel", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/morado.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/morado.json new file mode 100644 index 0000000..34e756b --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/morado.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:morado_planks" + }, + "material": "tconstruct:wood#morado", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/rosewood.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/rosewood.json new file mode 100644 index 0000000..fbc5825 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/rosewood.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:rosewood_planks" + }, + "material": "tconstruct:wood#rosewood", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/yucca.json b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/yucca.json new file mode 100644 index 0000000..75cfd34 --- /dev/null +++ b/src/generated/resources/data/tinkering_abnormally/recipes/tools/materials/wood/planks/yucca.json @@ -0,0 +1,9 @@ +{ + "type": "tconstruct:material", + "ingredient": { + "item": "atmospheric:yucca_planks" + }, + "material": "tconstruct:wood#yucca", + "needed": 1, + "value": 1 +} \ No newline at end of file diff --git a/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialIds.java b/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialIds.java index 86dd2c5..c804d2e 100644 --- a/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialIds.java +++ b/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialIds.java @@ -9,11 +9,19 @@ import static slimeknights.tconstruct.library.materials.definition.MaterialVaria public final class MaterialIds { public static final MaterialId spinel = id("spinel"); public static final MaterialId necromium = id("necromium"); + public static final MaterialId sanguine = id("sanguine"); public static final MaterialVariantId willow = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "willow"); public static final MaterialVariantId pine = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "pine"); public static final MaterialVariantId cherry = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "cherry"); public static final MaterialVariantId wisteria = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "wisteria"); + public static final MaterialVariantId rosewood = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "rosewood"); + public static final MaterialVariantId morado = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "morado"); + public static final MaterialVariantId yucca = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "yucca"); + public static final MaterialVariantId aspen = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "aspen"); + public static final MaterialVariantId laurel = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "laurel"); + public static final MaterialVariantId kousa = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "kousa"); + public static final MaterialVariantId grimwood = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "grimwood"); public static final MaterialVariantId driftwood = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "driftwood"); public static final MaterialVariantId river = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "river"); public static final MaterialVariantId azalea = create(slimeknights.tconstruct.tools.data.material.MaterialIds.wood, "azalea"); diff --git a/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRecipeProvider.java b/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRecipeProvider.java index 8d1aeb0..bb1a8ea 100644 --- a/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRecipeProvider.java +++ b/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRecipeProvider.java @@ -1,5 +1,7 @@ package moe.hazu.tinkeringabnormally.data.material; +import com.teamabnormals.atmospheric.core.other.tags.AtmosphericItemTags; +import com.teamabnormals.atmospheric.core.registry.AtmosphericBlocks; import com.teamabnormals.caverns_and_chasms.core.other.tags.CCItemTags; import com.teamabnormals.caverns_and_chasms.core.registry.CCBlocks; import com.teamabnormals.environmental.core.other.tags.EnvironmentalBlockTags; @@ -47,13 +49,27 @@ public class MaterialRecipeProvider extends RecipeProvider implements IMaterialR materialRecipe(consumer, MaterialIds.pine, Ingredient.of(EnvironmentalBlocks.PINE_PLANKS.get()), 1, 1, folder + "wood/planks/pine"); materialRecipe(consumer, MaterialIds.cherry, Ingredient.of(EnvironmentalBlocks.CHERRY_PLANKS.get()), 1, 1, folder + "wood/planks/cherry"); materialRecipe(consumer, MaterialIds.wisteria, Ingredient.of(EnvironmentalBlocks.WISTERIA_PLANKS.get()), 1, 1, folder + "wood/planks/wisteria"); + materialRecipe(consumer, MaterialIds.rosewood, Ingredient.of(AtmosphericBlocks.ROSEWOOD_PLANKS.get()), 1, 1, folder + "wood/planks/rosewood"); + materialRecipe(consumer, MaterialIds.morado, Ingredient.of(AtmosphericBlocks.MORADO_PLANKS.get()), 1, 1, folder + "wood/planks/morado"); + materialRecipe(consumer, MaterialIds.yucca, Ingredient.of(AtmosphericBlocks.YUCCA_PLANKS.get()), 1, 1, folder + "wood/planks/yucca"); + materialRecipe(consumer, MaterialIds.aspen, Ingredient.of(AtmosphericBlocks.ASPEN_PLANKS.get()), 1, 1, folder + "wood/planks/aspen"); + materialRecipe(consumer, MaterialIds.laurel, Ingredient.of(AtmosphericBlocks.LAUREL_PLANKS.get()), 1, 1, folder + "wood/planks/laurel"); + materialRecipe(consumer, MaterialIds.kousa, Ingredient.of(AtmosphericBlocks.KOUSA_PLANKS.get()), 1, 1, folder + "wood/planks/kousa"); + materialRecipe(consumer, MaterialIds.grimwood, Ingredient.of(AtmosphericBlocks.GRIMWOOD_PLANKS.get()), 1, 1, folder + "wood/planks/grimwood"); materialRecipe(consumer, MaterialIds.driftwood, Ingredient.of(UABlocks.DRIFTWOOD_PLANKS.get()), 1, 1, folder + "wood/planks/driftwood"); materialRecipe(consumer, MaterialIds.river, Ingredient.of(UABlocks.RIVER_PLANKS.get()), 1, 1, folder + "wood/planks/river"); materialRecipe(consumer, MaterialIds.azalea, Ingredient.of(CCBlocks.AZALEA_PLANKS.get()), 1, 1, folder + "wood/planks/azalea"); materialRecipe(consumer, MaterialIds.willow, Ingredient.of(EnvironmentalItemTags.WILLOW_LOGS), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.WILLOW_PLANKS.get()), folder + "wood/logs/willow"); materialRecipe(consumer, MaterialIds.pine, Ingredient.of(EnvironmentalItemTags.PINE_LOGS), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.PINE_PLANKS.get()), folder + "wood/logs/pine"); - materialRecipe(consumer, MaterialIds.cherry, Ingredient.of(EnvironmentalItemTags.CHERRY_LOGS), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.CHERRY_PLANKS.get()), folder + "wood/logs/cherry"); + materialRecipe(consumer, MaterialIds.cherry, Ingredient.of(EnvironmentalItemTags.CHERRY_LOGS), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.CHERRY_PLANKS.get()), folder + "wood/logs/cherry");; materialRecipe(consumer, MaterialIds.wisteria, Ingredient.of(EnvironmentalItemTags.WISTERIA_LOGS), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.WISTERIA_PLANKS.get()), folder + "wood/logs/wisteria"); + materialRecipe(consumer, MaterialIds.rosewood, Ingredient.of(AtmosphericItemTags.ROSEWOOD_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.ROSEWOOD_PLANKS.get()), folder + "wood/logs/rosewood"); + materialRecipe(consumer, MaterialIds.morado, Ingredient.of(AtmosphericItemTags.MORADO_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.MORADO_PLANKS.get()), folder + "wood/logs/morado"); + materialRecipe(consumer, MaterialIds.yucca, Ingredient.of(AtmosphericItemTags.YUCCA_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.YUCCA_PLANKS.get()), folder + "wood/logs/yucca"); + materialRecipe(consumer, MaterialIds.aspen, Ingredient.of(AtmosphericItemTags.ASPEN_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.ASPEN_PLANKS.get()), folder + "wood/logs/aspen"); + materialRecipe(consumer, MaterialIds.laurel, Ingredient.of(AtmosphericItemTags.LAUREL_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.LAUREL_PLANKS.get()), folder + "wood/logs/laurel"); + materialRecipe(consumer, MaterialIds.kousa, Ingredient.of(AtmosphericItemTags.KOUSA_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.KOUSA_PLANKS.get()), folder + "wood/logs/kousa"); + materialRecipe(consumer, MaterialIds.grimwood, Ingredient.of(AtmosphericItemTags.GRIMWOOD_LOGS), 4, 1, ItemOutput.fromItem(AtmosphericBlocks.GRIMWOOD_PLANKS.get()), folder + "wood/logs/grimwood"); materialRecipe(consumer, MaterialIds.driftwood, Ingredient.of(TagKey.create(Registry.ITEM_REGISTRY, new ResourceLocation(UpgradeAquatic.MOD_ID, "driftwood_logs"))), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.WILLOW_PLANKS.get()), folder + "wood/logs/driftwood"); materialRecipe(consumer, MaterialIds.river, Ingredient.of(TagKey.create(Registry.ITEM_REGISTRY, new ResourceLocation(UpgradeAquatic.MOD_ID, "river_logs"))), 4, 1, ItemOutput.fromItem(EnvironmentalBlocks.WILLOW_PLANKS.get()), folder + "wood/logs/river"); materialRecipe(consumer, MaterialIds.azalea, Ingredient.of(CCItemTags.AZALEA_LOGS), 4, 1, ItemOutput.fromItem(CCBlocks.AZALEA_PLANKS.get()), folder + "wood/logs/azalea"); diff --git a/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRenderInfoProvider.java b/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRenderInfoProvider.java index c3a4bc5..db69474 100644 --- a/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRenderInfoProvider.java +++ b/src/main/java/moe/hazu/tinkeringabnormally/data/material/MaterialRenderInfoProvider.java @@ -12,10 +12,18 @@ public class MaterialRenderInfoProvider extends AbstractMaterialRenderInfoProvid @Override protected void addMaterialRenderInfo() { + buildRenderInfo(MaterialIds.sanguine); buildRenderInfo(MaterialIds.willow); buildRenderInfo(MaterialIds.pine); buildRenderInfo(MaterialIds.cherry); buildRenderInfo(MaterialIds.wisteria); + buildRenderInfo(MaterialIds.rosewood); + buildRenderInfo(MaterialIds.morado); + buildRenderInfo(MaterialIds.yucca); + buildRenderInfo(MaterialIds.aspen); + buildRenderInfo(MaterialIds.laurel); + buildRenderInfo(MaterialIds.kousa); + buildRenderInfo(MaterialIds.grimwood); buildRenderInfo(MaterialIds.driftwood); buildRenderInfo(MaterialIds.river); buildRenderInfo(MaterialIds.azalea); diff --git a/src/main/java/moe/hazu/tinkeringabnormally/data/sprite/TinkerMaterialSpriteProvider.java b/src/main/java/moe/hazu/tinkeringabnormally/data/sprite/TinkerMaterialSpriteProvider.java index 7546af5..30b07f0 100644 --- a/src/main/java/moe/hazu/tinkeringabnormally/data/sprite/TinkerMaterialSpriteProvider.java +++ b/src/main/java/moe/hazu/tinkeringabnormally/data/sprite/TinkerMaterialSpriteProvider.java @@ -20,6 +20,13 @@ public class TinkerMaterialSpriteProvider extends AbstractMaterialSpriteProvider buildPlanks(MaterialIds.pine).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF6A5041).addARGB(102, 0xFF755646).addARGB(140, 0xFF7F5D4B).addARGB(178, 0xFF8E7253).addARGB(216, 0xFF9A7C5E).addARGB(234, 0xFFB4956C).addARGB(255,0xFFC6A175).build()); buildPlanks(MaterialIds.cherry).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF2C1411).addARGB(102, 0xFF351713).addARGB(140, 0xFF3D1A16).addARGB(178, 0xFF421D17).addARGB(216, 0xFF4F221B).addARGB(234, 0xFF602822).addARGB(255, 0xFF6B2C26).build()); buildPlanks(MaterialIds.wisteria).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF806850).addARGB(102, 0xFF957863).addARGB(140, 0xFF9C816D).addARGB(178, 0xFFAC9872).addARGB(216, 0xFFB8A784).addARGB(234, 0xFFD9D1B6).addARGB(255, 0xFFE0DCBD).build()); + buildPlanks(MaterialIds.rosewood).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF363130).addARGB(102, 0xFF443835).addARGB(140, 0xFF4A4340).addARGB(178, 0xFF5A4443).addARGB(216, 0xFF604B4B).addARGB(234, 0xFF765D60).addARGB(255, 0xFF876569).build()); + buildPlanks(MaterialIds.morado).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF261719).addARGB(102, 0xFF31191C).addARGB(140, 0xFF382023).addARGB(178, 0xFF462724).addARGB(216, 0xFF542F33).addARGB(234, 0xFF6A3E47).addARGB(255, 0xFF7E474D).build()); + buildPlanks(MaterialIds.yucca).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF412B25).addARGB(102, 0xFF4C2E25).addARGB(140, 0xFF5B382D).addARGB(178, 0xFF6D4336).addARGB(216, 0xFF7F4B3D).addARGB(234, 0xFF996458).addARGB(255, 0xFFAF735F).build()); + buildPlanks(MaterialIds.aspen).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF5F4239).addARGB(102, 0xFF6A4133).addARGB(140, 0xFF775746).addARGB(178, 0xFF8F673F).addARGB(216, 0xFF967751).addARGB(234, 0xFFC19F5B).addARGB(255, 0xFFE8AF4E).build()); + buildPlanks(MaterialIds.laurel).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF442F22).addARGB(102, 0xFF4F4031).addARGB(140, 0xFF584530).addARGB(178, 0xFF634F3D).addARGB(216, 0xFF715B45).addARGB(234, 0xFF94794F).addARGB(255, 0xFFA7864E).build()); + buildPlanks(MaterialIds.kousa).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF3B4C46).addARGB(102, 0xFF485450).addARGB(140, 0xFF505654).addARGB(178, 0xFF4F6059).addARGB(216, 0xFF596B62).addARGB(234, 0xFF6E8277).addARGB(255, 0xFF789283).build()); + buildPlanks(MaterialIds.grimwood).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF030102).addARGB(102, 0xFF0B0405).addARGB(140, 0xFF0f0406).addARGB(178, 0xFF160B0F).addARGB(216, 0xFF1B1112).addARGB(234, 0xFF281918).addARGB(255, 0xFF2E201E).build()); buildPlanks(MaterialIds.driftwood).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF272825).addARGB(102, 0xFF30302C).addARGB(140, 0xFF393A34).addARGB(178, 0xFF4A463C).addARGB(216, 0xFF555048).addARGB(234, 0xFF676057).addARGB(255, 0xFF756D60).build()); buildPlanks(MaterialIds.river).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF3E3423).addARGB(102, 0xFF423221).addARGB(140, 0xFF443327).addARGB(178, 0xFF543d24).addARGB(216, 0xFF5E4832).addARGB(234, 0xFF6D5446).addARGB(255, 0xFF7F5E4B).build()); buildPlanks(MaterialIds.azalea).colorMapper(GreyToColorMapping.builderFromBlack().addARGB(63, 0xFF1A1D2C).addARGB(102, 0xFF16202C).addARGB(140, 0xFF1E2338).addARGB(178, 0xFF1F2E3A).addARGB(216, 0xFF273538).addARGB(234, 0xFF374051).addARGB(255, 0xFF41476B).build()); diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 0195c1a..89e5f0e 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -73,15 +73,21 @@ description='''${mod_description}''' versionRange="${cc_version_range}" ordering="NONE" side="BOTH" +[[dependencies."${mod_id}"]] +modId="atmospheric" +mandatory=false +versionRange="${atm_version_range}" +ordering="NONE" +side="BOTH" [[dependencies."${mod_id}"]] modId="environmental" - mandatory=true + mandatory=false versionRange="${env_version_range}" ordering="NONE" side="BOTH" [[dependencies."${mod_id}"]] modId="upgrade_aquatic" - mandatory=true + mandatory=false versionRange="${ua_version_range}" ordering="NONE" side="BOTH" diff --git a/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_necromium.json b/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_necromium.json index be1c6ad..d31f120 100644 --- a/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_necromium.json +++ b/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_necromium.json @@ -2,7 +2,7 @@ "modifier_id": "tinkering_abnormally:necromium", "text": [ { - "text": "Grants +20% durability, and allows tools to inflict slowness. Increases the mining level to necromium, and makes the tool invulnerable when dropped." + "text": "Grants +20% durability, allows tools to inflict slowness, and armor inflicts weakness on attackers. Increases the mining level to necromium, and makes the tool invulnerable when dropped." }, { "text": "Tools and armor will only receive applicable stat boosts.", diff --git a/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_spinel.json b/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_spinel.json new file mode 100644 index 0000000..acb7a6e --- /dev/null +++ b/src/main/resources/assets/tconstruct/book/encyclopedia/en_us/upgrades/general/tinkering_abnormally_spinel.json @@ -0,0 +1,13 @@ +{ + "modifier_id": "tinkering_abnormally:spinel", + "text": [ + { + "text": "Loses -25% durability, -25% mining speed, and -25% attack damage. Grants two additional upgrade slots." + } + ], + "more_text_space": true, + "effects": [ + "Maximum of 1 level", + "Requires 1 upgrade slot" + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/tconstruct/book/puny_smelting/en_us/upgrades/general/tinkering_abnormally_spinel.json b/src/main/resources/assets/tconstruct/book/puny_smelting/en_us/upgrades/general/tinkering_abnormally_spinel.json new file mode 100644 index 0000000..3f6b66d --- /dev/null +++ b/src/main/resources/assets/tconstruct/book/puny_smelting/en_us/upgrades/general/tinkering_abnormally_spinel.json @@ -0,0 +1,14 @@ +{ + "modifier_id": "tinkering_abnormally:spinel", + "text": [ + { + "text": "Spinel's effects are unpredictable. This seems like a difficult gem to work with." + } + ], + "effects": [ + "Decreases tool durability, mining speed, and attack damage", + "Grants 2 upgrade slots", + "Single Level", + "Requires 1 upgrade slot" + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/tinkering_abnormally/lang/en_us.json b/src/main/resources/assets/tinkering_abnormally/lang/en_us.json index ed61752..1bf678e 100644 --- a/src/main/resources/assets/tinkering_abnormally/lang/en_us.json +++ b/src/main/resources/assets/tinkering_abnormally/lang/en_us.json @@ -12,6 +12,13 @@ "material.tconstruct.wood.pine": "Pine Wood", "material.tconstruct.wood.cherry": "Cherry Wood", "material.tconstruct.wood.wisteria": "Wisteria Wood", + "material.tconstruct.wood.rosewood": "Rosewood", + "material.tconstruct.wood.morado": "Morado Wood", + "material.tconstruct.wood.yucca": "Yucca Wood", + "material.tconstruct.wood.aspen": "Aspen Wood", + "material.tconstruct.wood.laurel": "Laurel Wood", + "material.tconstruct.wood.kousa": "Kousa Wood", + "material.tconstruct.wood.grimwood": "Grimwood", "material.tconstruct.wood.driftwood": "Driftwood", "material.tconstruct.wood.river": "River Wood", "material.tconstruct.wood.azalea": "Azalea Wood", diff --git a/src/main/resources/assets/tinkering_abnormally/mantle/colors.json b/src/main/resources/assets/tinkering_abnormally/mantle/colors.json index 5343bd7..2a681f5 100644 --- a/src/main/resources/assets/tinkering_abnormally/mantle/colors.json +++ b/src/main/resources/assets/tinkering_abnormally/mantle/colors.json @@ -9,6 +9,13 @@ "wood.pine": "#B4956C", "wood.cherry": "#602822", "wood.wisteria": "#D9D1B6", + "wood.rosewood": "#765D60", + "wood.morado": "#6A3E47", + "wood.yucca": "#996458", + "wood.aspen": "#C19F5B", + "wood.laurel": "#94794F", + "wood.kousa": "#6E8277", + "wood.grimwood": "#281918", "wood.driftwood": "#676057", "wood.river": "#6D5446", "wood.azalea": "#374051" diff --git a/src/main/resources/data/tconstruct/tags/blocks/anvil_metal.json b/src/main/resources/data/tconstruct/tags/blocks/anvil_metal.json new file mode 100644 index 0000000..f24457c --- /dev/null +++ b/src/main/resources/data/tconstruct/tags/blocks/anvil_metal.json @@ -0,0 +1,6 @@ +{ + "values": [ + "caverns_and_chasms:necromium_block" + ], + "replace": false +} \ No newline at end of file diff --git a/src/main/resources/data/tconstruct/tags/items/anvil_metal.json b/src/main/resources/data/tconstruct/tags/items/anvil_metal.json new file mode 100644 index 0000000..f24457c --- /dev/null +++ b/src/main/resources/data/tconstruct/tags/items/anvil_metal.json @@ -0,0 +1,6 @@ +{ + "values": [ + "caverns_and_chasms:necromium_block" + ], + "replace": false +} \ No newline at end of file diff --git a/src/main/resources/data/tconstruct/tinkering/tags/modifiers/upgrades/general.json b/src/main/resources/data/tconstruct/tinkering/tags/modifiers/upgrades/general.json new file mode 100644 index 0000000..0aa93f5 --- /dev/null +++ b/src/main/resources/data/tconstruct/tinkering/tags/modifiers/upgrades/general.json @@ -0,0 +1,7 @@ +{ + "values": [ + "tinkering_abnormally:spinel", + "tinkering_abnormally:necromium" + ], + "replace": false +} \ No newline at end of file