Add the shit

This commit is contained in:
Jordy Goodridge 2024-06-03 19:36:51 -07:00
parent c8a337a9d7
commit 31c8d601ed
1127 changed files with 4139 additions and 10 deletions

102
.gitignore vendored
View File

@ -1,4 +1,18 @@
# ---> Java
# User-specific stuff
.idea/
*.iml
*.ipr
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Compiled class file
*.class
@ -8,9 +22,6 @@
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
@ -22,5 +33,86 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
# Cache of project
.gradletasknamecache
**/build/
# Common working directory
run/
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

22
LICENSE
View File

@ -1,9 +1,21 @@
MIT License
The MIT License (MIT)
Copyright (c) <year> <copyright holders>
Copyright (c) 2024
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

222
build.gradle Normal file
View File

@ -0,0 +1,222 @@
plugins {
id 'eclipse'
id 'idea'
id 'net.minecraftforge.gradle' version '[6.0.16,6.2)'
}
group = mod_group_id
version = mod_version
base {
archivesName = mod_id
}
java {
toolchain.languageVersion = JavaLanguageVersion.of(17)
}
minecraft {
// The mappings can be changed at any time and must be in the following format.
// Channel: Version:
// official MCVersion Official field/method names from Mojang mapping files
// parchment YYYY.MM.DD-MCVersion Open community-sourced parameter names and javadocs layered on top of official
//
// You must be aware of the Mojang license when using the 'official' or 'parchment' mappings.
// See more information here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md
//
// Parchment is an unofficial project maintained by ParchmentMC, separate from MinecraftForge
// Additional setup is needed to use their mappings: https://parchmentmc.org/docs/getting-started
//
// Use non-default mappings at your own risk. They may not always work.
// Simply re-run your setup task after changing the mappings to update your workspace.
mappings channel: mapping_channel, version: mapping_version
// When true, this property will have all Eclipse/IntelliJ IDEA run configurations run the "prepareX" task for the given run configuration before launching the game.
// In most cases, it is not necessary to enable.
// enableEclipsePrepareRuns = true
// enableIdeaPrepareRuns = true
// This property allows configuring Gradle's ProcessResources task(s) to run on IDE output locations before launching the game.
// It is REQUIRED to be set to true for this template to function.
// See https://docs.gradle.org/current/dsl/org.gradle.language.jvm.tasks.ProcessResources.html
copyIdeResources = true
// When true, this property will add the folder name of all declared run configurations to generated IDE run configurations.
// The folder name can be set on a run configuration using the "folderName" property.
// By default, the folder name of a run configuration is the name of the Gradle project containing it.
// generateRunFolders = true
// This property enables access transformers for use in development.
// They will be applied to the Minecraft artifact.
// The access transformer file can be anywhere in the project.
// However, it must be at "META-INF/accesstransformer.cfg" in the final mod jar to be loaded by Forge.
// This default location is a best practice to automatically put the file in the right place in the final jar.
// See https://docs.minecraftforge.net/en/latest/advanced/accesstransformers/ for more information.
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')
// Default run configurations.
// These can be tweaked, removed, or duplicated as needed.
runs {
// applies to all the run configs below
configureEach {
workingDirectory project.file('run')
// Recommended logging data for a userdev environment
// The markers can be added/remove as needed separated by commas.
// "SCAN": For mods scan.
// "REGISTRIES": For firing of registry events.
// "REGISTRYDUMP": For getting the contents of all registries.
property 'forge.logging.markers', 'REGISTRIES'
// Recommended logging level for the console
// You can set various levels here.
// Please read: https://stackoverflow.com/questions/2031163/when-to-use-the-different-log-levels
property 'forge.logging.console.level', 'debug'
mods {
"${mod_id}" {
source sourceSets.main
}
}
property "mixin.env.remapRefMap", "true"
property "mixin.env.refMapRemappingFile", "${projectDir}/build/createSrgToMcp/output.srg"
}
client {
// Comma-separated list of namespaces to load gametests from. Empty = all namespaces.
property 'forge.enabledGameTestNamespaces', mod_id
}
server {
property 'forge.enabledGameTestNamespaces', mod_id
args '--nogui'
}
// This run config launches GameTestServer and runs all registered gametests, then exits.
// By default, the server will crash when no gametests are provided.
// The gametest system is also enabled by default for other run configs under the /test command.
gameTestServer {
property 'forge.enabledGameTestNamespaces', mod_id
}
data {
// example of overriding the workingDirectory set in configureEach above
workingDirectory project.file('run-data')
// Specify the modid for data generation, where to output the resulting resource, and where to look for existing resources.
args '--mod', mod_id, '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/'), '--existing-mod', 'tconstruct'
}
}
}
// Include resources generated by data generators.
sourceSets.main.resources { srcDir 'src/generated/resources' }
repositories {
// Put repositories for dependencies here
// ForgeGradle automatically adds the Forge maven and Maven Central for you
// If you have mod jar dependencies in ./libs, you can declare them as a repository like so.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html#sub:flat_dir_resolver
// flatDir {
// dir 'libs'
// }
maven {
name 'DVS1 Maven FS'
url 'https://dvs1.progwml6.com/files/maven'
}
maven {
url = "https://maven.jaackson.me"
}
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
forRepositories(fg.repository) // Only add this if you're using ForgeGradle, otherwise remove this line
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
// Specify the version of Minecraft to use.
// Any artifact can be supplied so long as it has a "userdev" classifier artifact and is a compatible patcher artifact.
// The "userdev" classifier will be requested and setup by ForgeGradle.
// If the group id is "net.minecraft" and the artifact id is one of ["client", "server", "joined"],
// then special handling is done to allow a setup of a vanilla dependency without the use of an external repository.
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
// Example mod dependency with JEI - using fg.deobf() ensures the dependency is remapped to your development mappings
// The JEI API is declared for compile time use, while the full JEI artifact is used at runtime
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}-common-api:${jei_version}")
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}")
// runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}")
// Example mod dependency using a mod jar from ./libs with a flat dir repository
// This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar
// The group id is ignored when searching -- in this case, it is "blank"
// implementation fg.deobf("blank:coolmod-${mc_version}:${coolmod_version}")
// For more info:
// http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html
// http://www.gradle.org/docs/current/userguide/dependency_management.html
implementation fg.deobf("slimeknights.mantle:Mantle:${minecraft_version}-${mantle_build}")
implementation fg.deobf("slimeknights.tconstruct:TConstruct:${minecraft_version}-${tinkers_build}")
implementation fg.deobf("com.teamabnormals:blueprint:${bp_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}")
}
// This block of code expands all declared replace properties in the specified resource targets.
// A missing property will result in an error. Properties are expanded using ${} Groovy notation.
// When "copyIdeResources" is enabled, this will also run before the game launches in IDE environments.
// See https://docs.gradle.org/current/dsl/org.gradle.language.jvm.tasks.ProcessResources.html
tasks.named('processResources', ProcessResources).configure {
var replaceProperties = [
minecraft_version: minecraft_version, minecraft_version_range: minecraft_version_range,
forge_version: forge_version, forge_version_range: forge_version_range,
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
]
inputs.properties replaceProperties
filesMatching(['META-INF/mods.toml', 'pack.mcmeta']) {
expand replaceProperties + [project: project]
}}
// Example for how to get properties into the manifest for reading at runtime.
tasks.named('jar', Jar).configure {
manifest {
attributes([
"Specification-Title": mod_id,
"Specification-Vendor": mod_authors,
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": project.jar.archiveVersion,
"Implementation-Vendor": mod_authors,
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
])
}
// This is the preferred method to reobfuscate your jar file
finalizedBy 'reobfJar'
}
tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
}

64
gradle.properties Normal file
View File

@ -0,0 +1,64 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
# The Minecraft version must agree with the Forge version to get a valid artifact
minecraft_version=1.19.2
# The Minecraft version range can use any release version of Minecraft as bounds.
# Snapshots, pre-releases, and release candidates are not guaranteed to sort properly
# as they do not follow standard versioning conventions.
minecraft_version_range=[1.19.2,1.20)
# The Forge version must agree with the Minecraft version to get a valid artifact
forge_version=43.3.13
# The Forge version range can use any version of Forge as bounds or match the loader version range
forge_version_range=[43,)
# The loader version range can only use the major version of Forge/FML as bounds
loader_version_range=[43,)
# The mapping channel to use for mappings.
# The default set of supported mapping channels are ["official", "snapshot", "snapshot_nodoc", "stable", "stable_nodoc"].
# Additional mapping channels can be registered through the "channelProviders" extension in a Gradle plugin.
#
# | Channel | Version | |
# |-----------|----------------------|--------------------------------------------------------------------------------|
# | official | MCVersion | Official field/method names from Mojang mapping files |
# | parchment | YYYY.MM.DD-MCVersion | Open community-sourced parameter names and javadocs layered on top of official |
#
# You must be aware of the Mojang license when using the 'official' or 'parchment' mappings.
# See more information here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md
#
# Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge.
# Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started
mapping_channel=official
# The mapping version to query from the mapping channel.
# This must match the format required by the mapping channel.
mapping_version=1.19.2
# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
# Must match the String constant located in the main mod class annotated with @Mod.
mod_id=tinkering_abnormally
# The human-readable display name for the mod.
mod_name=Tinkering Abnormally
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.0-SNAPSHOT
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# 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=
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
mod_description=
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
cc_version=1.0.2
cc_version_range=[1.0.2,)
env_version=3.1.1
env_version_range=[3.1.1,)
ua_version=5.1.0
ua_version_range=[5.1.0,)

View File

@ -0,0 +1 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip

10
run-data/config/fml.toml Normal file
View File

@ -0,0 +1,10 @@
# 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

View File

@ -0,0 +1,10 @@
# 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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

15
settings.gradle Normal file
View File

@ -0,0 +1,15 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
rootProject.name = 'Tinkering-Abnormally'

View File

@ -0,0 +1,49 @@
// 1.19.2 2024-06-03T19:28:26.411067076 Tinkering Abnormally Smeltery Recipes
e8ce7ca1c6d787a76958ed2ef48369d5cca52f4d data/tinkering_abnormally/recipes/smeltery/alloys/molten_necromium.json
0afe1cbe8f0a9e025060e1d5e69f6ae59dc441d1 data/tinkering_abnormally/recipes/smeltery/casting/necromium/block.json
1cfade8f048fc4d018467bf7a1976bd92dde4a80 data/tinkering_abnormally/recipes/smeltery/casting/necromium/coin_gold_cast.json
bf31566464f43365ec13f7defb647af4516e5522 data/tinkering_abnormally/recipes/smeltery/casting/necromium/coin_sand_cast.json
7e29d2c041644e7632802f14142cfbee7df0618a data/tinkering_abnormally/recipes/smeltery/casting/necromium/gear_gold_cast.json
f0483d3ad166750308fe9430d62043e004a07663 data/tinkering_abnormally/recipes/smeltery/casting/necromium/gear_sand_cast.json
4246256933d6caf34fb2e67e7a65029e8a2a7623 data/tinkering_abnormally/recipes/smeltery/casting/necromium/ingot_gold_cast.json
5226869186920ef2b1b118365283720b37c8ec02 data/tinkering_abnormally/recipes/smeltery/casting/necromium/ingot_sand_cast.json
2fb19806fedeb23b21f65a7b904198d5148ef317 data/tinkering_abnormally/recipes/smeltery/casting/necromium/nugget_gold_cast.json
bb57160de3574400a8d60ccdb6bf9082ef2acbd1 data/tinkering_abnormally/recipes/smeltery/casting/necromium/nugget_sand_cast.json
bee05eddf0c6592633541d87cd0171507fef1323 data/tinkering_abnormally/recipes/smeltery/casting/necromium/plate_gold_cast.json
aabdd24cf1c629975602a6a04aa2cf1168934ef7 data/tinkering_abnormally/recipes/smeltery/casting/necromium/plate_sand_cast.json
1fd3d4acdef35bddb4ed8e1b5f3f7eab76c1821d data/tinkering_abnormally/recipes/smeltery/casting/necromium/rod_gold_cast.json
523c9e0f97bcedb68b5be14f9099f5d1c3672e63 data/tinkering_abnormally/recipes/smeltery/casting/necromium/rod_sand_cast.json
2a6b321f766f81abbae94c4281e78515632754fd data/tinkering_abnormally/recipes/smeltery/casting/necromium/wire_gold_cast.json
1f1b28cfafa719dbd0511cdb2a37a5cc5ccbbdc5 data/tinkering_abnormally/recipes/smeltery/casting/necromium/wire_sand_cast.json
cd94d80c5804b41b9a8aaaff96ddce6be7aa2863 data/tinkering_abnormally/recipes/smeltery/casting/spinel/apple.json
b1154c46a9949566aee4d2b38ed9a9acfa8d5acb data/tinkering_abnormally/recipes/smeltery/casting/spinel/block.json
299461667dab436ea1419a47c7378f5265b45d47 data/tinkering_abnormally/recipes/smeltery/casting/spinel/gem_gold_cast.json
f389a927f3322907b37ffc0c70a9109588b1c1ca data/tinkering_abnormally/recipes/smeltery/casting/spinel/gem_sand_cast.json
6b63c26f279295353ed7f109f384557005b7ff42 data/tinkering_abnormally/recipes/smeltery/melting/necromium/axes.json
5ac87900fc39ac5d71b1729b0b030109ead0cc49 data/tinkering_abnormally/recipes/smeltery/melting/necromium/block.json
f55d4651506e07bef741645e58e10e509cb8712c data/tinkering_abnormally/recipes/smeltery/melting/necromium/boots.json
3492a2b0646d5d3282651fb77db147bba986aa5d data/tinkering_abnormally/recipes/smeltery/melting/necromium/chestplate.json
e13782554c956c6656bf564b6fec5d32cad6ff25 data/tinkering_abnormally/recipes/smeltery/melting/necromium/coin.json
b1e21c728c231889acd3f6a91982334d91ed2f99 data/tinkering_abnormally/recipes/smeltery/melting/necromium/dust.json
1e048dc6c1559356c0224ca842778d76fb073f0e data/tinkering_abnormally/recipes/smeltery/melting/necromium/gear.json
137293f66cd3e306f84f531a3fd942472ac42c07 data/tinkering_abnormally/recipes/smeltery/melting/necromium/helmet.json
391d75892d9e1720a1ffa73ed297fa0fefd9bd02 data/tinkering_abnormally/recipes/smeltery/melting/necromium/ingot.json
8eb7a1bc1b28c34feaec0b3406f1b925d5318ccc data/tinkering_abnormally/recipes/smeltery/melting/necromium/leggings.json
458ea7ce68d2642fe8efe59425f06b5560b1707c data/tinkering_abnormally/recipes/smeltery/melting/necromium/nugget.json
ee82bb859ab3d6a3182d759b39ff24a08cf96b70 data/tinkering_abnormally/recipes/smeltery/melting/necromium/plates.json
6b87128cee689d20b793f875d2c0b943a5260f8a data/tinkering_abnormally/recipes/smeltery/melting/necromium/rod.json
946db371405e2bfd533e26a8f67b49939ba738f1 data/tinkering_abnormally/recipes/smeltery/melting/necromium/sheetmetal.json
f16027675683f46acc01e9e18f00a0c86ac8dfa7 data/tinkering_abnormally/recipes/smeltery/melting/necromium/shovel.json
fc10b0bdf4681a6b3c2d3b41cac69289b876910e data/tinkering_abnormally/recipes/smeltery/melting/necromium/weapon.json
3036d7418ce5d489ef6ffd6714b0613ad0820aa7 data/tinkering_abnormally/recipes/smeltery/melting/necromium/wire.json
5881dc565ac77f5d1adf54421805830598e64ade data/tinkering_abnormally/recipes/smeltery/melting/spinel/block.json
08b8572182dd16c0b4ef8ec34e20121295c4fcfd data/tinkering_abnormally/recipes/smeltery/melting/spinel/gem.json
39ee630dcbf1ddd107059ffb0374b16e3ebe1e9f data/tinkering_abnormally/recipes/smeltery/melting/spinel/geore/block.json
8668e933149850287354d0b3969758bc578bc29f data/tinkering_abnormally/recipes/smeltery/melting/spinel/geore/bud_large.json
158427158659ef31e16453bcb3a004ab98111940 data/tinkering_abnormally/recipes/smeltery/melting/spinel/geore/bud_medium.json
3e618af805d3136379855ad9439a4ea687a97885 data/tinkering_abnormally/recipes/smeltery/melting/spinel/geore/bud_small.json
b5bba4167aad3f0c3287a41f6d4faa7de0b286e6 data/tinkering_abnormally/recipes/smeltery/melting/spinel/geore/cluster.json
efc656dcb0171e7a5eaadfdc1eab642dd151599a data/tinkering_abnormally/recipes/smeltery/melting/spinel/geore/shard.json
8f4909b01cab7e7eb39c0e6bc1924b058ce4dfd4 data/tinkering_abnormally/recipes/smeltery/melting/spinel/ore_dense.json
db8d5fe52e283acca2118fc5c85bc1497ca2c872 data/tinkering_abnormally/recipes/smeltery/melting/spinel/ore_singular.json
ba3d01599fd2037bd67f381b31841269bb9d119a data/tinkering_abnormally/recipes/smeltery/melting/spinel/ore_sparse.json

View File

@ -0,0 +1,15 @@
// 1.19.2 2024-06-02T21:42:02.540845121 Tinkering Abnormally Material Recipe
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
32507917ab24f90ee463f45f8de94b1a0b40b48b data/tinkering_abnormally/recipes/tools/materials/wood/logs/pine.json
166680b50f57d20fd4928988a317f21864a9c11d data/tinkering_abnormally/recipes/tools/materials/wood/logs/river.json
8ce630151e5f3022b737c2d32f192bcb9255a1ae data/tinkering_abnormally/recipes/tools/materials/wood/logs/willow.json
3bae30f222c5c19a868417a2c3be26d37ce0aca2 data/tinkering_abnormally/recipes/tools/materials/wood/logs/wisteria.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
f71a9ae240c311cbcf6902aee886a2ac4924d11c data/tinkering_abnormally/recipes/tools/materials/wood/planks/pine.json
780e7a24f2aeb1bf883d4c6c702cc3e136b2d623 data/tinkering_abnormally/recipes/tools/materials/wood/planks/river.json
1e9c1c96dcd4197db1c08e161202fe2c4cd29520 data/tinkering_abnormally/recipes/tools/materials/wood/planks/willow.json
792fd948c542a084987cf213780aa5159ff33407 data/tinkering_abnormally/recipes/tools/materials/wood/planks/wisteria.json

View File

@ -0,0 +1,6 @@
// 1.19.2 2024-06-02T23:32:33.303859185 Tinkering Abnormally Fluid TinkerTags
28fe432f30d1ade0831352c7739703b13deeab2c data/forge/tags/fluids/molten_spinel.json
28fe432f30d1ade0831352c7739703b13deeab2c data/tconstruct/tags/fluids/tooltips/gem_large.json
1f63250b4bd90c67f95f8241e4efa8a39d4f52e7 data/tconstruct/tags/fluids/tooltips/metal.json
8053dd4b669e9dde0163084fcf1aeefd597f76f0 data/tinkering_abnormally/tags/fluids/molten_necromium.json
34ef690ced847de9e1d3e735f8f9f5d8fb586ace data/tinkering_abnormally/tags/fluids/molten_spinel.json

View File

@ -0,0 +1,3 @@
// 1.19.2 2024-06-03T19:18:22.315300143 Tinkering Abnormally Modifiers
0db5724dee574851dfd95bea87c9b1a3ff1f17b6 data/tinkering_abnormally/tinkering/modifiers/necromium.json
a76d9147626b1b7c61126812abb52b758c0fe1a6 data/tinkering_abnormally/tinkering/modifiers/spinel.json

View File

@ -0,0 +1,8 @@
// 1.19.2 2024-06-03T18:58:42.479008263 Tinkering Abnormally Material Render Info Provider
da55283647070dd1200971f8248f37e9dfc0a3f2 assets/tconstruct/tinkering/materials/wood/azalea.json
9ac283a864a359c9e21eae862ac4ea1b9f172daa assets/tconstruct/tinkering/materials/wood/cherry.json
b37944f0f8b332dc0dd852637c4d2933af8d4df5 assets/tconstruct/tinkering/materials/wood/driftwood.json
0cfd345324e23b7a139bc54aa4da86d7cdd77295 assets/tconstruct/tinkering/materials/wood/pine.json
d8636972ade3ec174eb216c8f7ff5ac81751e18f assets/tconstruct/tinkering/materials/wood/river.json
1fcce01de3be319ee7e7ff77ae8b60d3b853df5a assets/tconstruct/tinkering/materials/wood/willow.json
ec547102bf481f721e6661ab0fb03b3114c24351 assets/tconstruct/tinkering/materials/wood/wisteria.json

View File

@ -0,0 +1,3 @@
// 1.19.2 2024-06-03T15:50:27.687467189 Tinkering Abnormally Fluid Texture Providers
6b46f08a19bf56f87f2458d22ec108e529f8a3e2 assets/tinkering_abnormally/mantle/fluid_texture/molten_necromium.json
9c8c82ae925b21d7c1107f81f496b6dd4b4a0ca1 assets/tinkering_abnormally/mantle/fluid_texture/molten_spinel.json

View File

@ -0,0 +1,897 @@
// 1.19.2 2024-06-03T18:58:42.475337426 Material Part Generator - Tinkers' Construct Parts - Tinkers' Construct Materials
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
96647865deb2615512c2ace20631b38503ec5401 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_pine.png
d8eba4ec74507b85c377bbb287ff37929fcd2154 assets/tconstruct/textures/item/tool/cleaver/guard_tconstruct_wood_river.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
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
b7b9a68ec36b49e350556b353a932f98e7189b60 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_pine.png
26be25130f61c0708eceb2a78d8234bc9fcf42e0 assets/tconstruct/textures/item/tool/cleaver/handle_tconstruct_wood_river.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
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
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
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
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
d6cb60a5610800a52a24e4f4ebe433edec625010 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_pine.png
91e40987e5d75c41d9757d1765a2151038a62879 assets/tconstruct/textures/item/tool/cleaver/head_tconstruct_wood_river.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
a369d41308188a1e9b2bab77ca7078d4ffff8e84 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_pine.png
e4f353dfd5c3775990b70bbf97a467ac5c3de3e2 assets/tconstruct/textures/item/tool/cleaver/shield_tconstruct_wood_river.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
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
fe9179fe3459dfa932889e34d1ec31f6f7a03a93 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_pine.png
a2fb68a251e038b94b45468fc16e58de408db152 assets/tconstruct/textures/item/tool/crossbow/body_tconstruct_wood_river.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
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
91a9d1cece66c9ce172c042bab078072517f5335 assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_pine.png
db000ccb14b3e55ba5dcece8e594956cab15de2c assets/tconstruct/textures/item/tool/crossbow/limb_tconstruct_wood_river.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
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
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
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
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
e347e18010683f45745c3e6e062697a590f94a59 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_pine.png
d2997bd1d0240f8dee9698ac91c2dd2e30199ab8 assets/tconstruct/textures/item/tool/dagger/blade_tconstruct_wood_river.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
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
b587f1b9793260156ab8b6d7b55bbf4e71a2df54 assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_pine.png
5169913caee6a66cbb52d0494c794e659e851ceb assets/tconstruct/textures/item/tool/dagger/crossguard_tconstruct_wood_river.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
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
6f82e3827d34c4fbb8637254e451593ae34d0062 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_pine.png
2c406009262cf104f02c429104dd282ffc3c1d68 assets/tconstruct/textures/item/tool/excavator/binding_tconstruct_wood_river.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
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
f082b181c2a327b8c2ab4347ba4ac1dd594d9131 assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_pine.png
ce89676340c972002d9893fa346a82d05f29840c assets/tconstruct/textures/item/tool/excavator/grip_tconstruct_wood_river.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
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
35c669319b7732c9b23a27a0f3cc04e9e00a5681 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_pine.png
27a4ae52e41c53666542a90d568e2a700d1ec255 assets/tconstruct/textures/item/tool/excavator/handle_tconstruct_wood_river.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
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
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
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
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
a1e56d935ad886a8cfc2b93d907a4b8934156df5 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_pine.png
3bcfd4092a5536ce6dd1f1e72ea92cbb26204c00 assets/tconstruct/textures/item/tool/excavator/head_tconstruct_wood_river.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
97e425967325e0a337d54bf8f3e18c9d398b9af4 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_pine.png
afff832a2c99570efa092c4d7af671dea0b7d658 assets/tconstruct/textures/item/tool/kama/binding_tconstruct_wood_river.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
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
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
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
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
734bd591905b535266d6b1abb82cc94bf1361a1c assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_pine.png
3b6d31b923f4e5fccdd6eed2012a6edb236b95a0 assets/tconstruct/textures/item/tool/kama/head_tconstruct_wood_river.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
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
5a92686865949f78f85bd36155a3e39640c673a1 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_pine.png
a97714c4ae0976252a64e14a553390a4f729e903 assets/tconstruct/textures/item/tool/longbow/grip_tconstruct_wood_river.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
47f8b3886d0e9cdcaf49c0c083313b7f242662eb assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_pine.png
39589dff52af40578e6d4882d71de82ab8dd682e assets/tconstruct/textures/item/tool/mattock/axe_tconstruct_wood_river.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
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
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
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
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
3b729359810208f4df12e0237efccf274d6b04fb assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_pine.png
ed2a34c2e084217e24cf81631b3ed78aa64a6bde assets/tconstruct/textures/item/tool/mattock/pick_tconstruct_wood_river.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
6eadf51556710709c4222c23fd9898ea740b5fb5 assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_pine.png
a4a71f62b4e9b9c321f4f65651ac39706e9e412d assets/tconstruct/textures/item/tool/pickadze/axe_tconstruct_wood_river.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
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
4964bf7eb0a11b997a211c8cbed0c11c988f719d assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_pine.png
db4ee1bbdd19fdf4d0b268a12bbac78f543328d1 assets/tconstruct/textures/item/tool/pickaxe/binding_tconstruct_wood_river.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
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
b6824df40859b4299514b7a2c58d8f23bde1a805 assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_pine.png
51a26523e3575085d6af57d2d352c4facd27831a assets/tconstruct/textures/item/tool/pickaxe/handle_tconstruct_wood_river.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
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
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
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
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
6a6124741d0158289db71caa77b1da91e4f04f2e assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_pine.png
d80a28be801e066d7c442aeaf2bb2d4e4674bdb5 assets/tconstruct/textures/item/tool/pickaxe/head_tconstruct_wood_river.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
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
190038e2c729789df97c472d68f96f2c66caced9 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_pine.png
bc5f560ab910e0be013470a06212179e2e7a9118 assets/tconstruct/textures/item/tool/scythe/accessory_tconstruct_wood_river.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
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
f2e8d91ac871086cb05d48328a9b47fe7ece7c7c assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_pine.png
e911d93f8ccd04f4fdcc2af35ce41e798aa428ee assets/tconstruct/textures/item/tool/scythe/binding_tconstruct_wood_river.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
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
6abb102d5b18641ebe11dc8ba752378fe77331b0 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_pine.png
fcb9b01b6fe7808bcc98aaf747c0886e5ba610a0 assets/tconstruct/textures/item/tool/scythe/handle_tconstruct_wood_river.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
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
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
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
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
49287afd9b0d1d22d9c64f5269916b1cfd082972 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_pine.png
9612313eb48ecf899e272a90d69705a99494b401 assets/tconstruct/textures/item/tool/scythe/head_tconstruct_wood_river.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
0ae34943094ee262ccb713c51539dcc97aa0cb40 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_pine.png
088cee96319a3ee5ba8a7acf5ad496320bcf12d7 assets/tconstruct/textures/item/tool/sword/blade_tconstruct_wood_river.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
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
c12fa67996a67cc12501b1d5939a5abf32778cea assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_pine.png
16b443d2eca766460bfcadcb45ee4a4fa71c2450 assets/tconstruct/textures/item/tool/sword/guard_tconstruct_wood_river.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
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
6f5b2d4e754e0f6431b30a3af8402465568da365 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_pine.png
c369a2ae998600b9985ac9758468ae0b2cb9f973 assets/tconstruct/textures/item/tool/sword/handle_tconstruct_wood_river.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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

View File

@ -0,0 +1,3 @@
// 1.19.2 2024-06-03T15:50:27.686549924 tinkering_abnormally Fluid Bucket Model Provider
8f4db46c379b4b912819f588c9e54b5ed5e10055 assets/tinkering_abnormally/models/item/molten_necromium_bucket.json
867e9da8335853327b3451e7d096d097340b7011 assets/tinkering_abnormally/models/item/molten_spinel_bucket.json

View File

@ -0,0 +1,12 @@
// 1.19.2 2024-06-03T00:04:27.815749067 Tinkering Abnormally Modifier Recipes
4369a3e2a53a30e5856b59bbd657810a797d3f60 data/tinkering_abnormally/recipes/tools/modifiers/salvage/upgrade/necromium.json
b88d7145bd012e89491101939c086dce23f05535 data/tinkering_abnormally/recipes/tools/modifiers/salvage/upgrade/spinel.json
91013c134ddfa90bac91843072196368c5022086 data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_azalea.json
04b183ee4dae550866c71df4b2606743bae7598c data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_cherry.json
06c8b993ca9ec26ae67ea6d89f95b151e9a73bf5 data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_driftwood.json
348517ecaa23857bcdea6b91307992579d93dfb2 data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_pine.json
813b3432c465489ceb3561b8f6507c0d27a6e9f6 data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_river.json
176fb6f6b2da959d0bae9cc76675b68b4d90545a data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_willow.json
2cc59707002527717b44130370074f35ef8eb581 data/tinkering_abnormally/recipes/tools/modifiers/slotless/embellishment/wood/wood_wisteria.json
26e4940d25394c112c09537163b01c14337c76b7 data/tinkering_abnormally/recipes/tools/modifiers/upgrade/necromium.json
7938dd3a4eaaa0c0eeb1b65805286ef545e1fcd3 data/tinkering_abnormally/recipes/tools/modifiers/upgrade/spinel.json

View File

@ -0,0 +1,3 @@
// 1.19.2 2024-06-03T15:51:53.794512117 tinkering_abnormally Fluid Blockstate Model Provider
028f6e21bb32fba46defc4e65d50a90704a61f37 assets/tinkering_abnormally/blockstates/molten_necromium_fluid.json
028f6e21bb32fba46defc4e65d50a90704a61f37 assets/tinkering_abnormally/blockstates/molten_spinel_fluid.json

Some files were not shown because too many files have changed in this diff Show More