diff options
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct')
1482 files changed, 14808 insertions, 0 deletions
diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/Credits.txt b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/Credits.txt new file mode 100644 index 0000000..e34f313 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/Credits.txt @@ -0,0 +1,6 @@ +Blue and Green SlimeCrystal graphics by baddaspig +http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1287648-tinkers-construct?comment=11208 +http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1287648-tinkers-construct?comment=11214 + +Slime Sling and Slime Boots graphics by Futureazoo +https://github.com/SlimeKnights/TinkersConstruct/pull/2156
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone.json new file mode 100644 index 0000000..5283ae4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone.json @@ -0,0 +1,57 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/brownstone/brick", + "particle": "#all" + } + }, + "variants": { + "type": { + "smooth": { + "textures": { "all": "tconstruct:blocks/brownstone/smooth" } + }, + "rough": { + "textures": { "all": "tconstruct:blocks/brownstone/rough" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/brownstone/paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/brownstone/brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_square" } + }, + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_small" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/brownstone/road" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/brownstone/tile" } + }, + "creeper": { + "model": "cube_bottom_top", + "textures": { + "side": "tconstruct:blocks/brownstone/creeper", + "particle": "#side", + "top": "tconstruct:blocks/brownstone/paver", + "bottom": "#top" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab.json new file mode 100644 index 0000000..1b6c066 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab.json @@ -0,0 +1,47 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "smooth": { + "textures": { "all": "tconstruct:blocks/brownstone/smooth" } + }, + "rough": { + "textures": { "all": "tconstruct:blocks/brownstone/rough" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/brownstone/paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/brownstone/brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_square" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/brownstone/road" } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab2.json new file mode 100644 index 0000000..77f0aed --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_slab2.json @@ -0,0 +1,40 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/brownstone/brick_small" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/brownstone/tile" } + }, + "creeper": { + "textures": { + "side": "tconstruct:blocks/brownstone/creeper", + "particle": "#side", + "top": "tconstruct:blocks/brownstone/paver", + "bottom": "#top" + } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick.json new file mode 100644 index 0000000..23dee0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_cracked.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_cracked.json new file mode 100644 index 0000000..0005407 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_cracked.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_cracked", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_fancy.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_fancy.json new file mode 100644 index 0000000..9e25c43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_fancy.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_fancy", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_small.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_small.json new file mode 100644 index 0000000..7be962c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_small.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_small", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_square.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_square.json new file mode 100644 index 0000000..7c83b96 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_square.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_square", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_triangle.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_triangle.json new file mode 100644 index 0000000..2873711 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_brick_triangle.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/brick_triangle", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_creeper.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_creeper.json new file mode 100644 index 0000000..d511990 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_creeper.json @@ -0,0 +1,55 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "side": "tconstruct:blocks/brownstone/creeper", + "top": "tconstruct:blocks/brownstone/paver", + "bottom": "#top" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_paver.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_paver.json new file mode 100644 index 0000000..f02600c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_paver.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/paver", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_road.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_road.json new file mode 100644 index 0000000..05b2b2e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_road.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/road", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_rough.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_rough.json new file mode 100644 index 0000000..64022b5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_rough.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/rough", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_smooth.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_smooth.json new file mode 100644 index 0000000..fc34200 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_smooth.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/smooth", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_tile.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_tile.json new file mode 100644 index 0000000..b1709ae --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/brownstone_stairs_tile.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/brownstone/tile", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/cast_custom.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/cast_custom.json new file mode 100644 index 0000000..086e23f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/cast_custom.json @@ -0,0 +1,14 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "ingot": [{ "textures": { "layer0": "tconstruct:items/cast_ingot" }}], + "nugget": [{ "textures": { "layer0": "tconstruct:items/cast_nugget" }}], + "gem": [{ "textures": { "layer0": "tconstruct:items/cast_gem" }}], + "plate": [{ "textures": { "layer0": "tconstruct:items/cast_plate" }}], + "gear": [{ "textures": { "layer0": "tconstruct:items/cast_gear" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/casting.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/casting.json new file mode 100644 index 0000000..ae0b6e3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/casting.json @@ -0,0 +1,16 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "type": { + "table": { + "model": "tconstruct:casting_table" + }, + "basin": { + "model": "tconstruct:casting_basin" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_glass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_glass.json new file mode 100644 index 0000000..4a7fb6e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_glass.json @@ -0,0 +1,96 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "normal": "tconstruct:blocks/connected/clear_glass/normal", + "u": "tconstruct:blocks/connected/clear_glass/u", + "r": "tconstruct:blocks/connected/clear_glass/r", + "ud": "tconstruct:blocks/connected/clear_glass/ud", + "ul": "tconstruct:blocks/connected/clear_glass/ul", + "ur": "tconstruct:blocks/connected/clear_glass/ur", + "lr": "tconstruct:blocks/connected/clear_glass/lr", + "udr": "tconstruct:blocks/connected/clear_glass/udr", + "udl": "tconstruct:blocks/connected/clear_glass/udl", + "ulr": "tconstruct:blocks/connected/clear_glass/ulr", + "udlr": "tconstruct:blocks/connected/clear_glass/udlr" + } + }, + "variants": { + "inventory": { "model": "mantle:connected_0" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_0" }, + + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_1", "x": 90, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_2_angle", "y": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 180, "y": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 90, "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": -90, "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2", "x": -90, "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2", "x": -90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T1", "x": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T1", "x": -90, "y": 180 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T2", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T2", "x": 180, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle", "x": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 270 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": 180, "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": -90, "y": -180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "x": 90, "y": -90 }, + + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross", "x": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross", "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "x": -90, "y": 180 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_4_angle", "x": 90, "y": 180 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -270 }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_stained_glass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_stained_glass.json new file mode 100644 index 0000000..2f31a2c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/clear_stained_glass.json @@ -0,0 +1,96 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "normal": "tconstruct:blocks/connected/clear_stained_glass/normal", + "u": "tconstruct:blocks/connected/clear_stained_glass/u", + "r": "tconstruct:blocks/connected/clear_stained_glass/r", + "ud": "tconstruct:blocks/connected/clear_stained_glass/ud", + "ul": "tconstruct:blocks/connected/clear_stained_glass/ul", + "ur": "tconstruct:blocks/connected/clear_stained_glass/ur", + "lr": "tconstruct:blocks/connected/clear_stained_glass/lr", + "udr": "tconstruct:blocks/connected/clear_stained_glass/udr", + "udl": "tconstruct:blocks/connected/clear_stained_glass/udl", + "ulr": "tconstruct:blocks/connected/clear_stained_glass/ulr", + "udlr": "tconstruct:blocks/connected/clear_stained_glass/udlr" + } + }, + "variants": { + "inventory": { "model": "mantle:connected_0" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_0" }, + + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_1", "x": 90, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_2_angle", "y": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 180, "y": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 90, "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": -90, "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2", "x": -90, "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2", "x": -90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T1", "x": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T1", "x": -90, "y": 180 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T2", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T2", "x": 180, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle", "x": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 270 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": 180, "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": -90, "y": -180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "x": 90, "y": -90 }, + + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross", "x": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross", "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "x": -90, "y": 180 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_4_angle", "x": 90, "y": 180 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -270 }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground.json new file mode 100644 index 0000000..730c9ea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground.json @@ -0,0 +1,14 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type": { + "mudbrick": { + "textures": { "all": "tconstruct:blocks/mud_brick" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground_slab.json new file mode 100644 index 0000000..68a2b4c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/deco_ground_slab.json @@ -0,0 +1,28 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "mudbrick": { + "textures": { "all": "tconstruct:blocks/mud_brick" } + } + }, + "half": { + "bottom": { + "model": "half_slab" + }, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_brick_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_brick_stairs.json new file mode 100644 index 0000000..907bf05 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_brick_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/dried_clay_bricks", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay.json new file mode 100644 index 0000000..27a3b4a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay.json @@ -0,0 +1,20 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "particle": "#all" + } + }, + "variants": { + "type": { + "clay": { + "textures": { "all": "tconstruct:blocks/dried_clay" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/dried_clay_bricks" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_slab.json new file mode 100644 index 0000000..bf940a0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_slab.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "clay": { + "textures": { "all": "tconstruct:blocks/dried_clay" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/dried_clay_bricks" } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_stairs.json new file mode 100644 index 0000000..fc9a921 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/dried_clay_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/dried_clay", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/edible.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/edible.json new file mode 100644 index 0000000..38bd3ee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/edible.json @@ -0,0 +1,33 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "bacon": [{ "textures": { "layer0": "tconstruct:items/food/bacon" }}], + + "slimeball_blue": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_blue" }}], + "slimeball_purple": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_purple" }}], + "slimeball_blood": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_blood" }}], + "slimeball_magma": [{ "textures": { "layer0": "tconstruct:items/materials/slimeball_magma" }}], + + "jerky_beef": [{ "textures": { "layer0": "tconstruct:items/food/jerky_beef" }}], + "jerky_chicken": [{ "textures": { "layer0": "tconstruct:items/food/jerky_chicken" }}], + "jerky_pork": [{ "textures": { "layer0": "tconstruct:items/food/jerky_pork" }}], + "jerky_mutton": [{ "textures": { "layer0": "tconstruct:items/food/jerky_mutton" }}], + "jerky_rabbit": [{ "textures": { "layer0": "tconstruct:items/food/jerky_rabbit" }}], + + "jerky_fish": [{ "textures": { "layer0": "tconstruct:items/food/jerky_fish" }}], + "jerky_salmon": [{ "textures": { "layer0": "tconstruct:items/food/jerky_salmon" }}], + "jerky_clownfish": [{ "textures": { "layer0": "tconstruct:items/food/jerky_clownfish" }}], + "jerky_pufferfish": [{ "textures": { "layer0": "tconstruct:items/food/jerky_pufferfish" }}], + + "jerky_monster": [{ "textures": { "layer0": "tconstruct:items/food/jerky_monster" }}], + "slimedrop_green": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_green" }}], + "slimedrop_blue": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_blue" }}], + "slimedrop_purple": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_purple" }}], + "slimedrop_blood": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_blood" }}], + "slimedrop_magma": [{ "textures": { "layer0": "tconstruct:items/food/slimedrop_magma" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fancy_frame.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fancy_frame.json new file mode 100644 index 0000000..107e31e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fancy_frame.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:fancy_frame", + "textures": { + "particle": "#wood", + "wood": "tconstruct:blocks/block_ardite", + "back": "tconstruct:blocks/itemframe_background" + }, + "transform": { + + } + }, + "variants": { + "map": { + "true": { "model": "item_frame_map" }, + "false": { "model": "tconstruct:fancy_frame" } + }, + "type": { + "gold": { "textures": { "wood": "minecraft:blocks/gold_block" } }, + "jewel": { "textures": { "wood": "tconstruct:blocks/block_silky_jewel" } }, + "alubrass": { "textures": { "wood": "tconstruct:blocks/block_alubrass" } }, + "cobalt": { "textures": { "wood": "tconstruct:blocks/block_cobalt" } }, + "ardite": { "textures": { "wood": "tconstruct:blocks/block_ardite" } }, + "manyullyn": { "textures": { "wood": "tconstruct:blocks/block_manyullyn" } }, + "clear": { "textures": { "wood": "minecraft:blocks/glass", "back": "#wood" } } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json new file mode 100644 index 0000000..a207722 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/faucet.json @@ -0,0 +1,18 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:faucet" + }, + "variants": { + "facing": { + "up": { "model": "tconstruct:faucet_top" }, + "north": { "y": 180 }, + "east": { "y": 270 }, + "south": { "y": 0 }, + "west": { "y": 90 } + }, + "inventory": { + "model": "tconstruct:faucet" + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood.json new file mode 100644 index 0000000..1cabead --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood.json @@ -0,0 +1,21 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type": { + "lavawood": { + "textures": { + "all": "tconstruct:blocks/lavawood" + } + }, + "firewood": { + "textures": { + "all": "tconstruct:blocks/firewood" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_slab.json new file mode 100644 index 0000000..ac4f73c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_slab.json @@ -0,0 +1,33 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "lavawood": { + "textures": { + "all": "tconstruct:blocks/lavawood" + } + }, + "firewood": { + "textures": { + "all": "tconstruct:blocks/firewood" + } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_stairs.json new file mode 100644 index 0000000..be6c75a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/firewood_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/firewood", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json new file mode 100644 index 0000000..1aede4c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/fluid_block.json @@ -0,0 +1,95 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "forge:fluid" + }, + "variants": { + "stone": [{ + "custom": { "fluid": "stone" } + }], + "obsidian": [{ + "custom": { "fluid": "obsidian" } + }], + "iron": [{ + "custom": { "fluid": "iron" } + }], + "gold": [{ + "custom": { "fluid": "gold" } + }], + "pigiron": [{ + "custom": { "fluid": "pigiron" } + }], + "cobalt": [{ + "custom": { "fluid": "cobalt" } + }], + "ardite": [{ + "custom": { "fluid": "ardite" } + }], + "manyullyn": [{ + "custom": { "fluid": "manyullyn" } + }], + "knightslime": [{ + "custom": { "fluid": "knightslime" } + }], + "emerald": [{ + "custom": { "fluid": "emerald" } + }], + "glass": [{ + "custom": { "fluid": "glass" } + }], + "blood": [{ + "custom": { "fluid": "blood" } + }], + "milk": [{ + "custom": { "fluid": "milk" } + }], + "blueslime": [{ + "custom": { "fluid": "blueslime" } + }], + "purpleslime": [{ + "custom": { "fluid": "purpleslime" } + }], + "brass": [{ + "custom": { "fluid": "brass" } + }], + "copper": [{ + "custom": { "fluid": "copper" } + }], + "tin": [{ + "custom": { "fluid": "tin" } + }], + "bronze": [{ + "custom": { "fluid": "bronze" } + }], + "zinc": [{ + "custom": { "fluid": "zinc" } + }], + "lead": [{ + "custom": { "fluid": "lead" } + }], + "nickel": [{ + "custom": { "fluid": "nickel" } + }], + "silver": [{ + "custom": { "fluid": "silver" } + }], + "electrum": [{ + "custom": { "fluid": "electrum" } + }], + "steel": [{ + "custom": { "fluid": "steel" } + }], + "aluminum": [{ + "custom": { "fluid": "aluminum" } + }], + "alubrass": [{ + "custom": { "fluid": "alubrass" } + }], + "dirt": [{ + "custom": { "fluid": "dirt" } + }], + "clay": [{ + "custom": { "fluid": "clay" } + }] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json new file mode 100644 index 0000000..ccb56a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/glow.json @@ -0,0 +1,20 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:flat_in", + "textures": { + "all": "tconstruct:blocks/glow" + } + }, + "variants": { + "facing": { + "down": { "x": 90 }, + "up": { "x": -90 }, + "north": {}, + "east": { "y": 90 }, + "south": { "y": 180 }, + "west": { "y": 270 } + }, + "inventory": [{}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ingots.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ingots.json new file mode 100644 index 0000000..0622cad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ingots.json @@ -0,0 +1,15 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "cobalt": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_cobalt" }}], + "ardite": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_ardite" }}], + "manyullyn": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_manyullyn" }}], + "pigiron": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_pigiron" }}], + "knightslime": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_knightslime" }}], + "alubrass": [{ "textures": { "layer0": "tconstruct:items/materials/ingot_alubrass" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/lavawood_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/lavawood_stairs.json new file mode 100644 index 0000000..7af3ef2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/lavawood_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/lavawood", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/materials.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/materials.json new file mode 100644 index 0000000..56d83d1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/materials.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "seared_brick": [{ "textures": { "layer0": "tconstruct:items/materials/seared_brick" }}], + "mud_brick": [{ "textures": { "layer0": "tconstruct:items/materials/mud_brick" }}], + "dried_brick": [{ "textures": { "layer0": "tconstruct:items/materials/dried_brick" }}], + "slimecrystal_green": [{ "textures": { "layer0": "tconstruct:items/materials/slimecrystal_green" }}], + "slimecrystal_blue": [{ "textures": { "layer0": "tconstruct:items/materials/slimecrystal_blue" }}], + "slimecrystal_magma": [{ "textures": { "layer0": "tconstruct:items/materials/slimecrystal_magma" }}], + "expander_w": [{ "textures": { "layer0": "tconstruct:items/materials/expander_w" }}], + "expander_h": [{ "textures": { "layer0": "tconstruct:items/materials/expander_h" }}], + "reinforcement": [{ "textures": { "layer0": "tconstruct:items/materials/reinforcement" }}], + "silky_cloth": [{ "textures": { "layer0": "tconstruct:items/materials/silky_cloth" }}], + "silky_jewel": [{ "textures": { "layer0": "tconstruct:items/materials/silky_jewel" }}], + "necrotic_bone": [{ "textures": { "layer0": "tconstruct:items/materials/necrotic_bone" }}], + "moss": [{ "textures": { "layer0": "tconstruct:items/materials/moss" }}], + "mending_moss": [{ "textures": { "layer0": "tconstruct:items/materials/mending_moss" }}], + "creative_modifier": [{ "textures": { "layer0": "tconstruct:items/skull_char_gold" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/metal.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/metal.json new file mode 100644 index 0000000..b0b97fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/metal.json @@ -0,0 +1,32 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type": { + "cobalt": { + "textures": { "all": "tconstruct:blocks/block_cobalt" } + }, + "ardite": { + "textures": { "all": "tconstruct:blocks/block_ardite" } + }, + "manyullyn": { + "textures": { "all": "tconstruct:blocks/block_manyullyn" } + }, + "knightslime": { + "textures": { "all": "tconstruct:blocks/block_knightslime" } + }, + "pigiron": { + "textures": { "all": "tconstruct:blocks/block_pigiron" } + }, + "alubrass": { + "textures": { "all": "tconstruct:blocks/block_alubrass" } + }, + "silky_jewel": { + "textures": { "all": "tconstruct:blocks/block_silky_jewel" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/mudbrick_stairs.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/mudbrick_stairs.json new file mode 100644 index 0000000..0dade15 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/mudbrick_stairs.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/mud_brick", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/nuggets.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/nuggets.json new file mode 100644 index 0000000..19700b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/nuggets.json @@ -0,0 +1,15 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "cobalt": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_cobalt" }}], + "ardite": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_ardite" }}], + "manyullyn": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_manyullyn" }}], + "pigiron": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_pigiron" }}], + "knightslime": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_knightslime" }}], + "alubrass": [{ "textures": { "layer0": "tconstruct:items/materials/nugget_alubrass" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json new file mode 100644 index 0000000..c39d83b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/ore.json @@ -0,0 +1,18 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tconstruct:cube_overlay_all", + "textures": {"all": "minecraft:blocks/netherrack" } + }, + "variants": { + "type": { + "cobalt": { + "textures": { "overlay": "tconstruct:blocks/ore_cobalt" } + }, + "ardite": { + "textures": { "overlay": "tconstruct:blocks/ore_ardite" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/pile.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/pile.json new file mode 100644 index 0000000..c49bc5c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/pile.json @@ -0,0 +1,10 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tconstruct:pile" + }, + "variants": { + "normal": [{}] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/punji.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/punji.json new file mode 100644 index 0000000..93cd1ca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/punji.json @@ -0,0 +1,36 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "all": "tconstruct:blocks/punji" + }, + "model": "tconstruct:punji" + }, + "variants": { + "facing": { + "up": { "x": 180, "y": 0 }, + "down": {}, + "west": { "transform": { "rotation": {"z": 270}, "post-rotation": {"y": 270}}}, + "east": { "transform": { "rotation": {"z": 90 }, "post-rotation": {"y": 270}}}, + "south": { "transform": { "rotation": {"x": 270}, "post-rotation": {"y": 270}}}, + "north": { "transform": { "rotation": {"x": 90}, "post-rotation": {"y": 90}}} + }, + "north": { + "true": { "submodel": { "stick_north": { "model": "tconstruct:punji_stick", "transform": { "translation": [ 0, 0, -0.5 ] } } } }, + "false": {} + }, + "east": { + "true": { "submodel": { "stick_east": { "model": "tconstruct:punji_stick", "transform": { "translation": [ -0.5, 0, 0 ] } } } }; + "false": {} + }, + "northeast": { + "true": { "submodel": { "stick_northeast": { "model": "tconstruct:punji_stick", "transform": { "translation": [ -0.5, 0, -0.5 ] } } } }, + "false": {} + }, + "northwest": { + "true": { "submodel": { "stick_northwest": { "model": "tconstruct:punji_stick", "transform": { "translation": [ 0.5, 0, -0.5 ] } } } }, + "false": {} + }, + "inventory": [{}] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/rack.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/rack.json new file mode 100644 index 0000000..ab90e81 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/rack.json @@ -0,0 +1,26 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:rack", + "textures": { + "leg": "blocks/planks_oak" + } + }, + "variants": { + "facing": { + "down_z": { "model": "tconstruct:rack_down" }, + "down_x": { "model": "tconstruct:rack_down", "y": 90 }, + "up_z": {}, + "up_x": { "y": 90 }, + "north": { "model": "tconstruct:rack_side", "y": 180 }, + "south": { "model": "tconstruct:rack_side" }, + "east": { "model": "tconstruct:rack_side", "y": 270 }, + "west": { "model": "tconstruct:rack_side", "y": 90 } + }, + "drying": { + "true": {}, + "false": {} + }, + "inventory": [{}] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared.json new file mode 100644 index 0000000..b0d2e0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared.json @@ -0,0 +1,57 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick", + "particle": "#all" + } + }, + "variants": { + "type": { + "stone": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_stone" } + }, + "cobble": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_cobble" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_square" } + }, + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_small" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_road" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_tile" } + }, + "creeper": { + "model": "cube_bottom_top", + "textures": { + "side": "tconstruct:blocks/smeltery/seared_creeper", + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#top" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_furnace_controller.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_furnace_controller.json new file mode 100644 index 0000000..e761db4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_furnace_controller.json @@ -0,0 +1,25 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "orientable", + "textures": { + "top": "tconstruct:blocks/smeltery/seared_brick", + "front": "tconstruct:blocks/smeltery/seared_furnace_inactive", + "side": "#top" + }, + "uvlock": true + }, + "variants": { + "facing": { + "north": {}, + "south": { "y": 180 }, + "west": { "y": 270 }, + "east": { "y": 90 } + }, + "active": { + "true": { "textures": { "front": "tconstruct:blocks/smeltery/seared_furnace_active" } }, + "false": {} + }, + "inventory": [{}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_glass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_glass.json new file mode 100644 index 0000000..dbd6f1b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_glass.json @@ -0,0 +1,96 @@ +{ + "forge_marker": 1, + "defaults": { + "textures": { + "normal": "tconstruct:blocks/connected/seared_glass/normal", + "u": "tconstruct:blocks/connected/seared_glass/u", + "r": "tconstruct:blocks/connected/seared_glass/r", + "ud": "tconstruct:blocks/connected/seared_glass/ud", + "ul": "tconstruct:blocks/connected/seared_glass/ul", + "ur": "tconstruct:blocks/connected/seared_glass/ur", + "lr": "tconstruct:blocks/connected/seared_glass/lr", + "udr": "tconstruct:blocks/connected/seared_glass/udr", + "udl": "tconstruct:blocks/connected/seared_glass/udl", + "ulr": "tconstruct:blocks/connected/seared_glass/ulr", + "udlr": "tconstruct:blocks/connected/seared_glass/udlr" + } + }, + "variants": { + "inventory": { "model": "mantle:connected_0" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_0" }, + + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_1", "x": 90, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_1", "x": 90, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_2_angle", "y": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 180, "y": 180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_2_angle", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 180, "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": 90 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2_angle", "x": -90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": 90, "y": -90 }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_2_angle", "x": -90, "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_2", "x": -90, "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_2", "x": -90 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T1" }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T1", "y": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T1", "x": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T1", "x": -90, "y": 180 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_T2" }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_T2", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_T2", "y": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_T2", "x": 180, "y": 90 }, + + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle" }, + "connected_down=false,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "y": 90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_3_angle", "x": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 180 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_3_angle", "x": 270 }, + + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": 180, "y": -180 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_3_angle", "x": -90, "y": -180 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_3_angle", "x": 90, "y": -90 }, + + "connected_down=true,connected_east=true,connected_north=false,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross", "x": 90 }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross", "y": 90 }, + + "connected_down=true,connected_east=false,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": 90 }, + "connected_down=false,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90 }, + "connected_down=true,connected_east=false,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "y": -90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "y": 180 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_angle", "x": -90, "y": 180 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=false": { "model": "mantle:connected_4_angle", "x": 90, "y": 180 }, + "connected_down=false,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": -90 }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -90 }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_angle", "x": -90, "y": 90 }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=false,connected_west=true": { "model": "mantle:connected_4_angle", "x": -270, "y": -270 }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=false,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=false,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=false,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=false": { "model": "mantle:connected_4_cross" }, + "connected_down=true,connected_east=true,connected_north=true,connected_south=false,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + "connected_down=false,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" }, + + "connected_down=true,connected_east=true,connected_north=true,connected_south=true,connected_up=true,connected_west=true": { "model": "mantle:connected_4_cross" } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab.json new file mode 100644 index 0000000..93ae126 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab.json @@ -0,0 +1,47 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "stone": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_stone" } + }, + "cobble": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_cobble" } + }, + "paver": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_paver" } + }, + "brick": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick" } + }, + "brick_cracked": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_cracked" } + }, + "brick_fancy": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_fancy" } + }, + "brick_square": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_square" } + }, + "road": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_road" } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab2.json new file mode 100644 index 0000000..bfc3ad9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_slab2.json @@ -0,0 +1,40 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "half_slab", + "textures": { + "bottom": "#all", + "top": "#all", + "side": "#all", + "particle": "#all" + } + }, + "variants": { + "type": { + "brick_triangle": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_triangle" } + }, + "brick_small": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_brick_small" } + }, + "tile": { + "textures": { "all": "tconstruct:blocks/smeltery/seared_tile" } + }, + "creeper": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_creeper", + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#top" + } + } + }, + "half": { + "bottom": {}, + "top": { + "model": "upper_slab" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick.json new file mode 100644 index 0000000..2d1ea7a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_cracked.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_cracked.json new file mode 100644 index 0000000..12080de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_cracked.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_cracked", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_fancy.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_fancy.json new file mode 100644 index 0000000..da7cd5e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_fancy.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_fancy", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_small.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_small.json new file mode 100644 index 0000000..59ef143 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_small.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_small", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_square.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_square.json new file mode 100644 index 0000000..e4cf904 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_square.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_square", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_triangle.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_triangle.json new file mode 100644 index 0000000..b7b4f38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_brick_triangle.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_brick_triangle", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_cobble.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_cobble.json new file mode 100644 index 0000000..19d4fef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_cobble.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_cobble", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_creeper.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_creeper.json new file mode 100644 index 0000000..0bb4d08 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_creeper.json @@ -0,0 +1,55 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "side": "tconstruct:blocks/smeltery/seared_creeper", + "top": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#top" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_paver.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_paver.json new file mode 100644 index 0000000..2a8686f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_paver.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_paver", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_road.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_road.json new file mode 100644 index 0000000..df6ea96 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_road.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_road", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_stone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_stone.json new file mode 100644 index 0000000..bef0e38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_stone.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_stone", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_tile.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_tile.json new file mode 100644 index 0000000..88004c9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_stairs_tile.json @@ -0,0 +1,56 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "stairs", + "uvlock": true, + "textures": { + "all": "tconstruct:blocks/smeltery/seared_tile", + "bottom": "#all", + "top": "#all", + "side": "#all" + } + }, + "variants": { + "inventory": [{}], + "facing=east,half=bottom,shape=straight": [{}], + "facing=west,half=bottom,shape=straight": { "y": 180 }, + "facing=south,half=bottom,shape=straight": { "y": 90 }, + "facing=north,half=bottom,shape=straight": { "y": 270 }, + "facing=east,half=bottom,shape=outer_right": { "model": "outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 180 }, + "facing=south,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 90 }, + "facing=north,half=bottom,shape=outer_right": { "model": "outer_stairs", "y": 270 }, + "facing=east,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 270 }, + "facing=west,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 90 }, + "facing=south,half=bottom,shape=outer_left": { "model": "outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "outer_stairs", "y": 180 }, + "facing=east,half=bottom,shape=inner_right": { "model": "inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 180 }, + "facing=south,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 90 }, + "facing=north,half=bottom,shape=inner_right": { "model": "inner_stairs", "y": 270 }, + "facing=east,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 270 }, + "facing=west,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 90 }, + "facing=south,half=bottom,shape=inner_left": { "model": "inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "inner_stairs", "y": 180 }, + "facing=east,half=top,shape=straight": { "x": 180 }, + "facing=west,half=top,shape=straight": { "x": 180, "y": 180 }, + "facing=south,half=top,shape=straight": { "x": 180, "y": 90 }, + "facing=north,half=top,shape=straight": { "x": 180, "y": 270 }, + "facing=east,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=outer_right": { "model": "outer_stairs", "x": 180 }, + "facing=east,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180 }, + "facing=west,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=outer_left": { "model": "outer_stairs", "x": 180, "y": 270 }, + "facing=east,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=west,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 270 }, + "facing=south,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=north,half=top,shape=inner_right": { "model": "inner_stairs", "x": 180 }, + "facing=east,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180 }, + "facing=west,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 180 }, + "facing=south,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 90 }, + "facing=north,half=top,shape=inner_left": { "model": "inner_stairs", "x": 180, "y": 270 } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_tank.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_tank.json new file mode 100644 index 0000000..104d49b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/seared_tank.json @@ -0,0 +1,53 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tconstruct:tank", + "textures": { + "side": "#side_normal", + "particle": "#side", + "top": "#side", + "bottom": "#top" + } + }, + "variants": { + "type": { + "tank": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_tank_side", + "top": "tconstruct:blocks/smeltery/seared_tank_top" + } + }, + "gauge": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_gauge_side", + "top": "tconstruct:blocks/smeltery/seared_window_top" + } + }, + "window": { + "textures": { + "side": "tconstruct:blocks/smeltery/seared_window_side", + "top": "tconstruct:blocks/smeltery/seared_window_top" + } + } + }, + "has_knob": { + "true": { + "submodel": { + "knob": { + "model": "tconstruct:tank_knob", + "textures": { + "top": "tconstruct:blocks/smeltery/seared_tank_top", + "side": "tconstruct:blocks/smeltery/seared_tank_side" + }, + "transform": { + "translation": [0, 1, 0] + } + } + } + }, + "false": { + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json new file mode 100644 index 0000000..410cfba --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime.json @@ -0,0 +1,40 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "slime" + }, + "variants": { + "type=green": { + "model": "slime", + "textures": { + "particle": "minecraft:blocks/slime", + "texture": "minecraft:blocks/slime" + } + }, + "type=blue": { + "model": "slime", + "textures": { + "particle": "tconstruct:blocks/slime/slime_blue", + "texture": "tconstruct:blocks/slime/slime_blue" + } + }, + "type=purple": { + "model": "slime", + "textures": { + "particle": "tconstruct:blocks/slime/slime_purple", + "texture": "tconstruct:blocks/slime/slime_purple" + } + }, + "type=blood": { + "model": "slime", + "textures": { + "particle": "tconstruct:blocks/slime/slime_blood", + "texture": "tconstruct:blocks/slime/slime_blood" + } + }, + "type=magma": { + "model": "tconstruct:slime_magma" + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json new file mode 100644 index 0000000..8b3a98c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_down.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "y": 270 }, + "east": { "y": 90 }, + "south": { "y": 180 }, + "north": {}, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "y": 270 }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "y": 90 }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "y": 180 }, + "northwest": { "model": "tconstruct:slime_channel_diagonal" } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_east.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_east.json new file mode 100644 index 0000000..52712a0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_east.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "z": 90 } } }, + "east": { "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 180 } } }, + "south": { "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 270 } } }, + "north": { "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 90 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 180 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 270 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": 90 }, "rotation": { "x": 90 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_north.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_north.json new file mode 100644 index 0000000..38dcb48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_north.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 90 } } }, + "east": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 270 } } }, + "south": { "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 180 } } }, + "north": { "transform": { "post-rotation": { "x": 90 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 90 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 270 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 }, "rotation": { "z": 180 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": 90 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_south.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_south.json new file mode 100644 index 0000000..c1f7ba4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_south.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 90 } } }, + "east": { "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 270 } } }, + "south": { "transform": { "post-rotation": { "x": -90 } } }, + "north": { "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 180 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 90 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 270 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "x": -90 }, "rotation": { "z": 180 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_up.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_up.json new file mode 100644 index 0000000..f67828b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_up.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "x": 180, "y": 90 }, + "east": { "x": 180, "y": 270 }, + "south": { "x": 180 }, + "north": { "x": 180, "y": 180 }, + + "northwest": { "model": "tconstruct:slime_channel_diagonal", "x": 180, "y": 90 }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "x": 180, "y": 270 }, + "southwest": { "model": "tconstruct:slime_channel_diagonal", "x": 180 }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "x": 180, "y": 180 } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_west.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_west.json new file mode 100644 index 0000000..5c13fc3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_channel_west.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "tconstruct:slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow", + "diagonal": "tconstruct:blocks/fluids/slime_channel_diagonal" + } + }, + "variants": { + "connected": { + "none": {}, + "inner": { "model": "tconstruct:slime_channel_inner" }, + "outer": { "model": "tconstruct:slime_channel_outer" } + }, + "direction": { + "west": { "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 180 } } }, + "east": { "transform": { "post-rotation": { "z": -90 } } }, + "south": { "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 270 } } }, + "north": { "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 90 } } }, + + "southwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 180 } } }, + "northeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 } } }, + "southeast": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 270 } } }, + "northwest": { "model": "tconstruct:slime_channel_diagonal", "transform": { "post-rotation": { "z": -90 }, "rotation": { "x": 90 } } } + }, + "powered": { + "true": { "textures": { + "slime": "tconstruct:blocks/fluids/slime_channel_still", + "diagonal": "tconstruct:blocks/fluids/slime_channel_still_diagonal" + } }, + "false": {} + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_congealed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_congealed.json new file mode 100644 index 0000000..bee5027 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_congealed.json @@ -0,0 +1,44 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all" + }, + "variants": { + "type=green": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_green", + "particle": "#all" + } + }, + "type=blue": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_blue", + "particle": "#all" + } + }, + "type=purple": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_purple", + "particle": "#all" + } + }, + "type=blood": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_blood", + "particle": "#all" + } + }, + "type=magma": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimeblock_magma", + "particle": "#all" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_dirt.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_dirt.json new file mode 100644 index 0000000..74b8b03 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_dirt.json @@ -0,0 +1,35 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { + "all": "blocks/dirt" + } + }, + "variants": { + "type": { + "green": { + "model": "cube_all", + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_green" + } + }, + "blue": { + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_blue" + } + }, + "purple": { + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_purple" + } + }, + "magma": { + "textures": { + "all": "tconstruct:blocks/slime/slimedirt_magma" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass.json new file mode 100644 index 0000000..1e6da1c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "grass", + "textures": { + "particle": "blocks/dirt", + "bottom": "#particle", + "top": "tconstruct:blocks/slime/slimegrass_top", + "side": "#particle", + "overlay": "tconstruct:blocks/slime/slimegrass_overlay" + } + }, + "variants": { + "type": { + "vanilla": { + "textures": { + "particle": "blocks/dirt", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "green": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_green", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "blue": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_blue", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "purple": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_purple", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + }, + "magma": { + "textures": { + "particle": "tconstruct:blocks/slime/slimedirt_magma", + "bottom": "#particle", + "side": "#particle", + "all": "#particle" + } + } + }, + "snowy": { + "false": { + "textures": { + "overlay": "tconstruct:blocks/slime/slimegrass_overlay" + } + }, + "true": { + "model": "tconstruct:cube_overlay_side", + "textures": { + "overlay": "tconstruct:blocks/slime/slimesnow_overlay" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass_tall.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass_tall.json new file mode 100644 index 0000000..4cdce0a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_grass_tall.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "tall_grass", + "textures": { + "cross": "tconstruct:blocks/slime/slimegrass_tall" + } + }, + "variants": { + "type": { + "tall_grass": { + "textures": { + "cross": "tconstruct:blocks/slime/slimegrass_tall" + } + }, + "fern": { + "textures": { + "cross": "tconstruct:blocks/slime/slimegrass_fern" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_leaves.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_leaves.json new file mode 100644 index 0000000..c46aa7a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_leaves.json @@ -0,0 +1,14 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "normal": { + "model": "leaves", + "textures": { + "all": "tconstruct:blocks/slime/slimeleaves" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_sapling.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_sapling.json new file mode 100644 index 0000000..da29613 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_sapling.json @@ -0,0 +1,26 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cross" + }, + "variants": { + "foliage": { + "blue": { + "textures": { + "cross": "tconstruct:blocks/slime/slimesapling_blue" + } + }, + "purple": { + "textures": { + "cross": "tconstruct:blocks/slime/slimesapling_purple" + } + }, + "orange": { + "textures": { + "cross": "tconstruct:blocks/slime/slimesapling_orange" + } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine.json new file mode 100644 index 0000000..4ac9323 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "textures": { + "vine": "tconstruct:blocks/slime/slimevine" + } + }, + "variants": { + "north": { + "true": { + "submodel": { + "northSide": { + "model": "tconstruct:vine_north", + "y": 0 + } + } + }, + "false": {} + }, + "east": { + "true": { + "submodel": { + "eastSide": { + "model": "tconstruct:vine_north", + "y": 90 + } + } + }, + "false": {} + }, + "south": { + "true": { + "submodel": { + "southSide": { + "model": "tconstruct:vine_north", + "y": 180 + } + } + }, + "false": {} + }, + "west": { + "true": { + "submodel": { + "westSide": { + "model": "tconstruct:vine_north", + "y": 270 + } + } + }, + "false": {} + }, + "up": { + "true": { + "submodel": { + "upSide": { + "model": "tconstruct:vine_up" + } + } + }, + "false": {} + }, + "east=false,north=false,south=false,up=false,west=false": { + "model": "leaves", + "textures": { + "all": "#vine" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_end.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_end.json new file mode 100644 index 0000000..f8df62a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_end.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "textures": { + "vine": "tconstruct:blocks/slime/slimevine_end" + } + }, + "variants": { + "north": { + "true": { + "submodel": { + "northSide": { + "model": "tconstruct:vine_north", + "y": 0 + } + } + }, + "false": {} + }, + "east": { + "true": { + "submodel": { + "eastSide": { + "model": "tconstruct:vine_north", + "y": 90 + } + } + }, + "false": {} + }, + "south": { + "true": { + "submodel": { + "southSide": { + "model": "tconstruct:vine_north", + "y": 180 + } + } + }, + "false": {} + }, + "west": { + "true": { + "submodel": { + "westSide": { + "model": "tconstruct:vine_north", + "y": 270 + } + } + }, + "false": {} + }, + "up": { + "true": { + "submodel": { + "upSide": { + "model": "tconstruct:vine_up" + } + } + }, + "false": {} + }, + "east=false,north=false,south=false,up=false,west=false": { + "model": "leaves", + "textures": { + "all": "#vine" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_mid.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_mid.json new file mode 100644 index 0000000..c31a3a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/slime_vine_mid.json @@ -0,0 +1,71 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "textures": { + "vine": "tconstruct:blocks/slime/slimevine_mid" + } + }, + "variants": { + "north": { + "true": { + "submodel": { + "northSide": { + "model": "tconstruct:vine_north", + "y": 0 + } + } + }, + "false": {} + }, + "east": { + "true": { + "submodel": { + "eastSide": { + "model": "tconstruct:vine_north", + "y": 90 + } + } + }, + "false": {} + }, + "south": { + "true": { + "submodel": { + "southSide": { + "model": "tconstruct:vine_north", + "y": 180 + } + } + }, + "false": {} + }, + "west": { + "true": { + "submodel": { + "westSide": { + "model": "tconstruct:vine_north", + "y": 270 + } + } + }, + "false": {} + }, + "up": { + "true": { + "submodel": { + "upSide": { + "model": "tconstruct:vine_up" + } + } + }, + "false": {} + }, + "east=false,north=false,south=false,up=false,west=false": { + "model": "leaves", + "textures": { + "all": "#vine" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_controller.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_controller.json new file mode 100644 index 0000000..c9a84c3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_controller.json @@ -0,0 +1,46 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "orientable", + "textures": { + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_brick", + "side": "#top" + }, + "uvlock": true + }, + "variants": { + "active": { + "true": { + "textures": { "front": "tconstruct:blocks/smeltery/smeltery_active" } + }, + "false": { + "textures": { "front": "tconstruct:blocks/smeltery/smeltery_inactive" } + } + }, + "facing": { + "north": { + "__comment": "nothing to rotate" + }, + "east": { + "y": 90 + }, + "south": { + "y": 180 + }, + "west": { + "y": 270 + } + }, + "inventory": { + "model": "orientable", + "textures": { + "particle": "#side", + "top": "tconstruct:blocks/smeltery/seared_brick", + "side": "#top", + "front": "tconstruct:blocks/smeltery/smeltery_inactive" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_io.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_io.json new file mode 100644 index 0000000..0f8156f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/smeltery_io.json @@ -0,0 +1,36 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube", + "textures": { + "particle": "#up", + "up": "tconstruct:blocks/smeltery/drain_front", + "down": "#up", + "east": "#up", + "west": "#up", + "south": "tconstruct:blocks/smeltery/drain_front", + "north": "tconstruct:blocks/smeltery/drain_back" + }, + "uvlock": true + }, + "variants": { + "type": { + "drain": { } + }, + "facing": { + "north": { + "y": 180 + }, + "east": { + "y": 270 + }, + "south": { + # front, nothing to rotate + }, + "west": { + "y": 90 + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/soil.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/soil.json new file mode 100644 index 0000000..02d3a1f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/soil.json @@ -0,0 +1,33 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block", + "model": "cube_all", + "textures": { "all": "tconstruct:blocks/slimy_mud_green" } + }, + "variants": { + "type": { + "grout": { + "textures": { "all": "tconstruct:blocks/grout" } + }, + "slimy_mud_green": { + "textures": { "all": "tconstruct:blocks/slimy_mud_green" } + }, + "slimy_mud_blue": { + "textures": { "all": "tconstruct:blocks/slimy_mud_blue" } + }, + "graveyard": { + "textures": { "all": "tconstruct:blocks/graveyard_soil" } + }, + "consecrated": { + "textures": { "all": "tconstruct:blocks/consecrated_soil" } + }, + "slimy_mud_magma": { + "textures": { "all": "tconstruct:blocks/slimy_mud_magma" } + }, + "mudbrick": { + "textures": { "all": "tconstruct:blocks/mud_brick" } + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/spaghetti.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/spaghetti.json new file mode 100644 index 0000000..d33d054 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/spaghetti.json @@ -0,0 +1,12 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "hard": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_hard" }}], + "soggy": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_soggy" }}], + "cold": [{ "textures": { "layer0": "tconstruct:items/food/spaghetti_cold" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json new file mode 100644 index 0000000..5536d5d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_ladder.json @@ -0,0 +1,19 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "ladder", + "textures": { + "texture": "tconstruct:blocks/stone_ladder", + "particle": "#texture" + } + }, + "variants": { + "facing": { + "north": {}, + "east": { "y": 90 }, + "south": { "y": 180 }, + "west": { "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_torch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_torch.json new file mode 100644 index 0000000..eab9cab --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/stone_torch.json @@ -0,0 +1,20 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "normal_torch", + "textures": { + "torch": "tconstruct:blocks/stone_torch", + "particle": "#torch" + } + }, + "variants": { + "facing": { + "up": { "model": "normal_torch" }, + "east": { "model": "normal_torch_wall" }, + "south": { "model": "normal_torch_wall", "y": 90 }, + "west": { "model": "normal_torch_wall", "y": 180 }, + "north": { "model": "normal_torch_wall", "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/throwball.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/throwball.json new file mode 100644 index 0000000..6da571f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/throwball.json @@ -0,0 +1,11 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "forge:item-layer" + }, + "variants": { + "glow": [{ "textures": { "layer0": "tconstruct:items/gadgets/glowball" }}], + "efln": [{ "textures": { "layer0": "tconstruct:items/gadgets/efln" }}] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tinker_tank_controller.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tinker_tank_controller.json new file mode 100644 index 0000000..b75a52f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tinker_tank_controller.json @@ -0,0 +1,32 @@ +{ + "forge_marker": 1, + "defaults": { + "model": "orientable", + "uvlock": true + }, + "variants": { + "facing": { + "north": {}, + "south": { "y": 180 }, + "west": { "y": 270 }, + "east": { "y": 90 } + }, + "active": { + "true": { "model": "tconstruct:tinker_tank_active" }, + "false": { + "textures": { + "top": "tconstruct:blocks/smeltery/seared_brick", + "front": "tconstruct:blocks/smeltery/tinker_tank", + "side": "#top" + } + } + }, + "inventory": [{ + "textures": { + "top": "tconstruct:blocks/smeltery/seared_brick", + "front": "tconstruct:blocks/smeltery/tinker_tank", + "side": "#top" + } + }] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/toolforge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/toolforge.json new file mode 100644 index 0000000..4add874 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/toolforge.json @@ -0,0 +1,9 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "normal": { "model": "tconstruct:toolforge" } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json new file mode 100644 index 0000000..c36bed7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/tooltables.json @@ -0,0 +1,29 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-block" + }, + "variants": { + "type=craftingstation": { "model": "tconstruct:craftingstation" }, + "type=stenciltable": { "model": "tconstruct:stenciltable" }, + "type=partbuilder": { "model": "tconstruct:partbuilder" }, + "type=toolstation": { "model": "tconstruct:toolstation" }, + "type=toolforge": { "model": "tconstruct:toolforge" }, + "type=patternchest": { + "model": "tconstruct:patternchest", + "textures": { + "side": "tconstruct:blocks/patternchest", + "bottom": "#side", + "top": "#side" + } + }, + "type=partchest": { + "model": "tconstruct:patternchest", + "textures": { + "side": "tconstruct:blocks/partchest", + "bottom": "#side", + "top": "#side" + } + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail.json new file mode 100644 index 0000000..d7b31a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "normal_rail_flat", + "textures": { + "rail": "tconstruct:blocks/wood_rail" + } + }, + "variants": { + "shape": { + "north_south": {}, + "east_west": { "y": 90 }, + "ascending_east": { "model": "normal_rail_raised_ne", "y": 90 }, + "ascending_west": { "model": "normal_rail_raised_sw", "y": 90 }, + "ascending_north": { "model": "normal_rail_raised_ne" }, + "ascending_south": { "model": "normal_rail_raised_sw" }, + "south_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }}, + "south_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }, "y": 90 }, + "north_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }, "y": 180 }, + "north_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_turn" }, "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail_trapdoor.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail_trapdoor.json new file mode 100644 index 0000000..21710fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/blockstates/wood_rail_trapdoor.json @@ -0,0 +1,24 @@ +{ + "forge_marker": 1, + "defaults": { + "transform": "forge:default-item", + "model": "normal_rail_flat", + "textures": { + "rail": "tconstruct:blocks/wood_rail_trapdoor" + } + }, + "variants": { + "shape": { + "north_south": {}, + "east_west": { "y": 90 }, + "ascending_east": { "model": "normal_rail_raised_ne", "y": 90 }, + "ascending_west": { "model": "normal_rail_raised_sw", "y": 90 }, + "ascending_north": { "model": "normal_rail_raised_ne" }, + "ascending_south": { "model": "normal_rail_raised_sw" }, + "south_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }}, + "south_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }, "y": 90 }, + "north_west": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }, "y": 180 }, + "north_east": { "model": "normal_rail_curved", "textures": { "rail": "tconstruct:blocks/wood_rail_trapdoor_turn" }, "y": 270 } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/appearance.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/appearance.json new file mode 100644 index 0000000..03d03c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/appearance.json @@ -0,0 +1,6 @@ +{ + "title": "Materials and You", + "subtitle": "by Skyla", + "drawSectionListText": true, + "coverColor": 0xffce85 +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/blankpattern.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/blankpattern.json new file mode 100644 index 0000000..c1fce6b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/blankpattern.json @@ -0,0 +1,8 @@ +{ + "title":"Blank Pattern", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/craftingstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/craftingstation.json new file mode 100644 index 0000000..29fcfbd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/craftingstation.json @@ -0,0 +1,8 @@ +{ + "title":"Crafting Station", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/partbuilder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/partbuilder.json new file mode 100644 index 0000000..60c47e9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/partbuilder.json @@ -0,0 +1,8 @@ +{ + "title":"Part Builder", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/partchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/partchest.json new file mode 100644 index 0000000..adc7d09 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/partchest.json @@ -0,0 +1,8 @@ +{ + "title":"Part Chest", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/patternchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/patternchest.json new file mode 100644 index 0000000..ca792ad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/patternchest.json @@ -0,0 +1,8 @@ +{ + "title":"Pattern Chest", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/stenciltable.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/stenciltable.json new file mode 100644 index 0000000..7fd73ea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/stenciltable.json @@ -0,0 +1,8 @@ +{ + "title":"Stencil Table", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/tmp.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/tmp.json new file mode 100644 index 0000000..9dbd444 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/tmp.json @@ -0,0 +1,16 @@ +{ + "title":"The lost pages", + "text": [ + { + "text": "Welcome to the second edition of Materials and You: Surviving the first day and beyond. Sadly, it looks like some pages were lost!" + }, + { + "text": "This book is currently incomplete, but it contains all tool materials and modifiers. Later versions will contain more information, so be sure to check back occasionally!", + "paragraph": true + }, + { + "text": "Oh, also if you're wondering where Copper, Aluminum,... went: TConstruct only adds Cobalt and Ardite ore to the nether, but does not generate general ores anymore. It does however support any mod that adds them automatically.", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/toolforge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/toolforge.json new file mode 100644 index 0000000..1d07b09 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/toolforge.json @@ -0,0 +1,8 @@ +{ + "title":"Tool Forge", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/toolstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/toolstation.json new file mode 100644 index 0000000..3aaa641 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/toolstation.json @@ -0,0 +1,8 @@ +{ + "title":"Tool Station", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/welcome.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/welcome.json new file mode 100644 index 0000000..85a02ae --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/welcome.json @@ -0,0 +1,26 @@ +{ + "title":"Surviving the first day and beyond", + "text": [ + { + "text": "Welcome to the second edition of Materials and You: Surviving the first day and beyond. Within these pages you will find the first steps to making tools with the materials you find." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "This book is a magic copy and it updates whenever the original has been modified. Check back occasionally for information on new things." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "The first step in making tools is to craft a blank pattern. It is a blank slate to stamp a shape into, providing a reference for future creations." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/welcome2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/welcome2.json new file mode 100644 index 0000000..99cd0c4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/intro/welcome2.json @@ -0,0 +1,17 @@ +{ + "title":"", + "text": [ + { + "text": "You can shape a non-metal material in a part builder with the pattern, then combine the parts in the tool station. Patterns can be stored and accessing the pattern chest and spare tool parts in the part chest. Lastly you can convert your trusty old crafting table into a crafting station to keep your in progress projects stashed in it so you don't have to put the materials away should you need to walk away." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "Together these make the Tool Workshop. It is recommended you keep all of these nearby when using any of them. I will now cover how to make each item from the Tool Workshop and show you how best they work together." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/language.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/language.lang new file mode 100644 index 0000000..4e27b3e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/language.lang @@ -0,0 +1,16 @@ +// Sections +intro=Introduction +materials=Tool materials +tools=Tools +modifiers=Modifiers +smeltery=Smeltery +seared_furnace=Seared Furnace +tinker_tank=Tinker Tank + +modifier.effect=Effects: + +material.craft_partbuilder=Can be crafted in the Part Builder +material.craft_casting=Can be cast from %s + +wood.flavour=How much wood could a woodchuck chuck if a woodchuck could chuck wood? +stone.flavour=Rock solid
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/bane_of_arthropods.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/bane_of_arthropods.json new file mode 100644 index 0000000..ffd6999 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/bane_of_arthropods.json @@ -0,0 +1,16 @@ +{ + "modifier": "bane_of_arthopods", + "text": [ + { + "text": "Striking a spider with its own eyeball causes it to recoil in fear. Got a pest problem? Here is the solution. Kills bugs dead." + } + ], + "effects": [ + "Deals massive damage to spiders and silverfish", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/beheading.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/beheading.json new file mode 100644 index 0000000..4c1468a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/beheading.json @@ -0,0 +1,17 @@ +{ + "modifier": "beheading", + "text": [ + { + "text": "Working an ender pearl and some obsidian on a weapon has the curious effect of separating the target's head from its body. Just a little off the top?" + } + ], + "effects": [ + "Enemies drop their heads", + "Adding more Obsidian and Ender Pearls increases the chance of decapitation", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/blasting.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/blasting.json new file mode 100644 index 0000000..b2fc876 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/blasting.json @@ -0,0 +1,24 @@ +{ + "modifier": "blasting", + "text": [ + { + "text": "Blow up all the blocks! Make them go away FAST!" + }, + { + "text": "\n" + }, + { + "text": "You can apply multiple levels to increase speed, but you probably lose all harvested blocks" + } + ], + "effects": [ + "Breaks blocks fast", + "AOE Tools harvest uneffective blocks too", + "Will likely destroy harvested blocks", + "Requires only 1 modifier", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/diamond.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/diamond.json new file mode 100644 index 0000000..fc03909 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/diamond.json @@ -0,0 +1,18 @@ +{ + "modifier": "diamond", + "text": [ + { + "text": "Adding a diamond to the edge of a tool makes it more resilient and increases what the tool can mine. Also makes a fetching fashion statement." + } + ], + "effects": [ + "Extra durability", + "Minor stat increase", + "Mining level increased to Obsidian", + "Single use", + "Fabulous!" + ], + "demoTool": [ + "tconstruct:pickaxe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/emerald.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/emerald.json new file mode 100644 index 0000000..31bfb2f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/emerald.json @@ -0,0 +1,18 @@ +{ + "modifier": "emerald", + "text": [ + { + "text": "Affixing an emerald to a tool's weakest point makes it especially resilient and fabulous. Villagers may also covet your tool, be wary." + } + ], + "effects": [ + "50% durability increase", + "Mining level increased to Iron", + "Single use", + "Outrageous!" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/fiery.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/fiery.json new file mode 100644 index 0000000..d472e90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/fiery.json @@ -0,0 +1,16 @@ +{ + "modifier": "fiery", + "text": [ + { + "text": "Adding blaze powder to a tool gives it a fiery tinge. The weapon's edges look like embers. Sadly not bright enough to be a light source." + } + ], + "effects": [ + "Sets enemies on fire", + "Deals additional fire damage on hit", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/fortify.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/fortify.json new file mode 100644 index 0000000..ff7b6c2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/fortify.json @@ -0,0 +1,17 @@ +{ + "modifier": "fortify", + "text": [ + { + "text": "Harder, better, faster, stronger! Applies the same mining level of the material used to the tool." + } + ], + "effects": [ + "Increases Mining level", + "Mining Level depends on material used", + "Can also downgrade level", + "Requires no modifier" + ], + "demoTool": [ + "tconstruct:pickaxe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/glowing.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/glowing.json new file mode 100644 index 0000000..815f230 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/glowing.json @@ -0,0 +1,17 @@ +{ + "modifier": "glowing", + "text": [ + { + "text": "Some glowstone and a magical ender eye. Obviously this sees the light level." + } + ], + "effects": [ + "Places a lightsource on low light level", + "Costs durability" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/harvestheight.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/harvestheight.json new file mode 100644 index 0000000..b189ca5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/harvestheight.json @@ -0,0 +1,24 @@ +{ + "modifier": "harvestheight", + "text": [ + { + "text": "Have you ever wished your tool could affect a higher area? Now it can!" + } + ], + "effects": [ + "Increases the height of the area affected", + "Only affects blocks", + "Does not work for weapons", + "Can be combined with Width++" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:shovel", + "tconstruct:hatchet", + "tconstruct:mattock", + "tconstruct:hammer", + "tconstruct:lumberaxe", + "tconstruct:excavator", + "tconstruct:scythe" + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/harvestwidth.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/harvestwidth.json new file mode 100644 index 0000000..96ae85c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/harvestwidth.json @@ -0,0 +1,24 @@ +{ + "modifier": "harvestwidth", + "text": [ + { + "text": "Have you ever wished your tool could affect a wider area? Now it can!" + } + ], + "effects": [ + "Increases the width of the area affected", + "Only affects blocks", + "Does not work for weapons", + "Can be combined with Height++" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:shovel", + "tconstruct:hatchet", + "tconstruct:mattock", + "tconstruct:hammer", + "tconstruct:lumberaxe", + "tconstruct:excavator", + "tconstruct:scythe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/haste.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/haste.json new file mode 100644 index 0000000..4bd64d6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/haste.json @@ -0,0 +1,17 @@ +{ + "modifier": "haste", + "text": [ + { + "text": "Adding redstone to a tool seems to increase its speed. Redstone. Crazy stuff, amiright?" + } + ], + "effects": [ + "Each redstone dust increases mining speed by a small amount", + "Increases attack speed", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/knockback.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/knockback.json new file mode 100644 index 0000000..a8c6fe7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/knockback.json @@ -0,0 +1,16 @@ +{ + "modifier": "knockback", + "text": [ + { + "text": "Attaching a piston to the tool and activating it at the right time seems to throw mobs further away." + } + ], + "effects": [ + "Adds extra knockback", + "Each piston increases the knockback distance", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/luck.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/luck.json new file mode 100644 index 0000000..1418b1a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/luck.json @@ -0,0 +1,18 @@ +{ + "modifier": "luck", + "text": [ + { + "text": "Encrusting lapis on tools is a gift to the gods of luck. They will bless your tool with great fortune and loot." + } + ], + "effects": [ + "Adds fortune or looting", + "Tool use has a chance to increase the luck", + "Adding more lapis only uses one modifier", + "Not compatible with Silky" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/mending_moss.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/mending_moss.json new file mode 100644 index 0000000..3a9e771 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/mending_moss.json @@ -0,0 +1,19 @@ +{ + "modifier": "mending_moss", + "text": [ + { + "text": "Some moss has grown on the worn out edges of your tool. Enchanting it with some XP causes it to fuse with the tool, restoring it gradually." + } + ], + "effects": [ + "Stores XP picked up", + "Max. Amount stored increases with modifier level", + "Slowly repairs the tool over time", + "Has to be in hotbar or offhand to repair", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/necrotic.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/necrotic.json new file mode 100644 index 0000000..75fa750 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/necrotic.json @@ -0,0 +1,17 @@ +{ + "modifier": "necrotic", + "text": [ + { + "text": "Placing the bone of a Wither Skeleton on a tool gives it nefarious life-stealing powers." + } + ], + "effects": [ + "Heal when dealing damage", + "Add more bones to increase the heal", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/reinforced.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/reinforced.json new file mode 100644 index 0000000..0eff0df --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/reinforced.json @@ -0,0 +1,17 @@ +{ + "modifier": "reinforced", + "text": [ + { + "text": "Adding an obsidian plate to the tool seems to help with its durability, making it stronger." + } + ], + "effects": [ + "Adds a chance to not consume durability", + "Stacks with previous levels of Reinforced", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/sharpness.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/sharpness.json new file mode 100644 index 0000000..1c4d7d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/sharpness.json @@ -0,0 +1,17 @@ +{ + "modifier": "sharpness", + "text": [ + { + "text": "You can use Quartz to sharpen and hone the edge of weapons. The more Quartz is used the better you can sharpen the blade. Works with blunt items as well." + } + ], + "effects": [ + "Increases attack damage", + "Different weapons scale differently", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/shulking.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/shulking.json new file mode 100644 index 0000000..2678de5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/shulking.json @@ -0,0 +1,18 @@ +{ + "modifier": "shulking", + "text": [ + { + "text": "Empower your tool with the ability of a Shulker. Hit enemies to render them powerless in midair." + } + ], + "effects": [ + "Each point increases floating duration", + "Causes enemies to float away", + "Hilarious", + "Single level" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/silktouch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/silktouch.json new file mode 100644 index 0000000..2eab53f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/silktouch.json @@ -0,0 +1,20 @@ + +{ + "modifier": "silktouch", + "text": [ + { + "text": "Adding a larg glob of gold and a bunch of string seems to give the tool silky-smooth properties." + }, + { "text": "\n" }, + { "text": "I can't believe it's not butter" } + ], + "effects": [ + "Allows blocks to be harvested directly", + "Not compatible with Luck or Auto-Smelt", + "Single use" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/smite.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/smite.json new file mode 100644 index 0000000..ad4f7a3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/smite.json @@ -0,0 +1,17 @@ +{ + "modifier": "smite", + "text": [ + { + "text": "The raw power of consecrated soil empowers your weapon, smiting enemies from on high." + } + ], + "effects": [ + "Deals massive damage to undead enemies", + "Multiple levels" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/soulbound.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/soulbound.json new file mode 100644 index 0000000..12c3c74 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/soulbound.json @@ -0,0 +1,19 @@ +{ + "modifier": "soulbound", + "text": [ + { + "text": "A perfect match. You love your tool. Not even death can part you from it." + } + ], + "effects": [ + "Tool remains in your inventory after death", + "Single use", + "Does NOT require a modifier" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver", + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/webbed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/webbed.json new file mode 100644 index 0000000..31909a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/modifiers/webbed.json @@ -0,0 +1,17 @@ +{ + "modifier": "webbed", + "text": [ + { + "text": "All those sticky spider webs have to be good for something. Slow your enemies with them!" + } + ], + "effects": [ + "Each level increases slow duration", + "Slow-motion", + "Multi level" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/intro.json new file mode 100644 index 0000000..fe37668 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/intro.json @@ -0,0 +1,11 @@ +{ + "title":"The Seared Furnace", + "image": { + "file": "tconstruct:textures/gui/book/seared_furnace.png" + }, + "text": [ + { + "text": "The Seared Furnace is a master to all furnaces, cooking quarter stacks at once and cooking food with greater speed." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/multiblock.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/multiblock.json new file mode 100644 index 0000000..b52e8b8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/multiblock.json @@ -0,0 +1,3 @@ +{ + "data": "structure/furnace.json" +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/structure.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/structure.json new file mode 100644 index 0000000..c25cf4b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/seared_furnace/structure.json @@ -0,0 +1,12 @@ +{ + "title":"", + "text": [ + { + "text": "The Seared Furnace can be any size from 3x3 to 11x11, and with any height from a minimum of 3. Larger structures increase the amount of items that can smelt at once. In order to be a valid structure, it requires a floor and ceiling, along with a frame around the sides (frames around the ceiling and floor are optional)" + }, + { + "text": "The structure can be made using seared blocks of any kind with a single controller. At least one tank for fuel must be present, placed at an outer edge of the structure (see picture). The ceiling can be swapped out for slabs or stairs, but otherwise supports the same blocks as the rest of the structure.", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/intro.json new file mode 100644 index 0000000..6dead3d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/intro.json @@ -0,0 +1,11 @@ +{ + "title": "The Smeltery", + "image": { + "file": "tconstruct:textures/gui/book/smeltery.png" + }, + "text": [ + { + "text": "There are many smelteries. But this is mine. And it melts things really well." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/multiblock.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/multiblock.json new file mode 100644 index 0000000..d0657c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/multiblock.json @@ -0,0 +1,3 @@ +{ + "data": "structure/smeltery.json" +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/structure.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/structure.json new file mode 100644 index 0000000..b41e8d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/smeltery/structure.json @@ -0,0 +1,12 @@ +{ + "title":"", + "text": [ + { + "text": "The Smeltery can be any size from 3x3 to 11x11, and any height from a minumum of 2. Larger structures increase both the number of items that can smelt and the liquid capacity. The structure requires a floor, but does not require a ceiling or a frame." + }, + { + "text": "The Smeltery can be built using any combination of seared blocks, glass, tanks, and drains, though the floor must be made of solely seared blocks. It also requires at least one tank for fuel, but more will increase the fuel amount. Faucets can be attached to the drains in order to pour fluids into casting tables and basins, or fluid can be pumped in and out of the drains using fluid pipes from other mods", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/furnace.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/furnace.json new file mode 100644 index 0000000..25c758b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/furnace.json @@ -0,0 +1,56 @@ +{ + "size": [4, 4, 4], + "structure": [ + { + "pos": [2, 1, 3], + "endPos": [2, 1, 3], + "block": "tconstruct:seared_furnace_controller", + "state": { + "facing": "south", + "active": "true" + } + }, + { + "pos": [0, 1, 3], + "endPos": [0, 1, 3], + "block": "tconstruct:seared_tank", + "meta": 3 + }, + { + "pos": [0, 0, 0], + "endPos": [3, 0, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [0, 3, 0], + "endPos": [3, 3, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [0, 1, 1], + "endPos": [0, 2, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [3, 1, 1], + "endPos": [3, 2, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [0, 1, 0], + "endPos": [3, 2, 0], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [0, 1, 3], + "endPos": [3, 2, 3], + "block": "tconstruct:seared", + "meta": 3 + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/smeltery.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/smeltery.json new file mode 100644 index 0000000..4b22512 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/smeltery.json @@ -0,0 +1,55 @@ +{ + "size": [5, 3, 5], + "structure": [ + { + "pos": [1, 0, 1], + "endPos": [3, 0, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [0, 1, 1], + "endPos": [0, 2, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [4, 1, 1], + "endPos": [4, 2, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [1, 1, 4], + "endPos": [1, 1, 4], + "block": "tconstruct:seared_tank" + }, + { + "pos": [2, 1, 4], + "endPos": [2, 1, 4], + "block": "tconstruct:smeltery_controller", + "state": { + "facing": "south", + "active": "true" + } + }, + { + "pos": [3, 1, 4], + "endPos": [3, 1, 4], + "block": "tconstruct:smeltery_io", + "meta": 0 + }, + { + "pos": [1, 2, 4], + "endPos": [3, 2, 4], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [1, 1, 0], + "endPos": [3, 2, 0], + "block": "tconstruct:seared", + "meta": 3 + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/tank.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/tank.json new file mode 100644 index 0000000..9a77b67 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/structure/tank.json @@ -0,0 +1,57 @@ +{ + "size": [4, 4, 4], + "structure": [ + { + "pos": [2, 0, 3], + "endPos": [2, 0, 3], + "block": "tconstruct:tinker_tank_controller", + "state": { + "facing": "south", + "active": "true" + } + }, + { + "pos": [1, 0, 3], + "endPos": [1, 0, 3], + "block": "tconstruct:smeltery_io", + "state": { + "facing": "south" + } + }, + { + "pos": [2, 1, 0], + "endPos": [2, 1, 0], + "block": "tconstruct:smeltery_io", + "state": { + "facing": "north" + } + }, + { + "pos": [0, 0, 0], + "endPos": [3, 0, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [1, 3, 1], + "endPos": [2, 3, 2], + "block": "tconstruct:seared_glass" + }, + { + "pos": [0, 3, 0], + "endPos": [3, 3, 3], + "block": "tconstruct:seared", + "meta": 3 + }, + { + "pos": [1, 1, 1], + "endPos": [2, 2, 2], + "block": "minecraft:air" + }, + { + "pos": [0, 1, 0], + "endPos": [3, 2, 3], + "block": "tconstruct:seared_glass" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/intro.json new file mode 100644 index 0000000..5b6bd1c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/intro.json @@ -0,0 +1,11 @@ +{ + "title":"The Tinker Tank", + "image": { + "file": "tconstruct:textures/gui/book/tinker_tank.png" + }, + "text": [ + { + "text": "The Tinker Tank is a giant tank, holding much more liquid than a smeltery, but without heat causing no alloys or smelting." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/multiblock.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/multiblock.json new file mode 100644 index 0000000..53a0cf4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/multiblock.json @@ -0,0 +1,3 @@ +{ + "data": "structure/tank.json" +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/structure.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/structure.json new file mode 100644 index 0000000..c4e17f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/en_US/tinker_tank/structure.json @@ -0,0 +1,12 @@ +{ + "title":"", + "text": [ + { + "text": "The Tinker Tank can be any size from 3x3 to 11x11, and with any height from a minimum of 3. Larger structues increase the size of the tank. In order to be a valid structure, it requires a floor and ceiling, along with a frame around the whole structure" + }, + { + "text": "The Tinker Tank can be built using any combination of seared blocks, glass, and drains. The floor and ceiling frame must be either seared blocks or drains. A single Tinker Tank controller is required. It can be placed on any layer except the ceiling, and must not be placed on the outside edges of the frame. The ceiling additionally supports slabs and stairs, even in the frame, provided they are downwards facing.", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/index.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/index.json new file mode 100644 index 0000000..d0e84d8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/index.json @@ -0,0 +1,56 @@ +[ + { + "name": "intro", + "data": "sections/intro_tmp.json", + "icon": { + "item": { + "id": "tconstruct:tooltables", + "damage": 0 + } + } + }, + { + "name": "materials", + "icon": { + "item": { + "id": "minecraft:iron_ingot" + } + } + }, + { + "name": "modifiers", + "data": "sections/modifiers.json", + "icon": { + "item": { + "id": "minecraft:redstone" + } + } + }, + { + "name": "smeltery", + "data": "sections/smeltery.json", + "icon": { + "item": { + "id": "tconstruct:smeltery_controller" + } + } + }, + { + "name": "seared_furnace", + "data": "sections/seared_furnace.json", + "icon": { + "item": { + "id": "tconstruct:seared_furnace_controller" + } + } + }, + { + "name": "tinker_tank", + "data": "sections/tinker_tank.json", + "icon": { + "item": { + "id": "tconstruct:tinker_tank_controller" + } + } + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/index_unfinished.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/index_unfinished.json new file mode 100644 index 0000000..3e3f8a0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/index_unfinished.json @@ -0,0 +1,30 @@ +[ + { + "name": "intro", + "data": "sections/intro_tmp.json", + "icon": { + "item": { + "id": "tconstruct:tooltables", + "damage": 0 + } + } + }, + { + "name": "materials", + "icon": { + "item": { + "id": "minecraft:iron_ingot", + "damage": 0 + } + } + }, + { + "name": "modifiers", + "data": "sections/modifiers.json", + "icon": { + "item": { + "id": "minecraft:redstone" + } + } + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/blankpattern.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/blankpattern.json new file mode 100644 index 0000000..9dc3ad8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/blankpattern.json @@ -0,0 +1,8 @@ +{ + "title":"ПуÑÑ‚Ð°Ñ Ñхема", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/craftingstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/craftingstation.json new file mode 100644 index 0000000..ab92f5f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/craftingstation.json @@ -0,0 +1,8 @@ +{ + "title":"Инженерный верÑтак", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/partbuilder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/partbuilder.json new file mode 100644 index 0000000..eabfc71 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/partbuilder.json @@ -0,0 +1,8 @@ +{ + "title":"Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ чаÑтей", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/partchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/partchest.json new file mode 100644 index 0000000..27eb640 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/partchest.json @@ -0,0 +1,8 @@ +{ + "title":"Ящик Ð´Ð»Ñ Ñ‡Ð°Ñтей", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/patternchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/patternchest.json new file mode 100644 index 0000000..62815cb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/patternchest.json @@ -0,0 +1,8 @@ +{ + "title":"Ящик Ð´Ð»Ñ Ñхем", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/stenciltable.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/stenciltable.json new file mode 100644 index 0000000..d35270a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/stenciltable.json @@ -0,0 +1,8 @@ +{ + "title":"Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ Ñхем", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/tmp.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/tmp.json new file mode 100644 index 0000000..b4f378c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/tmp.json @@ -0,0 +1,16 @@ +{ + "title":"ПотерÑнные Ñтраницы", + "text": [ + { + "text": "Добро пожаловать во второе издание 'Материалы и Ð’Ñ‹': Выживание Ñ Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ днÑ. К неÑчаÑтью, некоторые Ñтраницы были потерÑны!" + }, + { + "text": "Ðта книга пока не закончена, но Ñодержит информацию обо вÑех инÑтрументах и улучшениÑÑ…. Дальше будет больше информации, так что проверÑйте у издателÑ!", + "paragraph": true + }, + { + "text": "Ð, и еÑли Ð’Ñ‹ задумалиÑÑŒ о меди, алюминии и прочих материалах - теперь добавлÑетÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ кобальт и ардит, но мод поддерживает ранее озвученные материалы из других модов.", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/toolforge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/toolforge.json new file mode 100644 index 0000000..877de95 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/toolforge.json @@ -0,0 +1,8 @@ +{ + "title":"КузнÑ", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/toolstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/toolstation.json new file mode 100644 index 0000000..6319ac8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/toolstation.json @@ -0,0 +1,8 @@ +{ + "title":"Ð˜Ð½Ð¶ÐµÐ½ÐµÑ€Ð½Ð°Ñ ÑтанциÑ", + "text": [ + { + "text": "Text Goes Here" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/welcome.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/welcome.json new file mode 100644 index 0000000..68b5774 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/welcome.json @@ -0,0 +1,26 @@ +{ + "title":"Выживание Ñ Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ днÑ", + "text": [ + { + "text": "Добро пожаловать во второе издание 'Материалы и Ð’Ñ‹': Выживание Ñ Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ днÑ. Ðа Ñтих Ñтраницах Ð’Ñ‹ увидите Ñхемы первых нужных инÑтрументов." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "Ðта книга - магичеÑÐºÐ°Ñ ÐºÐ¾Ð¿Ð¸Ñ, а потому обновлÑетÑÑ Ð²Ð¼ÐµÑте Ñ Ð¾Ñ€Ð¸Ð³Ð¸Ð½Ð°Ð»Ð¾Ð¼. ПроверÑйте чаще на наличие обновлений." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "Первый шаг - Ñто Ñобрать пуÑтую Ñхему. Из неё уже можно будет вырезать Ñхему Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð½ÑƒÐ¶Ð½Ñ‹Ñ… чаÑтей инÑтрументов." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/welcome2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/welcome2.json new file mode 100644 index 0000000..300da0a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/intro/welcome2.json @@ -0,0 +1,17 @@ +{ + "title":"", + "text": [ + { + "text": "Ð’Ñ‹ можете вырезать чаÑти из неметалличеÑких материалов на Ñтоле Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ чаÑтей. Возьмите Ñти чаÑти и Ñоберите инÑтрумент. Схемы можно хранить в Ñ€Ñдом ÑтоÑщих Ñщиках. ÐапоÑледок, из верÑтака Ð’Ñ‹ можете Ñделать инженерный верÑтак, имеющий внутреннее хранилище - теперь Вам не будет нужно убирать предметы Ñ Ð²ÐµÑ€Ñтака, когда Вам надо отлучитьÑÑ." + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "ВмеÑте вÑе Ñтолы предÑтавлÑÑŽÑ‚ маÑтерÑкую инженера. Так что рекоменджуетÑÑ Ñтавить вÑе Ñтолы Ñ€Ñдом друг Ñ Ð´Ñ€ÑƒÐ³Ð¾Ð¼. Теперь Ñ Ð¿Ð¾ÐºÐ°Ð¶Ñƒ рецепты вÑех Ñтолов, ÑоÑтавлÑющих маÑтерÑкую и покажу, как их лучше раÑÑтавить." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/language.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/language.lang new file mode 100644 index 0000000..f56435c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/language.lang @@ -0,0 +1,16 @@ +// Sections Про Ñурка перевода нормального не ÑущеÑтвует. +intro=Ð’Ñтупление +materials=Материалы +tools=ИнÑтрументы +modifiers=Ð£Ð»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ +smeltery=ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ +seared_furnace=Печь +tinker_tank=ЦиÑтерна + +modifier.effect=Ðффекты: + +material.craft_partbuilder=Может быть Ñоздано в Ñтоле вырезки чаÑтей +material.craft_casting=Может быть отлито из %s + +wood.flavour=Сколько дров броÑил бы Ñурок, еÑли бы Ñурок мог броÑать дрова? +stone.flavour=Тверд, как камень
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/bane_of_arthropods.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/bane_of_arthropods.json new file mode 100644 index 0000000..03eaeb3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/bane_of_arthropods.json @@ -0,0 +1,16 @@ +{ + "modifier": "bane_of_arthopods", + "text": [ + { + "text": "ÐÑ‚Ð°ÐºÑƒÑ Ð¿Ð°ÑƒÐºÐ° глазами его Ñобратьев, Ð’Ñ‹ нагонÑете на него Ñтрах. Проблемы Ñ Ð½Ð°Ñекомыми? Тогда мы идём к Вам." + } + ], + "effects": [ + "ÐаноÑит большой урон паукам и чешуйницам", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/beheading.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/beheading.json new file mode 100644 index 0000000..42fc4e7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/beheading.json @@ -0,0 +1,17 @@ +{ + "modifier": "beheading", + "text": [ + { + "text": "Ðатирание Ð¾Ñ€ÑƒÐ¶Ð¸Ñ Ð¾Ð±Ñидианом Ñ Ð¶ÐµÐ¼Ñ‡ÑƒÐ³Ð¾Ð¼ Ðндера добавлÑет оружию Ñтранный Ñффект - оно легче отрубает голову от тела. Срежем верхушки?" + } + ], + "effects": [ + "Враги терÑÑŽÑ‚ головы", + "Дополнительное добавление обÑидиана и жемчуга увеличивает ÑˆÐ°Ð½Ñ Ð¾Ñ‚Ñ€ÑƒÐ±Ð°Ð½Ð¸Ñ Ð³Ð¾Ð»Ð¾Ð²Ñ‹", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/blasting.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/blasting.json new file mode 100644 index 0000000..5cdfccb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/blasting.json @@ -0,0 +1,24 @@ +{ + "modifier": "blasting", + "text": [ + { + "text": "Взорвать вÑе блоки! БЫСТРО избавьÑÑ Ð¾Ñ‚ них!" + }, + { + "text": "\n" + }, + { + "text": "Каждый уровень прибавлÑет ÑкороÑть, но повышает ÑˆÐ°Ð½Ñ ÑƒÑ‚ÐµÑ€Ð¸ блока" + } + ], + "effects": [ + "БыÑтро ломает блоки", + "Большие инÑтрументы тоже быÑтрее ломают неÑтандартные блоки", + "Скорее вÑего, добытые блоки будут уничтожены", + "Ðужен только 1 Ñлот модификации", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/diamond.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/diamond.json new file mode 100644 index 0000000..6bb77af --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/diamond.json @@ -0,0 +1,18 @@ +{ + "modifier": "diamond", + "text": [ + { + "text": "ÐанеÑение алмазной крошки на режущую кромку инÑтрумента увеличивает прочноÑть и уровень добычи. Также такой инÑтумент выглÑдит проÑто отпадно." + } + ], + "effects": [ + "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ñ€Ð¾Ñ‡Ð½Ð¾Ñть", + "Ðебольшое увеличение характериÑтик", + "Уровень добычи повышаетÑÑ Ð´Ð¾ ОбÑидиана", + "Одноразово", + "ПотрÑÑающе!" + ], + "demoTool": [ + "tconstruct:pickaxe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/emerald.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/emerald.json new file mode 100644 index 0000000..eb0f5ec --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/emerald.json @@ -0,0 +1,18 @@ +{ + "modifier": "emerald", + "text": [ + { + "text": "ИнкруÑÑ‚Ð°Ñ†Ð¸Ñ Ñлабой точки инÑтрумента изумрудом делает его невероÑтно прочным и потрÑÑающим. Жители могут положить глаз на Ваш инÑтрумент. ОÑторожнее." + } + ], + "effects": [ + "Дополнительные 50% прочноÑти", + "Уровень добычи повышаетÑÑ Ð´Ð¾ Железа", + "Одноразово", + "Скандально!" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/fiery.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/fiery.json new file mode 100644 index 0000000..13b8283 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/fiery.json @@ -0,0 +1,16 @@ +{ + "modifier": "fiery", + "text": [ + { + "text": "Добавление огненного порошка на кромку инÑтрумента наполнÑет его Ñилой огнÑ. ÐšÑ€Ð°Ñ Ð²Ñ‹Ð³Ð»ÑдÑÑ‚ как тлеющие угли. К неÑчаÑтью, они Ñлишком Ñлабо ÑветÑÑ‚ÑÑ." + } + ], + "effects": [ + "Поджигает врагов", + "ÐаноÑит дополнительный урон огнём", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/fortify.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/fortify.json new file mode 100644 index 0000000..8666a72 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/fortify.json @@ -0,0 +1,17 @@ +{ + "modifier": "fortify", + "text": [ + { + "text": "Прочнее, лучше, быÑтрее, Ñильнее! Даёт инÑтрументу уровень добычи оÑелка." + } + ], + "effects": [ + "Увеличивает уровень добычи", + "Уровень добычи завиÑит от оÑелка", + "Может уменьшать уровень", + "Ðе требуетÑÑ Ñлот модификации" + ], + "demoTool": [ + "tconstruct:pickaxe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/glowing.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/glowing.json new file mode 100644 index 0000000..fc2a37a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/glowing.json @@ -0,0 +1,17 @@ +{ + "modifier": "glowing", + "text": [ + { + "text": "Ðемного Ñветопыли и глаз Ðндера. Кончено же Ñто определÑет ÑркоÑть Ñвета." + } + ], + "effects": [ + "ОÑвещает меÑтноÑть при низком оÑвещении", + "Тратит прочноÑть" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/harvestheight.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/harvestheight.json new file mode 100644 index 0000000..0c40ea3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/harvestheight.json @@ -0,0 +1,24 @@ +{ + "modifier": "harvestheight", + "text": [ + { + "text": "Ð’Ñ‹ когда-нибудь мечтали об увеличенной выÑоте добычи?" + } + ], + "effects": [ + "Увеличивает линейную выÑоту зоны добычи", + "ВлиÑет только на блоки", + "Ðе работает на оружиÑÑ…", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:shovel", + "tconstruct:hatchet", + "tconstruct:mattock", + "tconstruct:hammer", + "tconstruct:lumberaxe", + "tconstruct:excavator", + "tconstruct:scythe" + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/harvestwidth.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/harvestwidth.json new file mode 100644 index 0000000..2d31190 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/harvestwidth.json @@ -0,0 +1,24 @@ +{ + "modifier": "harvestwidth", + "text": [ + { + "text": "Ð’Ñ‹ когда-нибудь мечтали об увеличенной ширине добычи?" + } + ], + "effects": [ + "Увеличивает линейную ширину зоны добычи", + "ВлиÑет только на блоки", + "Ðе работает на оружиÑÑ…", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:shovel", + "tconstruct:hatchet", + "tconstruct:mattock", + "tconstruct:hammer", + "tconstruct:lumberaxe", + "tconstruct:excavator", + "tconstruct:scythe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/haste.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/haste.json new file mode 100644 index 0000000..61fa99c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/haste.json @@ -0,0 +1,17 @@ +{ + "modifier": "haste", + "text": [ + { + "text": "ПоÑыпание инÑтрумента краÑной пылью увеличивает его ÑкороÑть. КраÑный камень. Безумно, правда?" + } + ], + "effects": [ + "Увеличение ÑкороÑти добычи", + "Увеличение ÑкороÑти атаки", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/knockback.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/knockback.json new file mode 100644 index 0000000..99f5ea8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/knockback.json @@ -0,0 +1,16 @@ +{ + "modifier": "knockback", + "text": [ + { + "text": "ПриÑоединение Ð¿Ð¾Ñ€ÑˆÐ½Ñ Ðº оружию и Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ð¸Ñ ÐµÐ³Ð¾ в нужный момент, ÑÑƒÐ´Ñ Ð¿Ð¾ вÑему, отбраÑывает врагов на небольшое раÑÑтоÑние." + } + ], + "effects": [ + "ДобавлÑет отдачу", + "Каждый поршень увеличивает дальноÑть отлёта", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/luck.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/luck.json new file mode 100644 index 0000000..a6b6909 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/luck.json @@ -0,0 +1,18 @@ +{ + "modifier": "luck", + "text": [ + { + "text": "ИнкруÑÑ‚Ð°Ñ†Ð¸Ñ Ð¸Ð½Ñтрумента лазуритом - Ñто подарок богов Удачи. Они благоÑловÑÑ‚ Ваш инÑтрумент удачей и фортуной." + } + ], + "effects": [ + "ДобавлÑет Удачу или Добычу", + "При иÑпользовании инÑтрумента может повыÑитьÑÑ ÑƒÑ€Ð¾Ð²ÐµÐ½ÑŒ удачи", + "Добавление лазурита тратит только один Ñлот", + "ÐеÑовмеÑтимо Ñ Ð¨ÐµÐ»ÐºÐ¾Ð²Ñ‹Ð¼ каÑанием" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/mending_moss.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/mending_moss.json new file mode 100644 index 0000000..654eaa2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/mending_moss.json @@ -0,0 +1,19 @@ +{ + "modifier": "mending_moss", + "text": [ + { + "text": "Ðемного моха выраÑло на краÑÑ… Ваших инÑтрументов. Может быть, зачарование его опытом позволит ему воÑÑтанавливать поношенные инÑтрументы." + } + ], + "effects": [ + "СохранÑет поднÑтый опыт", + "МакÑ. количеÑтво раÑтёт Ñ ÑƒÑ€Ð¾Ð²Ð½ÐµÐ¼ улучшениÑ", + "Медленно овÑÑтанавливает прочноÑть инÑтрумента", + "Должен находитьÑÑ Ð² левой руке или на поÑÑе", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/necrotic.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/necrotic.json new file mode 100644 index 0000000..7ac984d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/necrotic.json @@ -0,0 +1,17 @@ +{ + "modifier": "necrotic", + "text": [ + { + "text": "Помещение коÑти Ñкелета-иÑÑÑƒÑˆÐ¸Ñ‚ÐµÐ»Ñ Ð½Ð° инÑтрументе даёт ему возможноÑть выÑаÑывать жизнь из врагов." + } + ], + "effects": [ + "Лечение при атаках", + "Больше коÑтей - больше лечение", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/reinforced.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/reinforced.json new file mode 100644 index 0000000..051ddcc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/reinforced.json @@ -0,0 +1,17 @@ +{ + "modifier": "reinforced", + "text": [ + { + "text": "Добавление уÑиленной обÑидиановой плаÑтины на инÑтрумент, ÑÑƒÐ´Ñ Ð¿Ð¾ вÑему, увеличивает его прочноÑть." + } + ], + "effects": [ + "ДобавлÑет ÑˆÐ°Ð½Ñ Ð½Ðµ потерÑть прочноÑть", + "СкладываетÑÑ Ñ Ð¿Ñ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð¸Ð¼ шанÑом УкреплениÑ", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/sharpness.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/sharpness.json new file mode 100644 index 0000000..3b0847d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/sharpness.json @@ -0,0 +1,17 @@ +{ + "modifier": "sharpness", + "text": [ + { + "text": "Ð’Ñ‹ можете иÑпользовать кварц как точило Ð´Ð»Ñ Ð»ÐµÐ·Ð²Ð¸Ñ. Чем больше кварца Ð’Ñ‹ потратите - тем больше урона будет наноÑить оружие. Работает и Ñ Ð´Ñ€Ð¾Ð±Ñщим." + } + ], + "effects": [ + "Увеличивает урон", + "Разные Ð¾Ñ€ÑƒÐ¶Ð¸Ñ Ð·Ð°Ñ‚Ð°Ñ‡Ð¸Ð²Ð°ÑŽÑ‚ÑÑ Ð½Ð° разную величину", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/shulking.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/shulking.json new file mode 100644 index 0000000..fc8d657 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/shulking.json @@ -0,0 +1,18 @@ +{ + "modifier": "shulking", + "text": [ + { + "text": "Улучшите Ñвоё оружие Ñилой Шалкера. Ударьте врага Ð´Ð»Ñ Ð¿Ð¾Ð´ÑŠÑ‘Ð¼Ð° его в воздух." + } + ], + "effects": [ + "Каждый уровень увеличивает Ð²Ñ€ÐµÐ¼Ñ Ð¿Ð°Ñ€ÐµÐ½Ð¸Ñ", + "ЗаÑтавлÑет врагов медленно подниматьÑÑ Ð² воздухе", + "ÐевероÑтно", + "Одноразово" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/silktouch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/silktouch.json new file mode 100644 index 0000000..c3b0634 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/silktouch.json @@ -0,0 +1,20 @@ + +{ + "modifier": "silktouch", + "text": [ + { + "text": "Добавление большого куÑка золота и ткани, ÑÑƒÐ´Ñ Ð¿Ð¾ вÑему, даёт инÑтрументу шелковиÑтоÑть." + }, + { "text": "\n" }, + { "text": "Ðе могу поверить, что Ñто не маÑло" } + ], + "effects": [ + "Добытые блоки выпадают в изначальной форме", + "ÐеÑовмеÑтимо Ñ ÑƒÐ´Ð°Ñ‡ÐµÐ¹ и автопереплавкой", + "Одноразово" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/smite.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/smite.json new file mode 100644 index 0000000..bcff9a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/smite.json @@ -0,0 +1,17 @@ +{ + "modifier": "smite", + "text": [ + { + "text": "МагичеÑÐºÐ°Ñ Ñила оÑвÑщённой земли уÑиливает Ваше оружие ÑвÑтым уроном." + } + ], + "effects": [ + "ÐаноÑит большой урон нежити", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/soulbound.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/soulbound.json new file mode 100644 index 0000000..44cc141 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/soulbound.json @@ -0,0 +1,19 @@ +{ + "modifier": "soulbound", + "text": [ + { + "text": "ÐžÑ‚Ð»Ð¸Ñ‡Ð½Ð°Ñ ÑовмеÑтимоÑть. Ð’Ñ‹ любите Ñвой инÑтрумент. И он тоже Ð’Ð°Ñ Ð»ÑŽÐ±Ð¸Ñ‚. Даже Ñмерть не разлучит ВаÑ." + } + ], + "effects": [ + "ИнÑтрумент оÑтаётÑÑ Ð² инвентаре поÑле Ñмерти", + "Одноразово", + "ÐЕ требует Ñлота модификации" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver", + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/webbed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/webbed.json new file mode 100644 index 0000000..88d1572 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/modifiers/webbed.json @@ -0,0 +1,17 @@ +{ + "modifier": "webbed", + "text": [ + { + "text": "Ð’Ñе Ñти липкие паутины Ð´Ð»Ñ Ñ‡ÐµÐ³Ð¾-то, да и пригодны. ЗамедлÑем ими врагов!" + } + ], + "effects": [ + "Каждый уровень увеличивает Ð²Ñ€ÐµÐ¼Ñ Ñффекта", + "Слоу-мо", + "ÐеÑколько уровней" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/seared_furnace/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/seared_furnace/intro.json new file mode 100644 index 0000000..afa2abb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/seared_furnace/intro.json @@ -0,0 +1,11 @@ +{ + "title":"Печь", + "image": { + "file": "tconstruct:textures/gui/book/seared_furnace.png" + }, + "text": [ + { + "text": "Печь из Ñушёного ÐºÐ°Ð¼Ð½Ñ - вершина печного маÑтерÑтва, Ð¿ÐµÑ€ÐµÑ€Ð°Ð±Ð°Ñ‚Ñ‹Ð²Ð°ÑŽÑ‰Ð°Ñ Ð¿Ð¾ неÑколько Ñтаков предметов одновременно и жарÑÑ‰Ð°Ñ ÐµÐ´Ñƒ Ñ Ð²Ñ‹Ñокой ÑкороÑтью." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/seared_furnace/structure.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/seared_furnace/structure.json new file mode 100644 index 0000000..77d8ef7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/seared_furnace/structure.json @@ -0,0 +1,12 @@ +{ + "title":"", + "text": [ + { + "text": "Печь из Ñушёного ÐºÐ°Ð¼Ð½Ñ Ð¼Ð¾Ð¶ÐµÑ‚ быть любых размеров от 3Ñ…3 до 11x11, причём, чем больше, тем вмеÑтимее печь. Ð”Ð»Ñ Ð¿Ð¾Ð»Ð½Ð¾Ð¹ Ñтруктуры нужны 'пол', 'потолок' и Ñтены Ñ ÑƒÐ³Ð»Ð°Ð¼Ð¸." + }, + { + "text": "ДоÑтаточно только одного контроллера, резервуара и любых Ñушёных камней. Ð¥Ð¾Ñ‚Ñ Ð±Ñ‹ один резервуар Ð´Ð»Ñ Ñ‚Ð¾Ð¿Ð»Ð¸Ð²Ð° должен раÑполагатьÑÑ Ð² любом из углов печи (как на картинке). Потолок может быть Ñобран из плит или Ñтупеней, но может быть Ñобран и из других Ñушёных камней.", + "paragraph": true + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/smeltery/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/smeltery/intro.json new file mode 100644 index 0000000..df199cc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/smeltery/intro.json @@ -0,0 +1,11 @@ +{ + "title": "ПлавильнÑ", + "image": { + "file": "tconstruct:textures/gui/book/smeltery.png" + }, + "text": [ + { + "text": "СущеÑтвует много типов плавилен. Ðо Ñто моÑ. И она плавит вÑÑ‘!" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/smeltery/structure.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/smeltery/structure.json new file mode 100644 index 0000000..0df00e6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/smeltery/structure.json @@ -0,0 +1,12 @@ +{ + "title":"", + "text": [ + { + "text": "ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ Ð¸Ð· Ñушёного ÐºÐ°Ð¼Ð½Ñ Ð¼Ð¾Ð¶ÐµÑ‚ быть любых размеров от 3Ñ…3 до 11x11 и любой выÑоты больше 1. Причём, чем больше, тем вмеÑтимее плавильнÑ. Ð”Ð»Ñ Ð¿Ð¾Ð»Ð½Ð¾Ð¹ Ñтруктуры нужны 'пол', 'потолок' и Ñтены Ñ ÑƒÐ³Ð»Ð°Ð¼Ð¸." + }, + { + "text": "ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ Ð¼Ð¾Ð¶ÐµÑ‚ быть Ñобрана из любой комбинации Ñушёных камней, резервуаров, Ñливов, но пол должен быть Ñобран только из камней и должен приÑутÑтвовать Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ 1 резервуар Ð´Ð»Ñ Ñ‚Ð¾Ð¿Ð»Ð¸Ð²Ð°. Горны ÑтавÑÑ‚ÑÑ Ð½Ð° Ñливы и Ñ Ð¸Ñ… помощью Ð’Ñ‹ можете Ñливать жидкоÑти из плавильни в Ñтолы или резервуары. Кроме того, Ð´Ð»Ñ Ñтих целей можно пользоватьÑÑ Ñ‚Ñ€ÑƒÐ±Ð°Ð¼Ð¸.", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/tinker_tank/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/tinker_tank/intro.json new file mode 100644 index 0000000..7561873 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/tinker_tank/intro.json @@ -0,0 +1,11 @@ +{ + "title":"ЦиÑтерна", + "image": { + "file": "tconstruct:textures/gui/book/tinker_tank.png" + }, + "text": [ + { + "text": "ЦиÑтерна - Ñто огромный резервуар, хранÑщий намного больше жидкоÑти, чем плавильнÑ, но не требующий никакого топлива и не Ñмешивающий материалы." + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/tinker_tank/structure.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/tinker_tank/structure.json new file mode 100644 index 0000000..2f98696 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/ru_RU/tinker_tank/structure.json @@ -0,0 +1,12 @@ +{ + "title":"", + "text": [ + { + "text": "ЦиÑтерна из Ñушёного ÐºÐ°Ð¼Ð½Ñ Ð¼Ð¾Ð¶ÐµÑ‚ быть любых размеров от 3Ñ…3 до 11x11 и любой выÑоты больше 2. Причём, чем больше, тем вмеÑтимее плавильнÑ. Ð”Ð»Ñ Ð¿Ð¾Ð»Ð½Ð¾Ð¹ Ñтруктуры нужны 'пол', 'потолок' и Ñтены Ñ ÑƒÐ³Ð»Ð°Ð¼Ð¸." + }, + { + "text": "ЦиÑтерна может быть Ñобрана из любой комбинации Ñушёных камней, резервуаров и Ñливов, но пол и потолок должны ÑоÑтоÑть только из камней или Ñливов. Ð”Ð»Ñ Ñ€Ð°Ð±Ð¾Ñ‚Ñ‹ необходим один контроллер циÑтерны. Его можно уÑтановить на любом уровне, кроме потолка и углов. Потолок, кроме того, можно Ñделать и из полублоков.", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/intro.json new file mode 100644 index 0000000..c4660cd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/intro.json @@ -0,0 +1,52 @@ +[ + { + "name": "welcome", + "type": "text", + "data": "intro/welcome.json" + }, + { + "name": "welcome2", + "type": "text", + "data": "intro/welcome2.json" + }, + { + "name": "blankpattern", + "type": "text", + "data": "intro/blankpattern.json" + }, + { + "name": "craftingstation", + "type": "text", + "data": "intro/craftingstation.json" + }, + { + "name": "stenciltable", + "type": "text", + "data": "intro/stenciltable.json" + }, + { + "name": "patternchest", + "type": "text", + "data": "intro/patternchest.json" + }, + { + "name": "partbuilder", + "type": "text", + "data": "intro/partbuilder.json" + }, + { + "name": "partchest", + "type": "text", + "data": "intro/partchest.json" + }, + { + "name": "toolstation", + "type": "text", + "data": "intro/toolstation.json" + }, + { + "name": "toolforge", + "type": "text", + "data": "intro/toolforge.json" + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/intro_tmp.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/intro_tmp.json new file mode 100644 index 0000000..4f4aac2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/intro_tmp.json @@ -0,0 +1,10 @@ +[ + { + "type": "blank" + }, + { + "name": "tmp_intro", + "type": "text", + "data": "intro/tmp.json" + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/modifiers.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/modifiers.json new file mode 100644 index 0000000..cb95fde --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/modifiers.json @@ -0,0 +1,93 @@ +[ + { + "type": "modifier", + "data": "modifiers/haste.json" + }, + { + "type": "modifier", + "data": "modifiers/luck.json" + }, + { + "type": "modifier", + "data": "modifiers/sharpness.json" + }, + { + "type": "modifier", + "data": "modifiers/diamond.json" + }, + { + "type": "modifier", + "data": "modifiers/emerald.json" + }, + { + "type": "modifier_fortify", + "data": "modifiers/fortify.json" + }, + { + "type": "modifier", + "data": "modifiers/silktouch.json" + }, + { + "type": "modifier", + "data": "modifiers/reinforced.json" + }, + { + "type": "modifier", + "data": "modifiers/beheading.json" + }, + { + "type": "modifier", + "data": "modifiers/smite.json" + }, + { + "type": "modifier", + "data": "modifiers/bane_of_arthropods.json" + }, + { + "type": "modifier", + "data": "modifiers/fiery.json" + }, + { + "type": "modifier", + "data": "modifiers/necrotic.json" + }, + { + "type": "modifier", + "data": "modifiers/knockback.json" + }, + { + "type": "modifier", + "data": "modifiers/soulbound.json" + }, + { + "type": "modifier", + "data": "modifiers/harvestheight.json" + }, + { + "type": "modifier", + "data": "modifiers/harvestwidth.json" + }, + { + "type": "modifier", + "data": "modifiers/mending_moss.json" + }, + { + "type": "modifier", + "data": "modifiers/blasting.json" + }, + { + "type": "modifier", + "data": "modifiers/glowing.json" + }, + { + "type": "modifier", + "data": "modifiers/shulking.json" + }, + { + "type": "modifier", + "data": "modifiers/webbed.json" + }, + { + "type": "blank" + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/seared_furnace.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/seared_furnace.json new file mode 100644 index 0000000..205f7d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/seared_furnace.json @@ -0,0 +1,20 @@ +[ + { + "name": "intro", + "type": "image with text below", + "data": "seared_furnace/intro.json" + }, + { + "name": "info", + "type": "text", + "data": "seared_furnace/structure.json" + }, + { + "name": "structure", + "type": "structure", + "data": "seared_furnace/multiblock.json" + }, + { + "type": "blank" + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/smeltery.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/smeltery.json new file mode 100644 index 0000000..5a27a5c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/smeltery.json @@ -0,0 +1,20 @@ +[ + { + "name": "intro", + "type": "image with text below", + "data": "smeltery/intro.json" + }, + { + "name": "info", + "type": "text", + "data": "smeltery/structure.json" + }, + { + "name": "structure", + "type": "structure", + "data": "smeltery/multiblock.json" + }, + { + "type": "blank" + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/tinker_tank.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/tinker_tank.json new file mode 100644 index 0000000..be1ca3f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/sections/tinker_tank.json @@ -0,0 +1,20 @@ +[ + { + "name": "intro", + "type": "image with text below", + "data": "tinker_tank/intro.json" + }, + { + "name": "structure", + "type": "text", + "data": "tinker_tank/structure.json" + }, + { + "name": "structure", + "type": "structure", + "data": "tinker_tank/multiblock.json" + }, + { + "type": "blank" + } +]
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/blankpattern.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/blankpattern.json new file mode 100644 index 0000000..f2e1279 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/blankpattern.json @@ -0,0 +1,8 @@ +{ + "title":"空白模æ¿", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/craftingstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/craftingstation.json new file mode 100644 index 0000000..bd5e916 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/craftingstation.json @@ -0,0 +1,8 @@ +{ + "title":"åˆæˆç«™", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/partbuilder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/partbuilder.json new file mode 100644 index 0000000..7caabdc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/partbuilder.json @@ -0,0 +1,8 @@ +{ + "title":"éƒ¨ä»¶åŠ å·¥å°", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/partchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/partchest.json new file mode 100644 index 0000000..b9b88c0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/partchest.json @@ -0,0 +1,8 @@ +{ + "title":"部件箱", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/patternchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/patternchest.json new file mode 100644 index 0000000..3a7c285 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/patternchest.json @@ -0,0 +1,8 @@ +{ + "title":"模具箱", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/stenciltable.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/stenciltable.json new file mode 100644 index 0000000..6fbfd56 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/stenciltable.json @@ -0,0 +1,8 @@ +{ + "title":"æ¨¡å…·åŠ å·¥å°", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/tmp.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/tmp.json new file mode 100644 index 0000000..8da8c57 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/tmp.json @@ -0,0 +1,16 @@ +{ + "title":"é—失的书页", + "text": [ + { + "text": "欢迎阅读å†ç‰ˆçš„ã€ŠåŒ é‚å®å…¸ã€‹ï¼šç¬¬ä¸€å¤©çš„生å˜ï¼Œå“¦ï¼Œä¸ï¼Œå¥½åƒæœ‰äº›ä¹¦é¡µé—失了" + }, + { + "text": "这本书并没有完æˆï¼Œä½†æ˜¯è®²è§£äº†å…¨éƒ¨çš„ææ–™å’Œå¼ºåŒ–,之åŽçš„版本å¯èƒ½ä¼šå¢žåŠ æ›´å¤šçš„ä¸œè¥¿ï¼Œæ‰€ä»¥è®°å¾—ç»å¸¸æ£€æŸ¥æ›´æ–°å“¦ï¼", + "paragraph": true + }, + { + "text": "å“¦ï¼Œå¯¹äº†ï¼Œå¦‚æžœä½ æƒ³é—®åœ¨å“ªé‡Œèƒ½æ‰¾åˆ°é“œï¼Œé“......\n我åªèƒ½å‘Šè¯‰ä½ ï¼šåŒ é‚åªåœ¨åœ°ç‹±ç”Ÿæˆé’´çŸ¿çŸ³å’Œé˜¿è¿ªç‰¹çŸ¿çŸ³ï¼Œé™¤æ¤ä¹‹å¤–ä¸å†ç”Ÿæˆä»»ä½•其他矿石,当然,它支æŒå…¶ä»–模组的矿石", + "paragraph": true + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/toolforge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/toolforge.json new file mode 100644 index 0000000..bf49e4f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/toolforge.json @@ -0,0 +1,8 @@ +{ + "title":"工具装é…å°", + "text": [ + { + "text": "一切从这里开始" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/toolstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/toolstation.json new file mode 100644 index 0000000..078edd0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/toolstation.json @@ -0,0 +1,8 @@ +{ + "title":"工具装é…å°", + "text": [ + { + "text": "一切从这里开始" + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/welcome.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/welcome.json new file mode 100644 index 0000000..e586f73 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/welcome.json @@ -0,0 +1,26 @@ +{ + "title":"第一天的生å˜", + "text": [ + { + "text": "欢迎阅读å†ç‰ˆçš„ã€ŠåŒ é‚å®å…¸ã€‹ï¼šç¬¬ä¸€å¤©çš„生å˜ã€‚è¿™é‡Œå°†ä¼šæŒ‡å¯¼ä½ å¦‚ä½•åˆ©ç”¨çŽ°æœ‰çš„ææ–™å®Œæˆå·¥å…·åˆ¶ä½œçš„第一æ¥ã€‚" + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "è¿™æœ¬ä¹¦æ‹¥æœ‰é”æ³•的力é‡ï¼Œæ—¶ä¸æ—¶ä¼šè‡ªåŠ¨æ›´æ–°å“¦ï¼Œè®°å¾—å¶å°”检查一下有没有什么新东西" + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "åˆ¶ä½œå·¥å…·çš„ç¬¬ä¸€æ¥æ˜¯å…ˆåšä¸€ä¸ªç©ºç™½æ¨¡æ¿ï¼Œå®ƒçŽ°åœ¨è™½ç„¶åªæ˜¯ç™½æ¿ä¸€ä¸ªï¼Œä½†æ˜¯ä¸€åˆ‡éƒ½ä»Žè¿™é‡Œå¼€å§‹" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/welcome2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/welcome2.json new file mode 100644 index 0000000..1c66853 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/intro/welcome2.json @@ -0,0 +1,17 @@ +{ + "title":"", + "text": [ + { + "text": "ä½ å¯ä»¥ç”¨éƒ¨ä»¶åŠ å·¥å°åˆ¶ä½œä¸€ä¸ªéžé‡‘属的部件,接下æ¥åœ¨å·¥å…·ç»„装å°é‡Œé¢ç»„装,模具和多余的部件å¯ä»¥æ”¾åœ¨æ¨¡å…·ç®±å’Œéƒ¨ä»¶ç®±ï¼Œä½ 还å¯ä»¥æŠŠä½ 的工作å°åˆ¶ä½œæˆå·¥ä½œç«™ï¼Œå®ƒå¯ä»¥ä¿ç•™é‡Œé¢çš„物å“ï¼Œè¿™æ ·ä½ ç¦»å¼€çš„æ—¶å€™é‡Œé¢çš„物å“也ä¸ä¼šæŽ‰è½å‡ºæ¥" + }, + { + "text": "\n" + }, + { + "text": "\n" + }, + { + "text": "å»ºè®®æŠŠè¿™äº›å·¥ä½œå°æ”¾åœ¨ä¸€èµ·ä½¿ç”¨ï¼Œå½“æˆ‘è¯¦ç»†ä»‹ç»æ¯ä¸€ä¸ªå·¥ä½œå°ä½¿ç”¨æ–¹å¼ä¹‹åŽï¼Œä½ å°±ä¼šæ˜Žç™½è¿™æ ·æ‘†æ”¾çš„å¥½å¤„äº†" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/language.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/language.lang new file mode 100644 index 0000000..b16c11c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/language.lang @@ -0,0 +1,14 @@ +// Sections +intro=½éÉÜ +materials=¹¤¾ß²ÄÁÏ +tools=¹¤¾ß +modifiers=Ç¿»¯ +smeltery=Ò±Á¶ + +modifier.effect=ÌØÊâЧ¹û: + +material.craft_partbuilder=ÔÚ²¿¼þ¼Ó¹¤Ì¨ÖÆ×÷ +material.craft_casting=¿ÉÒÔÓÃ%sÖýÔì + +wood.flavour=How much wood could a woodchuck chuck if a woodchuck could chuck wood? +stone.flavour=Rock solid
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/bane_of_arthropods.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/bane_of_arthropods.json new file mode 100644 index 0000000..67c1359 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/bane_of_arthropods.json @@ -0,0 +1,16 @@ +{ + "modifier": "bane_of_arthopods", + "text": [ + { + "text": "蜘蛛最害怕的居然是自己的眼ç›ï¼è¿˜åœ¨ä¸ºè¿™äº›å®¶ä¼™å¤´ç–¼ä¹ˆï¼Œæˆ‘有一个好主æ„,æ€å…‰å®ƒä»¬" + } + ], + "effects": [ + "å¯¹è ¹è™«å’Œèœ˜è››èƒ½é€ æˆé¢å¤–的伤害", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/beheading.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/beheading.json new file mode 100644 index 0000000..92ad579 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/beheading.json @@ -0,0 +1,17 @@ +{ + "modifier": "beheading", + "text": [ + { + "text": "使用末影çç 和黑曜石强化工具å¯ä»¥æœ‰æ•ˆæå‡æ€ªç‰©çš„头颅掉è½å‡ 率" + } + ], + "effects": [ + "æˆ‘ä»¬ç æŽ‰äº†æ•Œäººçš„å¤´", + "使用末影çç 和黑曜石强化工具å¯ä»¥èŽ·å¾—â€œæ–©é¦–â€æ•ˆæžœ", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/diamond.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/diamond.json new file mode 100644 index 0000000..6cdb0ad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/diamond.json @@ -0,0 +1,18 @@ +{ + "modifier": "diamond", + "text": [ + { + "text": "使用钻石强化工具能有效æå‡å·¥å…·çš„è€ä¹…度,å¯ä»¥ä½¿å·¥å…·æ‹¥æœ‰æ›´é•¿çš„使用时间。除æ¤ä¹‹å¤–,工具å˜å¾—也更好看了" + } + ], + "effects": [ + "å¢žåŠ è€ä¹…度", + "次è¦å±žæ€§çš„å¢žåŠ ", + "挖掘ç‰çº§æå‡åˆ°é»‘曜石级", + "åªèƒ½å¼ºåŒ–一次", + "太棒了!" + ], + "demoTool": [ + "tconstruct:pickaxe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/emerald.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/emerald.json new file mode 100644 index 0000000..b726a81 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/emerald.json @@ -0,0 +1,18 @@ +{ + "modifier": "emerald", + "text": [ + { + "text": "绿å®çŸ³èƒ½æœ‰æ•ˆå¼ºåŒ–工具的è€ä¹…,最好å°å¿ƒç‚¹æ‘民,他们å¯èƒ½ä¼šåž‚æ¶Žä½ çš„å·¥å…·ã€‚" + } + ], + "effects": [ + "å¢žåŠ å·¥å…·50%çš„è€ä¹…", + "æœ€å°æŒ–掘ç‰çº§æå‡åˆ°é“矿级别", + "åªèƒ½å¼ºåŒ–一次", + "太离谱了!" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/fiery.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/fiery.json new file mode 100644 index 0000000..0afa955 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/fiery.json @@ -0,0 +1,16 @@ +{ + "modifier": "fiery", + "text": [ + { + "text": "æ–½åŠ çƒˆç„°äººçš„åŠ›é‡äºŽå·¥å…·ä¹‹ä¸Šï¼Œçœ‹ï¼Œè¿žå·¥å…·è¾¹ç¼˜éƒ½å†’出了ç«ç„°ï¼Œç„¶è€Œä¸å¹¸çš„æ˜¯ï¼Œè¿™ä¸ªäº®åº¦è¿˜ä¸èƒ½ç”¨ä½œç…§æ˜Ž" + } + ], + "effects": [ + "使攻击对象ç€ç«", + "给予工具ç«ç„°é™„åŠ çš„æ•ˆæžœ", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/fortify.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/fortify.json new file mode 100644 index 0000000..31a635f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/fortify.json @@ -0,0 +1,17 @@ +{ + "modifier": "fortify", + "text": [ + { + "text": "æ›´åšç¡¬ï¼Œæ›´å¥½ï¼Œæ›´å¿«ï¼Œæ›´åšå›ºï¼æå‡å·¥å…·çš„æŒ–掘ç‰çº§" + } + ], + "effects": [ + "æå‡æŒ–掘ç‰çº§", + "挖掘ç‰çº§ä¸Žææ–™æœ‰å…³", + "也å¯ä»¥é™ä½ŽæŒ–掘ç‰çº§", + "䏿¶ˆè€—强化槽" + ], + "demoTool": [ + "tconstruct:pickaxe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/harvestheight.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/harvestheight.json new file mode 100644 index 0000000..8a9daaf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/harvestheight.json @@ -0,0 +1,24 @@ +{ + "modifier": "harvestheight", + "text": [ + { + "text": "ä½ æ˜¯å¦æœŸæœ›è¿‡ä½ 的工具能有更大的使用范围,现在å¯ä»¥åšåˆ°äº†" + } + ], + "effects": [ + "å¢žåŠ å·¥å…·ç«–ç›´æ–¹å‘的使用范围", + "åªå¯¹æ–¹å—有效", + "对攻击性æ¦å™¨æ— 效", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:shovel", + "tconstruct:hatchet", + "tconstruct:mattock", + "tconstruct:hammer", + "tconstruct:lumberaxe", + "tconstruct:excavator", + "tconstruct:scythe" + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/harvestwidth.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/harvestwidth.json new file mode 100644 index 0000000..91ba5ea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/harvestwidth.json @@ -0,0 +1,24 @@ +{ + "modifier": "harvestwidth", + "text": [ + { + "text": "ä½ æ˜¯å¦æœŸæœ›è¿‡ä½ 的工具能有更大的使用范围,现在å¯ä»¥åšåˆ°äº†" + } + ], + "effects": [ + "å¢žåŠ å·¥å…·æ°´å¹³æ–¹å‘的使用范围", + "åªå¯¹æ–¹å—有效", + "对攻击性æ¦å™¨æ— 效", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:shovel", + "tconstruct:hatchet", + "tconstruct:mattock", + "tconstruct:hammer", + "tconstruct:lumberaxe", + "tconstruct:excavator", + "tconstruct:scythe" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/haste.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/haste.json new file mode 100644 index 0000000..398531b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/haste.json @@ -0,0 +1,17 @@ +{ + "modifier": "haste", + "text": [ + { + "text": "把红石涂覆于工具之上似乎能æå‡å®ƒçš„速度,ç‰ç‰ï¼Œçº¢çŸ³ï¼ŸçœŸæ˜¯ä¸ªç–¯ç‹‚的物å“" + } + ], + "effects": [ + "æ¯ä¸ªçº¢çŸ³éƒ½èƒ½æå‡ä¸€ç‚¹å·¥å…·çš„速度", + "å¢žåŠ æ”»å‡»é€Ÿåº¦", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/knockback.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/knockback.json new file mode 100644 index 0000000..c3c51a9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/knockback.json @@ -0,0 +1,16 @@ +{ + "modifier": "knockback", + "text": [ + { + "text": "在工具上é¢ç»‘上活塞似乎能把怪物弹得更远。" + } + ], + "effects": [ + "å¢žåŠ å‡»é€€å±žæ€§", + "æ¯ä¸ªæ´»å¡žéƒ½èƒ½å¢žåŠ ä¸€å®šçš„å‡»é€€è·ç¦»", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/luck.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/luck.json new file mode 100644 index 0000000..ca69451 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/luck.json @@ -0,0 +1,18 @@ +{ + "modifier": "luck", + "text": [ + { + "text": "æ®è¯´åœ¨å·¥å…·ä¸Šé¢åŒ…裹上é’金石会带æ¥å¥½è¿ï¼Ÿ" + } + ], + "effects": [ + "å¢žåŠ æ—¶è¿æˆ–è€…æŽ å¤ºå±žæ€§", + "å·¥å…·èƒ½æ‹¥æœ‰æ—¶è¿æˆ–者抢夺属性", + "使用多个é’金石åªä¼šæ¶ˆè€—一个强化槽", + "ä¸èƒ½å’Œç²¾å‡†é‡‡é›†å…¼å®¹" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/necrotic.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/necrotic.json new file mode 100644 index 0000000..e455de8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/necrotic.json @@ -0,0 +1,17 @@ +{ + "modifier": "necrotic", + "text": [ + { + "text": "在工具上é¢é™„上凋零之骨å¯ä»¥æ‹¥æœ‰ç”Ÿå‘½çªƒå–的能力" + } + ], + "effects": [ + "当攻击对方时自己会获得治愈效果", + "多个凋零之骨å¯ä»¥å¢žåŠ æ²»æ„ˆçš„ç”Ÿå‘½å€¼", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/reinforced.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/reinforced.json new file mode 100644 index 0000000..046a3a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/reinforced.json @@ -0,0 +1,17 @@ +{ + "modifier": "reinforced", + "text": [ + { + "text": "附上一个è€ä¹…å¼ºåŒ–å¤§æ¿æœ‰åŠ©äºŽæå‡å·¥å…·çš„è€ä¹…,让它å˜å¾—æ›´åšç¡¬ã€‚" + } + ], + "effects": [ + "ä½¿ç”¨å·¥å…·æœ‰å‡ çŽ‡ä¸æ¶ˆè€—è€ä¹…", + "强化ç‰çº§å¯ä»¥å †å ", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/sharpness.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/sharpness.json new file mode 100644 index 0000000..632fa37 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/sharpness.json @@ -0,0 +1,17 @@ +{ + "modifier": "sharpness", + "text": [ + { + "text": "ä½ å¯ä»¥ä½¿ç”¨çŸ³è‹±æ¥å¼ºåŒ–ä½ çš„å·¥å…·çš„æ”»å‡»åŠ›ï¼Œå½“ç„¶ï¼Œè¶Šå¤šè¶Šå¥½" + } + ], + "effects": [ + "å¢žåŠ æ”»å‡»åŠ›", + "ä¸åŒæ¦å™¨å¢žåŠ çš„æ•°å€¼ä¸åŒ", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/shulking.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/shulking.json new file mode 100644 index 0000000..e2eb329 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/shulking.json @@ -0,0 +1,18 @@ +{ + "modifier": "悬浮", + "text": [ + { + "text": "æŠŠæ‚¬æµ®å±žæ€§å¼ºåŒ–åˆ°ä½ çš„å·¥å…·ä¸Šé¢ï¼Œè®©é‚£äº›æ•Œäººä»¬åœ¨åŠç©ºä¸æŸæ‰‹æ— ç–å§" + } + ], + "effects": [ + "æ¯æ¬¡å¼ºåŒ–都å¯å¢žåŠ ä¸€ç‚¹æ‚¬æµ®æ—¶é—´", + "å¯ä»¥ç»™äºˆå‡»ä¸çš„æ•Œäººä»¥æ‚¬æµ®æ•ˆæžœ", + "这属性真喜感", + "å•个ç‰çº§" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/silktouch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/silktouch.json new file mode 100644 index 0000000..4804d41 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/silktouch.json @@ -0,0 +1,20 @@ + +{ + "modifier": "silktouch", + "text": [ + { + "text": "é™„åŠ ä¸Šé»„é‡‘å’Œçº¿çš„å·¥å…·ä¸€å®šèƒ½æ‹¥æœ‰ç²¾å‡†é‡‡é›†çš„åŠŸèƒ½" + }, + { "text": "\n" }, + { "text": "我ä¿è¯è¿™æ¶‚çš„ä¸æ˜¯é»„æ²¹" } + ], + "effects": [ + "工具拥有精准采集功能", + "ä¸èƒ½å’Œæ—¶è¿å’Œè‡ªåŠ¨å†¶ç‚¼å…¼å®¹", + "åªèƒ½å¼ºåŒ–一次" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/smite.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/smite.json new file mode 100644 index 0000000..b1664d9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/smite.json @@ -0,0 +1,17 @@ +{ + "modifier": "smite", + "text": [ + { + "text": "æ¥è‡ªç¥žåœ£åœŸçš„原始力é‡èƒ½å¤Ÿå¼ºåŒ–ä½ çš„æ¦å™¨ï¼Œæ¥ï¼Œå¹²æŽ‰é‚£äº›é«˜å¤„的敌人å§ã€‚" + } + ], + "effects": [ + "对亡çµç”Ÿç‰©é€ æˆé¢å¤–的伤害", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/soulbound.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/soulbound.json new file mode 100644 index 0000000..0ff01bc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/soulbound.json @@ -0,0 +1,19 @@ +{ + "modifier": "soulbound", + "text": [ + { + "text": "å“¦ï¼Œä½ å’Œä½ çš„å·¥å…·ç®€ç›´å°±æ˜¯å¤©ç”Ÿä¸€å¯¹ï¼Œå³ä½¿æ˜¯æ»äº¡ï¼ä¹Ÿä¸èƒ½å°†ä½ 们分开。" + } + ], + "effects": [ + "玩家æ»äº¡åŽå¤æ´»ï¼Œå·¥å…·ä»æ—§èƒ½ä¿å˜åœ¨ç‰©å“æ ", + "åªèƒ½å¼ºåŒ–一次", + "ä¸éœ€è¦å¼ºåŒ–æ§½" + ], + "demoTool": [ + "tconstruct:broadsword", + "tconstruct:cleaver", + "tconstruct:pickaxe", + "tconstruct:hammer" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/webbed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/webbed.json new file mode 100644 index 0000000..4134a33 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/modifiers/webbed.json @@ -0,0 +1,17 @@ +{ + "modifier": "webbed", + "text": [ + { + "text": "那些粘人的蜘蛛网也是有用的东西。用它æ¥è¿Ÿç¼“ä½ çš„æ•Œäººçš„å‰è¿›æ¥ä¼å§ï¼" + } + ], + "effects": [ + "æ¯ä¸€ä¸ªç‰çº§éƒ½ä¼šå¢žåŠ è¿Ÿç¼“æ—¶é—´", + "迟缓的è¿åЍ", + "多个ç‰çº§" + ], + "demoTool": [ + "tconstruct:pickaxe", + "tconstruct:broadsword" + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/smeltery/intro.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/smeltery/intro.json new file mode 100644 index 0000000..65b0020 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/book/zh_CN/smeltery/intro.json @@ -0,0 +1,8 @@ +{ + "title":"The Smeltery", + "text": [ + { + "text": "这里确实有很多冶炼炉,但是这个是我的ï¼" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/de_DE.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/de_DE.lang new file mode 100644 index 0000000..a803813 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/de_DE.lang @@ -0,0 +1,944 @@ +################ +# Blocks # +################ + +tile.tconstruct.tooltables.craftingstation.name=Werkstation +tile.tconstruct.tooltables.stenciltable.name=Schablonentisch +tile.tconstruct.tooltables.partbuilder.name=Werkzeugteilbauer +tile.tconstruct.tooltables.toolstation.name=Werkzeugstation +tile.tconstruct.tooltables.patternchest.name=Schablonentruhe +tile.tconstruct.tooltables.patternchest.tooltip=Kann mit Schablonen und Gussformen gefüllt werden +tile.tconstruct.tooltables.partchest.name=Werkzeugteiltruhe +tile.tconstruct.tooltables.partchest.tooltip=Kann mit großen Mengen von Werkzeugteilen gefüllt werden +tile.tconstruct.toolforge.name=Werkzeugesse + +tile.tconstruct.soil.grout.name=Mörtel +tile.tconstruct.soil.grout.tooltip=Ich bin Mörtel! +tile.tconstruct.soil.slimy_mud_green.name=Grünschleimmatsch +tile.tconstruct.soil.slimy_mud_green.tooltip=Verlangsamt, aber lässt dich noch höher springen +tile.tconstruct.soil.slimy_mud_blue.name=Blauschleimmatsch +tile.tconstruct.soil.slimy_mud_blue.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.slimy_mud_magma.name=Schleimiger Magmamatsch +tile.tconstruct.soil.slimy_mud_magma.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.graveyard.name=Friedhofserde +tile.tconstruct.soil.graveyard.tooltip=Heilt Untote +tile.tconstruct.soil.consecrated.name=Geweihte Erde +tile.tconstruct.soil.consecrated.tooltip=Schadet Untoten + +tile.tconstruct.deco_ground.mudbrick.name=Matschziegel +tile.tconstruct.deco_ground_slab.mudbrick.name=Matschziegelstufe +tile.tconstruct.mudbrick_stairs.name=Matschziegeltreppe + +tile.tconstruct.ore.cobalt.name=Cobalterz +tile.tconstruct.ore.ardite.name=Arditerz + +tile.tconstruct.metal.cobalt.name=Cobaltblock +tile.tconstruct.metal.ardite.name=Arditblock +tile.tconstruct.metal.manyullyn.name=Manyullynblock +tile.tconstruct.metal.knightslime.name=Knightslimeblock +tile.tconstruct.metal.pigiron.name=Schweineeisenblock +tile.tconstruct.metal.alubrass.name=Duraluminiumblock +tile.tconstruct.metal.silky_jewel.name=Seidiger Edelsteinblock + +tile.tconstruct.firewood.lavawood.name=Lavaholz +tile.tconstruct.firewood.firewood.name=Feuerholz +tile.tconstruct.firewood_slab.lavawood.name=Lavaholzstufe +tile.tconstruct.firewood_slab.firewood.name=Feuerholzstufe +tile.tconstruct.lavawood_stairs.name=Lavaholztreppe +tile.tconstruct.firewood_stairs.name=Feuerholztreppe + +tile.tconstruct.clear_glass.name=Klares Glas +tile.tconstruct.clear_stained_glass.white.name=Klares Weißes Glas +tile.tconstruct.clear_stained_glass.orange.name=Klares Oranges Glas +tile.tconstruct.clear_stained_glass.magenta.name=Klares Magenta Glas +tile.tconstruct.clear_stained_glass.light_blue.name=Klares Hellblaues Glas +tile.tconstruct.clear_stained_glass.yellow.name=Klares Gelbes Glas +tile.tconstruct.clear_stained_glass.lime.name=Klares Hellgrünes Glas +tile.tconstruct.clear_stained_glass.pink.name=Klares Rosa Glas +tile.tconstruct.clear_stained_glass.gray.name=Klares Graues Glas +tile.tconstruct.clear_stained_glass.silver.name=Klares Hellgraues Glas +tile.tconstruct.clear_stained_glass.cyan.name=Klares Türkises Glas +tile.tconstruct.clear_stained_glass.purple.name=Klares Violettes Glas +tile.tconstruct.clear_stained_glass.blue.name=Klares Blaues Glas +tile.tconstruct.clear_stained_glass.brown.name=Klares Braunes Glas +tile.tconstruct.clear_stained_glass.green.name=Klares Grünes Glas +tile.tconstruct.clear_stained_glass.red.name=Klares Rotes Glas +tile.tconstruct.clear_stained_glass.black.name=Klares Schwarzes Glas + +tile.tconstruct.slime.green.name=Grünschleimblock +tile.tconstruct.slime.blue.name=Blauschleimblock +tile.tconstruct.slime.purple.name=Violetter Schleimblock +tile.tconstruct.slime.blood.name=Blut-Schleimblock +tile.tconstruct.slime.magma.name=Magma-Schleimblock +tile.tconstruct.slime.tooltip=Funktioniert nicht mit Kolben. + +tile.tconstruct.slime_congealed.green.name=Erstarrter Grünschleimblock +tile.tconstruct.slime_congealed.blue.name=Erstarrter Blauschleimblock +tile.tconstruct.slime_congealed.purple.name=Erstarrter Violetter Schleimblock +tile.tconstruct.slime_congealed.blood.name=Erstarrter Blut-Schleimblock +tile.tconstruct.slime_congealed.magma.name=Erstarrter Magma-Schleimblock +tile.tconstruct.slime_congealed.tooltip=Lässt dich sehr hoch springen + +tile.tconstruct.slime_dirt.green.name=Grüne Schleimerde +tile.tconstruct.slime_dirt.blue.name=Blaue Schleimerde +tile.tconstruct.slime_dirt.purple.name=Violette Schleimerde +tile.tconstruct.slime_dirt.blood.name=Blut-Schleimerde +tile.tconstruct.slime_dirt.magma.name=Magma-Schleimerde +tile.tconstruct.slime_dirt.tooltip=Schleimig, aber lässt dich höher springen + +tile.tconstruct.slime_grass.vanilla.name=Schleimgras +tile.tconstruct.slime_grass.green.name=Grünes Schleimgras +tile.tconstruct.slime_grass.blue.name=Blaues Schleimgras +tile.tconstruct.slime_grass.purple.name=Violettes Schleimgras +tile.tconstruct.slime_grass.blood.name=Blut-Schleimgras +tile.tconstruct.slime_grass.magma.name=Magma-Schleimgras +tile.tconstruct.slime_grass.tooltip=So weich! Lässt dich höher springen + +tile.tconstruct.slime_leaves.blue.name=Schleimblätter +tile.tconstruct.slime_leaves.purple.name=Schleimblätter +tile.tconstruct.slime_leaves.orange.name=Schleimblätter + +tile.tconstruct.slime_grass_tall.tall_grass.name=Hohes Schleimgras +tile.tconstruct.slime_grass_tall.fern.name=Schleimfarn + +tile.tconstruct.slime_sapling.blue.name=Blauschleimsetzling +tile.tconstruct.slime_sapling.purple.name=Violetter Schleimsetzling +tile.tconstruct.slime_sapling.orange.name=Magma-Schleimsetzling +tile.tconstruct.slime_sapling.tooltip=Wächst nur auf Schleimerde/-gras + +tile.tconstruct.slime_vine_blue.name=Blaue Schleimranken +tile.tconstruct.slime_vine_blue_mid.name=Blaue Schleimranken +tile.tconstruct.slime_vine_blue_end.name=Blaue Schleimranken +tile.tconstruct.slime_vine_purple.name=Violette Schleimranken +tile.tconstruct.slime_vine_purple_mid.name=Violette Schleimranken +tile.tconstruct.slime_vine_purple_end.name=Violette Schleimranken + +tile.tconstruct.seared.stone.name=Versengter Stein +tile.tconstruct.seared.cobble.name=Versengter Bruchstein +tile.tconstruct.seared.paver.name=Versengte Pflasterziegel +tile.tconstruct.seared.brick.name=Versengte Ziegel +tile.tconstruct.seared.brick_cracked.name=Rissige versengte Ziegel +tile.tconstruct.seared.brick_fancy.name=Schicke versengte Ziegel +tile.tconstruct.seared.brick_square.name=Quadratische versengte Ziegel +tile.tconstruct.seared.brick_triangle.name=Dreieckige versengte Ziegel +tile.tconstruct.seared.brick_small.name=Kleine versengte Ziegel +tile.tconstruct.seared.road.name=Versengte Straße +tile.tconstruct.seared.tile.name=Versengte Kacheln +tile.tconstruct.seared.creeper.name=Versengtes Creepergesicht +tile.tconstruct.seared.tooltip=Teil der Schmelzerei. Sicher als Dekoration. + +tile.tconstruct.seared_slab.stone.name=Versengte Steinstufe +tile.tconstruct.seared_slab.cobble.name=Versengte Bruchsteinstufe +tile.tconstruct.seared_slab.paver.name=Versengte Pflasterziegel +tile.tconstruct.seared_slab.brick.name=Versengte Ziegelstufe +tile.tconstruct.seared_slab.brick_cracked.name=Rissige versengte Ziegelstufe +tile.tconstruct.seared_slab.brick_fancy.name=Schicke versengte Ziegelstufe +tile.tconstruct.seared_slab.brick_square.name=Quadratische versengte Ziegelstufe +tile.tconstruct.seared_slab.road.name=Versengte Straßenstufe +tile.tconstruct.seared_slab2.creeper.name=Versengte Creepergesichtstufe +tile.tconstruct.seared_slab2.brick_triangle.name=Dreieckige versengte Ziegelstufe +tile.tconstruct.seared_slab2.brick_small.name=Kleine versengte Ziegelstufe +tile.tconstruct.seared_slab2.tile.name=Versengte Kachelstufe + +tile.tconstruct.seared_stairs_stone.name=Versengte Steintreppe +tile.tconstruct.seared_stairs_cobble.name=Versengte Bruchsteintreppe +tile.tconstruct.seared_stairs_paver.name=Versengte Pflastertreppe +tile.tconstruct.seared_stairs_brick.name=Versengte Ziegeltreppe +tile.tconstruct.seared_stairs_brick_cracked.name=Rissige versengte Ziegeltreppe +tile.tconstruct.seared_stairs_brick_fancy.name=Schicke versengte Ziegeltreppe +tile.tconstruct.seared_stairs_brick_square.name=Quadratische versengte Ziegeltreppe +tile.tconstruct.seared_stairs_brick_triangle.name=Dreieckige versengte Ziegeltreppe +tile.tconstruct.seared_stairs_brick_small.name=Kleine versengte Ziegeltreppe +tile.tconstruct.seared_stairs_road.name=Versengte Straßentreppe +tile.tconstruct.seared_stairs_tile.name=Versengte Kacheltreppe +tile.tconstruct.seared_stairs_creeper.name=Versengte Creepergesichttreppe + +tile.tconstruct.smeltery_controller.name=Schmelzereikern +tile.tconstruct.smeltery_controller.tooltip=Gehirn der Schmelzerei +tile.tconstruct.smeltery_io.drain.name=Schmelzereiausguss +tile.tconstruct.smeltery_io.drain.tooltip=In- und Output von Flüssigkeiten für die Schmelzerei +tile.tconstruct.casting.table.name=Gusstisch +tile.tconstruct.casting.basin.name=Gussbecken +tile.tconstruct.casting.tooltip=Gießt Gegenstände mithilfe von geschmolzenen Metallen aus einer Schmelzerei +tile.tconstruct.faucet.name=Zapfhahn +tile.tconstruct.faucet.tooltip=Gießt Flüssigkeiten aus Schmelzereien und anderen Sachen ab +tile.tconstruct.seared_tank.tank.name=Versengter Tank +tile.tconstruct.seared_tank.gauge.name=Versengtes Glas +tile.tconstruct.seared_tank.window.name=Versengtes Fenster +tile.tconstruct.seared_tank.tooltip=Herz der Schmelzerei\nBehält Flüssigkeit nach Abbau. +tile.tconstruct.seared_glass.glass.name=Versengtes Glas +tile.tconstruct.seared_glass.glass.tooltip=Teil der Schmelzerei. Sicher als Dekoration.\nKann keine Flüssigkeiten lagern. + +tile.tconstruct.seared_furnace_controller.name=Versengter Ofenkern +tile.tconstruct.tinker_tank_controller.name=Bastel-Tankkern + +tile.tconstruct.stone_torch.name=Steinfackel +tile.tconstruct.stone_ladder.name=Steinleiter +tile.tconstruct.wood_rail.name=Holzschiene +tile.tconstruct.wood_rail_trapdoor.name=Holzschiene mit Falltür +tile.tconstruct.wood_rail_trapdoor.tooltip=Loren mit einem Trichter können Gegenstände\nin den Block darunter einführen +tile.tconstruct.punji.name=Punjistäbe +tile.tconstruct.punji.tooltip=Spitz! Hält auch an Wänden. +tile.tconstruct.glow.name=Glühen +tile.tconstruct.rack.item.name=Gegenstandsregal +tile.tconstruct.rack.item.tooltip=Nur für Dekorationszwecke +tile.tconstruct.rack.drying.name=Trockenregal +tile.tconstruct.rack.drying.tooltip=Wird benutzt, um Gegenstände zu trocknen + +tile.tconstruct.slime_channel.green.name=Grünschleimkanal +tile.tconstruct.slime_channel.blue.name=Blauschleimkanal +tile.tconstruct.slime_channel.purple.name=Violetter Schleimkanal +tile.tconstruct.slime_channel.magma.name=Magma-Schleimkanal +tile.tconstruct.slime_channel.blood.name=Blutkanal +tile.tconstruct.slime_channel.tooltip=Fließt wie Wasser, fühlt sich wie Gelatine an + +tile.tconstruct.dried_clay.clay.name=Getrockneter Lehm +tile.tconstruct.dried_clay.brick.name=Getrocknete Ziegel +tile.tconstruct.dried_clay_slab.clay.name=Getrocknete Lehmstufe +tile.tconstruct.dried_clay_slab.brick.name=Getrocknete Ziegelstufe +tile.tconstruct.dried_clay_stairs.name=Getrocknete Lehmtreppe +tile.tconstruct.dried_brick_stairs.name=Getrocknete Ziegeltreppe + +tile.tconstruct.brownstone.smooth.name=Glatter Braunstein +tile.tconstruct.brownstone.rough.name=Rauer Braunstein +tile.tconstruct.brownstone.paver.name=Braunsteinpflaster +tile.tconstruct.brownstone.brick.name=Braunsteinziegel +tile.tconstruct.brownstone.brick_cracked.name=Rissige Braunsteinziegel +tile.tconstruct.brownstone.brick_fancy.name=Schicke Braunsteinziegel +tile.tconstruct.brownstone.brick_square.name=Quadratische Braunsteinziegel +tile.tconstruct.brownstone.brick_triangle.name=Dreieckige Braunsteinziegel +tile.tconstruct.brownstone.brick_small.name=Kleine Braunsteinziegel +tile.tconstruct.brownstone.road.name=Braunsteinstraße +tile.tconstruct.brownstone.tile.name=Braunsteinkacheln +tile.tconstruct.brownstone.creeper.name=Braunstein-Creepergesicht +tile.tconstruct.brownstone.tooltip=Du kannst dich darauf ein wenig schneller bewegen + +tile.tconstruct.brownstone_slab.smooth.name=Glatte Braunsteinstufe +tile.tconstruct.brownstone_slab.rough.name=Raue Braunsteinstufe +tile.tconstruct.brownstone_slab.paver.name=Braunsteinpflasterstufe +tile.tconstruct.brownstone_slab.brick.name=Braunsteinziegelstufe +tile.tconstruct.brownstone_slab.brick_cracked.name=Rissige Braunsteinziegelstufe +tile.tconstruct.brownstone_slab.brick_fancy.name=Schicke Braunsteinziegelstufe +tile.tconstruct.brownstone_slab.brick_square.name=Quadratische Braunsteinziegelstufe +tile.tconstruct.brownstone_slab.road.name=Braunsteinstraßenstufe +tile.tconstruct.brownstone_slab2.creeper.name=Braunstein-Creepergesichtstufe +tile.tconstruct.brownstone_slab2.brick_triangle.name=Dreieckige Braunsteinziegelstufe +tile.tconstruct.brownstone_slab2.brick_small.name=Kleine Braunsteinziegelstufe +tile.tconstruct.brownstone_slab2.tile.name=Braunsteinkachelstufe + +tile.tconstruct.brownstone_stairs_smooth.name=Glatte Braunsteintreppe +tile.tconstruct.brownstone_stairs_rough.name=Raue Braunsteintreppe +tile.tconstruct.brownstone_stairs_paver.name=Braunsteinpflastertreppe +tile.tconstruct.brownstone_stairs_brick.name=Braunsteinziegeltreppe +tile.tconstruct.brownstone_stairs_brick_cracked.name=Rissige Braunsteinziegeltreppe +tile.tconstruct.brownstone_stairs_brick_fancy.name=Schicke Braunsteinziegeltreppe +tile.tconstruct.brownstone_stairs_brick_square.name=Quadratische Braunsteinziegeltreppe +tile.tconstruct.brownstone_stairs_brick_triangle.name=Dreieckige Braunsteinziegeltreppe +tile.tconstruct.brownstone_stairs_brick_small.name=Kleine Braunsteinziegeltreppe +tile.tconstruct.brownstone_stairs_road.name=Braunsteinstraßentreppe +tile.tconstruct.brownstone_stairs_tile.name=Braunsteinkacheltreppe +tile.tconstruct.brownstone_stairs_creeper.name=Braunstein-Creepergesichttreppe + +################ +# Items # +################ + +# General Items +item.tconstruct.book.name=Materialien und du +item.tconstruct.book.tooltip=Ein Muss für jeden Bastler\nvon Skyla + +item.tconstruct.edible.bacon.name=Bacon +item.tconstruct.edible.slimeball_blue.name=Schleimball +item.tconstruct.edible.slimeball_purple.name=Schleimball +item.tconstruct.edible.slimeball_blood.name=Geronnenes Blut +item.tconstruct.edible.slimeball_magma.name=Schleimball +item.tconstruct.edible.jerky_beef.name=Rinder-Trockenfleisch +item.tconstruct.edible.jerky_chicken.name=Hühnchen-Trockenfleisch +item.tconstruct.edible.jerky_pork.name=Bacon-Trockenfleisch +item.tconstruct.edible.jerky_mutton.name=Hammel-Trockenfleisch +item.tconstruct.edible.jerky_rabbit.name=Hasen-Trockenfleisch +item.tconstruct.edible.jerky_fish.name=Fisch-Trockenfleisch +item.tconstruct.edible.jerky_salmon.name=Lachs-Trockenfleisch +item.tconstruct.edible.jerky_clownfish.name=Clownfisch-Trockenfleisch +item.tconstruct.edible.jerky_pufferfish.name=Kugelfish-Trockenfleisch +item.tconstruct.edible.jerky_monster.name=Monster-Trockenfleisch +item.tconstruct.edible.slimedrop_green.name=Gelartiger Schleimtropfen +item.tconstruct.edible.slimedrop_blue.name=Gelartiger Schleimtropfen +item.tconstruct.edible.slimedrop_purple.name=Gelartiger Schleimtropfen +item.tconstruct.edible.slimedrop_blood.name=Geronnener Bluttropfen +item.tconstruct.edible.slimedrop_magma.name=Gelartiger Schleimtropfen + +item.tconstruct.materials.seared_brick.name=Versengte Ziegel +item.tconstruct.materials.mud_brick.name=Matschziegel +item.tconstruct.materials.mud_brick.tooltip=Baublöcke für Groß und Klein +item.tconstruct.materials.dried_brick.name=Getrocknete Ziegel +item.tconstruct.materials.slimecrystal_green.name=Grünschleimkristall +item.tconstruct.materials.slimecrystal_green.tooltip=Wird zum Herstellen von Schleimwerkzeugen benutzt +item.tconstruct.materials.slimecrystal_blue.name=Blauschleimkristall +item.tconstruct.materials.slimecrystal_blue.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.slimecrystal_magma.name=Magma-Schleimkristall +item.tconstruct.materials.slimecrystal_magma.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.expander_w.name=Expander (horizontal) +item.tconstruct.materials.expander_w.tooltip=Don't skip leg day! +item.tconstruct.materials.expander_h.name=Expander (vertikal) +item.tconstruct.materials.expander_h.tooltip=Do you even lift? +item.tconstruct.materials.reinforcement.name=Verstärkung +item.tconstruct.materials.reinforcement.tooltip=Verstärkungs-Modifikator +item.tconstruct.materials.silky_cloth.name=Seidiger Stoff +item.tconstruct.materials.silky_jewel.name=Seidiger Edelstein +item.tconstruct.materials.silky_jewel.tooltip=Behutsamkeits-Modifikator +item.tconstruct.materials.necrotic_bone.name=Nekrotischer Knochen +item.tconstruct.materials.necrotic_bone.tooltip=Nekrotisch-Modifiktator +item.tconstruct.materials.moss.name=Moosball +item.tconstruct.materials.moss.tooltip=Rechtsklicke damit auf ein Bücherregal,\num es in Reparierendes Moos zu verwandeln.\n§oVerbraucht 10 Level +item.tconstruct.materials.mending_moss.name=Reparierendes Moos +item.tconstruct.materials.mending_moss.tooltip=Reparierendes Moos-Modifikator +item.tconstruct.materials.creative_modifier.name=Kreativ-Modifikator +item.tconstruct.materials.creative_modifier.tooltip=Fügt einen weiteren Modifikator hinzu + +item.tconstruct.ingots.cobalt.name=Cobaltbarren +item.tconstruct.ingots.ardite.name=Arditbarren +item.tconstruct.ingots.manyullyn.name=Manyullynbarren +item.tconstruct.ingots.knightslime.name=Knightslimebarren +item.tconstruct.ingots.knightslime.tooltip=Schleimig, metallisch und doch steinig? Faszinierend! +item.tconstruct.ingots.pigiron.name=Schweineeisenbarren +item.tconstruct.ingots.pigiron.tooltip=Grunz! +item.tconstruct.ingots.alubrass.name=Duraluminiumbarren + +item.tconstruct.nuggets.cobalt.name=Cobaltnugget +item.tconstruct.nuggets.ardite.name=Arditnugget +item.tconstruct.nuggets.manyullyn.name=Manyullynnugget +item.tconstruct.nuggets.knightslime.name=Knightslimenugget +item.tconstruct.nuggets.pigiron.name=Schweineeisennugget +item.tconstruct.nuggets.alubrass.name=Duraluminiumnugget + +item.tconstruct.pattern.blank=Leere Schablone +item.tconstruct.pattern.name=%sschablone +item.tconstruct.cast.blank=Leere Gussform +item.tconstruct.cast.name=%sgussform +item.tconstruct.clay_cast.name=%slehmform +item.tconstruct.cast_custom.ingot.name=Barrengussform +item.tconstruct.cast_custom.nugget.name=Nuggetgussform +item.tconstruct.cast_custom.gem.name=Edelsteingussform +item.tconstruct.cast_custom.plate.name=Plattengussform +item.tconstruct.cast_custom.gear.name=Zahnradgussform + +item.tconstruct.sharpening_kit.name=Schärfungsset +item.tconstruct.sharpening_kit.tooltip=Kombiniere mit einem Feuerstein\nVerbessert das Werkzeug auf das Abbaulevel des Materials. + +item.forge.bucketFilled.blood=Bluteimer + +# Tools +item.tconstruct.pickaxe.name=Spitzhacke +item.tconstruct.shovel.name=Schaufel +item.tconstruct.hatchet.name=Beil +item.tconstruct.mattock.name=Breithacke + +item.tconstruct.hammer.name=Hammer +item.tconstruct.excavator.name=Exkavator +item.tconstruct.lumberaxe.name=Holzfälleraxt +item.tconstruct.scythe.name=Sense + +# Melee Weapons + +item.tconstruct.frypan.name=Bratpfanne +item.tconstruct.battlesign.name=Kampfschild +item.tconstruct.dagger.name=Dolch +item.tconstruct.broadsword.name=Breitschwert +item.tconstruct.longsword.name=Langschwert +item.tconstruct.rapier.name=Stoßdegen +item.tconstruct.cutlass.name=Entermesser + +item.tconstruct.cleaver.name=Hackbeil +item.tconstruct.battleaxe.name=Streitaxt + +# Ranged Weapons & Ammo + +item.tconstruct.shortbow.name=Kurzbogen + +item.tconstruct.arrow.name=Pfeil + +item.tconstruct.shuriken.name=Shuriken + +# Tool Parts +item.tconstruct.shard.name=Scherbe + +item.tconstruct.pick_head.name=Spitzhackenkopf +item.tconstruct.shovel_head.name=Schaufelkopf +item.tconstruct.axe_head.name=Axtkopf +item.tconstruct.pan_head.name=Pfanne +item.tconstruct.sign_head.name=Schildplatte +item.tconstruct.binding.name=Bindung +item.tconstruct.tool_rod.name=Werkzeuggriff +item.tconstruct.knife_blade.name=Messerklinge +item.tconstruct.sword_blade.name=Schwertklinge +item.tconstruct.wide_guard.name=Weitschützer +item.tconstruct.cross_guard.name=Kreuzschützer +item.tconstruct.hand_guard.name=Handschützer +item.tconstruct.full_guard.name=Vollschützer + +# Large Tool Parts +item.tconstruct.hammer_head.name=Hammerkopf +item.tconstruct.excavator_head.name=Exkavatorkopf +item.tconstruct.broad_axe_head.name=Breitaxtkopf +item.tconstruct.large_plate.name=Große Platte +item.tconstruct.tough_binding.name=Robuste Bindung +item.tconstruct.tough_tool_rod.name=Robuster Werkzeuggriff +item.tconstruct.scythe_head.name=Sensenblatt +item.tconstruct.large_sword_blade.name=Große Schwertklinge + +# Bow & Arrow Parts + +item.tconstruct.bow_limb.name=Bogenwurfarm +item.tconstruct.bow_string.name=Bogensehne + +item.tconstruct.arrow_head.name=Pfeilspitze +item.tconstruct.arrow_shaft.name=Pfeilschaft +item.tconstruct.fletching.name=Befiederung + +# Material specific tools and toolparts +# item.tconstruct.<tool>.<material> +# item.tconstruct.pickaxe.wood=Wooden Pickaxe + +# Gadgets +item.tconstruct.slime_boots.name=Schleimstiefel +item.tconstruct.slime_boots.tooltip=Lässt dich beim Landen hüpfen +item.tconstruct.slimesling.name=Schleimschleuder +item.tconstruct.slimesling.tooltip=Aufladen, zielen und schleudern!\nBenutze Schleimstiefel, wenn dir dein Leben wert ist! +item.tconstruct.piggybackpack.name=Schweinchenrucksack +item.tconstruct.piggybackpack.tooltip=Rechtsklicke auf Mobs, um sie aufzusammeln +item.tconstruct.stone_stick.name=Steingriff + +item.tconstruct.fancy_frame.jewel.name=Schicker Rahmen +item.tconstruct.fancy_frame.alubrass.name=Duraluminiumrahmen +item.tconstruct.fancy_frame.cobalt.name=Cobaltrahmen +item.tconstruct.fancy_frame.ardite.name=Arditrahmen +item.tconstruct.fancy_frame.manyullyn.name=Manyullynrahmen +item.tconstruct.fancy_frame.gold.name=Goldener Rahmen +item.tconstruct.fancy_frame.clear.name=Klarer Rahmen + +item.tconstruct.throwball.glow.name=Leuchtball +item.tconstruct.throwball.glow.tooltip=Nicht zum Verzehr geeignet. +item.tconstruct.throwball.efln.name=EFLN +item.tconstruct.throwball.efln.tooltip=Explodiert! Sicher für den Bergbau + +################### +# Mom's Spaghetti # +################### + +item.tconstruct.moms_spaghetti.name=Muttis Spaghetti +item.tconstruct.moms_spaghetti.desc=Lecker! +item.tconstruct.moms_spaghetti.tooltip1=§oIch denke, sie sind in Ordnung... aber nicht genau das Gleiche.\nSie brauchen auf jeden Fall etwas Soße, aber sie muss rot sein. +item.tconstruct.moms_spaghetti.tooltip2=§oIrgendwas fehlt.. könnte etwas Fleisch gebrauchen. Mama hat immer DAS GANZE Fleisch benutzt.\nIch sollte mindestens drei verschiedene Fleischarten benutzen. +item.tconstruct.moms_spaghetti.tooltip3=§oSo wie Mama sie immer gemacht hat. +stat.spaghetti.uses.name=Mampfs +stat.spaghetti.nourishment.name=Nahrung +stat.spaghetti.saturation.name=Sättigung +modifier.spaghetti_sauce.name=mit Soße +modifier.spaghetti_sauce.desc=§oMir Roter Beete von Mutti§r\nErhöht die Sättigung +modifier.spaghetti_meat.name=mit Fleisch +modifier.spaghetti_meat.desc=§oAll das Fleisch!§r\nErhöht den Nahrungswert + +item.tconstruct.spaghetti.hard.name=Unmöglich harte Weizenstäbe +item.tconstruct.spaghetti.hard.tooltip=Im jetzigen Zustand komplett ungenießbar.\nSie müssen weich gemacht werden, noch nicht einmal deine schwitzigen Hänge sind gut genug dafür.\nSie sollten womöglich ein wenig im Wasser liegen. +item.tconstruct.spaghetti.soggy.name=Pampige Nudeln +item.tconstruct.spaghetti.soggy.tooltip=Jetzt sind sie komplett durchnässt, selbst deine Spaghetti-Arme können sie jetzt biegen.\nHänge sie auf und lass sie trocknen. +item.tconstruct.spaghetti.cold.name=Kalte getrocknete Nudeln +item.tconstruct.spaghetti.cold.tooltip=Na ja, das ist besser, aber sie schmecken immer noch ekelhaft.\nSie zu erhitzen, sollte sie essbar machen.\nDas könnte sogar genug sein, um dich von deinen schwachen Beinen zu holen. + +################# +# Entities # +################# + +entity.tconstruct.blueslime.name=Blauschleim + +################# +# Liquids # +################# + +fluid.tconstruct.stone.name=Versengter Stein +fluid.tconstruct.obsidian.name=Geschmolzenes Obsidian +fluid.tconstruct.clay.name=Geschmolzener Lehm +fluid.tconstruct.dirt.name=Flüssige Erde +fluid.tconstruct.iron.name=Geschmolzenes Eisen +fluid.tconstruct.gold.name=Geschmolzenes Gold +fluid.tconstruct.pigiron.name=Geschmolzenes Schweineeisen +fluid.tconstruct.cobalt.name=Geschmolzenes Cobalt +fluid.tconstruct.ardite.name=Geschmolzenes Ardit +fluid.tconstruct.manyullyn.name=Geschmolzenes Manyullyn +fluid.tconstruct.knightslime.name=Geschmolzenes Knightslime +fluid.tconstruct.emerald.name=Geschmolzener Smaragd +fluid.tconstruct.glass.name=Geschmolzenes Glas +fluid.tconstruct.blood.name=Blut +fluid.tconstruct.milk.name=Milch +fluid.tconstruct.blueslime.name=Flüssiger blauer Schleim +fluid.tconstruct.purpleslime.name=Flüssiger violetter Schleim +fluid.tconstruct.brass.name=Geschmolzenes Messing +fluid.tconstruct.copper.name=Geschmolzenes Kupfer +fluid.tconstruct.tin.name=Geschmolzenes Zinn +fluid.tconstruct.bronze.name=Geschmolzenes Bronze +fluid.tconstruct.zinc.name=Geschmolzenes Zink +fluid.tconstruct.lead.name=Geschmolzenes Blei +fluid.tconstruct.nickel.name=Geschmolzenes Nickel +fluid.tconstruct.silver.name=Geschmolzenes Silber +fluid.tconstruct.electrum.name=Geschmolzenes Electrum +fluid.tconstruct.steel.name=Geschmolzener Stahl +fluid.tconstruct.aluminum.name=Geschmolzenes Aluminium +fluid.tconstruct.alubrass.name=Geschmolzenes Duraluminium + +################# +# Potions # +################# + +potion.carry=Piggybacking + +################# +# Materials # +################# +# material.<identifier>.name +# material.<identifier>.prefix +# material.wood.prefix=Wooden %s - Used for stuff like "Wooden Pickaxe" if no specific name is given + +material.wood.name=Holz +material.wood.prefix=Holz-%s +material.stone.name=Stein +material.flint.name=Feuerstein +material.cactus.name=Kaktus +material.obsidian.name=Obsidian +material.prismarine.name=Prismarin +material.netherrack.name=Netherrack +material.endstone.name=End +material.bone.name=Knochen +material.paper.name=Papier +material.sponge.name=Schwamm +material.firewood.name=Feuerholz +material.slime.name=Schleim +material.blueslime.name=Blauschleim +material.blueslime.prefix=Schleim-%s +material.knightslime.name=Knightslime +material.magmaslime.name=Magmaschleim +material.ardite.name=Ardit +material.cobalt.name=Cobalt +material.manyullyn.name=Manyullyn +material.iron.name=Eisen +material.pigiron.name=Schweineeisen +material.copper.name=Kupfer +material.bronze.name=Bronze +material.lead.name=Blei +material.silver.name=Silber +material.electrum.name=Electrum +material.steel.name=Stahl + +material.string.name=Faden +material.vine.name=Ranken +material.slimevine_blue.name=Schleimranken +material.slimevine_orange.name=material.slimevine_blue.name +material.slimevine_purple.name=material.slimevine_blue.name + +material.blaze.name=Lohenrute +material.reed.name=Schilf +material.ice.name=Eis +material.endrod.name=Endstab + +material.feather.name=Feder +material.leaf.name=Blatt +material.slimeleaf_blue.name=Schleimblatt +material.slimeleaf_orange.name=material.slimeleaf_blue.name +material.slimeleaf_purple.name=material.slimeleaf_blue.name + +############# +# Stats # +############# +stat.head.name=Kopf +stat.head.durability.name=Haltbarkeit +stat.head.durability.desc=Der Standardwert für Haltbarkeitsberechnungen.\nNormalerweise ein wesentlicher Bestandteil der Gesamthaltbarkeit des Werkzeugs. +stat.head.miningspeed.name=Abbaugeschwindigkeit +stat.head.miningspeed.desc=Wie schnell ein Werkzeug Blöcke mit einem Kopf aus diesem Material abbauen kann.\nKönnte von anderen Werkzeugteilen beeinflusst werden. +stat.head.harvestlevel.name=Abbaulevel +stat.head.harvestlevel.desc=Welche Reichweite an Blöcken ein Werkzeug mit einem Kopf aus diesem Material abbauen kann. +stat.head.attack.name=Angriffsschaden +stat.head.attack.desc=Basiswert für Angriffsberechnungen.\nDas Endresultat hängt vom Werkzeug an sich und anderen verwendeten Komponenten ab. + +stat.handle.name=Griff +stat.handle.modifier.name=Modifikator +stat.handle.modifier.desc=Wie geeignet dieses Werkzeugmaterial als Griff ist.\nDie Gesamthaltbarkeit des Werkzeugs wird damit multipliziert. +stat.handle.durability.name=stat.head.durability.name +stat.handle.durability.desc=Wie gut das Material gehalten werden kann.\nDie Haltbarkeit des Werkzeugs wird von dieser Menge geändert. + +stat.extra.name=Extra +stat.extra.durability.name=stat.head.durability.name +stat.extra.durability.desc=Wie viel Haltbarkeit dieses Teil beiträgt, wenn es als Zubehör benutzt wird. + +stat.mattock.axelevel.name=Axtlevel +stat.mattock.shovellevel.name=Schaufellevel + +stat.bow.name=Bogen +stat.bow.drawspeed.name=Ziehgeschwindigkeit +stat.bow.drawspeed.desc=Wie schnell du den Bogen spannen kannst. +stat.bow.range.name=Reichweiten-Multiplikator +stat.bow.range.desc=Wie weit das Projektil geschossen werden kann. + +stat.bowstring.name=Bogensehne +stat.bowstring.modifier.name=Modifikator +stat.bowstring.modifier.desc=Die Haltbarkeit des Werkzeugs wird damit multipliziert. + +stat.shaft.name=Pfeilschaft +stat.shaft.modifier.name=Modifikator +stat.shaft.modifier.desc=Jeder Pfeil braucht einen passenden Kern. Er bestimmt, wie gut es hält.\nDie Gesamtmunition des Werkzeugs wird damit Multipliziert. +stat.shaft.ammo.name=Bonus-Munition +stat.shaft.ammo.desc=Wie viele Pfeile du herausbekommst.\nSo viel pauschale Munition wird hinzugefügt. + +stat.fletching.name=Befiederung +stat.fletching.accuracy.name=Genauigkeit +stat.fletching.accuracy.desc=Wie stabil der Flugpfad mit dieser Befiederung sein wird.\nBeeinflusst die Gesamtgenauigkeit des Projektils. +stat.fletching.modifier.name=Modifikator +stat.fletching.modifier.desc=Wie viele Pfeile du damit herstellen kannst.\nProjektil-Munition wird damit multipliziert. + +stat.projectile.ammo.name=Munition + +############## +# Traits # +############## + +# traits are also modifiers, they use the same prefix so they don't have to be localized twice +modifier.alien.name=Alien +modifier.alien.desc=§oDie Eigenschaften fühlen sich komisch an...§r\n..als ob sie sich ändern würden! Vielleicht wird es die Zeit zeigen? +modifier.aquadynamic.name=Aquadynamisch +modifier.aquadynamic.desc=§oEs wird nass hier drinnen!§r\nDas Werkzeug bleibt von Wasser ungehindert und liebt regnerische Abende. +modifier.aridiculous.name=Aridiculous +modifier.aridiculous.desc=§oMach die Hölle heiß!§r\nDieses Werkzeug funktioniert in heißer Umgebung besser. +modifier.autosmelt.name=Auto-Schmelzen +modifier.autosmelt.desc=§oEin Ofen in Werkzeugform!§r\nAbgebaute Blöcke werden eingeschmelzt. +modifier.baconlicious.name=Baconlicious +modifier.baconlicious.desc=§oBACON!§r\nDinge zu schlagen wirft manchmal Bacon ab. +modifier.cheap.name=Billig +modifier.cheap.desc=§oMehr fürs gleiche Geld!§r\nErhöht die Haltbarkeit bei Reparatur des Werkzeugs. +modifier.cheapskate.name=Geizhals +modifier.cheapskate.desc=§oFrech!§r\nStein ist schlecht. Dein Werkzeug hat weniger Haltbarkeit. +modifier.coldblooded.name=Kaltblütig +modifier.coldblooded.desc=§oBarbar!§r\nRichte erhöhten Schaden gegen Ziele mit voller Energie an. +modifier.crude.name=Derb +modifier.crude.desc=§oRüstung ist für Feiglinge!§r\nBonus-Schaden gegen ungepanzerte Ziele. +modifier.crude.extra=Gegen Ungepanzerte: +%s +modifier.crumbling.name=Zerbröckelnd +modifier.crumbling.desc=§oBröckel rumms groll§r\nDein Werkzeug baut weiche Blöcke schneller ab, wenn sie kein Werkzeug zum Abbau benötigen. +modifier.dense.name=Dicht +modifier.dense.desc=§oHärt...er.§r\nDein Werkzeug hält länger, wenn es weniger Haltbarkeit hat. +modifier.duritos.name=Duritae +modifier.duritos.desc=§oSchmeckt nicht so gut wie es klingt.§r\nDein Werkzeug hält länger ...meistens. +modifier.ecological.name=Ökologisch +modifier.ecological.desc=§oGrüne Energie!§r\nEneuerbare Ressourcen sind so gut, sie regenerieren sich selbst! +modifier.enderference.name=Enderference +modifier.enderference.desc=§oAnti-Teleport!§r\nVerbietet Endermen für kurze Zeit, sich zu teleportieren. +modifier.established.name=Wohletabliert +modifier.established.desc=§oKostenlose Bonus-Erfahrung!§r\nDu erhältst zusätzliche Erfahrung. +modifier.flammable.name=Brennbar +modifier.flammable.desc=§oNiemals genug Feuer!§r\nBlocken wehrt Feuerschaden ab und setzt den Angreifer in Brand. +modifier.fractured.name=Zerbrechlich +modifier.fractured.desc=§oVerletzt!§r\nDein Werkzeugschaden ist erhöht. +modifier.hellish.name=Höllisch +modifier.hellish.desc=§oVon ganz unten!§r\nRichte Bonus-Schaden gegen Nicht-Nether-Kreaturen an. +modifier.hellish.extra=Gegen Nicht-Nether: +%s +modifier.holy.name=Heilig +modifier.holy.desc=§oStrahlend!§r\nRichte Bonus-Schaden gegen untote Gegner an. +modifier.holy.extra=modifier.smite.extra +modifier.insatiable.name=Unersättlich +modifier.insatiable.desc=§oVerschlingen!§r\nWährend des Kampfes wirst du mehr und mehr Schaden anrichten, aber auch mehr und mehr Haltbarkeit verbrauchen. +modifier.jagged.name=Gezackt +modifier.jagged.desc=§oDas geht zackig!§r\nJeder verlorene Haltbarkeitspunkt erhöht den Schaden. +modifier.jagged.extra=Gezackter Schaden: +%s +modifier.lightweight.name=Leicht +modifier.lightweight.desc=§oSchnell wie der Wind!§r\nErhöht die Gesamtgeschwindigkeit deines Werkzeugs bei Abbau und Angriff. +modifier.lightweight.extra=Bonus-Geschwindigkeit: +%s +modifier.magnetic.name=Magnetisch +modifier.magnetic.desc=§oWie funktioniert das?!§r\nDinge zu schlagen zieht Dinge in der Nähe an?! +modifier.momentum.name=Schwung +modifier.momentum.desc=§oSchneller, mach weiter!§r\nBlöcke abzubauen erhöht deine Geschwindigkeit, solange du weitermachst. +modifier.petramor.name=Petrophil +modifier.petramor.desc=§oSo viel Stein, ich muss alles sehen!§r\nDein Werkzeug liebt Stein, es möchte ihn buchstäblich absorbieren (für Haltbarkeit). +modifier.poisonous.name=Giftig +modifier.poisonous.desc=§oNicht ganz bleifrei!§r\nVergiftet getroffene Gegner. +modifier.prickly.name=Stachelig +modifier.prickly.desc=§oAutsch!§r\nNiemand ist vor diesen Dornen sicher, sie tun immer weh. +modifier.sharp.name=Scharf +modifier.sharp.desc=§oKann sogar Wörter schneiden!§r\nWenn du einen Gegner triffst, wird er für kurze Zeit bluten. +modifier.shocking.name=Schockierend +modifier.shocking.desc=§oBzzzzzt!§r\nHerumrennen lädt dein Werkzeug auf, auf Gegner einschlagen entlädt es. +modifier.slimey.name=Schleimig +modifier.slimey.desc=§oIhh, klebrig!§r\nIch werde es abwaschen. +modifier.spiky.name=Stachelig +modifier.spiky.desc=§o200% cooler mit Stacheln!§r\nBlocken richtet Schaden beim Angreifer an. +modifier.splintering.name=Splitternd +modifier.splintering.desc=§oEin Andenken für deine Gegner!§r\nTriff sie häufiger, um mehr Schaden anzurichten. +modifier.splinters.name=Splitter +modifier.splinters.desc=§oAutsch!§r\nFang dir bloß keinen Splitter ein! +modifier.squeaky.name=Quietschend +modifier.squeaky.desc=§oSüß.§r\nDein Werkzeug ist so weich und quietschig, dass es Behutsamkeit erhalten hat, richtet aber keinen Schaden an. +modifier.stiff.name=Steif +modifier.stiff.desc=§oUnbeweglich!§r\nBlocken reduziert den erlittenen Schaden noch mehr. +modifier.stonebound.name=Steingebunden +modifier.stonebound.desc=§oDein Werkzeug liebt Stein abgöttisch!§r\nDein Werkzeug baut schneller ab, während es sich abnutzt, aber richtet weniger Schaden an. +modifier.stonebound.extra=Steingebunden-Geschwindigkeit: +%s +modifier.superheat.name=Superhitze +modifier.superheat.desc=§oMach die Hölle heiß!§r\nRichte Bonus-Schaden gegen brennende Gegner an. +modifier.superheat.extra=Gegen brennende Gegner: +%s +modifier.unnatural.name=Unnatürlich +modifier.unnatural.desc=§oAbscheulichkeit!§r\nDieses Werkzeug baut schneller ab, je höher das Abbaulevel über dem des benötigten ist. +modifier.tasty.name=Lecker +modifier.tasty.desc=§oOm Nom Nom§r\nRiecht so gut.. Du würdest eher dein Werkzeug essen, als zu verhungern. +modifier.writable.name=Beschreibbar +modifier.writable.desc=§oIntellektuell!§r\nMehr Worte. Mehr Modifikatoren. Es ist nur logisch! + +modifier.breakable.name=Zerbrechlich +modifier.breakable.desc=§oDiese Seite nach oben!§r\Projektile haben eine 50%-Wahrscheinlichkeit, beim Einschlag zu zerbrechen. +modifier.endspeed.name=Endgeschwindigkeit +modifier.endspeed.desc=§oQuantum-Geschwindigkeit!§r\Projektile erreichen sofort ihr Ziel. +modifier.freezing.name=Gefrierend +modifier.freezing.desc=§oDer Winter kommt§r\nErfolgreiche Treffer verlangsamen dein Ziel mehr und mehr. +modifier.hovering.name=Schwebend +modifier.hovering.desc=§oFrei wie der Wind§r\nGeschosse schießen langsamer, aber gehen weniger auf die Schwerkraft ein. +modifier.splitting.name=Teilend +modifier.splitting.desc=§oZwei in einem!§r\nDie plötzliche Beschleunigung eines losgelassenen Pfeils könnte dazu führen, dass er sich in zwei Teile spaltet. + +################# +# Modifiers # +################# + +modifier.bane_of_arthopods.name=Nemesis der Gliederfüßer +modifier.bane_of_arthopods.desc=§oAnti-Spinne!§r\nRichte massiven Schaden gegen Spinnen an. +modifier.bane_of_arthopods.extra=Gegen Spinnen: +%s +modifier.beheading.name=Enthauptend +modifier.beheading.desc=§oAb mit seinem Kopf!§r\nJedes Level erhöht die Wahrscheinlichkeit, den Kopf des Gegners zu erhalten, um 10%. +modifier.blasting.name=Sprengend +modifier.blasting.desc=§oKa-Boom!§r\nDu kannst nicht-effektive Blöcke wie normale Blöcke abbauen, aber sie könnten dabei zerstört werden. +modifier.blasting.extra=Sprengkraft: %s +modifier.diamond.name=Diamant +modifier.diamond.desc=§oGlänzend!§r\nErhöhte Haltbarkeit! +modifier.emerald.name=Smaragd +modifier.emerald.desc=§oSchick!§r\nErhöht Haltbarkeit abhängig von den Standardwerten! +modifier.fiery.name=Feurig +modifier.fiery.desc=§oSo heiß gerade!§r\nBonus-Feuerschaden, setzt deine Gegner in Brand. +modifier.fiery.extra=Feuerschaden: +%s +modifier.fiery.extra2=Brenndauer: %ss +modifier.fortify.name=Verstärkt +modifier.fortify.desc=§oHärter, besser, schneller, stärker!§r\nDas Abbaulevel hat sich auf %s erhöht. +modifier.glowing.name=Leuchtend +modifier.glowing.desc=§oLeuchte hell§r\nImmer wenn es zu dunkel wird, opfert dein Werkzeug einen Teil von sich, um die Gegend zu erhellen. +modifier.harvestwidth.name=Breite++ +modifier.harvestwidth.desc=§oErweitern!§r\nErhöht die Breite des vom Werkzeug betroffenen Bereichs. Der Effekt ist werkzeugspezifisch. +modifier.harvestheight.name=Höhe++ +modifier.harvestheight.desc=§oErweitern!§r\nErhöht die Höhe des vom Werkzeug betroffenen Bereichs. Der Effekt ist werkzeugspezifisch. +modifier.haste.name=Hast +modifier.haste.name2=Hastiger +modifier.haste.name3=Hastigerer +modifier.haste.name4=Hastigererer +modifier.haste.name5=Hastigerererer +modifier.haste.desc=§oHuiiiii!§r\nDer Redstone-Impuls motiviert dein Werkzeug, sich bei Benutzung noch schneller zu bewegen. +modifier.haste.extra=Bonus-Geschwindigkeit: +%s +modifier.knockback.name=Rückstoß +modifier.knockback.desc=§oHomerun!§r\nBring Dingen das Fliegen bei - auf coole Art. +modifier.luck.name=Glück +modifier.luck.desc=§oGlänzend!§r\nDu bekommst all die schönen Dinge. Und viel davon. +modifier.mending_moss.name=Reparierendes Moos +modifier.mending_moss.desc=§oEs lebt!§r\nAufgesammelte Erfahrung wird im Werkzeug gespeichert. Es wird diese Erfahrung langsam benutzen, um sich zu reparieren. +modifier.mending_moss.extra=Gespeicherte Erfahrung: %d +modifier.necrotic.name=Nekrotisch +modifier.necrotic.desc=§oIch fühle mich so lebendig!!§r\nFeinde zu schlagen bewirkt, dass du Gesundheit, abhängig vom zugefügten Schaden, erhältst. +modifier.necrotic.extra=Lebensraub: +%s +modifier.reinforced.name=Verstärkt +modifier.reinforced.unbreakable=Unzerstörbar +modifier.reinforced.desc=§oSo stark!§r\nJedes Level fügt eine %s-Wahrscheinlichkeit hinzu, keine Haltbarkeit zu verlieren. +modifier.reinforced.extra=Verstärkt: %s +modifier.sharpness.name=Scharf +modifier.sharpness.name2=Schärfer +modifier.sharpness.name3=Schärferer +modifier.sharpness.name4=Schärfererer +modifier.sharpness.name5=Schärferererer +modifier.sharpness.desc=§oAutsch!§r\nSo scharf, dass es schon beim Hinsehen wehtut. +modifier.shulking.name=Shulkierend +modifier.shulking.desc=§oAuf und davon!§r\nFeinde zu schlagen bewirkt, dass sie wegschweben. +modifier.shulking.extra=Schwebedauer: %ss +modifier.silktouch.name=Behutsamkeit +modifier.silktouch.desc=§oSanft wie Seide!§r\nAbgebaute Blöcke droppen sich selbst anstatt der gewöhnlichen Gegenstände. +modifier.smite.name=Bann +modifier.smite.desc=§oFür Gerechtigkeit!§r\nRichte massiven Schaden gegen Untote an. +modifier.smite.extra=Gegen Untote: +%s +modifier.soulbound.name=Seelengebunden +modifier.soulbound.desc=§oEin glückliches Paar!§r\nDu liebst dein Werkzeug. Nicht einmal der Tod kann euch trennen. +modifier.webbed.name=Webend +modifier.webbed.desc=§oPfui!§r\nWickel deine Feinde in Spinnweben, um sie zu verlangsamen. + +################# +# Tool Info # +################# +item.tconstruct.pickaxe.desc=Die Spitzhacke ist ein präzises Bergbauwerkzeug. Effektiv bei Stein und Erz.\nEs baut Blöcke ab, OK? +item.tconstruct.shovel.desc=Die Schaufel gräbt Erde. Effektiv bei Erde, Sand, Kies und Schnee.\nGrab nur nicht dein eigenes Grab! +item.tconstruct.hatchet.desc=Das Beil zerhackt Holz und macht kurzen Prozess mit Blättern. Es ist außerdem eine passable Waffe.\nZack, zack! +item.tconstruct.mattock.desc=Die Breithacke ist ein vielseitiges Landwirtschaftswerkzeug. Effektiv bei Holz, Erde und Pflanzen. Außerdem setzt es ordentlich zu.\nRechtsklick: Acker bestellen +item.tconstruct.broadsword.desc=Das Breitschwert ist eine Universalwaffe. Streichattacken halten feindliche Horden in Schach.\nAuch gut gegen Spinnweben geeignet! +item.tconstruct.longsword.desc=Das Langschwert ist eine Angriffswaffe. Es wird häufig benutzt, um mit hoher Geschwindigkeit in den Kampf zu ziehen.\nRechtsklick: Satz nach vorn +item.tconstruct.rapier.desc=Der Stoßdegen ist eine Spezialwaffe, der auf schnelle Angriffe ausgelegt ist, um Feinde zu besiegen.\nRechtsklick: Satz nach hinten +item.tconstruct.frypan.desc=Die Bratpfanne ist eine schwere Waffe mit Rückstoß, um sich etwas Abstand zu verschaffen. Außerdem macht es BOING!\nRechtsklick: Schwerer Schlag +item.tconstruct.battlesign.desc=Das Kampfschild ist die ultimative Verteidigungswaffe. Ein Fortschritt in Waffentechnik, vielen Zombie Pigmen würdig.\nKann als Schutzschild verwendet werden, blockiert Geschosse. +item.tconstruct.hammer.desc=Der Hammer ist ein breites Bergbauwerkzeug. Er baut Blöcke mit einer großen Reichweite ab.\nAuch gegen Untote effektiv. +item.tconstruct.lumberaxe.desc=Die Holzfälleraxt ist ein breites Hackwerkzeug. Sie kann ganze Bäume auf einen Schlag fällen oder Holz in einem weiten Bereich abbauen.\nBaum fällt! +item.tconstruct.excavator.desc=Der Exkavator ist ein breites Grabwerkzeug. Er baut große Boden- und Schneeflächen mit hoher Reichweite ab\nTerraforming! +item.tconstruct.cleaver.desc=Das Hackbeil ist eine schwere Angriffswaffe. Es verteilt kräftige Hiebe, ist aber schwer zu handhaben.\nHackbeile sind nützlich für großen Schaden.\nLangsam, erfordert zwei Hände! +item.tconstruct.battleaxe.desc=Die Streitaxt ist eine schwere Angriffswaffe und lässt den Berserker in dir heraus. Sie kann kleine Bäume fällen und Feinde zum Fliegen bringen.\nRechtsklick: Berserker +item.tconstruct.scythe.desc=Die Sense ist ein breites Erntewerkzeug und mäht Pflanzen und Feinde gleichermaßen nieder.\nRichtet Flächenschaden an.\nRechtsklick: Pflanzen ernten und erneut anpflanzen +item.tconstruct.shuriken.desc=Der Shuriken ist eine schnelle Wurfwaffe mit kurzer Reichweite. Es hat eine hohe Menge, aber geringen Schaden.\nKann mit der Nebenhand geworfen werden. + +################ +# Tooltips # +################ +tooltip.tool.modifiers=Modifikatoren +tooltip.tool.broken=Kaputt +tooltip.tool.empty=Leer +tooltip.tool.holdShift=§e§oUmschalt§r§7 drücken für Eigenschaften +tooltip.tool.holdCtrl=§e§bStrg§r§7 drücken für mehr + +tooltip.part.material_added_by=Material hinzugefügt von %s +tooltip.part.missing_material=Fehlendes Material: %s +tooltip.part.missing_stats=Material besitzt benötigte Eigenschaften nicht:\n%s +tooltip.part.missing_info=Werkzeugteil besitzt keine Werte + +tooltip.pattern.cost=Materialkosten: %d + +tooltip.chest.has_items=Enthält Gegenstände + +tooltip.tank.fluid=%s +tooltip.tank.amount=%d ml + +################## +# UI Strings # +################## +# general strings used in GUIs, tooltips and other display stuff + +ui.mininglevel.stone=Stein +ui.mininglevel.iron=Eisen +#ui.mininglevel.redstone=Redstone # replaced with diamond +ui.mininglevel.diamond=Diamant +ui.mininglevel.obsidian=Obsidian +ui.mininglevel.cobalt=Cobalt + +# Death messages +death.attack.smeltery=%s hat versucht, einen geschmolzenen Spieler zu erschaffen +death.attack.splinter=%s hat sich einen Splitter eingefangen. War anscheinend ein großer + +###################### +# GUI Error messages # +###################### + +gui.error=FEHLER +gui.warning=WARNUNG +# GUI Errors from the different Tinker Tables +gui.error.invalid_pattern=Schablone enthält kein gültiges Werkzeugteil! +gui.error.useless_tool_part=Dieses Werkzeugteil kann nicht benutzt werden, um ein Werkzeug herzustellen.\nEntweder besitzt das Material %s nicht genügend Informationen oder kein Werkzeug benutzt %s im Herstellungsprozess. +gui.error.wrong_material_part=Ein oder mehrere Gegenstände haben ein nicht unterstütztes Material für dieses Werkzeug. +gui.error.not_enough_durability=Nicht genug Haltbarkeit, um Werkzeugteile auszutauschen!\n%d weitere Haltbarkeit benötigt. +# GUI Errors from modifiers +gui.error.not_enough_modifiers=Nicht genug Modifikatoren vorhanden. (%d benötigt) +gui.error.single_modifier=%s kann nur einmal angewandt werden. +gui.error.max_level_modifier=Maximales Level für %s ist bereits erreicht. +gui.error.no_modifier_for_item=Keine Modifikatoren für %s gefunden. +gui.error.incompatible_modifiers=Modifikatoren %s und %s können nicht zusammen angewandt werden +gui.error.incompatible_trait=Modifikator %s kann nicht zusammen mit Eigenschaft %s benutzt werden +gui.error.incompatible_enchantments=Modifikator %s kann nicht mit Verzauberung %s kombiniert werden + +################ +# GUIs # +################ + +# General things used in multiple GUIs +gui.general.hover=Über Einträge fahren, um mehr Informationen zu erhalten + +# Creative Tabs +itemGroup.TinkerGeneral=Tinkers' Generelle Gegenstände +itemGroup.TinkerTools=Tinkers' Werkzeuge +itemGroup.TinkerToolParts=Tinkers' Werkzeugteile +itemGroup.TinkerSmeltery=Tinkers' Schmelzerei +itemGroup.TinkerWorld=Tinkers' Welt +itemGroup.TinkerGadgets=Tinkers' Geräte + +# Crafting Station +gui.craftingstation.name=Werkstation + +# Stencil Table +gui.stenciltable.name=Schablonentisch + +# PartBuilder +gui.partbuilder.name=Werkzeugteilbauer +gui.partcrafter.name=Werkzeugteilhersteller +gui.partbuilder.info=Hier kannst du Werkzeugteile herstellen, um deine Bastelei-Fantasien zu erfüllen.\n\nUm ein Werkzeugteil herzustellen, lege die Schablone einfach in den linken Platz. Die beiden verbleibenden Plätze beinhalten das Material, aus welchem das Werkzeugteil hergestellt werden soll. +gui.partbuilder.material_value=Materialwert: %s %s + +# Tool Station/Forge +gui.toolstation.name=Werkzeugstation +gui.toolforge.name=Werkzeugesse +gui.toolstation.repair=Reparieren & Modifizieren +gui.toolstation.traits=Eigenschaften +gui.toolstation.components=Komponenten +gui.toolstation.info=Der Hauptweg, um deine Werkzeuge zu reparieren oder zu ändern. Lege ein Werkzeug und ein Material auf die linke Seite, um zu beginnen. +gui.toolstation.noTraits=Keine :[ + +# Pattern Chest +gui.patternchest.name=Schablonentruhe +gui.castchest.name=Gussformentruhe + +# Part Chest +gui.partchest.name=Werkzeugteiltruhe + +# Smeltery +gui.smeltery.name=Schmelzerei +gui.smeltery.progress.no_recipe=Gegenstand kann nicht geschmolzen werden +gui.smeltery.progress.no_heat=Nicht genug hitze, um den Gegenstand zu schmelzen +gui.smeltery.progress.no_space=Nicht genug freier Platz in der Schmelzerei +gui.smeltery.fuel=Treibstoff +gui.smeltery.fuel.empty=Keinen Treibstoff gefunden +gui.smeltery.fuel.heat=Temperatur: %d +gui.smeltery.capacity=Kapazität: +gui.smeltery.capacity_available=Frei: +gui.smeltery.capacity_used=Benutzt: +gui.smeltery.liquid.kilobucket=kl +gui.smeltery.liquid.bucket=l +gui.smeltery.liquid.millibucket=ml +gui.smeltery.liquid.ingot=Barren +gui.smeltery.liquid.nugget=Nugget +gui.smeltery.liquid.block=Block +gui.smeltery.liquid.gem=Edelstein + +# Seared Furnace +gui.searedfurnace.name=Versengter Ofen +gui.searedfurnace.progress.complete=Gegenstand wurde fertig gekocht +gui.searedfurnace.progress.no_recipe=Gegenstand kann nicht gekocht werden +gui.searedfurnace.progress.no_space=Resultierender Stapel ist zu groß für den Platz + +# Tinker Tank +gui.tinkertank.name=Basteltank + +# These GUIs don't appear in game, but the titles can be viewed using the crafting station +gui.itemrack.name=Gegenstandsregal +gui.dryingrack.name=Trockenregal + +# JEI Plugin +gui.jei.smelting.title=Schmelzend +gui.jei.alloy.title=Legierend +gui.jei.casting.title=Gießend +gui.jei.casting.consume=Verbraucht Gussform! +gui.jei.drying.title=Trocknend + +# WAILA Plugin +gui.waila.tank.fluid=Flüssigkeit: %s +gui.waila.tank.amount=Menge: %d / %d ml +gui.waila.tank.empty=Leer +gui.waila.casting.progress=Fortschritt: %s +gui.waila.casting.recipe=Rezept: %s + +option.tconstruct.tank=Tankflüssigkeit +option.tconstruct.casting=Gießrezept +option.tconstruct.progress=Rezeptfortschritt + + +# Config +config.synced.restart=Deine Konfiguration wurde aktualisiert, um mit der des Servers übereinzustimmen. Starte Minecraft neu. +config.synced.ok=Konfiguration mit Server synchronisiert. diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/en_US.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/en_US.lang new file mode 100644 index 0000000..87bfac5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/en_US.lang @@ -0,0 +1,945 @@ +################ +# Blocks # +################ + +tile.tconstruct.tooltables.craftingstation.name=Crafting Station +tile.tconstruct.tooltables.stenciltable.name=Stencil Table +tile.tconstruct.tooltables.partbuilder.name=Part Builder +tile.tconstruct.tooltables.toolstation.name=Tool Station +tile.tconstruct.tooltables.patternchest.name=Pattern Chest +tile.tconstruct.tooltables.patternchest.tooltip=Holds either patterns or casts +tile.tconstruct.tooltables.partchest.name=Part Chest +tile.tconstruct.tooltables.partchest.tooltip=Can hold a large amount of toolparts +tile.tconstruct.toolforge.name=Tool Forge + +tile.tconstruct.soil.grout.name=Grout +tile.tconstruct.soil.grout.tooltip=I am Grout! +tile.tconstruct.soil.slimy_mud_green.name=Green Slimy Mud +tile.tconstruct.soil.slimy_mud_green.tooltip=Slows, but lets you jump even higher +tile.tconstruct.soil.slimy_mud_blue.name=Blue Slimy Mud +tile.tconstruct.soil.slimy_mud_blue.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.slimy_mud_magma.name=Slimy Magma Mud +tile.tconstruct.soil.slimy_mud_magma.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.graveyard.name=Graveyard Soil +tile.tconstruct.soil.graveyard.tooltip=Heals undead +tile.tconstruct.soil.consecrated.name=Consecrated Soil +tile.tconstruct.soil.consecrated.tooltip=Hurts undead + +tile.tconstruct.deco_ground.mudbrick.name=Mud Bricks +tile.tconstruct.deco_ground_slab.mudbrick.name=Mud Bricks Slab +tile.tconstruct.mudbrick_stairs.name=Mud Bricks Stairs + +tile.tconstruct.ore.cobalt.name=Cobalt Ore +tile.tconstruct.ore.ardite.name=Ardite Ore + +tile.tconstruct.metal.cobalt.name=Block of Cobalt +tile.tconstruct.metal.ardite.name=Block of Ardite +tile.tconstruct.metal.manyullyn.name=Block of Manyullyn +tile.tconstruct.metal.knightslime.name=Block of Knightslime +tile.tconstruct.metal.pigiron.name=Block of Pigiron +tile.tconstruct.metal.alubrass.name=Block of Aluminum Brass +tile.tconstruct.metal.silky_jewel.name=Silky Block of Jewel + +tile.tconstruct.firewood.lavawood.name=Lavawood +tile.tconstruct.firewood.firewood.name=Firewood +tile.tconstruct.firewood_slab.lavawood.name=Lavawood Slab +tile.tconstruct.firewood_slab.firewood.name=Firewood Slab +tile.tconstruct.lavawood_stairs.name=Lavawood Stairs +tile.tconstruct.firewood_stairs.name=Firewood Stairs + +tile.tconstruct.clear_glass.name=Clear Glass +tile.tconstruct.clear_stained_glass.white.name=Clear White Stained Glass +tile.tconstruct.clear_stained_glass.orange.name=Clear Orange Stained Glass +tile.tconstruct.clear_stained_glass.magenta.name=Clear Magenta Stained Glass +tile.tconstruct.clear_stained_glass.light_blue.name=Clear Light Blue Stained Glass +tile.tconstruct.clear_stained_glass.yellow.name=Clear Yellow Stained Glass +tile.tconstruct.clear_stained_glass.lime.name=Clear Light Green Stained Glass +tile.tconstruct.clear_stained_glass.pink.name=Clear Pink Stained Glass +tile.tconstruct.clear_stained_glass.gray.name=Clear Gray Stained Glass +tile.tconstruct.clear_stained_glass.silver.name=Clear Light Gray Stained Glass +tile.tconstruct.clear_stained_glass.cyan.name=Clear Cyan Stained Glass +tile.tconstruct.clear_stained_glass.purple.name=Clear Purple Stained Glass +tile.tconstruct.clear_stained_glass.blue.name=Clear Blue Stained Glass +tile.tconstruct.clear_stained_glass.brown.name=Clear Brown Stained Glass +tile.tconstruct.clear_stained_glass.green.name=Clear Green Stained Glass +tile.tconstruct.clear_stained_glass.red.name=Clear Red Stained Glass +tile.tconstruct.clear_stained_glass.black.name=Clear Black Stained Glass + +tile.tconstruct.slime.green.name=Green Slime Block +tile.tconstruct.slime.blue.name=Blue Slime Block +tile.tconstruct.slime.purple.name=Purple Slime Block +tile.tconstruct.slime.blood.name=Blood Slime Block +tile.tconstruct.slime.magma.name=Magma Slime Block +tile.tconstruct.slime.tooltip=Doesn't work with pistons. + +tile.tconstruct.slime_congealed.green.name=Congealed Green Slime Block +tile.tconstruct.slime_congealed.blue.name=Congealed Blue Slime Block +tile.tconstruct.slime_congealed.purple.name=Congealed Purple Slime Block +tile.tconstruct.slime_congealed.blood.name=Congealed Blood Slime Block +tile.tconstruct.slime_congealed.magma.name=Congealed Magma Slime Block +tile.tconstruct.slime_congealed.tooltip=Lets you jump really high + +tile.tconstruct.slime_dirt.green.name=Green Slimy Dirt +tile.tconstruct.slime_dirt.blue.name=Blue Slimy Dirt +tile.tconstruct.slime_dirt.purple.name=Purple Slimy Dirt +tile.tconstruct.slime_dirt.blood.name=Blood Slimy Dirt +tile.tconstruct.slime_dirt.magma.name=Magma Slimy Dirt +tile.tconstruct.slime_dirt.tooltip=Slimy, but lets you jump higher + +tile.tconstruct.slime_grass.vanilla.name=Slimy Grass +tile.tconstruct.slime_grass.green.name=Green Slimy Grass +tile.tconstruct.slime_grass.blue.name=Blue Slimy Grass +tile.tconstruct.slime_grass.purple.name=Purple Slimy Grass +tile.tconstruct.slime_grass.blood.name=Blood Slimy Grass +tile.tconstruct.slime_grass.magma.name=Magma Slimy Grass +tile.tconstruct.slime_grass.tooltip=So soft! Lets you jump higher + +tile.tconstruct.slime_leaves.blue.name=Slimy Leaves +tile.tconstruct.slime_leaves.purple.name=Slimy Leaves +tile.tconstruct.slime_leaves.orange.name=Slimy Leaves + +tile.tconstruct.slime_grass_tall.tall_grass.name=Tall Slimy Grass +tile.tconstruct.slime_grass_tall.fern.name=Slimy Fern + +tile.tconstruct.slime_sapling.blue.name=Blue Slime Sapling +tile.tconstruct.slime_sapling.purple.name=Purple Slime Sapling +tile.tconstruct.slime_sapling.orange.name=Magma Slime Sapling +tile.tconstruct.slime_sapling.tooltip=Only grows on slimy dirt/grass + +tile.tconstruct.slime_vine_blue.name=Blue Slimy Vine +tile.tconstruct.slime_vine_blue_mid.name=Blue Slimy Vine +tile.tconstruct.slime_vine_blue_end.name=Blue Slimy Vine +tile.tconstruct.slime_vine_purple.name=Purple Slimy Vine +tile.tconstruct.slime_vine_purple_mid.name=Purple Slimy Vine +tile.tconstruct.slime_vine_purple_end.name=Purple Slimy Vine + +tile.tconstruct.seared.stone.name=Seared Stone +tile.tconstruct.seared.cobble.name=Seared Cobblestone +tile.tconstruct.seared.paver.name=Seared Paver +tile.tconstruct.seared.brick.name=Seared Bricks +tile.tconstruct.seared.brick_cracked.name=Cracked Seared Bricks +tile.tconstruct.seared.brick_fancy.name=Fancy Seared Bricks +tile.tconstruct.seared.brick_square.name=Square Seared Bricks +tile.tconstruct.seared.brick_triangle.name=Triangle Seared Bricks +tile.tconstruct.seared.brick_small.name=Small Seared Bricks +tile.tconstruct.seared.road.name=Seared Road +tile.tconstruct.seared.tile.name=Seared Tiles +tile.tconstruct.seared.creeper.name=Seared Creeperface +tile.tconstruct.seared.tooltip=Part of the Smeltery. Safe for decoration. + +tile.tconstruct.seared_slab.stone.name=Seared Stone Slab +tile.tconstruct.seared_slab.cobble.name=Seared Cobblestone Slab +tile.tconstruct.seared_slab.paver.name=Seared Paver Slab +tile.tconstruct.seared_slab.brick.name=Seared Bricks Slab +tile.tconstruct.seared_slab.brick_cracked.name=Cracked Seared Bricks Slab +tile.tconstruct.seared_slab.brick_fancy.name=Fancy Seared Bricks Slab +tile.tconstruct.seared_slab.brick_square.name=Square Seared Bricks Slab +tile.tconstruct.seared_slab.road.name=Seared Road Slab +tile.tconstruct.seared_slab2.creeper.name=Seared Creeperface Slab +tile.tconstruct.seared_slab2.brick_triangle.name=Triangle Seared Bricks Slab +tile.tconstruct.seared_slab2.brick_small.name=Small Seared Bricks Slab +tile.tconstruct.seared_slab2.tile.name=Seared Tile Slab + +tile.tconstruct.seared_stairs_stone.name=Seared Stone Stairs +tile.tconstruct.seared_stairs_cobble.name=Seared Cobblestone Stairs +tile.tconstruct.seared_stairs_paver.name=Seared Paver Stairs +tile.tconstruct.seared_stairs_brick.name=Seared Bricks Stairs +tile.tconstruct.seared_stairs_brick_cracked.name=Cracked Seared Bricks Stairs +tile.tconstruct.seared_stairs_brick_fancy.name=Fancy Seared Bricks Stairs +tile.tconstruct.seared_stairs_brick_square.name=Square Seared Bricks Stairs +tile.tconstruct.seared_stairs_brick_triangle.name=Triangle Seared Bricks Stairs +tile.tconstruct.seared_stairs_brick_small.name=Small Seared Bricks Stairs +tile.tconstruct.seared_stairs_road.name=Seared Road Stairs +tile.tconstruct.seared_stairs_tile.name=Seared Tile Stairs +tile.tconstruct.seared_stairs_creeper.name=Seared Creeperface Stairs + +tile.tconstruct.smeltery_controller.name=Smeltery Controller +tile.tconstruct.smeltery_controller.tooltip=Brain of the Smeltery +tile.tconstruct.smeltery_io.drain.name=Smeltery Drain +tile.tconstruct.smeltery_io.drain.tooltip=Fluid in- and output for the Smeltery +tile.tconstruct.casting.table.name=Casting Table +tile.tconstruct.casting.basin.name=Casting Basin +tile.tconstruct.casting.tooltip=Cast items using molten metals from a smeltery +tile.tconstruct.faucet.name=Faucet +tile.tconstruct.faucet.tooltip=Drains liquids from Smelteries and other things +tile.tconstruct.seared_tank.tank.name=Seared Tank +tile.tconstruct.seared_tank.gauge.name=Seared Gauge +tile.tconstruct.seared_tank.window.name=Seared Window +tile.tconstruct.seared_tank.tooltip=Heart of the Smeltery\nRetains liquid when broken. +tile.tconstruct.seared_glass.glass.name=Seared Glass +tile.tconstruct.seared_glass.glass.tooltip=Part of the Smeltery. Safe for decoration.\nCannot store liquids. + +tile.tconstruct.seared_furnace_controller.name=Seared Furnace Controller +tile.tconstruct.tinker_tank_controller.name=Tinker Tank Controller + +tile.tconstruct.stone_torch.name=Stone Torch +tile.tconstruct.stone_ladder.name=Stone Ladder +tile.tconstruct.wood_rail.name=Wooden Rail +tile.tconstruct.wood_rail_trapdoor.name=Wooden Rail with a Trapdoor +tile.tconstruct.wood_rail_trapdoor.tooltip=Minecarts with a Hopper can\ninsert into the block below +tile.tconstruct.punji.name=Punji Sticks +tile.tconstruct.punji.tooltip=Pointy! Also sticks to walls. +tile.tconstruct.glow.name=Glow +tile.tconstruct.rack.item.name=Item Rack +tile.tconstruct.rack.item.tooltip=For decoration purpose only +tile.tconstruct.rack.drying.name=Drying Rack +tile.tconstruct.rack.drying.tooltip=Used to dry items + +tile.tconstruct.slime_channel.green.name=Green Slime Channel +tile.tconstruct.slime_channel.blue.name=Blue Slime Channel +tile.tconstruct.slime_channel.purple.name=Purple Slime Channel +tile.tconstruct.slime_channel.magma.name=Magma Slime Channel +tile.tconstruct.slime_channel.blood.name=Blood Channel +tile.tconstruct.slime_channel.tooltip=Flows like water, feels like gelatin + +tile.tconstruct.dried_clay.clay.name=Dried Clay +tile.tconstruct.dried_clay.brick.name=Dried Bricks +tile.tconstruct.dried_clay_slab.clay.name=Dried Clay Slab +tile.tconstruct.dried_clay_slab.brick.name=Dried Bricks Slab +tile.tconstruct.dried_clay_stairs.name=Dried Clay Stairs +tile.tconstruct.dried_brick_stairs.name=Dried Bricks Stairs + +tile.tconstruct.brownstone.smooth.name=Smooth Brownstone +tile.tconstruct.brownstone.rough.name=Rough Brownstone +tile.tconstruct.brownstone.paver.name=Brownstone Paver +tile.tconstruct.brownstone.brick.name=Brownstone Bricks +tile.tconstruct.brownstone.brick_cracked.name=Cracked Brownstone Bricks +tile.tconstruct.brownstone.brick_fancy.name=Fancy Brownstone Bricks +tile.tconstruct.brownstone.brick_square.name=Square Brownstone Bricks +tile.tconstruct.brownstone.brick_triangle.name=Triangle Brownstone Bricks +tile.tconstruct.brownstone.brick_small.name=Small Brownstone Bricks +tile.tconstruct.brownstone.road.name=Brownstone Road +tile.tconstruct.brownstone.tile.name=Brownstone Tiles +tile.tconstruct.brownstone.creeper.name=Brownstone Creeperface +tile.tconstruct.brownstone.tooltip=You move a bit faster on it + +tile.tconstruct.brownstone_slab.smooth.name=Smooth Brownstone Slab +tile.tconstruct.brownstone_slab.rough.name=Rough Brownstone Slab +tile.tconstruct.brownstone_slab.paver.name=Brownstone Paver Slab +tile.tconstruct.brownstone_slab.brick.name=Brownstone Bricks Slab +tile.tconstruct.brownstone_slab.brick_cracked.name=Cracked Brownstone Bricks Slab +tile.tconstruct.brownstone_slab.brick_fancy.name=Fancy Brownstone Bricks Slab +tile.tconstruct.brownstone_slab.brick_square.name=Square Brownstone Bricks Slab +tile.tconstruct.brownstone_slab.road.name=Brownstone Road Slab +tile.tconstruct.brownstone_slab2.creeper.name=Brownstone Creeperface Slab +tile.tconstruct.brownstone_slab2.brick_triangle.name=Triangle Brownstone Bricks Slab +tile.tconstruct.brownstone_slab2.brick_small.name=Small Brownstone Bricks Slab +tile.tconstruct.brownstone_slab2.tile.name=Brownstone Tile Slab + +tile.tconstruct.brownstone_stairs_smooth.name=Smooth Brownstone Stairs +tile.tconstruct.brownstone_stairs_rough.name=Rough Brownstone Stairs +tile.tconstruct.brownstone_stairs_paver.name=Brownstone Paver Stairs +tile.tconstruct.brownstone_stairs_brick.name=Brownstone Bricks Stairs +tile.tconstruct.brownstone_stairs_brick_cracked.name=Cracked Brownstone Bricks Stairs +tile.tconstruct.brownstone_stairs_brick_fancy.name=Fancy Brownstone Bricks Stairs +tile.tconstruct.brownstone_stairs_brick_square.name=Square Brownstone Bricks Stairs +tile.tconstruct.brownstone_stairs_brick_triangle.name=Triangle Brownstone Bricks Stairs +tile.tconstruct.brownstone_stairs_brick_small.name=Small Brownstone Bricks Stairs +tile.tconstruct.brownstone_stairs_road.name=Brownstone Road Stairs +tile.tconstruct.brownstone_stairs_tile.name=Brownstone Tile Stairs +tile.tconstruct.brownstone_stairs_creeper.name=Brownstone Creeperface Stairs + +################ +# Items # +################ + +# General Items +item.tconstruct.book.name=Materials and You +item.tconstruct.book.tooltip=The book every Tinker needs\nby Skyla + +item.tconstruct.edible.bacon.name=Bacon +item.tconstruct.edible.slimeball_blue.name=Slime Ball +item.tconstruct.edible.slimeball_purple.name=Slime Ball +item.tconstruct.edible.slimeball_blood.name=Coagulated Blood +item.tconstruct.edible.slimeball_magma.name=Slime Ball +item.tconstruct.edible.jerky_beef.name=Beef Jerky +item.tconstruct.edible.jerky_chicken.name=Chicken Jerky +item.tconstruct.edible.jerky_pork.name=Bacon Jerky +item.tconstruct.edible.jerky_mutton.name=Mutton Jerky +item.tconstruct.edible.jerky_rabbit.name=Rabbit Jerky +item.tconstruct.edible.jerky_fish.name=Fish Jerky +item.tconstruct.edible.jerky_salmon.name=Salmon Jerky +item.tconstruct.edible.jerky_clownfish.name=Clownfish Jerky +item.tconstruct.edible.jerky_pufferfish.name=Fugu Jerky +item.tconstruct.edible.jerky_monster.name=Monster Jerky +item.tconstruct.edible.slimedrop_green.name=Gelatinous Slime Drop +item.tconstruct.edible.slimedrop_blue.name=Gelatinous Slime Drop +item.tconstruct.edible.slimedrop_purple.name=Gelatinous Slime Drop +item.tconstruct.edible.slimedrop_blood.name=Coagulated Blood Drop +item.tconstruct.edible.slimedrop_magma.name=Gelatinous Slime Drop + +item.tconstruct.materials.seared_brick.name=Seared Brick +item.tconstruct.materials.mud_brick.name=Mud Brick +item.tconstruct.materials.mud_brick.tooltip=Building blocks for small and big +item.tconstruct.materials.dried_brick.name=Dried Brick +item.tconstruct.materials.slimecrystal_green.name=Green Slime Crystal +item.tconstruct.materials.slimecrystal_green.tooltip=Used to craft Slime Tools +item.tconstruct.materials.slimecrystal_blue.name=Blue Slime Crystal +item.tconstruct.materials.slimecrystal_blue.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.slimecrystal_magma.name=Magma Slime Crystal +item.tconstruct.materials.slimecrystal_magma.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.expander_w.name=Expander (Horizontal) +item.tconstruct.materials.expander_w.tooltip=Don't skip leg day! +item.tconstruct.materials.expander_h.name=Expander (Vertical) +item.tconstruct.materials.expander_h.tooltip=Do you even lift? +item.tconstruct.materials.reinforcement.name=Reinforcement +item.tconstruct.materials.reinforcement.tooltip=Reinforced Modifier +item.tconstruct.materials.silky_cloth.name=Silky Cloth +item.tconstruct.materials.silky_jewel.name=Silky Jewel +item.tconstruct.materials.silky_jewel.tooltip=Silktouch Modifier +item.tconstruct.materials.necrotic_bone.name=Necrotic Bone +item.tconstruct.materials.necrotic_bone.tooltip=Necrotic Modifier +item.tconstruct.materials.moss.name=Ball of Moss +item.tconstruct.materials.moss.tooltip=Right click a Bookshelf with this\nto convert it into Mending Moss.\n§oConsumes 10 Levels +item.tconstruct.materials.mending_moss.name=Mending Moss +item.tconstruct.materials.mending_moss.tooltip=Mending Moss Modifier +item.tconstruct.materials.creative_modifier.name=Creative Modifier +item.tconstruct.materials.creative_modifier.tooltip=Adds an additional modifier + +item.tconstruct.ingots.cobalt.name=Cobalt Ingot +item.tconstruct.ingots.ardite.name=Ardite Ingot +item.tconstruct.ingots.manyullyn.name=Manyullyn Ingot +item.tconstruct.ingots.knightslime.name=Knightslime Ingot +item.tconstruct.ingots.knightslime.tooltip=Slimy yet metallic but also stone? Fascinating! +item.tconstruct.ingots.pigiron.name=Pigiron Ingot +item.tconstruct.ingots.pigiron.tooltip=Oink! +item.tconstruct.ingots.alubrass.name=Aluminum Brass Ingot + +item.tconstruct.nuggets.cobalt.name=Cobalt Nugget +item.tconstruct.nuggets.ardite.name=Ardite Nugget +item.tconstruct.nuggets.manyullyn.name=Manyullyn Nugget +item.tconstruct.nuggets.knightslime.name=Knightslime Nugget +item.tconstruct.nuggets.pigiron.name=Pigiron Nugget +item.tconstruct.nuggets.alubrass.name=Aluminum Brass Nugget + +item.tconstruct.pattern.blank=Blank Pattern +item.tconstruct.pattern.name=%s Pattern +item.tconstruct.cast.blank=Blank Cast +item.tconstruct.cast.name=%s Cast +item.tconstruct.clay_cast.name=%s Clay Cast +item.tconstruct.cast_custom.ingot.name=Ingot Cast +item.tconstruct.cast_custom.nugget.name=Nugget Cast +item.tconstruct.cast_custom.gem.name=Gem Cast +item.tconstruct.cast_custom.plate.name=Plate Cast +item.tconstruct.cast_custom.gear.name=Gear Cast + +item.tconstruct.sharpening_kit.name=Sharpening Kit +item.tconstruct.sharpening_kit.tooltip=Combine with a flint\nUpgrades your tool to the material's mining level. + +item.forge.bucketFilled.blood=Bucket o' Blood + +# Tools +item.tconstruct.pickaxe.name=Pickaxe +item.tconstruct.shovel.name=Shovel +item.tconstruct.hatchet.name=Hatchet +item.tconstruct.mattock.name=Mattock + +item.tconstruct.hammer.name=Hammer +item.tconstruct.excavator.name=Excavator +item.tconstruct.lumberaxe.name=Lumberaxe +item.tconstruct.scythe.name=Scythe + +# Melee Weapons + +item.tconstruct.frypan.name=Frypan +item.tconstruct.battlesign.name=Battlesign +item.tconstruct.dagger.name=Dagger +item.tconstruct.broadsword.name=Broadsword +item.tconstruct.longsword.name=Longsword +item.tconstruct.rapier.name=Rapier +item.tconstruct.cutlass.name=Cutlass + +item.tconstruct.cleaver.name=Cleaver +item.tconstruct.battleaxe.name=Battleaxe + +# Ranged Weapons & Ammo + +item.tconstruct.shortbow.name=Shortbow +item.tconstruct.longbow.name=Longbow + +item.tconstruct.arrow.name=Arrow + +item.tconstruct.shuriken.name=Shuriken + +# Tool Parts +item.tconstruct.shard.name=Shard + +item.tconstruct.pick_head.name=Pickaxe Head +item.tconstruct.shovel_head.name=Shovel Head +item.tconstruct.axe_head.name=Axe Head +item.tconstruct.pan_head.name=Pan +item.tconstruct.sign_head.name=Sign Plate +item.tconstruct.binding.name=Binding +item.tconstruct.tool_rod.name=Tool Rod +item.tconstruct.knife_blade.name=Knife Blade +item.tconstruct.sword_blade.name=Sword Blade +item.tconstruct.wide_guard.name=Wide Guard +item.tconstruct.cross_guard.name=Cross Guard +item.tconstruct.hand_guard.name=Hand Guard +item.tconstruct.full_guard.name=Full Guard + +# Large Tool Parts +item.tconstruct.hammer_head.name=Hammer Head +item.tconstruct.excavator_head.name=Excavator Head +item.tconstruct.broad_axe_head.name=Broad Axe Head +item.tconstruct.large_plate.name=Large Plate +item.tconstruct.tough_binding.name=Tough Binding +item.tconstruct.tough_tool_rod.name=Tough Tool Rod +item.tconstruct.scythe_head.name=Scythe Head +item.tconstruct.large_sword_blade.name=Large Sword Blade + +# Bow & Arrow Parts + +item.tconstruct.bow_limb.name=Bowlimb +item.tconstruct.bow_string.name=Bowstring + +item.tconstruct.arrow_head.name=Arrow Head +item.tconstruct.arrow_shaft.name=Arrow Shaft +item.tconstruct.fletching.name=Fletching + +# Material specific tools and toolparts +# item.tconstruct.<tool>.<material> +# item.tconstruct.pickaxe.wood=Wooden Pickaxe + +# Gadgets +item.tconstruct.slime_boots.name=Slime Boots +item.tconstruct.slime_boots.tooltip=Makes you bounce when landing +item.tconstruct.slimesling.name=Slimesling +item.tconstruct.slimesling.tooltip=Charge up, aim low, get flinging!\nUse Slime Boots if you value your life! +item.tconstruct.piggybackpack.name=Piggybackpack +item.tconstruct.piggybackpack.tooltip=Right-click mobs to pick them up +item.tconstruct.stone_stick.name=Stone Rod + +item.tconstruct.fancy_frame.jewel.name=Fancy Item Frame +item.tconstruct.fancy_frame.alubrass.name=Aluminium Brass Item Frame +item.tconstruct.fancy_frame.cobalt.name=Cobalt Item Frame +item.tconstruct.fancy_frame.ardite.name=Ardite Item Frame +item.tconstruct.fancy_frame.manyullyn.name=Manyullyn Item Frame +item.tconstruct.fancy_frame.gold.name=Golden Item Frame +item.tconstruct.fancy_frame.clear.name=Clear Item Frame + +item.tconstruct.throwball.glow.name=Glowball +item.tconstruct.throwball.glow.tooltip=Not suited for consumption. +item.tconstruct.throwball.efln.name=EFLN +item.tconstruct.throwball.efln.tooltip=Explodes! Save for mining + +################### +# Mom's Spaghetti # +################### + +item.tconstruct.moms_spaghetti.name=Mom's Spaghetti +item.tconstruct.moms_spaghetti.desc=Delicious! +item.tconstruct.moms_spaghetti.tooltip1=§oI guess they're all right... but it's just not the same.\nThey definitely need some sauce, but it has to be red. +item.tconstruct.moms_spaghetti.tooltip2=§oSomething is missing.. could use some meat. Mama always used ALL the meat.\nI should get at least three different meat types. +item.tconstruct.moms_spaghetti.tooltip3=§oJust like mama used to make them. +stat.spaghetti.uses.name=Noms +stat.spaghetti.nourishment.name=Nourishment +stat.spaghetti.saturation.name=Saturation +modifier.spaghetti_sauce.name=with Sauce +modifier.spaghetti_sauce.desc=§oWith beets by mom§r\nIncreases the saturation +modifier.spaghetti_meat.name=with Meat +modifier.spaghetti_meat.desc=§oAll the meat!§r\nIncreases the nourishment value + +item.tconstruct.spaghetti.hard.name=Impossibly Hard Wheat Sticks +item.tconstruct.spaghetti.hard.tooltip=Completely inedible like that.\nThey need to be softened up, even your sweaty palms aren't enough for that.\nThey should probably soak in some water for a while. +item.tconstruct.spaghetti.soggy.name=Soggy Noodles +item.tconstruct.spaghetti.soggy.tooltip=Now they're all wet, even your spaghetti arms can bend them now.\nLet's hang them up and get them dry. +item.tconstruct.spaghetti.cold.name=Cold Dried Noodles +item.tconstruct.spaghetti.cold.tooltip=Well, that's better, but they still taste gross.\nWarming them up should make them edible.\nThey might even be good enough to get you off your weak knees. + +################# +# Entities # +################# + +entity.tconstruct.blueslime.name=Blue Slime + +################# +# Liquids # +################# + +fluid.tconstruct.stone.name=Seared Stone +fluid.tconstruct.obsidian.name=Molten Obsidian +fluid.tconstruct.clay.name=Molten Clay +fluid.tconstruct.dirt.name=Liquid Dirt +fluid.tconstruct.iron.name=Molten Iron +fluid.tconstruct.gold.name=Molten Gold +fluid.tconstruct.pigiron.name=Molten Pigiron +fluid.tconstruct.cobalt.name=Molten Cobalt +fluid.tconstruct.ardite.name=Molten Ardite +fluid.tconstruct.manyullyn.name=Molten Manyullyn +fluid.tconstruct.knightslime.name=Molten Knightslime +fluid.tconstruct.emerald.name=Molten Emerald +fluid.tconstruct.glass.name=Molten Glass +fluid.tconstruct.blood.name=Blood +fluid.tconstruct.milk.name=Milk +fluid.tconstruct.blueslime.name=Liquid Blue Slime +fluid.tconstruct.purpleslime.name=Liquid Purple Slime +fluid.tconstruct.brass.name=Molten Brass +fluid.tconstruct.copper.name=Molten Copper +fluid.tconstruct.tin.name=Molten Tin +fluid.tconstruct.bronze.name=Molten Bronze +fluid.tconstruct.zinc.name=Molten Zinc +fluid.tconstruct.lead.name=Molten Lead +fluid.tconstruct.nickel.name=Molten Nickel +fluid.tconstruct.silver.name=Molten Silver +fluid.tconstruct.electrum.name=Molten Electrum +fluid.tconstruct.steel.name=Molten Steel +fluid.tconstruct.aluminum.name=Molten Aluminum +fluid.tconstruct.alubrass.name=Molten Aluminum Brass + +################# +# Potions # +################# + +potion.carry=Piggybacking + +################# +# Materials # +################# +# material.<identifier>.name +# material.<identifier>.prefix +# material.wood.prefix=Wooden %s - Used for stuff like "Wooden Pickaxe" if no specific name is given + +material.wood.name=Wood +material.wood.prefix=Wooden %s +material.stone.name=Stone +material.flint.name=Flint +material.cactus.name=Cactus +material.obsidian.name=Obsidian +material.prismarine.name=Prismarine +material.netherrack.name=Netherrack +material.endstone.name=End +material.bone.name=Bone +material.paper.name=Paper +material.sponge.name=Sponge +material.firewood.name=Firewood +material.slime.name=Slime +material.blueslime.name=Blue Slime +material.blueslime.prefix=Slime %s +material.knightslime.name=Knightslime +material.magmaslime.name=Magma Slime +material.ardite.name=Ardite +material.cobalt.name=Cobalt +material.manyullyn.name=Manyullyn +material.iron.name=Iron +material.pigiron.name=Pig Iron +material.copper.name=Copper +material.bronze.name=Bronze +material.lead.name=Lead +material.silver.name=Silver +material.electrum.name=Electrum +material.steel.name=Steel + +material.string.name=String +material.vine.name=Vines +material.slimevine_blue.name=Slimevine +material.slimevine_orange.name=material.slimevine_blue.name +material.slimevine_purple.name=material.slimevine_blue.name + +material.blaze.name=Blazerod +material.reed.name=Reeds +material.ice.name=Ice +material.endrod.name=Endrod + +material.feather.name=Feather +material.leaf.name=Leaf +material.slimeleaf_blue.name=Slimeleaf +material.slimeleaf_orange.name=material.slimeleaf_blue.name +material.slimeleaf_purple.name=material.slimeleaf_blue.name + +############# +# Stats # +############# +stat.head.name=Head +stat.head.durability.name=Durability +stat.head.durability.desc=The base-value for durability calculations.\nUsually an integral part to the overall durability of a tool. +stat.head.miningspeed.name=Mining Speed +stat.head.miningspeed.desc=How fast a tool with a tool head of this material can mine blocks.\nMay be influenced by other toolparts. +stat.head.harvestlevel.name=Mining Level +stat.head.harvestlevel.desc=What range of blocks a tool with a tool head of this material can mine. +stat.head.attack.name=Attack +stat.head.attack.desc=Base value for attack calculations.\nThe end result depends on the tool itself and the other components used. + +stat.handle.name=Handle +stat.handle.modifier.name=Modifier +stat.handle.modifier.desc=How suitable the tool material is as a handle.\nThe total durability of the tool will be multiplied by this. +stat.handle.durability.name=stat.head.durability.name +stat.handle.durability.desc=How well the material can be held.\nTool durability will be changed by this amount. + +stat.extra.name=Extra +stat.extra.durability.name=stat.head.durability.name +stat.extra.durability.desc=How much durability this part contributes when used as an accessory. + +stat.mattock.axelevel.name=Axe Level +stat.mattock.shovellevel.name=Shovel Level + +stat.bow.name=Bow +stat.bow.drawspeed.name=Drawspeed +stat.bow.drawspeed.desc=How fast you can draw the bow. +stat.bow.range.name=Range Multiplier +stat.bow.range.desc=How far the projectile can be propelled. + +stat.bowstring.name=Bowstring +stat.bowstring.modifier.name=Modifier +stat.bowstring.modifier.desc=Tool durability will be multiplied by this. + +stat.shaft.name=Arrow Shaft +stat.shaft.modifier.name=Modifier +stat.shaft.modifier.desc=Each arrow needs a suiting core. It determines how well it lasts.\nThe total ammo count of the tool will be multiplied by this. +stat.shaft.ammo.name=Bonus-Ammo +stat.shaft.ammo.desc=How many arrows you can get out of it.\nThis much flat ammo will be added. + +stat.fletching.name=Fletching +stat.fletching.accuracy.name=Accuracy +stat.fletching.accuracy.desc=How stable the flight path will be using this fletching.\nAffects the overall accuracy of the projectile. +stat.fletching.modifier.name=Modifier +stat.fletching.modifier.desc=How many arrows you can craft with this.\nProjectile ammo will be multiplied by this. + +stat.projectile.ammo.name=Ammo + +############## +# Traits # +############## + +# traits are also modifiers, they use the same prefix so they don't have to be localized twice +modifier.alien.name=Alien +modifier.alien.desc=§oThe stats feel off...§r\n..as if they're changing! Maybe time will tell? +modifier.aquadynamic.name=Aquadynamic +modifier.aquadynamic.desc=§oIt's getting wet in here!§r\nThe tool is unhindered by water and loves rainy evenings. +modifier.aridiculous.name=Aridiculous +modifier.aridiculous.desc=§oTurn up the heat!§r\nThe tool works better in hotter environments. +modifier.autosmelt.name=Autosmelt +modifier.autosmelt.desc=§oA furnace in tool form!§r\nHarvested blocks get smelted. +modifier.baconlicious.name=Baconlicious +modifier.baconlicious.desc=§oBACON!§r\nHitting things sometimes gives bacon. +modifier.cheap.name=Cheap +modifier.cheap.desc=§oMore bang for your buck!§r\nIncreases durability gained when repairing the tool. +modifier.cheapskate.name=Cheapskate +modifier.cheapskate.desc=§oCheeky!§r\nStone is bad. Your tool has less durability. +modifier.coldblooded.name=Cold-Blooded +modifier.coldblooded.desc=§oSavage!§r\nDeal increased damage to targets at full health. +modifier.crude.name=Crude +modifier.crude.desc=§oArmor is for cowards!§r\nBonus damage against unarmored targets. +modifier.crude.extra=Vs Unarmored: +%s +modifier.crumbling.name=Crumbling +modifier.crumbling.desc=§oCrumble rumble rumble§r\nThe tool breaks soft blocks that don't need a tool faster. +modifier.dense.name=Dense +modifier.dense.desc=§oHard...er.§r\nYour tool lasts longer when it has less durability. +modifier.duritos.name=Duritae +modifier.duritos.desc=§oDoesn't taste as good as it sounds.§r\nYour tool lasts longer ...most of the time. +modifier.ecological.name=Ecological +modifier.ecological.desc=§oGreen Power!§r\nRenewable resources are so good, they regenerate by themselves! +modifier.enderference.name=Enderference +modifier.enderference.desc=§oAnti-Teleport!§r\nPrevents Endermen from teleporting around for a short time. +modifier.established.name=Well-Established +modifier.established.desc=§oFree bonus XP!§r\nYou gain additional XP. +modifier.flammable.name=Flammable +modifier.flammable.desc=§oCan't have enough fire!§r\nBlocking blocks fire damage and sets the attacker on fire. +modifier.fractured.name=Fractured +modifier.fractured.desc=§oHurt!§r\nYour tools damage is increased. +modifier.hellish.name=Hellish +modifier.hellish.desc=§oFrom down below!§r\nDeal bonus damage to non-Nether mobs. +modifier.hellish.extra=Vs Non-Nether: +%s +modifier.holy.name=Holy +modifier.holy.desc=§oRadiant!§r\nDeal bonus damage to undead enemies. +modifier.holy.extra=modifier.smite.extra +modifier.insatiable.name=Insatiable +modifier.insatiable.desc=§oDevour!§r\nDuring combat you deal more and more damage but also consume more and more durability. +modifier.jagged.name=Jagged +modifier.jagged.desc=§oMoves like jagged!§r\nEvery point durability lost increases damage. +modifier.jagged.extra=Jagged Damage: +%s +modifier.lightweight.name=Lightweight +modifier.lightweight.desc=§oSwift like the wind!§r\nIncreases the overall speed of your tool when mining and attacking. +modifier.lightweight.extra=Bonus Speed: +%s +modifier.magnetic.name=Magnetic +modifier.magnetic.desc=§oHow do they work?!§r\nHitting things attracts nearby things?! +modifier.momentum.name=Momentum +modifier.momentum.desc=§oFaster, keep going!§r\nMining blocks increases your speed, as long as you keep going. +modifier.petramor.name=Petramor +modifier.petramor.desc=§oSo much stone, must see it all!§r\nYour tool loves stone, it literally wants to absorb it (for durability). +modifier.poisonous.name=Poisonous +modifier.poisonous.desc=§oNot exactly lead-free!§r\nPoisons enemies on hit. +modifier.prickly.name=Prickly +modifier.prickly.desc=§oOuch!§r\nNobody is safe from those thorns, they always hurt. +modifier.sharp.name=Sharp +modifier.sharp.desc=§oCan even cut words!§r\nHitting an enemy leaves them bleeding for a short time. +modifier.shocking.name=Shocking +modifier.shocking.desc=§oBzzzzzt!§r\nRunning around charges your tool, hitting an enemy discharges it. +modifier.slimey.name=Slimey +modifier.slimey.desc=§oEww, gooey!§r\nIt'll wash off. +modifier.spiky.name=Spiky +modifier.spiky.desc=§o200% cooler with spikes!§r\nBlocking deals damage to the attacker. +modifier.splintering.name=Splintering +modifier.splintering.desc=§oA souvenir for your enemies!§r\nHit them more to deal more damage. +modifier.splinters.name=Splinters +modifier.splinters.desc=§oOuch!§r\nBe careful not to catch a splinter! +modifier.squeaky.name=Squeaky +modifier.squeaky.desc=§oCute.§r\nYour tool is so soft and squeaky it gained silktouch, but deals no damage. +modifier.stiff.name=Stiff +modifier.stiff.desc=§oUnmoving!§r\nBlocking reduces the damage taken even more. +modifier.stonebound.name=Stonebound +modifier.stonebound.desc=§oYour tool absolutely loves stone!§r\nThe tool mines faster as it wears out, but does less damage. +modifier.stonebound.extra=Stonebound Speed: +%s +modifier.superheat.name=Superheat +modifier.superheat.desc=§oTurn up the heat!§r\nDeal bonus damage to enemies on fire. +modifier.superheat.extra=Vs Burning: +%s +modifier.unnatural.name=Unnatural +modifier.unnatural.desc=§oAbomination!§r\nThe tool mines faster the higher its mining level is above the required one. +modifier.tasty.name=Tasty +modifier.tasty.desc=§oOm Nom Nom§r\nSmells so good.. You'd rather eat your tool than starve. +modifier.writable.name=Writable +modifier.writable.desc=§oIntellectual!§r\nMore words. More Modifiers. It's only logical! + +modifier.breakable.name=Breakable +modifier.breakable.desc=§oThis side up!§r\nProjectiles have a 50% chance to break on impact. +modifier.endspeed.name=Endspeed +modifier.endspeed.desc=§oQuantum speed!§r\nProjectiles instantly travel to their destination. +modifier.freezing.name=Freezing +modifier.freezing.desc=§oWinter is Coming§r\nSuccessful hits slow your target more and more. +modifier.hovering.name=Hovering +modifier.hovering.desc=§oFree like the wind§r\nProjectiles move slower but don't mind gravity as much. +modifier.splitting.name=Splitting +modifier.splitting.desc=§oTwo for one!§r\nThe sudden acceleration of releasing an arrow might cause it to split into two. + +################# +# Modifiers # +################# + +modifier.bane_of_arthopods.name=Bane of Arthropods +modifier.bane_of_arthopods.desc=§oAnti-Spider!§r\nDeal massive damage to spiders. +modifier.bane_of_arthopods.extra=Vs Spiders: +%s +modifier.beheading.name=Beheading +modifier.beheading.desc=§oOff with his head!§r\nEach level adds a 10% chance to get the enemies head on kill. +modifier.blasting.name=Blasting +modifier.blasting.desc=§oKa-Boom!§r\nYou can break non-effective blocks like normal blocks, but they might get destroyed. +modifier.blasting.extra=Blast Power: %s +modifier.diamond.name=Diamond +modifier.diamond.desc=§oShiny!§r\nIncreased durability! +modifier.emerald.name=Emerald +modifier.emerald.desc=§oFancy!§r\nIncreases durability depending on base stats! +modifier.fiery.name=Fiery +modifier.fiery.desc=§oSo hot right now!§r\nBonus fire damage, sets your enemies on fire. +modifier.fiery.extra=Fire Damage: +%s +modifier.fiery.extra2=Burn Duration: %ss +modifier.fortify.name=Fortified +modifier.fortify.desc=§oHarder, better, faster, stronger!§r\nMining level increased to the same level as %s. +modifier.glowing.name=Glowing +modifier.glowing.desc=§oShine bright§r\nWhenever it gets too dark your tool sacrifices a part of itself to light up your way. +modifier.harvestwidth.name=Width++ +modifier.harvestwidth.desc=§oExpand!§r\nIncreases the width of the area affected by your tool. The effect is tool specific. +modifier.harvestheight.name=Height++ +modifier.harvestheight.desc=§oExpand!§r\nIncreases the height of the area affected by your tool. The effect is tool specific. +modifier.haste.name=Haste +modifier.haste.name2=Haster +modifier.haste.name3=Hastest +modifier.haste.name4=Hastester +modifier.haste.name5=Hastestest +modifier.haste.desc=§oWeeeeeee!§r\nThe redstone impulse when using your tool motivates your tool to move even faster. +modifier.haste.extra=Bonus-Speed: +%s +modifier.knockback.name=Knockback +modifier.knockback.desc=§oHomerun!§r\nTeach things how to fly - the cool way. +modifier.luck.name=Luck +modifier.luck.desc=§oShiny!§r\nYou're getting all the nice things. And a lot of them. +modifier.mending_moss.name=Mending Moss +modifier.mending_moss.desc=§oIt's alive!§r\nPicked up XP is stored in the tool. It will slowly use up the XP to regenerate durability. +modifier.mending_moss.extra=Stored XP: %d +modifier.necrotic.name=Necrotic +modifier.necrotic.desc=§oI feel so Alive!!§r\nHitting enemies returns health to you depending on damage dealt. +modifier.necrotic.extra=Lifesteal: +%s +modifier.reinforced.name=Reinforced +modifier.reinforced.unbreakable=Unbreakable +modifier.reinforced.desc=§oSo strong!§r\nEach level adds a %s chance to not use durability. +modifier.reinforced.extra=Reinforced: %s +modifier.sharpness.name=Sharp +modifier.sharpness.name2=Sharper +modifier.sharpness.name3=Sharpest +modifier.sharpness.name4=Sharpester +modifier.sharpness.name5=Sharpestest +modifier.sharpness.desc=§oOuch!§r\nSo sharp, it hurts to look at it. +modifier.shulking.name=Shulking +modifier.shulking.desc=§oUp up and away!§r\nHitting foes causes them to float away. +modifier.shulking.extra=Float Duration: %ss +modifier.silktouch.name=Silktouch +modifier.silktouch.desc=§oSmooth as silk!§r\nMined blocks drop themselves instead of the usual items. +modifier.smite.name=Smite +modifier.smite.desc=§oFor Justice!§r\nDeal massive damage to undead. +modifier.smite.extra=Vs Undead: +%s +modifier.soulbound.name=Soulbound +modifier.soulbound.desc=§oA merry couple!§r\nYou love your tool. Not even death can part you. +modifier.webbed.name=Webbed +modifier.webbed.desc=§oYuck!§r\nEntangle your foes in cobwebs, slowing them. + +################# +# Tool Info # +################# +item.tconstruct.pickaxe.desc=The Pickaxe is a precise mining tool. It is effective on stone and ores.\nIt breaks blocks, OK? +item.tconstruct.shovel.desc=The Shovel digs up dirt. It is effective on dirt, sand, gravel and snow.\nJust don't dig your own grave! +item.tconstruct.hatchet.desc=The Hatchet chops up wood and makes short work of leaves. It also makes for a passable weapon.\nChop chop! +item.tconstruct.mattock.desc=The Cutter Mattock is a versatile farming tool. It is effective on wood, dirt, and plants. It also packs quite a punch.\nRight Click: Hoe ground +item.tconstruct.broadsword.desc=The Broadsword is a universal weapon. Sweep attacks keep enemy hordes at bay.\nAlso good against cobwebs! +item.tconstruct.longsword.desc=The Longsword is an offensive weapon. It is often used for charging into battle at full speed.\nRight Click: Lunge +item.tconstruct.rapier.desc=The Rapier is a special weapon that relies on quick strikes to defeat foes.\nRight Click: Backpedal +item.tconstruct.frypan.desc=The Frying Pan is a heavy weapon with knockback to create some distance. It also goes BOING!\nRight Click: Heavy Blow +item.tconstruct.battlesign.desc=The Battlesign is the ultimate defensive weapon. An advance in weapon technology worthy of Zombie Pigmen everywhere.\nCan be used as a shield, reflects projectiles. +item.tconstruct.hammer.desc=The Hammer is a broad mining tool. It harvests blocks in a wide range.\nAlso effective against undead. +item.tconstruct.lumberaxe.desc=The Lumber Axe is a broad chopping tool. It can fell entire trees in one swoop or gather wood in a wide range.\nTimber! +item.tconstruct.excavator.desc=The Excavator is a broad digging tool. It digs up large areas of soil and snow in a wide range.\nTerraforming! +item.tconstruct.cleaver.desc=The Cleaver is a heavy offensive weapon. It has powerful strikes, but is difficult to wield.\nCleavers benefit from high damage.\nSlow, requires two hands! +item.tconstruct.battleaxe.desc=The Battleaxe is a heavy offensive weapon, bringing the berserker out. It is capable of bringing down small trees and can send foes flying.\nRight Click: Berserk +item.tconstruct.scythe.desc=The Scythe is a broad reaping tool, mowing down plants and foes alike.\nHas an AOE Attack.\nRight Click: Harvest and replant crops +item.tconstruct.shuriken.desc=The Shuriken is a fast, short ranged throwing weapon. It has high quantities but low damage.\nCan be thrown from the off-hand. + +################ +# Tooltips # +################ +tooltip.tool.modifiers=Modifiers +tooltip.tool.broken=Broken +tooltip.tool.empty=Empty +tooltip.tool.holdShift=Hold §e§oShift§r§7 for Stats +tooltip.tool.holdCtrl=Hold §e§bCtrl§r§7 for more + +tooltip.part.material_added_by=Material added by %s +tooltip.part.missing_material=Missing material: %s +tooltip.part.missing_stats=Material is missing the required stats:\n%s +tooltip.part.missing_info=Part has no data + +tooltip.pattern.cost=Material Cost: %d + +tooltip.chest.has_items=Contains items + +tooltip.tank.fluid=%s +tooltip.tank.amount=%d mb + +################## +# UI Strings # +################## +# general strings used in GUIs, tooltips and other display stuff + +ui.mininglevel.stone=Stone +ui.mininglevel.iron=Iron +#ui.mininglevel.redstone=Redstone # replaced with diamond +ui.mininglevel.diamond=Diamond +ui.mininglevel.obsidian=Obsidian +ui.mininglevel.cobalt=Cobalt + +# Death messages +death.attack.smeltery=%s tried to create molten player +death.attack.splinter=%s caught a splinter. Must've been massive + +###################### +# GUI Error messages # +###################### + +gui.error=ERROR +gui.warning=WARNING +# GUI Errors from the different Tinker Tables +gui.error.invalid_pattern=Pattern does not contain a valid tool part! +gui.error.useless_tool_part=This part can not be used to craft any tool!\nEither the material %s is missing some information or no tool uses a(n) %s in its crafting. +gui.error.wrong_material_part=One or multiple items have an unsupported material for this tool. +gui.error.not_enough_durability=Not enough durability to replace parts!\n%d more durability required. +# GUI Errors from modifiers +gui.error.not_enough_modifiers=Not enough Modifiers. (%d needed) +gui.error.single_modifier=%s can only be applied once. +gui.error.max_level_modifier=Maximum Level for %s already reached. +gui.error.no_modifier_for_item=No modifier found for %s. +gui.error.incompatible_modifiers=Modifiers %s and %s cannot be applied together +gui.error.incompatible_trait=Modifier %s can not be used together with trait %s +gui.error.incompatible_enchantments=Modifier %s cannot be combined with enchantment %s + +################ +# GUIs # +################ + +# General things used in multiple GUIs +gui.general.hover=Hover over the entries for more info + +# Creative Tabs +itemGroup.TinkerGeneral=Tinkers' General Items +itemGroup.TinkerTools=Tinkers' Tools +itemGroup.TinkerToolParts=Tinkers' Toolparts +itemGroup.TinkerSmeltery=Tinkers' Smeltery +itemGroup.TinkerWorld=Tinkers' World +itemGroup.TinkerGadgets=Tinkers' Gadgets + +# Crafting Station +gui.craftingstation.name=Crafting Station + +# Stencil Table +gui.stenciltable.name=Stencil Table + +# PartBuilder +gui.partbuilder.name=Part Builder +gui.partcrafter.name=Part Crafter +gui.partbuilder.info=Here you can craft tool parts to fulfill your tinkering fantasies.\n\nTo craft a part simply put its pattern into the left slot. The two remaining slots hold the material you want to craft your part out of. +gui.partbuilder.material_value=Material Value: %s %s + +# Tool Station/Forge +gui.toolstation.name=Tool Station +gui.toolforge.name=Tool Forge +gui.toolstation.repair=Repair & Modify +gui.toolstation.traits=Traits +gui.toolstation.components=Components +gui.toolstation.info=The main way to repair or change your tools. Place a tool and a material on the left to get started. +gui.toolstation.noTraits=None :[ + +# Pattern Chest +gui.patternchest.name=Pattern Chest +gui.castchest.name=Cast Chest + +# Part Chest +gui.partchest.name=Part Chest + +# Smeltery +gui.smeltery.name=Smeltery +gui.smeltery.progress.no_recipe=Item can't be molten +gui.smeltery.progress.no_heat=Not enough heat to melt this item +gui.smeltery.progress.no_space=Not enough free space in the smeltery +gui.smeltery.fuel=Fuel +gui.smeltery.fuel.empty=No fuel found +gui.smeltery.fuel.heat=Temperature: %d +gui.smeltery.capacity=Capacity: +gui.smeltery.capacity_available=Free: +gui.smeltery.capacity_used=Used: +gui.smeltery.liquid.kilobucket=kb +gui.smeltery.liquid.bucket=b +gui.smeltery.liquid.millibucket=mb +gui.smeltery.liquid.ingot=Ingot +gui.smeltery.liquid.nugget=Nugget +gui.smeltery.liquid.block=Block +gui.smeltery.liquid.gem=Gem + +# Seared Furnace +gui.searedfurnace.name=Seared Furnace +gui.searedfurnace.progress.complete=Item is finished smelting +gui.searedfurnace.progress.no_recipe=Item can't be cooked +gui.searedfurnace.progress.no_space=Resulting stack is too large for the slot + +# Tinker Tank +gui.tinkertank.name=Tinker Tank + +# These GUIs don't appear in game, but the titles can be viewed using the crafting station +gui.itemrack.name=Item Rack +gui.dryingrack.name=Drying Rack + +# JEI Plugin +gui.jei.smelting.title=Smelting +gui.jei.alloy.title=Alloying +gui.jei.casting.title=Casting +gui.jei.casting.consume=Consumes cast! +gui.jei.drying.title=Drying + +# WAILA Plugin +gui.waila.tank.fluid=Liquid: %s +gui.waila.tank.amount=Amount: %d / %d mb +gui.waila.tank.empty=Empty +gui.waila.casting.progress=Progress: %s +gui.waila.casting.recipe=Recipe: %s + +option.tconstruct.tank=Tank Liquid +option.tconstruct.casting=Casting Recipe +option.tconstruct.progress=Recipe Progress + + +# Config +config.synced.restart=Your configuration has been updated to match the server. Restart Minecraft. +config.synced.ok=Configuration synced with server. diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/fr_FR.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/fr_FR.lang new file mode 100644 index 0000000..b80edae --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/fr_FR.lang @@ -0,0 +1,944 @@ +################ +# Blocs # +################ + +tile.tconstruct.tooltables.craftingstation.name=Table d'artisanat +tile.tconstruct.tooltables.stenciltable.name=Table à pochoirs +tile.tconstruct.tooltables.partbuilder.name=Table de construction +tile.tconstruct.tooltables.toolstation.name=Etabli en bois +tile.tconstruct.tooltables.patternchest.name=Coffre à pochoirs +tile.tconstruct.tooltables.patternchest.tooltip=Coffre pouvant contenir les pochoirs servant à mouler des pièces détachées. +tile.tconstruct.tooltables.partchest.name=Coffre à pièces détachées +tile.tconstruct.tooltables.partchest.tooltip=Coffre pouvant contenir les pièces détachées servant à assembler des objets. +tile.tconstruct.toolforge.name=Etabli en métal + +tile.tconstruct.soil.grout.name=Mastic +tile.tconstruct.soil.grout.tooltip=Je suis "Grout"! +tile.tconstruct.soil.slimy_mud_green.name=Boue gluante verte +tile.tconstruct.soil.slimy_mud_green.tooltip=Ralentit, mais permet de sauter toujours plus haut. +tile.tconstruct.soil.slimy_mud_blue.name=Boue gluante bleue +tile.tconstruct.soil.slimy_mud_blue.tooltip=Ralentit, mais permet de sauter toujours plus haut. +tile.tconstruct.soil.slimy_mud_magma.name=Boue gluante de magma +tile.tconstruct.soil.slimy_mud_magma.tooltip=Ralentit, mais permet de sauter toujours plus haut. +tile.tconstruct.soil.graveyard.name=Terre de cimetière +tile.tconstruct.soil.graveyard.tooltip=Soigne les morts-vivants. +tile.tconstruct.soil.consecrated.name=Terre sacrée +tile.tconstruct.soil.consecrated.tooltip=Blesse les morts-vivants. + +tile.tconstruct.deco_ground.mudbrick.name=Brique de boue +tile.tconstruct.deco_ground_slab.mudbrick.name=Dalle en briques de boue +tile.tconstruct.mudbrick_stairs.name=Escaliers en briques de boue + +tile.tconstruct.ore.cobalt.name=Minerai de cobalt +tile.tconstruct.ore.ardite.name=Minerai d'ardite + +tile.tconstruct.metal.cobalt.name=Bloc de cobalt +tile.tconstruct.metal.ardite.name=Bloc d'ardite +tile.tconstruct.metal.manyullyn.name=Bloc de manyullyn +tile.tconstruct.metal.knightslime.name=Bloc de knightslime +tile.tconstruct.metal.pigiron.name=Bloc de fonte +tile.tconstruct.metal.alubrass.name=Bloc de laiton d'aluminium +tile.tconstruct.metal.silky_jewel.name=Bloc de bijou soyeux + +tile.tconstruct.firewood.lavawood.name=Bois de lave +tile.tconstruct.firewood.firewood.name=Bois de chauffage +tile.tconstruct.firewood_slab.lavawood.name=Dalle en bois de lave +tile.tconstruct.firewood_slab.firewood.name=Dalle en bois de chauffage +tile.tconstruct.lavawood_stairs.name=Escaliers en bois de lave +tile.tconstruct.firewood_stairs.name=Escaliers en bois de chauffage + +tile.tconstruct.clear_glass.name=Verre transparent +tile.tconstruct.clear_stained_glass.white.name=Vitrail transparent blanc +tile.tconstruct.clear_stained_glass.orange.name=Vitrail transparent orange +tile.tconstruct.clear_stained_glass.magenta.name=Vitrail transparent magenta +tile.tconstruct.clear_stained_glass.light_blue.name=Vitrail transparent bleu clair +tile.tconstruct.clear_stained_glass.yellow.name=Vitrail transparent jaune +tile.tconstruct.clear_stained_glass.lime.name=Vitrail transparent vert clair +tile.tconstruct.clear_stained_glass.pink.name=Vitrail transparent rose +tile.tconstruct.clear_stained_glass.gray.name=Vitrail transparent gris +tile.tconstruct.clear_stained_glass.silver.name=Vitrail transparent gris clair +tile.tconstruct.clear_stained_glass.cyan.name=Vitrail transparent cyan +tile.tconstruct.clear_stained_glass.purple.name=Vitrail transparent violet +tile.tconstruct.clear_stained_glass.blue.name=Vitrail transparent bleu +tile.tconstruct.clear_stained_glass.brown.name=Vitrail transparent marron +tile.tconstruct.clear_stained_glass.green.name=Vitrail transparent vert +tile.tconstruct.clear_stained_glass.red.name=Vitrail transparent rouge +tile.tconstruct.clear_stained_glass.black.name=Vitrail transparent noir + +tile.tconstruct.slime.green.name=Bloc de slime vert +tile.tconstruct.slime.blue.name=Bloc de slime bleu +tile.tconstruct.slime.purple.name=Bloc de slime violet +tile.tconstruct.slime.blood.name=Bloc de slime de sang +tile.tconstruct.slime.magma.name=Bloc de slime de magma +tile.tconstruct.slime.tooltip=Ne fonctionne pas avec les pistons. + +tile.tconstruct.slime_congealed.green.name=Bloc de slime vert coagulé +tile.tconstruct.slime_congealed.blue.name=Bloc de slime bleu coagulé +tile.tconstruct.slime_congealed.purple.name=Bloc de slime violet coagulé +tile.tconstruct.slime_congealed.blood.name=Bloc de slime de sang coagulé +tile.tconstruct.slime_congealed.magma.name=Bloc de slime de magma coagulé +tile.tconstruct.slime_congealed.tooltip=Te permet de sauter vraiment haut. + +tile.tconstruct.slime_dirt.green.name=Terre de slime vert +tile.tconstruct.slime_dirt.blue.name=Terre de slime bleu +tile.tconstruct.slime_dirt.purple.name=Terre de slime violet +tile.tconstruct.slime_dirt.blood.name=Terre de slime de sang +tile.tconstruct.slime_dirt.magma.name=Terre de slime de magma +tile.tconstruct.slime_dirt.tooltip=C'est gluant, mais ça te permet sauter plus haut. + +tile.tconstruct.slime_grass.vanilla.name=Herbe en slime +tile.tconstruct.slime_grass.green.name=Herbe en slime vert +tile.tconstruct.slime_grass.blue.name=Herbe en slime bleu +tile.tconstruct.slime_grass.purple.name=Herbe en slime violet +tile.tconstruct.slime_grass.blood.name=Herbe en slime de sang +tile.tconstruct.slime_grass.magma.name=Herbe en slime de magma +tile.tconstruct.slime_grass.tooltip=Tellement mou! Ca te permet de sauter plus haut. + +tile.tconstruct.slime_leaves.blue.name=Feuilles en slime bleu +tile.tconstruct.slime_leaves.purple.name=Feuilles en slime violet +tile.tconstruct.slime_leaves.orange.name=Feuilles en slime de magma + +tile.tconstruct.slime_grass_tall.tall_grass.name=Hautes herbes en slime +tile.tconstruct.slime_grass_tall.fern.name=Fougère en slime + +tile.tconstruct.slime_sapling.blue.name=Pousse de slime bleu +tile.tconstruct.slime_sapling.purple.name=Pousse de slime violet +tile.tconstruct.slime_sapling.orange.name=Pousse de slime de magma +tile.tconstruct.slime_sapling.tooltip=Pousse uniquement sur la terre/l'herbe en slime. + +tile.tconstruct.slime_vine_blue.name=Liane en slime bleu +tile.tconstruct.slime_vine_blue_mid.name=Liane en slime bleu +tile.tconstruct.slime_vine_blue_end.name=Liane en slime bleu +tile.tconstruct.slime_vine_purple.name=Liane en slime violet +tile.tconstruct.slime_vine_purple_mid.name=Liane en slime violet +tile.tconstruct.slime_vine_purple_end.name=Liane en slime violet + +tile.tconstruct.seared.stone.name=Roche sombre +tile.tconstruct.seared.cobble.name=Pierre sombre +tile.tconstruct.seared.paver.name=Pavé sombre +tile.tconstruct.seared.brick.name=Brique sombre +tile.tconstruct.seared.brick_cracked.name=Dalle en briques sombres craquelées +tile.tconstruct.seared.brick_fancy.name=Dalle en briques sombres de qualité supérieure +tile.tconstruct.seared.brick_square.name=Dalle en briques sombres à motifs carrés +tile.tconstruct.seared.brick_triangle.name=Dalle en briques sombres à motifs triangulaires +tile.tconstruct.seared.brick_small.name=Bloc de petites briques sombres +tile.tconstruct.seared.road.name=Bloc de rue sombre +tile.tconstruct.seared.tile.name=Carreau sombre +tile.tconstruct.seared.creeper.name=Dalle sombre à motifs de visage de Creeper +tile.tconstruct.seared.tooltip=Elément de la fonderie. Utilisable pour la décoration. + +tile.tconstruct.seared_slab.stone.name=Dalle en roche sombre +tile.tconstruct.seared_slab.cobble.name=Dalle en pierre sombre +tile.tconstruct.seared_slab.paver.name=Dalle en pavés sombres +tile.tconstruct.seared_slab.brick.name=Dalle en briques sombres +tile.tconstruct.seared_slab.brick_cracked.name=Dalle en briques sombres craquelées +tile.tconstruct.seared_slab.brick_fancy.name=Dalle en briques sombres de qualité supérieure +tile.tconstruct.seared_slab.brick_square.name=Dalle en briques sombres à motifs carrés +tile.tconstruct.seared_slab.road.name=Pavé de rue sombre +tile.tconstruct.seared_slab2.creeper.name=Dalle en briques sombres à motifs de visage de Creeper +tile.tconstruct.seared_slab2.brick_triangle.name=Dalle en briques sombres à motifs triangulaires +tile.tconstruct.seared_slab2.brick_small.name=Dalle en petites briques sombres +tile.tconstruct.seared_slab2.tile.name=Dalle à carreaux sombre + +tile.tconstruct.seared_stairs_stone.name=Escaliers en roche sombre +tile.tconstruct.seared_stairs_cobble.name=Escaliers en pierre sombre +tile.tconstruct.seared_stairs_paver.name=Escaliers en pavés sombres +tile.tconstruct.seared_stairs_brick.name=Escaliers en briques sombres +tile.tconstruct.seared_stairs_brick_cracked.name=Escaliers en briques sombres craquelées +tile.tconstruct.seared_stairs_brick_fancy.name=Escaliers en briques sombres de qualité supérieure +tile.tconstruct.seared_stairs_brick_square.name=Escaliers en briques sombres à motifs carrés +tile.tconstruct.seared_stairs_brick_triangle.name=Escaliers en briques sombres à motifs triangulaires +tile.tconstruct.seared_stairs_brick_small.name=Escaliers en petites briques sombres +tile.tconstruct.seared_stairs_road.name=Escaliers en pavés de rue sombres +tile.tconstruct.seared_stairs_tile.name=Escaliers en dalles à carreaux sombres +tile.tconstruct.seared_stairs_creeper.name=Escaliers en dalles de briques sombres à motifs de visage de Creeper + +tile.tconstruct.smeltery_controller.name=Contrôleur de la fonderie +tile.tconstruct.smeltery_controller.tooltip=Cerveau de la fonderie : permet d'ajouter les matières à faire fondre.\nPermet également de sélectionner le liquide à faire couler par le drain. +tile.tconstruct.smeltery_io.drain.name=Drain de la fonderie +tile.tconstruct.smeltery_io.drain.tooltip=La liquide s'écoule de l'intérieur vers l'extérieur de la fonderir via le drain. +tile.tconstruct.casting.table.name=Table de fonte +tile.tconstruct.casting.basin.name=Bassin de fonte +tile.tconstruct.casting.tooltip=Réceptacle permettant de donner forme aux métaux fondus dans la fonderie. +tile.tconstruct.faucet.name=Robinet +tile.tconstruct.faucet.tooltip=Draine les liquides des fonderies et d'autres choses. +tile.tconstruct.seared_tank.tank.name=Réservoir sombre +tile.tconstruct.seared_tank.gauge.name=Jauge sombre +tile.tconstruct.seared_tank.window.name=Fenêtre sombre +tile.tconstruct.seared_tank.tooltip=Coeur de la fonderie.\nRetient les liquides même s'il est cassé. +tile.tconstruct.seared_glass.glass.name=Verre sombre +tile.tconstruct.seared_glass.glass.tooltip=Elément de la fonderie. Utilisable pour la décoration.\nNe retient pas les liquides. + +tile.tconstruct.seared_furnace_controller.name=Contrôleur du four +tile.tconstruct.tinker_tank_controller.name=Contrôleur du réservoir + +tile.tconstruct.stone_torch.name=Torche de pierre +tile.tconstruct.stone_ladder.name=Échelle de pierre +tile.tconstruct.wood_rail.name=Rail de bois +tile.tconstruct.wood_rail_trapdoor.name=Rail de bois avec une trappe +tile.tconstruct.wood_rail_trapdoor.tooltip=Les wagonnets à entonnoir peuvent être placés dans le bloc en dessous +tile.tconstruct.punji.name=Pointe en canne à sucre +tile.tconstruct.punji.tooltip=Pointu! Peut être placé sur les murs. +tile.tconstruct.glow.name=Lueur +tile.tconstruct.rack.item.name=Étagère à objets +tile.tconstruct.rack.item.tooltip=Uniquement pour décoration. +tile.tconstruct.rack.drying.name=Étagère de séchage +tile.tconstruct.rack.drying.tooltip=Permet de sécher les objets + +tile.tconstruct.slime_channel.green.name=Green Slime Channel +tile.tconstruct.slime_channel.blue.name=Blue Slime Channel +tile.tconstruct.slime_channel.purple.name=Purple Slime Channel +tile.tconstruct.slime_channel.magma.name=Magma Slime Channel +tile.tconstruct.slime_channel.blood.name=Blood Channel +tile.tconstruct.slime_channel.tooltip=S'écoule comme de l'eau, a la texture de la gélatine. + +tile.tconstruct.dried_clay.clay.name=Argile séchée +tile.tconstruct.dried_clay.brick.name=Brique en argile séchée +tile.tconstruct.dried_clay_slab.clay.name=Dalle en argile séchée +tile.tconstruct.dried_clay_slab.brick.name=Dalle en briques d'argile séchée +tile.tconstruct.dried_clay_stairs.name=Escaliers en argile séchée +tile.tconstruct.dried_brick_stairs.name=Escaliers en briques d'argile séchée + +tile.tconstruct.brownstone.smooth.name=Grès rouge lisse +tile.tconstruct.brownstone.rough.name=Grès rouge rugueux +tile.tconstruct.brownstone.paver.name=Pavé de grès rouge +tile.tconstruct.brownstone.brick.name=Bloc de briques en grès rouge +tile.tconstruct.brownstone.brick_cracked.name=Bloc de grès rouge craquelée +tile.tconstruct.brownstone.brick_fancy.name=Bloc de grès rouge de qualité supérieure +tile.tconstruct.brownstone.brick_square.name=Bloc de grès rouge à motifs carrés +tile.tconstruct.brownstone.brick_triangle.name=Bloc de grès rouge à motifs triangulaires +tile.tconstruct.brownstone.brick_small.name=Bloc de petites briques de grès rouge +tile.tconstruct.brownstone.road.name=Pavé de rue en grès rouge +tile.tconstruct.brownstone.tile.name=Carreau de grès rouge +tile.tconstruct.brownstone.creeper.name=Bloc de grès rouge à motifs de visage de Creeper +tile.tconstruct.brownstone.tooltip=Vous vous déplacez un peu plus vite sur le grès rouge. + +tile.tconstruct.brownstone_slab.smooth.name=Dalle en grès rouge lisse +tile.tconstruct.brownstone_slab.rough.name=Dalle en grès rouge rugueux +tile.tconstruct.brownstone_slab.paver.name=Dalle en trottoir de grès rouge +tile.tconstruct.brownstone_slab.brick.name=Dalle en briques de grès rouge +tile.tconstruct.brownstone_slab.brick_cracked.name=Dalle en briques de grès rouge craquelé +tile.tconstruct.brownstone_slab.brick_fancy.name=Dalle en briques de grès rouge de qualité supérieure +tile.tconstruct.brownstone_slab.brick_square.name=Dalle en briques de grès rouge à motifs carrés +tile.tconstruct.brownstone_slab.road.name=Pavé de rue en grès rouge +tile.tconstruct.brownstone_slab2.creeper.name=Dalle en grès rouge à motifs de visage de Creeper +tile.tconstruct.brownstone_slab2.brick_triangle.name=Dalle en briques de grès rouge à motifs triangulaires +tile.tconstruct.brownstone_slab2.brick_small.name=Dalle en petites briques de grès rouge +tile.tconstruct.brownstone_slab2.tile.name=Dalle en carreau de grès rouge + +tile.tconstruct.brownstone_stairs_smooth.name=Escaliers en grès rouge lisse +tile.tconstruct.brownstone_stairs_rough.name=Escaliers en grès rouge rugueux +tile.tconstruct.brownstone_stairs_paver.name=Escaliers en trottoir de grès rouge +tile.tconstruct.brownstone_stairs_brick.name=Escaliers en briques de grès rouge +tile.tconstruct.brownstone_stairs_brick_cracked.name=Escaliers en briques de grès rouge craquelées +tile.tconstruct.brownstone_stairs_brick_fancy.name=Escaliers en briques de grès rouge de qualité supérieure +tile.tconstruct.brownstone_stairs_brick_square.name=Escaliers en briques de grès rouge à motifs carrés +tile.tconstruct.brownstone_stairs_brick_triangle.name=Escaliers en briques de grès rouge à motifs triangulaires +tile.tconstruct.brownstone_stairs_brick_small.name=Escaliers en petites briques de grès rouge +tile.tconstruct.brownstone_stairs_road.name=Escaliers pavés de rue en grès rouge +tile.tconstruct.brownstone_stairs_tile.name=Escaliers en carreaux de grès rouge +tile.tconstruct.brownstone_stairs_creeper.name=Escaliers de grès rouge à motifs de visage de Creeper + +################ +# Objets # +################ + +# General Items +item.tconstruct.book.name=Les Matériaux et Vous +item.tconstruct.book.tooltip=Chaque Tinkeur se doit d'avoir ce livre\npar Skyla + +item.tconstruct.edible.bacon.name=Bacon +item.tconstruct.edible.slimeball_blue.name=Boule de slime bleu +item.tconstruct.edible.slimeball_purple.name=Boule de slime violet +item.tconstruct.edible.slimeball_blood.name=Boule de slime de sang +item.tconstruct.edible.slimeball_magma.name=Boule de slime de magma +item.tconstruct.edible.jerky_beef.name=Boeuf séché +item.tconstruct.edible.jerky_chicken.name=Poulet séché +item.tconstruct.edible.jerky_pork.name=Bacon séché +item.tconstruct.edible.jerky_mutton.name=Mouton séché +item.tconstruct.edible.jerky_rabbit.name=Lapin séché +item.tconstruct.edible.jerky_fish.name=Poisson séché +item.tconstruct.edible.jerky_salmon.name=Saumon séché +item.tconstruct.edible.jerky_clownfish.name=Poisson-clown séché +item.tconstruct.edible.jerky_pufferfish.name=Tétraodon séché +item.tconstruct.edible.jerky_monster.name=Monstre séché +item.tconstruct.edible.slimedrop_green.name=Gouette de slime vert coagulé +item.tconstruct.edible.slimedrop_blue.name=Gouette de slime bleu coagulé +item.tconstruct.edible.slimedrop_purple.name=Gouette de slime violet coagulé +item.tconstruct.edible.slimedrop_blood.name=Gouette de slime de sang coagulé +item.tconstruct.edible.slimedrop_magma.name=Gouette de slime de magma coagulé + +item.tconstruct.materials.seared_brick.name=Brique sombre +item.tconstruct.materials.mud_brick.name=Brique de boue +item.tconstruct.materials.mud_brick.tooltip=Parpaing pour petit et grand. +item.tconstruct.materials.dried_brick.name=Brique séchée +item.tconstruct.materials.slimecrystal_green.name=Cristal de slime vert +item.tconstruct.materials.slimecrystal_green.tooltip=Utilisé pour les outils. +item.tconstruct.materials.slimecrystal_blue.name=Cristal de slime bleu +item.tconstruct.materials.slimecrystal_blue.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.slimecrystal_magma.name=Cristal de slime de magma +item.tconstruct.materials.slimecrystal_magma.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.expander_w.name=Extenseur (horizontal) +item.tconstruct.materials.expander_w.tooltip=Ne manquez pas le jour des jambes! +item.tconstruct.materials.expander_h.name=Extenseur (vertical) +item.tconstruct.materials.expander_h.tooltip=Te fais-tu seulement soulever ? +item.tconstruct.materials.reinforcement.name=Renforcement +item.tconstruct.materials.reinforcement.tooltip=Modificateur renforcé +item.tconstruct.materials.silky_cloth.name=Tissu soyeux +item.tconstruct.materials.silky_jewel.name=Bijou soyeux +item.tconstruct.materials.silky_jewel.tooltip=Modificateur de toucher de soie +item.tconstruct.materials.necrotic_bone.name=Os nécrotique +item.tconstruct.materials.necrotic_bone.tooltip=Modificateur nécrotique +item.tconstruct.materials.moss.name=Balle de mousse +item.tconstruct.materials.moss.tooltip=Faites un clic droit sur une bibliothèque avec ceci\npour la transformer en Mousse de raccommodage.\n§oConsomme 10 niveaux +item.tconstruct.materials.mending_moss.name=Mousse de raccommodage +item.tconstruct.materials.mending_moss.tooltip=Modificateur de mousse de raccommodage +item.tconstruct.materials.creative_modifier.name=Modificateur créatif +item.tconstruct.materials.creative_modifier.tooltip=Ajoute un modificateur. + +item.tconstruct.ingots.cobalt.name=Lingot de cobalt +item.tconstruct.ingots.ardite.name=Lingot d'ardite +item.tconstruct.ingots.manyullyn.name=Lingot de manyullyn +item.tconstruct.ingots.knightslime.name=Lingot de knightslime +item.tconstruct.ingots.knightslime.tooltip=Gluante et métallique tout en étant une pierre ? Fascinant! +item.tconstruct.ingots.pigiron.name=Lingot de fonte +item.tconstruct.ingots.pigiron.tooltip=Grouin grouin (car "pig-iron" en anglais) ! +item.tconstruct.ingots.alubrass.name=Lingot de laiton d'aluminium + +item.tconstruct.nuggets.cobalt.name=Pépite de cobalt +item.tconstruct.nuggets.ardite.name=Pépite d'ardite +item.tconstruct.nuggets.manyullyn.name=Pépite de manyullyn +item.tconstruct.nuggets.knightslime.name=Pépite de knightslime +item.tconstruct.nuggets.pigiron.name=Pépite de fonte +item.tconstruct.nuggets.alubrass.name=Pépite de laiton d'aluminium + +item.tconstruct.pattern.blank=Pochoir vierge +item.tconstruct.pattern.name=Pochoir en %s +item.tconstruct.cast.blank=Moule vierge +item.tconstruct.cast.name=Moule en %s +item.tconstruct.clay_cast.name=Moule en %s d'argile +item.tconstruct.cast_custom.ingot.name=Pochoir de lingot +item.tconstruct.cast_custom.nugget.name=Pochoir de pépite +item.tconstruct.cast_custom.gem.name=Pochoir de bijou +item.tconstruct.cast_custom.plate.name=Pochoir de plaque +item.tconstruct.cast_custom.gear.name=Pochoir de roue dentée + +item.tconstruct.sharpening_kit.name=Kit d'affûtage +item.tconstruct.sharpening_kit.tooltip=A combiner avec un silex!\nModifie le niveau de minage de l'outil à celui du matériau. + +item.forge.bucketFilled.blood=Seau de sang + +# Tools +item.tconstruct.pickaxe.name=Pioche +item.tconstruct.shovel.name=Pelle +item.tconstruct.hatchet.name=Hachette +item.tconstruct.mattock.name=Bêche-binette-hache + +item.tconstruct.hammer.name=Marteau +item.tconstruct.excavator.name=Excavateur +item.tconstruct.lumberaxe.name=Hache lourde +item.tconstruct.scythe.name=Faux + +# Melee Weapons + +item.tconstruct.frypan.name=Poêle +item.tconstruct.battlesign.name=Pancarte de guerre +item.tconstruct.dagger.name=Dague +item.tconstruct.broadsword.name=Épée large +item.tconstruct.longsword.name=Épée longue +item.tconstruct.rapier.name=Rapière +item.tconstruct.cutlass.name=Coutelas + +item.tconstruct.cleaver.name=Couperet +item.tconstruct.battleaxe.name=Hache de guerre + +# Ranged Weapons & Ammo + +item.tconstruct.shortbow.name=Arc court + +item.tconstruct.arrow.name=Flèche + +item.tconstruct.shuriken.name=Shuriken + +# Tool Parts +item.tconstruct.shard.name=Eclat + +item.tconstruct.pick_head.name=Tête de pioche +item.tconstruct.shovel_head.name=Tête de pelle +item.tconstruct.axe_head.name=Tête de hachette +item.tconstruct.pan_head.name=Batée +item.tconstruct.sign_head.name=Plaque de pancarte +item.tconstruct.binding.name=Connecteur +item.tconstruct.tool_rod.name=Manche d'outil +item.tconstruct.knife_blade.name=Lame de couteau +item.tconstruct.sword_blade.name=Lame d'épée +item.tconstruct.wide_guard.name=Garde large +item.tconstruct.cross_guard.name=Garde en croix +item.tconstruct.hand_guard.name=Garde-main +item.tconstruct.full_guard.name=Garde complète + +# Large Tool Parts +item.tconstruct.hammer_head.name=Tête de marteau +item.tconstruct.excavator_head.name=Tête d'excavateur +item.tconstruct.broad_axe_head.name=Tête de hache large +item.tconstruct.large_plate.name=Plaque large +item.tconstruct.tough_binding.name=Connecteur dur +item.tconstruct.tough_tool_rod.name=Manche d'outil dur +item.tconstruct.scythe_head.name=Tête de faux +item.tconstruct.large_sword_blade.name=Lame d'épée large + +# Bow & Arrow Parts + +item.tconstruct.bow_limb.name=Corps d'arc +item.tconstruct.bow_string.name=Corde d'arc + +item.tconstruct.arrow_head.name=Pointe de flèche +item.tconstruct.arrow_shaft.name=Hampe de flèche +item.tconstruct.fletching.name=Empennage + +# Material specific tools and toolparts +# item.tconstruct.<tool>.<material> +# item.tconstruct.pickaxe.wood=Pioche en bois + +# Gadgets +item.tconstruct.slime_boots.name=Bottes de Slime +item.tconstruct.slime_boots.tooltip=Vous fait rebondir en atterrissant.\nUtilisez les bottes de Slime si vous accordez de l'importance à votre vie! +item.tconstruct.slimesling.name=Fronde de Slime +item.tconstruct.slimesling.tooltip=Chargement rapide, faible précision, tirez!. +item.tconstruct.piggybackpack.name=Sac à dos à cochons +item.tconstruct.piggybackpack.tooltip=Faites un clic droit sur les créatures pour les ramasser. +item.tconstruct.stone_stick.name=Tige de pierre + +item.tconstruct.fancy_frame.jewel.name=Cadre de qualité supérieure +item.tconstruct.fancy_frame.alubrass.name=Cadre de laiton d'aluminium +item.tconstruct.fancy_frame.cobalt.name=Cadre de cobalt +item.tconstruct.fancy_frame.ardite.name=Cadre d'ardite +item.tconstruct.fancy_frame.manyullyn.name=Cadre de manyullyn +item.tconstruct.fancy_frame.gold.name=Cadre d'or +item.tconstruct.fancy_frame.clear.name=Cadre transparent + +item.tconstruct.throwball.glow.name=Balle lumineuse +item.tconstruct.throwball.glow.tooltip=Non comestible. +item.tconstruct.throwball.efln.name=EFLN +item.tconstruct.throwball.efln.tooltip=Explose! A garder pour l'exploitation minière! + +###################### +# Spaghetti de maman # +###################### + +item.tconstruct.moms_spaghetti.name=Spaghetti de maman +item.tconstruct.moms_spaghetti.desc=Delicieux! +item.tconstruct.moms_spaghetti.tooltip1=§oJe pense qu'elles sont bien…mais ce n'est pas pareil.\nElles ont incontestablement besoin d'un peu de sauce, mais elle doit être rouge. +item.tconstruct.moms_spaghetti.tooltip2=§oIl manque quelque chose…on pourrait utiliser de la viande. Maman utilise touours TOUTE la viande.\nJe dois avoir au-moins 3 différentes sortes de viande. +item.tconstruct.moms_spaghetti.tooltip3=§oJuste comme maman a l'habitude de les faire. +stat.spaghetti.uses.name=Noms +stat.spaghetti.nourishment.name=Nourriture +stat.spaghetti.saturation.name=Saturation +modifier.spaghetti_sauce.name=avec de la sauce +modifier.spaghetti_sauce.desc=§oAvec des betteraves par maman§r\nAugmente la saturation +modifier.spaghetti_meat.name=avec de la viande +modifier.spaghetti_meat.desc=§oToute la viande!§r\nAugmente la valeur nutritive + +item.tconstruct.spaghetti.hard.name=Bâtonnets de blé super durs +item.tconstruct.spaghetti.hard.tooltip=Complètement immangeables tels quels.\nIls ont besoin d'être ramolis, même toute la sueur de votre front est insufisante pour en venir à bout.\nIls doivent probablement tremper un bon moment dans de l'eau. +item.tconstruct.spaghetti.soggy.name=Nouilles molles +item.tconstruct.spaghetti.soggy.tooltip=Maintenant ils sont tout humides, même vos bras de spaghetti arrivent à les plier.\nSuspendons les et laissons les sécher. +item.tconstruct.spaghetti.cold.name=Nouilles froides séchées +item.tconstruct.spaghetti.cold.tooltip=Bon, c'est meilleur, mais ils ont encore un goût dégeulasse.\nLes réchauffer devrait les rendre mangeables.\nIls devraient même être suffisamment bons pour vous remettre sur pied. + +################# +# Entités # +################# + +entity.tconstruct.blueslime.name=Slime bleu + +################# +# Fluides # +################# + +fluid.tconstruct.stone.name=Roche sombre fondue +fluid.tconstruct.obsidian.name=Obsidienne fondue +fluid.tconstruct.clay.name=Argile fondu +fluid.tconstruct.dirt.name=Terre fluide +fluid.tconstruct.iron.name=Fer fondu +fluid.tconstruct.gold.name=Or fondu +fluid.tconstruct.pigiron.name=Fonte fondue +fluid.tconstruct.cobalt.name=Cobalt fondu +fluid.tconstruct.ardite.name=Ardite fondue +fluid.tconstruct.manyullyn.name=Manyullyn fondu +fluid.tconstruct.knightslime.name=Knightslime fondu +fluid.tconstruct.emerald.name=Émeraude fondue +fluid.tconstruct.glass.name=Verre fondu +fluid.tconstruct.blood.name=Sang +fluid.tconstruct.milk.name=Lait +fluid.tconstruct.blueslime.name=Slime bleu fluide +fluid.tconstruct.purpleslime.name=Slime violet fluide +fluid.tconstruct.brass.name=Laiton fondu +fluid.tconstruct.copper.name=Cuivre fondu +fluid.tconstruct.tin.name=Étain fondu +fluid.tconstruct.bronze.name==Bronze fondu +fluid.tconstruct.zinc.name=Zinc fondu +fluid.tconstruct.lead.name=Plomb fondu +fluid.tconstruct.nickel.name=Nickel fondu +fluid.tconstruct.silver.name=Argent fondu +fluid.tconstruct.electrum.name=Électrum fondu +fluid.tconstruct.steel.name=Acier fondu +fluid.tconstruct.aluminum.name=Aluminium fondu +fluid.tconstruct.alubrass.name=Laiton d'aluminium fondu + +################# +# Potions # +################# + +potion.carry=Piggybacking + +################# +# Matériaux # +################# +# material.<identifier>.name +# material.<identifier>.prefix +# material.wood.prefix=Wooden %s - Used for stuff like "Wooden Pickaxe" if no specific name is given + +material.wood.name=Bois +material.wood.prefix=%s de bois +material.stone.name=Pierre +material.flint.name=Silex +material.cactus.name=Cactus +material.obsidian.name=Obsidienne +material.prismarine.name=Prismarine +material.netherrack.name=Roche du Nether +material.endstone.name=End +material.bone.name=Os +material.paper.name=Papier +material.sponge.name=Éponge +material.firewood.name=Bois de lave +material.slime.name=Slime +material.blueslime.name=Slime bleu +material.blueslime.prefix=%s de Slime bleu +material.knightslime.name=knightslime +material.magmaslime.name=Slime de magma +material.ardite.name=Ardite +material.cobalt.name=Cobalt +material.manyullyn.name=Manyullyn +material.iron.name=Fer +material.pigiron.name=Fonte +material.copper.name=Cuivre +material.bronze.name=Bronze +material.lead.name=Plomb +material.silver.name=Argent +material.electrum.name=Électrum +material.steel.name=Acier + +material.string.name=Ficelle +material.vine.name=Vigne +material.slimevine_blue.name=Vigne en slime bleu +material.slimevine_orange.name=Vigne en slime orange +material.slimevine_purple.name=Vigne en slime violet + +material.blaze.name=Bâton de Blaze +material.reed.name=Roseaux +material.ice.name=Glace +material.endrod.name=Bâton de l'End + +material.feather.name=Plume +material.leaf.name=Feuille +material.slimeleaf_blue.name=Feuille en slime bleu +material.slimeleaf_orange.name=Feuille en slime orange +material.slimeleaf_purple.name=Feuille en slime violet + +############# +# Stats # +############# +stat.head.name=Tête +stat.head.durability.name=Durabilité +stat.head.durability.desc=valeur de base pour les calculs de durabilité.\nC'est généralement une part importants de la durabilité global de l'outil. +stat.head.miningspeed.name=Vitesse de minage +stat.head.miningspeed.desc=Rapidité à laquelle va miner un outil si sa tête est faite de ce matériau.\nPeut être modifiée par les autres parties de l'outil. +stat.head.harvestlevel.name=Niveau de minage +stat.head.harvestlevel.desc=Indique le niveau de minage d'un outil dont la tête est faite de ce matériau. +stat.head.attack.name=Points d'attaque +stat.head.attack.desc=Valeur de base pour les calculs d'attaque.\nLe résultat final dépend du type d'outil et des autres pièces utilisées. + +stat.handle.name=Manche +stat.handle.modifier.name=Modificateur +stat.handle.modifier.desc=A quel point le matériaux est adapté pour faire un manche.\nLa durabilité globale de l'outil sera multipliée par cette valeur. +stat.handle.durability.name=Durabilité +stat.handle.durability.desc=La durabilité du matériau.\nLa durabilité de l'outil sera modifiée de cette valeur. + +stat.extra.name=Extra +stat.extra.durability.name=Durabilité +stat.extra.durability.desc=A quel point la durabilité de cette pièce contribuera si utilisée comme accessoire. + +stat.mattock.axelevel.name=Niveau de hache +stat.mattock.shovellevel.name=Niveau de pelle + +stat.bow.name=Arc +stat.bow.drawspeed.name=Vitesse de tir +stat.bow.drawspeed.desc=Rapidité à laquelle tire l'arc. +stat.bow.range.name=Multiplicateur de portée +stat.bow.range.desc=Distance à laquelle le projectile peut être propulsé. + +stat.bowstring.name=Corde d'arc +stat.bowstring.modifier.name=Modificateur +stat.bowstring.modifier.desc=La durabilité sera multipliée par cette valeur. + +stat.shaft.name=Hampe de flèche +stat.shaft.modifier.name=Modificateur +stat.shaft.modifier.desc=Toute flèche a besoin d'une base convenable. Elle determinera la qualité finale.\nLe nombre total de munitions sera multiplié par cette valeur. +stat.shaft.ammo.name=Munitions +stat.shaft.ammo.desc=How many arrows you can get out of it.\nThis much flat ammo will be added. + +stat.fletching.name=Empennage de flèche +stat.fletching.accuracy.name=Précision +stat.fletching.accuracy.desc=Détermine la qualité de la trajectoire obtenue en utilisant cet empennage.\nAffecte la précision globale des projectiles. +stat.fletching.modifier.name=Modificateur +stat.fletching.modifier.desc=How many arrows you can craft with this.\nProjectile ammo will be multiplied by this. + +stat.projectile.ammo.name=Munitions + +############## +# Traits # +############## + +# Les traits sont également des modificateurs, ils utilisent le même préfixe, ils n'ont donc pas besoin d'être référencés en double. +modifier.alien.name=Extraterrestre +modifier.alien.desc=§oLes statistiques semblent incorrectes...§r\n..comme si elles changeaient! Peut-être que le temps nous le dira ? +modifier.aquadynamic.name=Hydrodynamique +modifier.aquadynamic.desc=§oCa devient humide ici !§r\nL'outil n'est pas affecté par l'eau et aime le soirées pluvieuses. +modifier.aridiculous.name=Aridicule +modifier.aridiculous.desc=§oSe tourne vers la chaleur!§r\nL'outil marche mieux dans les environnements chauds. +modifier.autosmelt.name=Auto-fone +modifier.autosmelt.desc=§oUn fourneau dans un outil!§r\nLes blocs sont récoltés fondus. +modifier.baconlicious.name=Baconlicieux +modifier.baconlicious.desc=§oBACON!§r\nTaper les choses donne parfois du bacon. +modifier.cheap.name=Bon marché +modifier.cheap.desc=§oVous en aurez pour votre argent!§r\nAugmente la durabilité gagnée en réparant l'outil. +modifier.cheapskate.name=Radin +modifier.cheapskate.desc=§oInsolent!§r\nLe pierre c'est mauvais. Votre outil a moins de durabilité. +modifier.coldblooded.name=Sans pitié +modifier.coldblooded.desc=§oSauvage!§r\nFait plus des dégâts sur les cibles à santé pleine. +modifier.crude.name=Brut +modifier.crude.desc=§oLes armures c'est pour les lâches!§r\nFait plus des dégâts contres les cibles sans armure. +modifier.crude.extra=Vs sans armure: +%s +modifier.crumbling.name=S'émiettant +modifier.crumbling.desc=§oS'émietter et le grondement et le grondement.§r\nL'outil détruit plus rapidement les blocs mous qui ne requierent pas d'outil. +modifier.dense.name=Dense +modifier.dense.desc=§oPlus... dur.§r\nVotre outil dur plus longtemps lorsqu'il a moins de durabilité. +modifier.duritos.name=Duritae +modifier.duritos.desc=§oN'a pas aussi bon goût qu'il en a l'ai.§r\nVotre outil dur plus longtemps ...la plupart du temps. +modifier.ecological.name=Écologique +modifier.ecological.desc=§oForce verte!§r\nLes ressources renouvelables sont si bonnes qu'elles se régénérent elles-mêmes! +modifier.enderference.name=Enderférence +modifier.enderference.desc=§oAnti-téléportation!§r\nEmpêche l'Endermen de se téléporter pour un cours moment. +modifier.established.name=Bien établi +modifier.established.desc=§oBonus d'XP gratuit!§r\nVouz gagnez plus d'XP. +modifier.flammable.name=Flammable +modifier.flammable.desc=§oOn n'a jamais assez de feu!§r\nLe fait de bloquer arrête les dommages de feu et enflamme l'agresseur. +modifier.fractured.name=Fracturé +modifier.fractured.desc=§oCa fait mal!§r\nLes dommages de l'outil sont augmentés. +modifier.hellish.name=Infernal +modifier.hellish.desc=§oD'enfer!§r\nFait des dommages supplémentaires aux créatures Non-Nether. +modifier.hellish.extra=Vs Non-Nether: +%s +modifier.holy.name=Saint +modifier.holy.desc=§oRadieux!§r\nFait des dommages supplémentaires aux morts-vivants. +modifier.holy.extra=modifier.smite.extra +modifier.insatiable.name=Insatiable +modifier.insatiable.desc=§oDévorez!§r\nVous infligez de plus en plus de dégâts pendant le combat, mais en consommant de plus en plus de durabilité. +modifier.jagged.name=Dentelé +modifier.jagged.desc=§oUsure naturelle!§r\nLes dégâts augmentent lorsque la durabilité diminue. +modifier.jagged.extra=Dommages dentelés: +%s +modifier.lightweight.name=Léger +modifier.lightweight.desc=§oRapide comme le vent!§r\nAugmente la vitesse globale de l'outil pour le minage et l'attaque. +modifier.lightweight.extra=Bonus de vitesse: +%s +modifier.magnetic.name=Magnétique +modifier.magnetic.desc=§oComment il fonctionne?!§r\nFrapper des choses attire les choses des environs?! +modifier.momentum.name=Élan +modifier.momentum.desc=§oPlus vite, continue!§r\nMiner augmente votre vitesse tant que cous continuez. +modifier.petramor.name=Petramor +modifier.petramor.desc=§oTant des pierres, je dois toute la voir !§r\nL'outil aime les pierres, il veut littéralement les absorber (pour le durabilité). +modifier.poisonous.name=Empoisonné +modifier.poisonous.desc=§oPas exactement sans-plomb!§r\nLes coups empoisonnent l'ennemi. +modifier.prickly.name=Epineux +modifier.prickly.desc=§oAïe!§r\nPersonne n'est à l'abris de ces épines, elles blessent toujours! +modifier.sharp.name=Tranchant +modifier.sharp.desc=§oPeut même couper les mots!§r\nL'ennemi touché saigne pour un court moment. +modifier.shocking.name=Electrisant +modifier.shocking.desc=§oBzzzzzt!§r\nCourrir charge l'outil et toucher un ennemi le décharge. +modifier.slimey.name=Visqueux +modifier.slimey.desc=§oC'est dégoûtant!§r\nCa partira à l'eau. +modifier.spiky.name=Piquant +modifier.spiky.desc=§oC'est 200% mieux avec des piquants!§r\nBloquer fait des dégâts à l'agresseur. +modifier.splintering.name=Fragmentation +modifier.splintering.desc=§oUn souvenir pour vos ennemis!§r\nPlus vous frappez plus vous infligez de dégâts. +modifier.splinters.name=Échardes +modifier.splinters.desc=§oAïe!§r\nFaites attention à ne pas attraper d'écharde! +modifier.squeaky.name=Nickel +modifier.squeaky.desc=§oMignon.§r\nVotre outil est si doux et nickel qu'il obtient touché de soie, mais ne fait aucun dégât. +modifier.stiff.name=Rigide +modifier.stiff.desc=§oFixe!§r\nBloquer réduit encore plus les dommages pris. +modifier.stonebound.name=Roche-lié +modifier.stonebound.desc=§oVotre outil adore les roches!§r\nPlus il s'use, plus l'outil mine vite, mais il fait moins de dégâts. +modifier.stonebound.extra=Vitesse de Roche-lié: +%s +modifier.superheat.name=Surchauffe +modifier.superheat.desc=§oAugmente ka chaleur!§r\nFait des dégâts supplémentaires aux ennemis en feu. +modifier.superheat.extra=Vs en feu: +%s +modifier.unnatural.name=Anormal +modifier.unnatural.desc=§oAbomination!§r\nPlus son niveau de minage est au-dessus de celui requis, plus l'outil mine vite. +modifier.tasty.name=Savoureux +modifier.tasty.desc=§oHumm Hum Humm§r\nCe outil sent si bon.. Vous feriez mieux de manger votre outil que de mourir de faim. +modifier.writable.name=Inscriptible +modifier.writable.desc=§oIntellectuel!§r\nPlus de mots. Plus de modificateurs. C'est juste logique! + +modifier.breakable.name=Fragilité +modifier.breakable.desc=§o"Haut"!§r\nLes projectiles ont 50% de chance de se briser à l'impact. +modifier.endspeed.name=Vitesse terminale +modifier.endspeed.desc=§oVitesse quantique!§r\nLes projectiles atteignent instantanément leur cible. +modifier.freezing.name=Gêle +modifier.freezing.desc=§oL'hiver vient§r\nLes cibles touchées sont de plus en plus ralenties. +modifier.hovering.name=Planant +modifier.hovering.desc=§oLibre comme le vent§r\nLes projectiles se déplacent plus lentement mais subissent moins la gravité. +modifier.splitting.name=Séparation +modifier.splitting.desc=§oDeux pour le prix d'une!§r\nL'accélération brutale de la flèche relachée peut la faire se séparer en dédoubler. + +################# +# Modificateurs # +################# + +modifier.bane_of_arthopods.name=Fléau des arthropodes +modifier.bane_of_arthopods.desc=§oAnti-araignée!§r\nInfligez plus de dégâts aux araignées. +modifier.bane_of_arthopods.extra=Vs araignées: +%s +modifier.beheading.name=Décapitation +modifier.beheading.desc=§oQu'on leur coupe la tête!§r\nChaque niveau ajoute 10% de chance d'obtenir la tête de l'ennemi en le tuant. +modifier.blasting.name=Détonant +modifier.blasting.desc=§oKa-Boom!§r\nVous pouvez casser les blocs qui ne le sont normalement pas, mais ils risquent d'être détruits. +modifier.blasting.extra=Pouvoir explosif: %s +modifier.diamond.name=Diamant +modifier.diamond.desc=§oBrillant!§r\nDurabilité augmentée! +modifier.emerald.name=Emeraude +modifier.emerald.desc=§oChic!§r\nDurabilité augmentée en fonction des caractéristiques de base! +modifier.fiery.name=Incandescent +modifier.fiery.desc=§oSi chaud maintenant!§r\nAjoute de dégâts de feu, enflamme votre ennemi. +modifier.fiery.extra=Dégâts de feu: +%s +modifier.fiery.extra2=Durée de combustion: %ss +modifier.fortify.name=Renforcé (%s) +modifier.fortify.desc=§oPlus dur, meilleur, plus rapide, plus fort!§r\nNivea ude minage augmenté au même niveau que %s. +modifier.glowing.name=Rayonnant +modifier.glowing.desc=§oLumière vive§r\nLorsqu'il fait trop sombre, votre outil sacrifie une part de lui-même pour éclairer votre chemin. +modifier.harvestwidth.name=Largeur++ +modifier.harvestwidth.desc=§oAugmentation!§r\nAugmente la largeur de la zone d'effet de l'outil. L'effet varie suivant l'outil. +modifier.harvestheight.name=Hauteur++ +modifier.harvestheight.desc=§oAugmentation!§r\nAugmente la hauteur de la zone d'effet de l'outil. L'effet varie suivant l'outil. +modifier.haste.name=Rapide +modifier.haste.name2=Plus rapide +modifier.haste.name3=Beaucoup plus rapide +modifier.haste.name4=Plus que beaucoup plus rapide +modifier.haste.name5=Hyper rapide +modifier.haste.desc=§oWeeeeeee!§r\nSous l'impulsion de la redstone, votre outil va de plus en plus vite lorsque vous l'utilisez. +modifier.haste.extra=Bonus de rapidité: +%s +modifier.knockback.name=Recul +modifier.knockback.desc=§oHomerun!§r\nApprend aux choses à voler - par la manière cool. +modifier.luck.name=Chance +modifier.luck.desc=§oBrillant!§r\nVous recevez toutes les jolies choses. Et en grande quantité. +modifier.mending_moss.name=Mousse de raccomodage +modifier.mending_moss.desc=§oIl est en vie!§r\nL'XP est stockée dans l'outil. Il sera lentement utilisé pour régénérer sa durabilité. +modifier.mending_moss.extra=XP stocké: %d +modifier.necrotic.name=Nécrotique +modifier.necrotic.desc=§oJe me sens tellement vivant!!§r\nUne partie des dégâts faits aux ennemis régénère votre santé. +modifier.necrotic.extra=Vol de vie: +%s +modifier.reinforced.name=Renforcé +modifier.reinforced.unbreakable=Incassable +modifier.reinforced.desc=§oSi fort!§r\nChaque niveau ajoute %s de chance de ne pas perdre de durabilité. +modifier.reinforced.extra=Renforcé: %s +modifier.sharpness.name=Tranchant +modifier.sharpness.name2=Plus tranchant +modifier.sharpness.name3=Beaucoup plus tranchant +modifier.sharpness.name4=Plus que beaucoup plus tranchant +modifier.sharpness.name5=Hyper tranchant +modifier.sharpness.desc=§oOuch!§r\nSi aiguisé qu'on a mal rien qu'en regardant. +modifier.shulking.name=Projetant +modifier.shulking.desc=§oHaut haut et loin!§r\nToucher les ennemis les faits s'envoler au loin. +modifier.shulking.extra=Durée de flottement: %ss +modifier.silktouch.name=Touché de soie +modifier.silktouch.desc=§odoux comme la soir!§r\nLes blocs minés sont récupérés tels quels au lieu des objets habituels. +modifier.smite.name=Châtiment +modifier.smite.desc=§oPour la Justice!§r\nFait des dommages supplémentaires aux morts-vivants. +modifier.smite.extra=Vs morts-vivants: +%s +modifier.soulbound.name=Lien sprirituel +modifier.soulbound.desc=§oUn joyeux couple!§r\nVous aimez votre outil. Même la mort ne peut pas vous séparer. +modifier.webbed.name=Englué +modifier.webbed.desc=§oYuck!§r\nEmmêle l'ennemi dans une toile d'araignée, le ralentissant. + +################# +# Infos outils # +################# +item.tconstruct.pickaxe.desc=La Piche est un outil de minage précis. Elle est efficace sur la pierre et les minerais.\nElle brise les blocs, OK? +item.tconstruct.shovel.desc=La Pelle creuse la terre. Elle est efficace sur la terre, le sable, le gravier et la neige.\nFaites juste attention à ne pas creuser votre tombe! +item.tconstruct.hatchet.desc=La Hachette coupe le bois et les feuilles en moins de deux. Elle fait également une arme passable.\nChop chop! +item.tconstruct.mattock.desc=La Bêche-binette-hache est un outil d'agriculture polyvalent. Elle est efficace sur le bois, la terre et les plantes. Elle a également un peu de punch.\nClic-droit: bine le sol +item.tconstruct.broadsword.desc=L'Épée large est une arme universelle. Bloquer divise les dégâts par deux.\nfonctionne aussi contre les toiles d'araignées! +item.tconstruct.longsword.desc=L'Épée longue est une arme offensive. Elle est souvent utilisée pour charger à pleine vitesse dans la bataille.\nClic-droit: Charger +item.tconstruct.rapier.desc=La Rapièr est une arme speciale comptant sur des coups rapide pour vaincre les ennemis.\nClic-droit : Faire marche arrière +item.tconstruct.frypan.desc=La Poêle est une arme lourde avec un effet de recul pour garder de la distance. Elle fait également BOING!\nClic-droit : Gros coup +item.tconstruct.battlesign.desc=La Pancarte de guerre est l'ultime arme defensive. Una avancée dans la technologie des arme qui mériterait des Minis Zombis partout.\nBloquer reduit encore plus les dégâts et renvoie les projectiles. +item.tconstruct.hammer.desc=Le Marteau est un large outil de minage. Il récolte les blocs sur une large zone.\nEgalement efficace contre les morts-vivants. +item.tconstruct.lumberaxe.desc=La Hache lourde est un large outil de coupe. Elle peut faire tomber un arbre entier en un coup ou récolter le bois sur une large zone.\nBois! +item.tconstruct.excavator.desc=L'Excavateur est un large outil pour creuser. Il creuse une large zone de sol et de neige.\nTerraformation! +item.tconstruct.cleaver.desc=Le Couperet est une arme lourde offensive. Il donne de puissants coups, mais est difficile à manier.\nLe Couperet fait des dégâts élevés.\nDoucement, inblocable! +item.tconstruct.battleaxe.desc=La Hache de guerre est une arme lourde offensive éveillant le fou furieux. Elle peut venir à bout de petits arbres et envoyer valser les ennemis.\nClic-droit : Fureur +item.tconstruct.scythe.desc=La Faux est un large outil de récolte. Elle est efficace sur les plantes and récolte la faune et la flore sur une large zone.\nApporte la mort à la fois aux cultures et aux ennemis. +item.tconstruct.shuriken.desc=Le Shuriken est une arme de lancé rapide à courte portée. Il est en grand nombre, mais fait de faibles dégâts.\nPeut être lancé depuis la deuxième main. + +################ +# Infobulles # +################ +tooltip.tool.modifiers=Modificateur +tooltip.tool.broken=Cassé +tooltip.tool.empty=Vide +tooltip.tool.holdShift=Maintenir §e§oShift§r§7 pour voir les caractéristiques +tooltip.tool.holdCtrl=Maintenir §e§bCtrl§r§7 pour plus d'informations + +tooltip.part.material_added_by=Materiau ajouté par %s +tooltip.part.missing_material=Materiau manquant: %s +tooltip.part.missing_stats=Le materiau ne remplit pas le pré-requis:\n%s +tooltip.part.missing_info=Information manquante + +tooltip.pattern.cost=Coût en materiau: %d + +tooltip.chest.has_items=Contient des objets + +tooltip.tank.fluid=%s +tooltip.tank.amount=%d mb + +################## +# UI Strings # +################## +# general strings used in GUIs, tooltips and other display stuff + +ui.mininglevel.stone=Roche +ui.mininglevel.iron=Fer +#ui.mininglevel.redstone=Redstone # replaced with diamond +ui.mininglevel.diamond=Diamant +ui.mininglevel.obsidian=Obsidienne +ui.mininglevel.cobalt=Cobalt + +# Death messages +death.attack.smeltery=%s a essayé de créer un personnage fondu +death.attack.splinter=%s a reçu une écharde. elle devait être énorme + +###################### +# GUI Error messages # +###################### + +gui.error=ERREUR +gui.warning=ALERTE +# GUI Errors from the different Tinker Tables +gui.error.invalid_pattern=Le pochoir ne contient pas une pièce valide! +gui.error.useless_tool_part=Cette pièce ne peut pas être utilisée pour fabriquer un outil!\nOu alors il manque des informations au matériau %s ou aucun outil n'utilise un(une) %s dans sa recette. +gui.error.wrong_material_part=Une ou plusieurs pièces sont dans un matériau non supporté pour cet outil. +gui.error.not_enough_durability=Manque de durabilité pour remplacer la pièce!\n%d à besoin de plus de durabilité. +# GUI Errors from modifiers +gui.error.not_enough_modifiers=Pas assez de Modificateurs. (%d nécessaire(s)) +gui.error.single_modifier=%s ne peut êttre appliqué qu'une fois. +gui.error.max_level_modifier=Le niveau maximum pour %s est déjà atteint. +gui.error.no_modifier_for_item=Aucun modificateur trouvé pour %s. +gui.error.incompatible_modifiers=Les modificateurs %s et %s ne peuvent pas être ajoutés ensemble +gui.error.incompatible_trait=Le modificateur %s ne peut pas être utiliser avec le trait %s +gui.error.incompatible_enchantments=Le modificateur %s ne peut pas être combiné avec l'enchantment %s + +################ +# GUIs # +################ + +# General things used in multiple GUIs +gui.general.hover=Survolez les paragraphes pour plus d'info + +# Creative Tabs +itemGroup.TinkerGeneral=Objets général de Tinker +itemGroup.TinkerTools=Outils de Tinker +itemGroup.TinkerToolParts=Pièces d'outil de Tinker +itemGroup.TinkerSmeltery=Fonderie de Tinker +itemGroup.TinkerWorld=Monde de Tinker +itemGroup.TinkerGadgets=Gadgets de Tinker + +# Crafting Station +gui.craftingstation.name=Table d'artisanat + +# Stencil Table +gui.stenciltable.name=Table à pochoirs + +# PartBuilder +gui.partbuilder.name=Table de construction +gui.partcrafter.name=Table de craft +gui.partbuilder.info=Ici vous pouvez créer les parties des outils pour exaucer toutes vos Tinker-Fantasies.\n\nPour fabriquer une pièce, placez son pochoir dans l'emplacement de gauche. Les deux emplacements restants contiendront le(s) matériau(x) que vous voulez utilisez pour la fabrication. +gui.partbuilder.material_value=Valeur du matériau: %s %s + +# Tool Station/Forge +gui.toolstation.name=Etabli en bois +gui.toolforge.name=Etabli en métal +gui.toolstation.repair=Réparer & Modifier +gui.toolstation.traits=Traits +gui.toolstation.components=Composants +gui.toolstation.info=Le principal moyen pour réparer or changer vos outils. Placez un outil et un materiau dans la partie gauche pour commencer. +gui.toolstation.noTraits=Aucun :[ + +# Pattern Chest +gui.patternchest.name=Coffre à pochoirs +gui.castchest.name=Coffre à moules + +# Part Chest +gui.partchest.name=Coffre à pièces détachées + +# Smeltery +gui.smeltery.name=Fonderie +gui.smeltery.progress.no_recipe=L'objet ne peut pas être fondu +gui.smeltery.progress.no_heat=Pas assez de chaleur pour faire fondre cet objet +gui.smeltery.progress.no_space=Pas assez de place dans la fonderie +gui.smeltery.fuel=Combustible +gui.smeltery.fuel.empty=Pas de combustible trouvé +gui.smeltery.fuel.heat=Température: %d +gui.smeltery.capacity=Capacité +gui.smeltery.capacity_available=Libre +gui.smeltery.capacity_used=Utilisé: +gui.smeltery.liquid.kilobucket=kb +gui.smeltery.liquid.bucket=b +gui.smeltery.liquid.millibucket=mb +gui.smeltery.liquid.ingot=Lingot +gui.smeltery.liquid.nugget=Pépite +gui.smeltery.liquid.block=Bloc +gui.smeltery.liquid.gem=Gemme + +# Seared Furnace +gui.searedfurnace.name=Four sombre +gui.searedfurnace.progress.complete=L'objet a fini de fondre +gui.searedfurnace.progress.no_recipe=L'objet ne peut pas être cuisiné +gui.searedfurnace.progress.no_space=Les résultat est trop grand pour tenir dans l'emplacement + +# Tinker Tank +gui.tinkertank.name=Tinker Tank + +# These GUIs don't appear in game, but the titles can be viewed using the crafting station +gui.itemrack.name=Etagère à objets +gui.dryingrack.name=Étagère de séchage + +# JEI Plugin +gui.jei.smelting.title=En fusion +gui.jei.alloy.title=Alliage en cours +gui.jei.casting.title=Fonte +gui.jei.casting.consume=Pochoir consommé ! +gui.jei.drying.title=Séchage + +# WAILA Plugin +gui.waila.tank.fluid=Liquide: %s +gui.waila.tank.amount=Montant: %d / %d mb +gui.waila.tank.empty=Vide +gui.waila.casting.progress=Progrès: %s +gui.waila.casting.recipe=Recette: %s + +option.tconstruct.tank=Réservoir +option.tconstruct.casting=Moulage +option.tconstruct.progress=Progression de la recette + + +# Config +config.synced.restart=Votre configuration a été mise à jour pour correspondre au serveur. Relancez Minecraft. +config.synced.ok=Configuration synchrone avec le serveur. diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/pt_BR.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/pt_BR.lang new file mode 100644 index 0000000..3b72d7f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/pt_BR.lang @@ -0,0 +1,970 @@ +################ +# Blocks # +################ + +tile.tconstruct.tooltables.craftingstation.name=Estação de Trabalho +tile.tconstruct.tooltables.stenciltable.name=Mesa de Padrões +tile.tconstruct.tooltables.partbuilder.name=Montador de Partes +tile.tconstruct.tooltables.toolstation.name=Estação de Ferramentas +tile.tconstruct.tooltables.patternchest.name=Baú de Padrões +tile.tconstruct.tooltables.patternchest.tooltip=Armazena padrões ou moldes +tile.tconstruct.tooltables.partchest.name=Baú de Partes +tile.tconstruct.tooltables.partchest.tooltip=Armazena uma grande quantidade de partes +tile.tconstruct.toolforge.name=Forja de Ferramentas + +tile.tconstruct.soil.grout.name=Argamassa +tile.tconstruct.soil.grout.tooltip=Eu sou Massa! +tile.tconstruct.soil.slimy_mud_green.name=Solo Pegajoso Verde +tile.tconstruct.soil.slimy_mud_green.tooltip=Lento, mas aumenta seu pulo +tile.tconstruct.soil.slimy_mud_blue.name=Solo Pegajoso Azul +tile.tconstruct.soil.slimy_mud_blue.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.slimy_mud_magma.name=Solo Pegajoso de Magma +tile.tconstruct.soil.slimy_mud_magma.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.graveyard.name=Solo Amaldiçoado +tile.tconstruct.soil.graveyard.tooltip=Cura mortos-vivos +tile.tconstruct.soil.consecrated.name=Solo Sagrado +tile.tconstruct.soil.consecrated.tooltip=Machuca mortos-vivos + +tile.tconstruct.deco_ground.mudbrick.name=Tijolos de Lama +tile.tconstruct.deco_ground_slab.mudbrick.name=Laje de Tijolos de Lama +tile.tconstruct.mudbrick_stairs.name=Escadas de Tijolos de Lama + +tile.tconstruct.ore.cobalt.name=Minério de Cobalto +tile.tconstruct.ore.ardite.name=Minério de Ardite + +tile.tconstruct.metal.cobalt.name=Bloco de Cobalto +tile.tconstruct.metal.ardite.name=Bloco de Ardite +tile.tconstruct.metal.manyullyn.name=Bloco de Manyullyn +tile.tconstruct.metal.knightslime.name=Bloco de Knightslime +tile.tconstruct.metal.pigiron.name=Bloco de Pig Iron +tile.tconstruct.metal.alubrass.name=Bloco de Latão de AlumÃnio +tile.tconstruct.metal.silky_jewel.name=Bloco Sedoso de Jóias + +tile.tconstruct.firewood.lavawood.name=Lavawood +tile.tconstruct.firewood.firewood.name=Firewood +tile.tconstruct.firewood_slab.lavawood.name=Laje de Lavawood +tile.tconstruct.firewood_slab.firewood.name=Laje de Firewood +tile.tconstruct.lavawood_stairs.name=Escadas de Lavawood +tile.tconstruct.firewood_stairs.name=Escadas de Firewood + +tile.tconstruct.clear_glass.name=Vidro Transparente +tile.tconstruct.clear_stained_glass.white.name=Vidro Transparente Branco +tile.tconstruct.clear_stained_glass.orange.name=Vidro Transparente Laranja +tile.tconstruct.clear_stained_glass.magenta.name=Vidro Transparente Magenta +tile.tconstruct.clear_stained_glass.light_blue.name=Vidro Transparente Azul Claro +tile.tconstruct.clear_stained_glass.yellow.name=Vidro Transparente Amarelo +tile.tconstruct.clear_stained_glass.lime.name=Vidro Transparente Verde Claro +tile.tconstruct.clear_stained_glass.pink.name=Vidro Transparente Rosa +tile.tconstruct.clear_stained_glass.gray.name=Vidro Transparente Cinza +tile.tconstruct.clear_stained_glass.silver.name=Vidro Transparente Cinza Claro +tile.tconstruct.clear_stained_glass.cyan.name=Vidro Transparente Ciano +tile.tconstruct.clear_stained_glass.purple.name=Vidro Transparente Roxo +tile.tconstruct.clear_stained_glass.blue.name=Vidro Transparente Azul +tile.tconstruct.clear_stained_glass.brown.name=Vidro Transparente Marrom +tile.tconstruct.clear_stained_glass.green.name=Vidro Transparente Verde +tile.tconstruct.clear_stained_glass.red.name=Vidro Transparente Vermelho +tile.tconstruct.clear_stained_glass.black.name=Vidro Transparente Preto + +tile.tconstruct.slime.green.name=Bloco de Slime Verde +tile.tconstruct.slime.blue.name=Bloco de Slime Azul +tile.tconstruct.slime.purple.name=Bloco de Slime Roxo +tile.tconstruct.slime.blood.name=Bloco de Slime de Sangue +tile.tconstruct.slime.magma.name=Bloco de Slime de Magma +tile.tconstruct.slime.tooltip=Não funcionam com pistões. + +tile.tconstruct.slime_congealed.green.name=Bloco de Slime Verde Sólido +tile.tconstruct.slime_congealed.blue.name=Bloco de Slime Azul Sólido +tile.tconstruct.slime_congealed.purple.name=Bloco de Slime Roxo Sólido +tile.tconstruct.slime_congealed.blood.name=Bloco de Slime de Sangue Sólido +tile.tconstruct.slime_congealed.magma.name=Bloco de Slime de Magma Sólido +tile.tconstruct.slime_congealed.tooltip=Aumenta bastante seu pulo + +tile.tconstruct.slime_dirt.green.name=Terra Pegajosa Verde +tile.tconstruct.slime_dirt.blue.name=Terra Pegajosa Azul +tile.tconstruct.slime_dirt.purple.name=Terra Pegajosa Roxa +tile.tconstruct.slime_dirt.blood.name=Terra Pegajosa de Sangue +tile.tconstruct.slime_dirt.magma.name=Terra Pegajosa de Magma +tile.tconstruct.slime_dirt.tooltip=Grudenta, mas aumenta seu pulo + +tile.tconstruct.slime_grass.vanilla.name=Grama Pegajosa +tile.tconstruct.slime_grass.green.name=Grama Pegajosa Verde +tile.tconstruct.slime_grass.blue.name=Grama Pegajosa Azul +tile.tconstruct.slime_grass.purple.name=Grama Pegajosa Roxa +tile.tconstruct.slime_grass.blood.name=Grama Pegajosa de Sangue +tile.tconstruct.slime_grass.magma.name=Grama Pegajosa de Magma +tile.tconstruct.slime_grass.tooltip=Macia! Aumenta seu pulo + +tile.tconstruct.slime_leaves.blue.name=Folhas de Slime +tile.tconstruct.slime_leaves.purple.name=Folhas de Slime +tile.tconstruct.slime_leaves.orange.name=Folhas de Slime + +tile.tconstruct.slime_grass_tall.tall_grass.name=Grama Pegajosa Alta +tile.tconstruct.slime_grass_tall.fern.name=Samambaia de Slime + +tile.tconstruct.slime_sapling.blue.name=Muda de Slime Azul +tile.tconstruct.slime_sapling.purple.name=Muda de Slime Roxo +tile.tconstruct.slime_sapling.orange.name=Muda de Slime de Magma +tile.tconstruct.slime_sapling.tooltip=Cresce apenas em terra/grama de slime + +tile.tconstruct.slime_vine_blue.name=Vinhas Pegajosas Azuis +tile.tconstruct.slime_vine_blue_mid.name=Vinhas Pegajosas Azuis +tile.tconstruct.slime_vine_blue_end.name=Vinhas Pegajosas Azuis +tile.tconstruct.slime_vine_purple.name=Vinhas Pegajosas Roxas +tile.tconstruct.slime_vine_purple_mid.name=Vinhas Pegajosas Roxas +tile.tconstruct.slime_vine_purple_end.name=Vinhas Pegajosas Roxas + +tile.tconstruct.seared.stone.name=Pedra de Forja +tile.tconstruct.seared.cobble.name=Pedregulho de Forja +tile.tconstruct.seared.paver.name=Pavimento de Forja +tile.tconstruct.seared.brick.name=Tijolos de Forja +tile.tconstruct.seared.brick_cracked.name=Tijolos de Forja Rachados +tile.tconstruct.seared.brick_fancy.name=Tijolos de Forja Detalhados +tile.tconstruct.seared.brick_square.name=Tijolos de Forja Quadrados +tile.tconstruct.seared.brick_triangle.name=Tijolos de Forja Triangulares +tile.tconstruct.seared.brick_small.name=Tijolos de Forja Pequenos +tile.tconstruct.seared.road.name=Estrada de Forja +tile.tconstruct.seared.tile.name=Ladrilho de Forja +tile.tconstruct.seared.creeper.name=Tijolos de Cara de Creeper +tile.tconstruct.seared.tooltip=Parte da Fornalha de Fundição. Seguro para decorar + +tile.tconstruct.seared_slab.stone.name=Laje de Pedra de Forja +tile.tconstruct.seared_slab.cobble.name=Laje de Pedregulho de Forja +tile.tconstruct.seared_slab.paver.name=Laje de Pavimento de Forja +tile.tconstruct.seared_slab.brick.name=Laje de Tijolos de Forja +tile.tconstruct.seared_slab.brick_cracked.name=Laje de Tijolos de Forja Rachados +tile.tconstruct.seared_slab.brick_fancy.name=Laje de Tijolos de Forja Detalhados +tile.tconstruct.seared_slab.brick_square.name=Laje de Tijolos de Forja Quadrados +tile.tconstruct.seared_slab.road.name=Laje de Estrada de Forja +tile.tconstruct.seared_slab2.creeper.name=Laje de Tijolos de Cara de Creeper +tile.tconstruct.seared_slab2.brick_triangle.name=Laje de Tijolos de Forja Triangulares +tile.tconstruct.seared_slab2.brick_small.name=Laje de Tijolos de Forja Pequenos +tile.tconstruct.seared_slab2.tile.name=Laje de Ladrilho de Forja + +tile.tconstruct.seared_stairs_stone.name=Escadas de Pedra de Forja +tile.tconstruct.seared_stairs_cobble.name=Escadas de Pedregulho de Forja +tile.tconstruct.seared_stairs_paver.name=Escadas de Pavimento de Forja +tile.tconstruct.seared_stairs_brick.name=Escadas de Tijolos de Forja +tile.tconstruct.seared_stairs_brick_cracked.name=Escadas de Tijolos de Forja Rachados +tile.tconstruct.seared_stairs_brick_fancy.name=Escadas de Tijolos de Forja Detalhados +tile.tconstruct.seared_stairs_brick_square.name=Escadas de Tijolos de Forja Quadrados +tile.tconstruct.seared_stairs_brick_triangle.name=Escadas de Tijolos de Forja Triangulares +tile.tconstruct.seared_stairs_brick_small.name=Escadas de Tijolos de Forja Pequenos +tile.tconstruct.seared_stairs_road.name=Escadas de Estrada de Forja +tile.tconstruct.seared_stairs_tile.name=Escadas de Ladrilho de Forja +tile.tconstruct.seared_stairs_creeper.name=Escadas de Tijolos de Cara de Creeper + +tile.tconstruct.smeltery_controller.name=Controlador da Fundição +tile.tconstruct.smeltery_controller.tooltip=Cérebro da Fundição +tile.tconstruct.smeltery_io.drain.name=Dreno da Fundição +tile.tconstruct.smeltery_io.drain.tooltip=Entrada/saÃda de lÃquidos +tile.tconstruct.casting.table.name=Mesa de Fundição +tile.tconstruct.casting.basin.name=Bacia de Fundição +tile.tconstruct.casting.tooltip=Modela items com metais da Fundição +tile.tconstruct.faucet.name=Torneira +tile.tconstruct.faucet.tooltip=Drena lÃquidos de qualquer interface +tile.tconstruct.seared_tank.tank.name=Tanque de Fundição +tile.tconstruct.seared_tank.gauge.name=Aferidor de Fundição +tile.tconstruct.seared_tank.window.name=Janela de Fundição +tile.tconstruct.seared_tank.tooltip=Coração da Fundição\nMantém liquidos quando quebrado +tile.tconstruct.seared_glass.glass.name=Vidro da Fundição +tile.tconstruct.seared_glass.glass.tooltip=Parte da Fundição. Seguro para decorar.\nNão retém lÃquidos. + +tile.tconstruct.seared_furnace_controller.name=Controlador da Fornalha de Fundição +tile.tconstruct.tinker_tank_controller.name=Controlador do Tanque Reforçado + +tile.tconstruct.stone_torch.name=Tocha de Pedra +tile.tconstruct.stone_ladder.name=Escada de Pedra +tile.tconstruct.wood_rail.name=Trilho de Madeira +tile.tconstruct.wood_rail_trapdoor.name=Trilho de Madeira com Alçapão +tile.tconstruct.wood_rail_trapdoor.tooltip=Minecarts com um Funil podem\ninserir no bloco abaixo +tile.tconstruct.punji.name=Vareta Punji +tile.tconstruct.punji.tooltip=Pontudas! Também penduram em paredes +tile.tconstruct.glow.name=Brilho +tile.tconstruct.rack.item.name=Cabide de Items +tile.tconstruct.rack.item.tooltip=Apenas para decoração +tile.tconstruct.rack.drying.name=Cabide de Secagem +tile.tconstruct.rack.drying.tooltip=Usado para secar coisas + +tile.tconstruct.slime_channel.green.name=Canal de Slime Verde +tile.tconstruct.slime_channel.blue.name=Canal de Slime Azul +tile.tconstruct.slime_channel.purple.name=Canal de Slime Roxo +tile.tconstruct.slime_channel.magma.name=Canal de Slime de Magma +tile.tconstruct.slime_channel.blood.name=Canal de Slime de Sangue +tile.tconstruct.slime_channel.tooltip=Flui feito água, e parece gelatina + +tile.tconstruct.dried_clay.clay.name=Argila Seca +tile.tconstruct.dried_clay.brick.name=Tijolos Secos +tile.tconstruct.dried_clay_slab.clay.name=Laje de Argila Seca +tile.tconstruct.dried_clay_slab.brick.name=Laje de Tijolos Secos +tile.tconstruct.dried_clay_stairs.name=Escadas de Argila Seca +tile.tconstruct.dried_brick_stairs.name=Escadas de Tijolos Secos + +tile.tconstruct.brownstone.smooth.name=Pedra-marrom Lisa +tile.tconstruct.brownstone.rough.name=Pedra-marrom áspera +tile.tconstruct.brownstone.paver.name=Pavimento de Pedra-marrom +tile.tconstruct.brownstone.brick.name=Tijolos de Pedra-marrom +tile.tconstruct.brownstone.brick_cracked.name=Tijolos de Pedra-marrom Rachados +tile.tconstruct.brownstone.brick_fancy.name=Tijolos de Pedra-marrom Detalhados +tile.tconstruct.brownstone.brick_square.name=Tijolos de Pedra-marrom Quadrados +tile.tconstruct.brownstone.brick_triangle.name=Tijolos de Pedra-marrom Triangulares +tile.tconstruct.brownstone.brick_small.name=Tijolos de Pedra-marrom Pequenos +tile.tconstruct.brownstone.road.name=Estrada de Pedra-marrom +tile.tconstruct.brownstone.tile.name=Ladrilho de Pedra-marrom +tile.tconstruct.brownstone.creeper.name=Cara de Creeper de Pedra-marrom +tile.tconstruct.brownstone.tooltip=Você se move mais rápido + +tile.tconstruct.brownstone_slab.smooth.name=Laje de Pedra-marrom Lisa +tile.tconstruct.brownstone_slab.rough.name=Laje de Pedra-marrom Ãspera +tile.tconstruct.brownstone_slab.paver.name=Laje de Pavimento de Pedra-marrom +tile.tconstruct.brownstone_slab.brick.name=Laje de Tijolos de Pedra-marrom +tile.tconstruct.brownstone_slab.brick_cracked.name=Laje de Tijolos de Pedra-marrom Rachados +tile.tconstruct.brownstone_slab.brick_fancy.name=Laje de Tijolos de Pedra-marrom Detalhados +tile.tconstruct.brownstone_slab.brick_square.name=Laje de Tijolos de Pedra-marrom Quadrados +tile.tconstruct.brownstone_slab.road.name=Laje de Estrada de Pedra-marrom +tile.tconstruct.brownstone_slab2.creeper.name=Laje de Cara de Creeper de Pedra-marrom +tile.tconstruct.brownstone_slab2.brick_triangle.name=Laje de Tijolos de Pedra-marrom Triangulares +tile.tconstruct.brownstone_slab2.brick_small.name=Laje de Tijolos de Pedra-marrom Pequenos +tile.tconstruct.brownstone_slab2.tile.name=Laje de Ladrilho de Pedra-marrom + +tile.tconstruct.brownstone_stairs_smooth.name=Escadas de Pedra-marrom Lisa +tile.tconstruct.brownstone_stairs_rough.name=Escadas de Pedra-marrom Ãspera +tile.tconstruct.brownstone_stairs_paver.name=Escadas de Pavimento de Pedra-marrom +tile.tconstruct.brownstone_stairs_brick.name=Escadas de Tijolos de Pedra-marrom +tile.tconstruct.brownstone_stairs_brick_cracked.name=Escadas de Tijolos de Pedra-marrom Rachados +tile.tconstruct.brownstone_stairs_brick_fancy.name=Escadas de Tijolos de Pedra-marrom Detalhados +tile.tconstruct.brownstone_stairs_brick_square.name=Escadas de Tijolos de Pedra-marrom Quadrados +tile.tconstruct.brownstone_stairs_brick_triangle.name=Escadas de Tijolos de Pedra-marrom Triangulares +tile.tconstruct.brownstone_stairs_brick_small.name=Escadas de Tijolos de Pedra-marrom Pequenos +tile.tconstruct.brownstone_stairs_road.name=Escadas de Estrada de Pedra-marrom +tile.tconstruct.brownstone_stairs_tile.name=Escadas de Ladrilho de Pedra-marrom +tile.tconstruct.brownstone_stairs_creeper.name=Escadas de Cara de Creeper de Pedra-marrom + +################ +# Items # +################ + +# General Items +item.tconstruct.book.name=Materiais e você +item.tconstruct.book.tooltip=Um livro essencial para todos\npor Skyla + +item.tconstruct.edible.bacon.name=Bacon +item.tconstruct.edible.slimeball_blue.name=Gosma de Slime +item.tconstruct.edible.slimeball_purple.name=Gosma de Slime +item.tconstruct.edible.slimeball_blood.name=Sangue Coagulado +item.tconstruct.edible.slimeball_magma.name=Gosma de Slime +item.tconstruct.edible.jerky_beef.name=Charque +item.tconstruct.edible.jerky_chicken.name=Charque de Frango +item.tconstruct.edible.jerky_pork.name=Charque de Bacon +item.tconstruct.edible.jerky_mutton.name=Charque de Carneiro +item.tconstruct.edible.jerky_rabbit.name=Charque de Coelho +item.tconstruct.edible.jerky_fish.name=Charque de Peixe +item.tconstruct.edible.jerky_salmon.name=Charque de Salmão +item.tconstruct.edible.jerky_clownfish.name=Charque de Peixe-palhaço +item.tconstruct.edible.jerky_pufferfish.name=Fugu +item.tconstruct.edible.jerky_monster.name=Charque de Monstro +item.tconstruct.edible.slimedrop_green.name=Gota Gelatinosa de Slime +item.tconstruct.edible.slimedrop_blue.name=Gota Gelatinosa de Slime +item.tconstruct.edible.slimedrop_purple.name=Gota Gelatinosa de Slime +item.tconstruct.edible.slimedrop_blood.name=Gota de Sangue Coagulado +item.tconstruct.edible.slimedrop_magma.name=Gota Gelatinosa de Slime + +item.tconstruct.materials.seared_brick.name=Tijolo de Fundição +item.tconstruct.materials.mud_brick.name=Tijolo de Lama +item.tconstruct.materials.mud_brick.tooltip=Blocos de construção para o pequeno e o grande +item.tconstruct.materials.dried_brick.name=Tijolo Seco +item.tconstruct.materials.slimecrystal_green.name=Cristal de Slime Verde +item.tconstruct.materials.slimecrystal_green.tooltip=Usado para criar ferramentas de Slime +item.tconstruct.materials.slimecrystal_blue.name=Cristal de Slime Azul +item.tconstruct.materials.slimecrystal_blue.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.slimecrystal_magma.name=Cristal de Slime de Magma +item.tconstruct.materials.slimecrystal_magma.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.expander_w.name=Expansor (Horizontal) +item.tconstruct.materials.expander_w.tooltip=Não pule o dia da perna! +item.tconstruct.materials.expander_h.name=Expansor (Vertical) +item.tconstruct.materials.expander_h.tooltip=E você levanta ferro? +item.tconstruct.materials.reinforcement.name=Reforço +item.tconstruct.materials.reinforcement.tooltip=Modificador: Reforço +item.tconstruct.materials.silky_cloth.name=Pano Sedoso +item.tconstruct.materials.silky_jewel.name=Jóia Sedosa +item.tconstruct.materials.silky_jewel.tooltip=Modificador: Toque Suave +item.tconstruct.materials.necrotic_bone.name=Osso Necrótico +item.tconstruct.materials.necrotic_bone.tooltip=Modificador: Necrótico +item.tconstruct.materials.moss.name=Bola de musgo +item.tconstruct.materials.moss.tooltip=Clique em uma Estante de Livros para\nconverter em Musgo de Remendo.\n§oConsume 10 nÃveis +item.tconstruct.materials.mending_moss.name=Musgo de Remendo +item.tconstruct.materials.mending_moss.tooltip=Modificador: Remendo +item.tconstruct.materials.creative_modifier.name=Modificador: Criativo +item.tconstruct.materials.creative_modifier.tooltip=Adiciona um slot extra de modificador + +item.tconstruct.ingots.cobalt.name=Barra de Cobalo +item.tconstruct.ingots.ardite.name=Barra de Ardite +item.tconstruct.ingots.manyullyn.name=Barra de Manyullyn +item.tconstruct.ingots.knightslime.name=Barra de Knightslime +item.tconstruct.ingots.knightslime.tooltip=Mole, mas metálico e rochoso? Fascinante! +item.tconstruct.ingots.pigiron.name=Barra de Pig Iron +item.tconstruct.ingots.pigiron.tooltip=Oink! +item.tconstruct.ingots.alubrass.name=Barra de Latão de AlumÃnio + +item.tconstruct.nuggets.cobalt.name=Pepita de Cobalto +item.tconstruct.nuggets.ardite.name=Pepita de Ardite +item.tconstruct.nuggets.manyullyn.name=Pepita de Manyullyn +item.tconstruct.nuggets.knightslime.name=Pepita de Knightslime +item.tconstruct.nuggets.pigiron.name=Pepita de Pig Iron +item.tconstruct.nuggets.alubrass.name=Pepita de Latão de AlumÃnio + +item.tconstruct.pattern.blank=Padrão de Branco +item.tconstruct.pattern.name=Padrão de %s +item.tconstruct.cast.blank=Molde em Branco +item.tconstruct.cast.name=Molde de %s +item.tconstruct.clay_cast.name=Molde de Argila de %s +item.tconstruct.cast_custom.ingot.name=Molde de Barra +item.tconstruct.cast_custom.nugget.name=Molde de Pepita +item.tconstruct.cast_custom.gem.name=Molde de Gema +item.tconstruct.cast_custom.plate.name=Molde de Placa +item.tconstruct.cast_custom.gear.name=Molde de Engrenagem + +item.tconstruct.sharpening_kit.name=Kit de Afiar +item.tconstruct.sharpening_kit.tooltip=Combine com uma pederneira\nMelhora o nivel de mineração de sua ferramenta. + +item.forge.bucketFilled.blood=Balde de Sangue + +# Tools +item.tconstruct.pickaxe.name=Picareta +item.tconstruct.shovel.name=Pá +item.tconstruct.hatchet.name=Machadinha +item.tconstruct.mattock.name=Enxadinha + +item.tconstruct.hammer.name=Martelo +item.tconstruct.excavator.name=Excavador +item.tconstruct.lumberaxe.name=Machado +item.tconstruct.scythe.name=Foice + +# Melee Weapons + +item.tconstruct.frypan.name=Frigideira +item.tconstruct.battlesign.name=Placa de Guerra +item.tconstruct.dagger.name=Adaga +item.tconstruct.broadsword.name=Espada +item.tconstruct.longsword.name=Espada Longa +item.tconstruct.rapier.name=Florete +item.tconstruct.cutlass.name=Cutelo + +item.tconstruct.cleaver.name=Decepador +item.tconstruct.battleaxe.name=Machado de Batalha + +# Ranged Weapons & Ammo + +item.tconstruct.shortbow.name=Arco Curto + +item.tconstruct.arrow.name=Flecha + +item.tconstruct.shuriken.name=Shuriken + +# Tool Parts +item.tconstruct.shard.name=Fragmento + +item.tconstruct.pick_head.name=Cabeça de Picareta +item.tconstruct.shovel_head.name=Cabeça de Pá +item.tconstruct.axe_head.name=Cabeça de Machadinha +item.tconstruct.pan_head.name=Bandeja +item.tconstruct.sign_head.name=Placa +item.tconstruct.binding.name=Ligamento +item.tconstruct.tool_rod.name=Haste +item.tconstruct.knife_blade.name=Lâmina de Faca +item.tconstruct.sword_blade.name=Lâmina de Espada +item.tconstruct.wide_guard.name=Guarda Ampla +item.tconstruct.cross_guard.name=Guarda em Cruz +item.tconstruct.hand_guard.name=Guarda Curvada +item.tconstruct.full_guard.name=Guarda Completa + +#Large Tool Parts +item.tconstruct.hammer_head.name=Cabeça de Martelo +item.tconstruct.excavator_head.name=Cabeça de Excavador +item.tconstruct.broad_axe_head.name=Cabeça de Machado +item.tconstruct.large_plate.name=Placa Grande +item.tconstruct.tough_binding.name=Ligamento Reforçado +item.tconstruct.tough_tool_rod.name=Haste Reforçada +item.tconstruct.scythe_head.name=Cabeça de Foice +item.tconstruct.large_sword_blade.name=Lâmina Grande de Espada + +# Bow & Arrow Parts + +item.tconstruct.bow_limb.name=Corpo de Arco +item.tconstruct.bow_string.name=Corda + +item.tconstruct.arrow_head.name=Ponta de Flecha +item.tconstruct.arrow_shaft.name=Haste de Flecha +item.tconstruct.fletching.name=Pluma + +# Material specific tools and toolparts +# item.tconstruct.<tool>.<material> +# item.tconstruct.pickaxe.wood=Wooden Pickaxe + +# Gadgets +item.tconstruct.slime_boots.name=Botas de Slime +item.tconstruct.slime_boots.tooltip=Impede dano de queda +item.tconstruct.slimesling.name=Slimesling +item.tconstruct.slimesling.tooltip=Carregue, mire baixo, e voe!\nUse Botas de Slime se ama sua vida! +item.tconstruct.piggybackpack.name=Piggybackpack +item.tconstruct.piggybackpack.tooltip=Clique em mobs para levantá-los +item.tconstruct.stone_stick.name=Graveto de Pedra + +item.tconstruct.fancy_frame.jewel.name=Moldura Bonita +item.tconstruct.fancy_frame.alubrass.name=Moldura Bonita de Latão de AlumÃnio +item.tconstruct.fancy_frame.cobalt.name=Moldura Bonita de Cobalto +item.tconstruct.fancy_frame.ardite.name=Moldura Bonita de Ardite +item.tconstruct.fancy_frame.manyullyn.name=Moldura Bonita de Manyullyn +item.tconstruct.fancy_frame.gold.name=Moldura Bonita Dourada +item.tconstruct.fancy_frame.clear.name=Moldura Bonita Transparente + +item.tconstruct.throwball.glow.name=Glowball +item.tconstruct.throwball.glow.tooltip=Imprópria para consumo. +item.tconstruct.throwball.efln.name=EFLN +item.tconstruct.throwball.efln.tooltip=Explode! Use apenas para minerar + + + + + + + + + + + + + + + + + + + + + + + + + +################# +# Entities # +################# + +entity.tconstruct.blueslime.name=Slime Azul + +################# +# Liquids # +################# + +fluid.tconstruct.stone.name=Pedra Fundida +fluid.tconstruct.obsidian.name=Obsidiana Derretida +fluid.tconstruct.clay.name=Argila Derretida +fluid.tconstruct.dirt.name=Terra LÃquida +fluid.tconstruct.iron.name=Ferro Derretido +fluid.tconstruct.gold.name=Ouro Derretido +fluid.tconstruct.pigiron.name=Pig Iron Derretido +fluid.tconstruct.cobalt.name=Cobalo Derretido +fluid.tconstruct.ardite.name=Ardite Derretido +fluid.tconstruct.manyullyn.name=Manyullyn Derretido +fluid.tconstruct.knightslime.name=Knightslime Derretido +fluid.tconstruct.emerald.name=Esmeralda Fundida +fluid.tconstruct.glass.name=Vidro Fundido +fluid.tconstruct.blood.name=Sangue +fluid.tconstruct.milk.name=leite +fluid.tconstruct.blueslime.name=Slime Azul LÃquido +fluid.tconstruct.purpleslime.name=Slime Roxo LÃquido +fluid.tconstruct.brass.name=Latão Derretido +fluid.tconstruct.copper.name=Cobre Derretido +fluid.tconstruct.tin.name=Estanho Derretido +fluid.tconstruct.bronze.name=Bronze Derretido +fluid.tconstruct.zinc.name=Zinco Derretido +fluid.tconstruct.lead.name=Chumbo Derretido +fluid.tconstruct.nickel.name=NÃquel Derretido +fluid.tconstruct.silver.name=Prata Derretida +fluid.tconstruct.electrum.name=Eléctro Derretido +fluid.tconstruct.steel.name=Aço Fundido +fluid.tconstruct.aluminum.name=AlumÃnio Derretido +fluid.tconstruct.alubrass.name=Latão de AlumÃnio Derretido + +################# +# Potions # +################# + +potion.carry=Piggybacking + +################# +# Materials # +################# +# material.<identifier>.name +# material.<identifier>.prefix +# material.wood.prefix=Wooden %s - Used for stuff like "Wooden Pickaxe" if no specific name is given + +material.wood.name=Madeira +material.wood.prefix=%s de Madeira +material.stone.name=Pedra +material.flint.name=Pederneira +material.cactus.name=Cacto +material.obsidian.name=Obsidiana +material.prismarine.name=Prismarinho +material.netherrack.name=Netherrack +material.endstone.name=Pedra do Fim +material.bone.name=Osso +material.paper.name=Papel +material.sponge.name=Esponja +material.firewood.name=Firewood +material.slime.name=Slime +material.blueslime.name=Slime Azul +material.blueslime.prefix=%s de Slime +material.knightslime.name=Knightslime +material.magmaslime.name=Slime de Magma +material.ardite.name=Ardite +material.cobalt.name=Cobalto +material.manyullyn.name=Manyullyn +material.iron.name=Ferro +material.pigiron.name=Pig Iron +material.copper.name=Cobre +material.bronze.name=Bronze +material.lead.name=Chumbo +material.silver.name=Prata +material.electrum.name=Eléctro +material.steel.name=Aço + +material.string.name=Linha +material.vine.name=Vinhas +material.slimevine_blue.name=Vinha de Slime +material.slimevine_orange.name=material.slimevine_blue.name +material.slimevine_purple.name=material.slimevine_blue.name + +material.blaze.name=Vara de Blaze +material.reed.name=Cana +material.ice.name=Gelo +material.endrod.name=Endrod + +material.feather.name=Pena +material.leaf.name=Folha +material.slimeleaf_blue.name=Folha de Slime +material.slimeleaf_orange.name=material.slimeleaf_blue.name +material.slimeleaf_purple.name=material.slimeleaf_blue.name + +############# +# Stats # +############# +stat.head.name=Cabeça +stat.head.durability.name=Durabilidade +stat.head.durability.desc=O valor base para cálculo de durabilidade.\nNormalmente uma parte relevante para a durabilidade total da ferramenta. +stat.head.miningspeed.name=Velocidade +stat.head.miningspeed.desc=O quão rápido a ferramenta quebra blocos.\nPode ser influenciado por outras partes. +stat.head.harvestlevel.name=NÃvel de mineração +stat.head.harvestlevel.desc=Qual tipo de bloco pode ser minerado por esse material. +stat.head.attack.name=Ataque +stat.head.attack.desc=Valor base para cálculo de dano.\nO valor final depende de todas as partes usadas. + +stat.handle.name=Haste +stat.handle.modifier.name=Modificador +stat.handle.modifier.desc=Quanto o material é viável como haste.\nO valor total de durabilidade será multiplicado por isso. +stat.handle.durability.name=stat.head.durability.name +stat.handle.durability.desc=Quão adequado o material é para a ferramenta.\nA durabilidade é mudada por isso. + +stat.extra.name=Extra +stat.extra.durability.name=stat.head.durability.name +stat.extra.durability.desc=Quanto de durabilidade a parte contribui se usada como acessório. + +stat.mattock.axelevel.name=NÃvel de machado +stat.mattock.shovellevel.name=NÃvel de pá + +stat.bow.name=Arco +stat.bow.drawspeed.name=Carga +stat.bow.drawspeed.desc=O quão rápido a corda pode ser puxada +stat.bow.range.name=Multiplicador de alcance +stat.bow.range.desc=Distância que o projétil é lançado + +stat.bowstring.name=Corda +stat.bowstring.modifier.name=Modificador +stat.bowstring.modifier.desc=Durabilidade será multiplicada por esse valor + +stat.shaft.name=Haste de Flecha +stat.shaft.modifier.name=Modificador +stat.shaft.modifier.desc=Toda flecha precisa de um núcleo. Determina a durabilidade.\nMunição total é multiplicada por esse valor. +stat.shaft.ammo.name=Munição extra +stat.shaft.ammo.desc=Quantas flechas o material vale.\nÉ apenas um valor base. + +stat.fletching.name=Pluma +stat.fletching.accuracy.name=Precisão +stat.fletching.accuracy.desc=O quão estável é o trajeto da flecha.\nAfeta a precisão geral do projétil. +stat.fletching.modifier.name=Modificador +stat.fletching.modifier.desc=Quantas flechas o material vale.\nMunição total é multiplicada por esse valor. + +stat.projectile.ammo.name=Munição + +############## +# Traits # +############## + +# traits are also modifiers, they use the same prefix so they don't have to be localized twice +modifier.alien.name=Alien +modifier.alien.desc=§oOs valores estão...§r\n..mudando? Talvez o tempo dirá? +modifier.aquadynamic.name=Aquadinâmico +modifier.aquadynamic.desc=§oTá meio molhado aqui!§r\nA ferramenta é desimpedida por água e gosta de tardes chuvosas. +modifier.aridiculous.name=AridÃculo +modifier.aridiculous.desc=§oA chapa vai esquentar!§r\nA ferramenta funciona melhor em climas quentes. +modifier.autosmelt.name=Auto-queima +modifier.autosmelt.desc=§oUma fornalha de bolso!§r\nBlocos derrubados são processados. +modifier.baconlicious.name=Baconlicioso +modifier.baconlicious.desc=§oBACON!§r\nBater em coisas dá bacon. +modifier.cheap.name=Barato +modifier.cheap.desc=§oOferta especial!§r\nReparos são mais eficientes. +modifier.cheapskate.name=Caloteiro +modifier.cheapskate.desc=§oLadrão!§r\nPedra é ruim. Sua ferramenta tem durabilidade reduzida. +modifier.coldblooded.name=Sangue frio +modifier.coldblooded.desc=§oSelvagem!§r\nDano extra em alvos com vida cheia. +modifier.crude.name=Bruto +modifier.crude.desc=§oArmadura é para os fracos!§r\nDano extra em alvos sem armadura. +modifier.crude.extra=Vs desprotegidos: +%s +modifier.crumbling.name=Despedaçando +modifier.crumbling.desc=§oCrumble rumble rumble§r\nA ferramenta quebra facilmente blocos que não precisam de ferramenta. +modifier.dense.name=Denso +modifier.dense.desc=§oResistente... talvez.§r\nA ferramenta dura mais com menos durabilidade. +modifier.duritos.name=Duritae +modifier.duritos.desc=§oNão tem um gosto tão bom.§r\nA ferramenta dura mais... de vez em quando. +modifier.ecological.name=Ecológico +modifier.ecological.desc=§oPoder Verde!§r\nRecursos renováveis são bons, eles se regeneram! +modifier.enderference.name=Enderferência +modifier.enderference.desc=§oAnti-teleporte!§r\nImpede que Endermen se teleportem. +modifier.established.name=Bem-estabelecido +modifier.established.desc=§oXP em bônus!§r\nXP extra aleatório. +modifier.flammable.name=Inflamável +modifier.flammable.desc=§oNão tem fogo o bastante!§r\nBloquear nega dano de fogo e queima o atacante. +modifier.fractured.name=Fraturado +modifier.fractured.desc=§oIsso dói!§r\nA ferramenta tem dano extra. +modifier.hellish.name=Infernal +modifier.hellish.desc=§oDas profundezas!§r\nDano extra contra alvos que não são do Nether. +modifier.hellish.extra=Vs Non-Nether: +%s +modifier.holy.name=Santificado +modifier.holy.desc=§oRadiante!§r\nDano extra contra mortos-vivos. +modifier.holy.extra=modifier.smite.extra +modifier.insatiable.name=Insaciável +modifier.insatiable.desc=§oDevorar!§r\nDano aumentado em combate, drena durabilidade mais rapidamente. +modifier.jagged.name=Jagged +modifier.jagged.desc=§oMoves like jagged!§r\nMais dano com durabilidade baixa. +modifier.jagged.extra=Dano extra: +%s +modifier.lightweight.name=Peso-pena +modifier.lightweight.desc=§oRápido como o vento!§r\nVelocidade aumentada para minerar ou atacar. +modifier.lightweight.extra=Velocidade extra: +%s +modifier.magnetic.name=Magnético +modifier.magnetic.desc=§oComo funcionam?!§r\nAcertar coisas atrái coisas?! +modifier.momentum.name=Momento +modifier.momentum.desc=§oRápido, em frete!§r\nMinerar aumenta sua velocidade, desde que não pare. +modifier.petramor.name=Petramor +modifier.petramor.desc=§oTantas pedras, precisa ver!§r\nSua ferramenta ama pedras, e literalmente as absorve (por durabilidade). +modifier.poisonous.name=Venenoso +modifier.poisonous.desc=§oNão exatamente livre de chumbo!§r\nEnvenena o alvo. +modifier.prickly.name=Espinhoso +modifier.prickly.desc=§oAi!§r\nNinguém está a salvo de espinhos, eles sempre machucam. +modifier.sharp.name=Afiado +modifier.sharp.desc=§oPodem até cortar palavras!§r\nO alvo sangra por um curto perÃodo. +modifier.shocking.name=Chocante +modifier.shocking.desc=§oBzzzzzt!§r\nCorrer carrega sua ferramenta, acertar inimigos a descarrega. +modifier.slimey.name=Grudento +modifier.slimey.desc=§oEww!§r\nSai com água. +modifier.spiky.name=Espetado +modifier.spiky.desc=§o200% legal com espetos!§r\nBloquear devolve parte do dano. +modifier.splintering.name=Traumatismo +modifier.splintering.desc=§oUm presente para os inimigos!§r\nDano escalar em combos. +modifier.splinters.name=Calejamento +modifier.splinters.desc=§oAi!§r\nCuidado pra não criar um calo! +modifier.squeaky.name=Guinchante +modifier.squeaky.desc=§oCoisa fofa!§r\nSua ferramenta é leve e ganhou Toque Suave, mas não causa nenhum dano. +modifier.stiff.name=Fixo +modifier.stiff.desc=§oImóvel!§r\nBloquear reduz o dano recebido. +modifier.stonebound.name=Pedregoso +modifier.stonebound.desc=§oSua ferramenta ama pedra!§r\nMinera mais rápido com menos durabilidade, mas causa menos dano. +modifier.stonebound.extra=Bônus de Pedregoso: +%s +modifier.superheat.name=Super-aquecimento +modifier.superheat.desc=§oA chapa vai esquentar!§r\nDano extra em alvos que estão em chamas. +modifier.superheat.extra=Vs queimando: +%s +modifier.unnatural.name=Anomalia +modifier.unnatural.desc=§oAbominação!§r\nA ferramenta minera mais fácil se seu nÃvel é maior que o necessário para o bloco. +modifier.tasty.name=Saboroso +modifier.tasty.desc=§oOm Nom Nom§r\nO cheiro é bom.. Você prefere comer a ferramenta do que morrer de fome. +modifier.writable.name=Gravável +modifier.writable.desc=§oIntelectual!§r\nMais palavras. Mais modificadores. Senso comum! + +modifier.breakable.name=Frágil +modifier.breakable.desc=§oEsse lado pra cima!§r\nO projétil tem 50% de chance de quebrar no impacto. +modifier.endspeed.name=Endspeed +modifier.endspeed.desc=§oVelocidade quântica!§r\nO projétil tem nenhum tempo de deslocamento. +modifier.freezing.name=Congelante +modifier.freezing.desc=§oO inverno está vindo§r\nGolpes precisos deixam o alvo lento. +modifier.hovering.name=Flutuante +modifier.hovering.desc=§oLivre como o vento§r\nO projétil é mais lento, mas não liga tanto pra gravidade. +modifier.splitting.name=DivisÃvel +modifier.splitting.desc=§oDois por um!§r\nA aceleração repentina pode fazer a flecha se dividir em duas. + +################# +# Modifiers # +################# + +modifier.bane_of_arthopods.name=RuÃna dos Artrópodes +modifier.bane_of_arthopods.desc=§oAnti-aranha!§r\nDano aumentado contra aranhas. +modifier.bane_of_arthopods.extra=Vs aranhas: +%s +modifier.beheading.name=Decepador +modifier.beheading.desc=§oCortem-lhes as cabeças!§r\nCada nÃvel adiciona 10% de decapitação. +modifier.blasting.name=Explosivo +modifier.blasting.desc=§oKa-Boom!§r\nVocê pode quebrar blocos mais resistentes como normal, mas eles podem ser apagados. +modifier.blasting.extra=Poder explosivo: %s +modifier.diamond.name=Diamante +modifier.diamond.desc=§oBrilhante!§r\nDurabilidade aumentada! +modifier.emerald.name=Esmeralda +modifier.emerald.desc=§oChique!§r\nDurabilidade aumentada baseada no valor base! +modifier.fiery.name=Flamejante +modifier.fiery.desc=§oTão na moda!§r\nDano extra de fogo, incendeia inimigos. +modifier.fiery.extra=Dano de fogo: +%s +modifier.fiery.extra2=Duração do fogo: %ss +modifier.fortify.name=Fortificado +modifier.fortify.desc=§oHarder, better, faster, stronger!§r\nNÃvel de mineração igualado a %s. +modifier.glowing.name=Brilhante +modifier.glowing.desc=§oShine bright§r\nNo escuro, a ferramenta sacrifica durabilidade para iluminar o local. +modifier.harvestwidth.name=Largura++ +modifier.harvestwidth.desc=§oExpandir!§r\nAumenta a largura de efeito da ferramenta. É especÃfico para certas ferramentas. +modifier.harvestheight.name=Altura++ +modifier.harvestheight.desc=§oExpandir!§r\nAumenta a altura de efeito da ferramenta. É especÃfico para certas ferramentas. +modifier.haste.name=Acelerado +modifier.haste.name2=Acelerado II +modifier.haste.name3=Acelerado III +modifier.haste.name4=Acelerado IV +modifier.haste.name5=Super-sônico +modifier.haste.desc=§oWeeeeeee!§r\nUm impulso de redstone enche sua ferramenta com determinação. +modifier.haste.extra=Velocidade extra: +%s +modifier.knockback.name=Repulsão +modifier.knockback.desc=§oHome-run!§r\nEnsine todos a voar - da maneira mais legal. +modifier.luck.name=Sorte +modifier.luck.desc=§oBrilhante!§r\nVocê ganha todas coisas legais, um monte delas. +modifier.mending_moss.name=Remendo +modifier.mending_moss.desc=§oEstá vivo!§r\nXP coletada é guardada na ferramenta. Ela lentamente a consome para se regenerar. +modifier.mending_moss.extra=XP armazenado: %d +modifier.necrotic.name=Necrótico +modifier.necrotic.desc=§oMe sinto tão vivo!!§r\nAbsorve dano causado para cura. +modifier.necrotic.extra=Sanguessuga: +%s +modifier.reinforced.name=Reinfoço +modifier.reinforced.unbreakable=IndestrutÃvel +modifier.reinforced.desc=§oMuito forte!§r\nEach level adds a %s chance to not use durability. +modifier.reinforced.extra=Reinforçado: %s +modifier.sharpness.name=Afiado +modifier.sharpness.name2=Afiado II +modifier.sharpness.name3=Afiado III +modifier.sharpness.name4=Afiado IV +modifier.sharpness.name5=Afiado V +modifier.sharpness.desc=§oAi!§r\nÉ tão afiado, que dói só de olhar. +modifier.shulking.name=Shulking +modifier.shulking.desc=§oVoar, voar!§r\nImimigos acertados começam a flutuar. +modifier.shulking.extra=Flutuação: %ss +modifier.silktouch.name=Toque Suave +modifier.silktouch.desc=§oSuave como seda!§r\nBlocos minerados caem inteiros ao invés do produtos. +modifier.smite.name=Julgamento +modifier.smite.desc=§oJustiça!§r\nDano aumentada contra mortos-vivos. +modifier.smite.extra=Vs mortos-vivos: +%s +modifier.soulbound.name=Soulbound +modifier.soulbound.desc=§oCasamento perfeito!§r\nNem a morte separa você de sua ferramenta. +modifier.webbed.name=Teias +modifier.webbed.desc=§oYuck!§r\nEnrola seus inimigos em teias, os deixando lentos. + +################# +# Tool Info # +################# +item.tconstruct.pickaxe.desc=A Picareta é uma ferramenta para coleta de blocos. Efetiva em pedra e minérios.\nEla só quebra blocos, OK? +item.tconstruct.shovel.desc=A Pá cava terra. Efetiva em terra, areia, cascalho e neve.\nSó não cave seu túmulo! +item.tconstruct.hatchet.desc=A Machadinha corta madeira e se livra facilmente de folhas. Também funciona como arma.\nCorta corta! +item.tconstruct.mattock.desc=A Enxadinha é uma ferramenta agrÃcola versátil. Efetiva em madeira, terra e plantas. Ela pode machucar.\nClique direito: arar terra +item.tconstruct.broadsword.desc=A Espada é uma arma universal. Seus ataques em cone facilitam o trabalho.\nTambém efetiva em teias! +item.tconstruct.longsword.desc=A Espada Longa é uma arma ofensiva. Geralmente é usada para lutar sem hesitar.\nClique direito: Avanço +item.tconstruct.rapier.desc=O Florete é uma arma especial que permite golpes rápidos.\nClique direito: Esquiva +item.tconstruct.frypan.desc=A Frigideira é uma arma pesada com grande recuo.\nClique direito: Golpe Pesado +item.tconstruct.battlesign.desc=A Placa de Guerra é uma arma defensiva.\nPode ser usada como escudo, reflete projéteis. +item.tconstruct.hammer.desc=O Martelo é uma ferramenta de mineração em massa. Ele coleta blocos em área.\nEfetivo contra mortos-vivos. +item.tconstruct.lumberaxe.desc=O Machado é uma ferramenta de coleta de madeira em massa. Pode derrubar árvores inteiras.\nMadeira! +item.tconstruct.excavator.desc=O Excavador é uma ferramenta de cavar em massa. Ela cava solo em área.\nTerraformação! +item.tconstruct.cleaver.desc=O Decepador é uma arma ofensiva pesada. É forte, mas difÃcil de manusear.\nEla se beneficia do alto dano.\nLenta, requer as duas mãos! +item.tconstruct.battleaxe.desc=O Machado de Batalha é uma arma ofensiva pesada. Pode derrubar árvores pequenas e arremessar inimigos.\nClique direito: Fúria +item.tconstruct.scythe.desc=A Foice é uma ferramenta agrÃcola em massa, moendo plantas e inimigos.\nÃrea de ataque maior.\nClique direito: Colhe e replanta plantas +item.tconstruct.shuriken.desc=A Shuriken é uma arma de curta distância arremessável. Alta munição, baixo dano.\nPode ser usada na mão oposta. + +################ +# Tooltips # +################ +tooltip.tool.modifiers=Modificadores +tooltip.tool.broken=Quebrado +tooltip.tool.empty=Vazio +tooltip.tool.holdShift=Segure §e§oShift§r§7 para stats +tooltip.tool.holdCtrl=Segure §e§bCtrl§r§7 para mais + +tooltip.part.material_added_by=Material adicionado por %s +tooltip.part.missing_material=Material em falta: %s +tooltip.part.missing_stats=Material não possui:\n%s +tooltip.part.missing_info=Parte não possui dados + +tooltip.pattern.cost=Custo material: %d + +tooltip.chest.has_items=Contêm itens + +tooltip.tank.fluid=%s +tooltip.tank.amount=%d mb + +################## +# UI Strings # +################## +# general strings used in GUIs, tooltips and other display stuff + +ui.mininglevel.stone=Pedra +ui.mininglevel.iron=Ferro +#ui.mininglevel.redstone=Redstone # replaced with diamond +ui.mininglevel.diamond=Diamante +ui.mininglevel.obsidian=Obsidiana +ui.mininglevel.cobalt=Cobalto + +# Death messages +death.attack.smeltery=%s tentou criar Jogador Derretido +death.attack.splinter=%s pegou um calo. Deve ter sido grande + +###################### +# GUI Error messages # +###################### + +gui.error=ERRO +gui.warning=AVISO +# GUI Errors from the different Tinker Tables +gui.error.invalid_pattern=Padrão não contêm uma parte válida! +gui.error.useless_tool_part=Essa parte não pode ser usada para criar ferramentas!\nOu o material %s não tem informações ou a ferramenta usa %s. +gui.error.wrong_material_part=Uma ou mais partes possuem materiais não suportados para essa ferramenta. +gui.error.not_enough_durability=Durabilidade insuficiente para trocar partes!\n%d de durabilidade necessária. +# GUI Errors from modifiers +gui.error.not_enough_modifiers=Modificadores insuficientes. (%d necessário) +gui.error.single_modifier=%s só pode ser aplicado uma vez. +gui.error.max_level_modifier=NÃvel máximo de %s alcançado. +gui.error.no_modifier_for_item=Nenhum modificador encontrado para: %s. +gui.error.incompatible_modifiers=Modificadores %s e %s não podem ser aplicados juntos +gui.error.incompatible_trait=Modificador %s não pode ser aplicador com %s +gui.error.incompatible_enchantments=Modificador %s não pode ser aplicado com encantamento %s + +################ +# GUIs # +################ + +# General things used in multiple GUIs +gui.general.hover=Passe o mouse para mais informações + +# Creative Tabs +itemGroup.TinkerGeneral=Tinkers' - Itens Gerais +itemGroup.TinkerTools=Tinkers' - Ferramentas +itemGroup.TinkerToolParts=Tinkers' - Partes de Ferramentas +itemGroup.TinkerSmeltery=Tinkers' - Fundição +itemGroup.TinkerWorld=Tinkers' - Mundo +itemGroup.TinkerGadgets=Tinkers' - Gadgets + +# Crafting Station +gui.craftingstation.name=Estação Trabalho + +# Stencil Table +gui.stenciltable.name=Mesa de Padrões + +# PartBuilder +gui.partbuilder.name=Montador de Partes +gui.partcrafter.name=Montador de Partes +gui.partbuilder.info=Aqui você pode montar partes de ferramentas.\n\nPara criar uma parte ponha o padrão no slot esquerdo. Os outros dois recebem os materiais para criar a parte. +gui.partbuilder.material_value=Valor material: %s %s + +# Tool Station/Forge +gui.toolstation.name=Estação de Ferramentas +gui.toolforge.name=Forja de Ferramentas +gui.toolstation.repair=Reparo e modificação +gui.toolstation.traits=CaracterÃsticas +gui.toolstation.components=Componentes +gui.toolstation.info=A maneira de reparar e mudar suas ferramentas. Coloque a ferramenta e o material na esquerda para começar. +gui.toolstation.noTraits=Nenhuma :[ + +# Pattern Chest +gui.patternchest.name=Baú de Padrões +gui.castchest.name=Baú de Moldes + +# Part Chest +gui.partchest.name=Baú de Partes + +# Smeltery +gui.smeltery.name=Fundição +gui.smeltery.progress.no_recipe=Item não pode ser derretido +gui.smeltery.progress.no_heat=Calor insuficiente para fundir o item +gui.smeltery.progress.no_space=Sem espaço livre na Fundição +gui.smeltery.fuel=CombustÃvel +gui.smeltery.fuel.empty=Sem combustÃvel +gui.smeltery.fuel.heat=Temperatura: %d +gui.smeltery.capacity=Capacidade: +gui.smeltery.capacity_available=Livre: +gui.smeltery.capacity_used=Usado: +gui.smeltery.liquid.kilobucket=kb +gui.smeltery.liquid.bucket=b +gui.smeltery.liquid.millibucket=mb +gui.smeltery.liquid.ingot=Barras +gui.smeltery.liquid.nugget=Pepitas +gui.smeltery.liquid.block=Blocos +gui.smeltery.liquid.gem=Gemas + +# Seared Furnace +gui.searedfurnace.name=Fornalha de Fundição +gui.searedfurnace.progress.complete=Item terminou de processar +gui.searedfurnace.progress.no_recipe=Item não pode ser processado +gui.searedfurnace.progress.no_space=Stack resultante é muito grande + +# Tinker Tank +gui.tinkertank.name=Tanque Reforçado + +# These GUIs don't appear in game, but the titles can be viewed using the crafting station +gui.itemrack.name=Cabide de Itens +gui.dryingrack.name=Cabide de Secagem + +# JEI Plugin +gui.jei.smelting.title=Fundição +gui.jei.alloy.title=Liga +gui.jei.casting.title=Resfriamento +gui.jei.casting.consume=Consome o molde! +gui.jei.drying.title=Secagem + +# WAILA Plugin +gui.waila.tank.fluid=LÃquido: %s +gui.waila.tank.amount=Quantidade: %d / %d mb +gui.waila.tank.empty=Vazio +gui.waila.casting.progress=Progresso: %s +gui.waila.casting.recipe=Recipe: %s + +option.tconstruct.tank=Tank Liquid +option.tconstruct.casting=Casting Recipe +option.tconstruct.progress=Recipe Progress + + +# Config +config.synced.restart=Your configuration has been updated to match the server. Restart Minecraft. +config.synced.ok=Configuration synced with server. + +material.stone.prefix=%s de Pedra +material.flint.prefix=%s de Pederneira +material.cactus.prefix=%s de Cacto +material.obsidian.prefix=%s de Obsidiana +material.prismarine.prefix=%s de Prismarinho +material.netherrack.prefix=%s de Netherrack +material.endstone.prefix=%s de Pedra do Fim +material.bone.prefix=%s de Osso +material.paper.prefix=%s de Papel +material.sponge.prefix=%s de Esponja +material.firewood.prefix=%s de Firewood +material.slime.prefix=%s de Slime +material.knightslime.prefix=%s de Knightslime +material.magmaslime.prefix=%s de Slime de Magma +material.ardite.prefix=%s de Ardite +material.cobalt.prefix=%s de Cobalto +material.manyullyn.prefix=%s de Manyullyn +material.iron.prefix=%s de Ferro +material.pigiron.prefix=%s de Pig Iron +material.copper.prefix=%s de Cobre +material.bronze.prefix=%s de Bronze +material.lead.prefix=%s de Chumbo +material.silver.prefix=%s de Prata +material.electrum.prefix=%s de Eléctro +material.steel.prefix=%s de Aço diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/ru_RU.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/ru_RU.lang new file mode 100644 index 0000000..0a602e2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/ru_RU.lang @@ -0,0 +1,981 @@ +################ +# Блоки # +################ + +tile.tconstruct.tooltables.craftingstation.name=Инженерный верÑтак +tile.tconstruct.tooltables.stenciltable.name=Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ Ñхем +tile.tconstruct.tooltables.partbuilder.name=Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ чаÑтей +tile.tconstruct.tooltables.toolstation.name=Ð˜Ð½Ð¶ÐµÐ½ÐµÑ€Ð½Ð°Ñ ÑÑ‚Ð°Ð½Ñ†Ð¸Ñ +tile.tconstruct.tooltables.patternchest.name=Ящик Ð´Ð»Ñ Ñхем +tile.tconstruct.tooltables.patternchest.tooltip=Можно хранить Ñхемы и отливки +tile.tconstruct.tooltables.partchest.name=Ящик Ð´Ð»Ñ Ñ‡Ð°Ñтей +tile.tconstruct.tooltables.partchest.tooltip=Можно хранить много чаÑтей инÑтрументов +tile.tconstruct.toolforge.name=ÐšÑƒÐ·Ð½Ñ + +tile.tconstruct.soil.grout.name=Цемент +tile.tconstruct.soil.grout.tooltip=Я - Грут! +tile.tconstruct.soil.slimy_mud_green.name=Конгломерат зелёной Ñлизи +tile.tconstruct.soil.slimy_mud_green.tooltip=ЗамедлÑет, но на нём можно выÑоко прыгать +tile.tconstruct.soil.slimy_mud_blue.name=Конгломерат Ñиней Ñлизи +tile.tconstruct.soil.slimy_mud_blue.tooltip=ЗамедлÑет, но на нём можно выÑоко прыгать +tile.tconstruct.soil.slimy_mud_magma.name=Конгломерат огненной Ñлизи +tile.tconstruct.soil.slimy_mud_magma.tooltip=Слабо замедлÑет +tile.tconstruct.soil.graveyard.name=КладбищенÑÐºÐ°Ñ Ð·ÐµÐ¼Ð»Ñ +tile.tconstruct.soil.graveyard.tooltip=Лечит нежить +tile.tconstruct.soil.consecrated.name=ОÑвÑÑ‰Ñ‘Ð½Ð½Ð°Ñ Ð·ÐµÐ¼Ð»Ñ +tile.tconstruct.soil.consecrated.tooltip=Ранит нежить + +tile.tconstruct.deco_ground.mudbrick.name=ГрÑзевой кирпич +tile.tconstruct.deco_ground_slab.mudbrick.name=ГрÑÐ·ÐµÐ²Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° +tile.tconstruct.mudbrick_stairs.name=ГрÑзевые Ñтупеньки + +tile.tconstruct.ore.cobalt.name=ÐšÐ¾Ð±Ð°Ð»ÑŒÑ‚Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° +tile.tconstruct.ore.ardite.name=ÐÑ€Ð´Ð¸Ñ‚Ð¾Ð²Ð°Ñ Ñ€ÑƒÐ´Ð° + +tile.tconstruct.metal.cobalt.name=Блок кобальта +tile.tconstruct.metal.ardite.name=Блок ардита +tile.tconstruct.metal.manyullyn.name=Блок маньюлина +tile.tconstruct.metal.knightslime.name=Блок ÑлизеÑтали +tile.tconstruct.metal.pigiron.name=Блок ÑвинÑтали +tile.tconstruct.metal.alubrass.name=Блок алюминиевой латуни +tile.tconstruct.metal.silky_jewel.name=Шёлковый блок + +tile.tconstruct.firewood.lavawood.name=Лаводерево +tile.tconstruct.firewood.firewood.name=Огнедерево +tile.tconstruct.firewood_slab.lavawood.name=ЛаводеревÑÐ½Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° +tile.tconstruct.firewood_slab.firewood.name=ОгнедеревÑÐ½Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° +tile.tconstruct.lavawood_stairs.name=ЛаводеревÑнные Ñтупеньки +tile.tconstruct.firewood_stairs.name=ОгнедеревÑнные Ñтупеньки + +tile.tconstruct.clear_glass.name=ЧиÑтое Ñтекло +tile.tconstruct.clear_stained_glass.white.name=ЧиÑтое белое Ñтекло +tile.tconstruct.clear_stained_glass.orange.name=ЧиÑтое оранжевое Ñтекло +tile.tconstruct.clear_stained_glass.magenta.name=ЧиÑтое пурпурное Ñтекло +tile.tconstruct.clear_stained_glass.light_blue.name=ЧиÑтое голубое Ñтекло +tile.tconstruct.clear_stained_glass.yellow.name=ЧиÑтое жёлтое Ñтекло +tile.tconstruct.clear_stained_glass.lime.name=ЧиÑтое лаймовое Ñтекло +tile.tconstruct.clear_stained_glass.pink.name=ЧиÑтое розовое Ñтекло +tile.tconstruct.clear_stained_glass.gray.name=ЧиÑтое Ñерое Ñтекло +tile.tconstruct.clear_stained_glass.silver.name=ЧиÑтое Ñветло-Ñерое Ñтекло +tile.tconstruct.clear_stained_glass.cyan.name=ЧиÑтое бирюзовое Ñтекло +tile.tconstruct.clear_stained_glass.purple.name=ЧиÑтое фиолетовое Ñтекло +tile.tconstruct.clear_stained_glass.blue.name=ЧиÑтое Ñинее Ñтекло +tile.tconstruct.clear_stained_glass.brown.name=ЧиÑтое коричневое Ñтекло +tile.tconstruct.clear_stained_glass.green.name=ЧиÑтое зелёное Ñтекло +tile.tconstruct.clear_stained_glass.red.name=ЧиÑтое краÑное Ñтекло +tile.tconstruct.clear_stained_glass.black.name=ЧиÑтое чёрное Ñтекло + +tile.tconstruct.slime.green.name=Блок зелёной Ñлизи +tile.tconstruct.slime.blue.name=Блок Ñиней Ñлизи +tile.tconstruct.slime.purple.name=Блок фиолетовой Ñлизи +tile.tconstruct.slime.blood.name=Блок крови +tile.tconstruct.slime.magma.name=Блок огненной Ñлизи +tile.tconstruct.slime.tooltip=Ðе работает Ñ Ð¿Ð¾Ñ€ÑˆÐ½Ñми. + +tile.tconstruct.slime_congealed.green.name=Блок заÑтывшей зелёной Ñлизи +tile.tconstruct.slime_congealed.blue.name=Блок заÑтывшей Ñиней Ñлизи +tile.tconstruct.slime_congealed.purple.name=Блок заÑтывшей фиолетовой Ñлизи +tile.tconstruct.slime_congealed.blood.name=Блок заÑтывшей крови +tile.tconstruct.slime_congealed.magma.name=Блок заÑтывшей огненной Ñлизи +tile.tconstruct.slime_congealed.tooltip=ПозволÑет очень выÑоко прыгать + +tile.tconstruct.slime_dirt.green.name=ГрÑзь из зелёной Ñлизи +tile.tconstruct.slime_dirt.blue.name=ГрÑзь из Ñиней Ñлизи +tile.tconstruct.slime_dirt.purple.name=ГрÑзь из фиолетовой Ñлизи +tile.tconstruct.slime_dirt.blood.name=ÐšÑ€Ð¾Ð²Ð°Ð²Ð°Ñ Ð³Ñ€Ñзь +tile.tconstruct.slime_dirt.magma.name=ГрÑзь из огненной Ñлизи +tile.tconstruct.slime_dirt.tooltip=СкользкаÑ, но позволÑет прыгать + +tile.tconstruct.slime_grass.vanilla.name=Ð¡Ð»Ð¸Ð·Ð½ÐµÐ²Ð°Ñ Ñ‚Ñ€Ð°Ð²Ð° +tile.tconstruct.slime_grass.green.name=Трава из зелёной Ñлизи +tile.tconstruct.slime_grass.blue.name=Трава из Ñиней Ñлизи +tile.tconstruct.slime_grass.purple.name=Трава из фиолетовой Ñлизи +tile.tconstruct.slime_grass.blood.name=ÐšÑ€Ð¾Ð²Ð°Ð²Ð°Ñ Ñ‚Ñ€Ð°Ð²Ð° +tile.tconstruct.slime_grass.magma.name=Трава из огненной Ñлизи +tile.tconstruct.slime_grass.tooltip=Ð¢Ð°ÐºÐ°Ñ Ð»Ñ‘Ð³ÐºÐ°Ñ! ПозволÑет прыгать + +tile.tconstruct.slime_leaves.blue.name=ЛиÑÑ‚ÑŒÑ Ñиней Ñлизи +tile.tconstruct.slime_leaves.purple.name=ЛиÑÑ‚ÑŒÑ Ñ„Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ð¾Ð¹ Ñлизи +tile.tconstruct.slime_leaves.orange.name=ЛиÑÑ‚ÑŒÑ Ð¾Ð³Ð½ÐµÐ½Ð½Ð¾Ð¹ Ñлизи + +tile.tconstruct.slime_grass_tall.tall_grass.name=Ð’Ñ‹ÑÐ¾ÐºÐ°Ñ Ñ‚Ñ€Ð°Ð²Ð° из Ñлизи +tile.tconstruct.slime_grass_tall.fern.name=Слизневый папоротник + +tile.tconstruct.slime_sapling.blue.name=Саженец Ñиней Ñлизи +tile.tconstruct.slime_sapling.purple.name=Саженец фиолетовой Ñлизи +tile.tconstruct.slime_sapling.orange.name=Саженец огненной Ñлизи +tile.tconstruct.slime_sapling.tooltip=РаÑтёт только на Ñлизневой грÑзи/траве + +tile.tconstruct.slime_vine_blue.name=Лоза Ñиней Ñлизи +tile.tconstruct.slime_vine_blue_mid.name=Лоза Ñиней Ñлизи +tile.tconstruct.slime_vine_blue_end.name=Лоза Ñиней Ñлизи +tile.tconstruct.slime_vine_purple.name=Лоза фиолетовой Ñлизи +tile.tconstruct.slime_vine_purple_mid.name=Лоза фиолетовой Ñлизи +tile.tconstruct.slime_vine_purple_end.name=Лоза фиолетовой Ñлизи + +tile.tconstruct.seared.stone.name=Сушёный камень +tile.tconstruct.seared.cobble.name=Сушёный булыжник +tile.tconstruct.seared.paver.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚ÐºÐ° +tile.tconstruct.seared.brick.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° +tile.tconstruct.seared.brick_cracked.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° (трещины) +tile.tconstruct.seared.brick_fancy.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° (орнамент) +tile.tconstruct.seared.brick_square.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° (узор) +tile.tconstruct.seared.brick_triangle.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° (треугольник) +tile.tconstruct.seared.brick_small.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° (малаÑ) +tile.tconstruct.seared.road.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð´Ð¾Ñ€Ð¾Ð³Ð° +tile.tconstruct.seared.tile.name=Сушёные мини-плитки +tile.tconstruct.seared.creeper.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ° (крипер) +tile.tconstruct.seared.tooltip=ЧаÑть плавильни. ПодходÑÑ‚ Ð´Ð»Ñ Ð´ÐµÐºÐ¾Ñ€Ð°Ñ†Ð¸Ð¹ + +tile.tconstruct.seared_slab.stone.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (камень) +tile.tconstruct.seared_slab.cobble.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (булыжник) +tile.tconstruct.seared_slab.paver.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (плитка) +tile.tconstruct.seared_slab.brick.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (кладка) +tile.tconstruct.seared_slab.brick_cracked.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (кладка-трещины) +tile.tconstruct.seared_slab.brick_fancy.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (кладка-орнамент) +tile.tconstruct.seared_slab.brick_square.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (кладка-узор) +tile.tconstruct.seared_slab.road.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (дорога) +tile.tconstruct.seared_slab2.creeper.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (кладка-крипер) +tile.tconstruct.seared_slab2.brick_triangle.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (кладка-треугольник) +tile.tconstruct.seared_slab2.brick_small.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (Ð¼Ð°Ð»Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ°) +tile.tconstruct.seared_slab2.tile.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° (мини-плитка) + +tile.tconstruct.seared_stairs_stone.name=Сушёные Ñтупеньки (камень) +tile.tconstruct.seared_stairs_cobble.name=Сушёные Ñтупеньки (булыжник) +tile.tconstruct.seared_stairs_paver.name=Сушёные Ñтупеньки (плитка) +tile.tconstruct.seared_stairs_brick.name=Сушёные Ñтупеньки (кладка) +tile.tconstruct.seared_stairs_brick_cracked.name=Сушёные Ñтупеньки (кладка-трещины) +tile.tconstruct.seared_stairs_brick_fancy.name=Сушёные Ñтупеньки (кладка-орнамент) +tile.tconstruct.seared_stairs_brick_square.name=Сушёные Ñтупеньки (кладка-узор) +tile.tconstruct.seared_stairs_brick_triangle.name=Сушёные Ñтупеньки (кладка-треугольник) +tile.tconstruct.seared_stairs_brick_small.name=Сушёные Ñтупеньки (Ð¼Ð°Ð»Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ°) +tile.tconstruct.seared_stairs_road.name=Сушёные Ñтупеньки (дорога) +tile.tconstruct.seared_stairs_tile.name=Сушёные Ñтупеньки (мини-плитка) +tile.tconstruct.seared_stairs_creeper.name=Сушёные Ñтупеньки (кладка-крипер) + +tile.tconstruct.smeltery_controller.name=Контроллер плавильни +tile.tconstruct.smeltery_controller.tooltip=Мозги плавильни +tile.tconstruct.smeltery_io.drain.name=Слив плавильни +tile.tconstruct.smeltery_io.drain.tooltip=Слив и влив жидкоÑтей плавильни +tile.tconstruct.casting.table.name=Стол отливок +tile.tconstruct.casting.basin.name=Резервуар отливок +tile.tconstruct.casting.tooltip=Отливает предметы жидкоÑÑ‚Ñми из плавильни +tile.tconstruct.faucet.name=Горн +tile.tconstruct.faucet.tooltip=Сливает жидкоÑти из плавильни и других резервуаров +tile.tconstruct.seared_tank.tank.name=Сушёный резервуар +tile.tconstruct.seared_tank.gauge.name=Сушёный мерный резервуар +tile.tconstruct.seared_tank.window.name=Сушёное окно +tile.tconstruct.seared_tank.tooltip=Сердце плавильни\nСохранÑет жидкоÑти при ÑнÑтии. +tile.tconstruct.seared_glass.glass.name=Сушёное Ñтекло +tile.tconstruct.seared_glass.glass.tooltip=ЧаÑть плавильни. Подходит Ð´Ð»Ñ Ð´ÐµÐºÐ¾Ñ€Ð°Ñ†Ð¸Ð¸.\nÐе вмещает жидкоÑти. + +tile.tconstruct.seared_furnace_controller.name=Контроллер печи +tile.tconstruct.tinker_tank_controller.name=Контроллер циÑтерны + +tile.tconstruct.stone_torch.name=Каменный факел +tile.tconstruct.stone_ladder.name=ÐšÐ°Ð¼ÐµÐ½Ð½Ð°Ñ Ð»ÐµÑтница +tile.tconstruct.wood_rail.name=ДеревÑнные рельÑÑ‹ +tile.tconstruct.wood_rail_trapdoor.name=ДеревÑнные рельÑÑ‹ Ñ Ð»ÑŽÐºÐ¾Ð¼ +tile.tconstruct.wood_rail_trapdoor.tooltip=Тележки Ñ Ð²Ð¾Ñ€Ð¾Ð½ÐºÐ¾Ð¹ могут\nвыгружать предметы вниз +tile.tconstruct.punji.name=ТроÑтниковые ÐºÐ¾Ð»ÑŒÑ +tile.tconstruct.punji.tooltip=ОÑтрые! Можно крепить на Ñтены. +tile.tconstruct.glow.name=СветÑщаÑÑÑ Ð¶Ð¸Ð´ÐºÐ¾Ñть +tile.tconstruct.rack.item.name=Вешалка +tile.tconstruct.rack.item.tooltip=Только как Ð´ÐµÐºÐ¾Ñ€Ð°Ñ†Ð¸Ñ +tile.tconstruct.rack.drying.name=Сушилка +tile.tconstruct.rack.drying.tooltip=ПозволÑет Ñушить предметы + +tile.tconstruct.slime_channel.green.name=Жёлоб из зелёной Ñлизи +tile.tconstruct.slime_channel.blue.name=Жёлоб из Ñиней Ñлизи +tile.tconstruct.slime_channel.purple.name=Жёлоб из фиолетовой Ñлизи +tile.tconstruct.slime_channel.magma.name=Жёлоб из огненной Ñлизи +tile.tconstruct.slime_channel.blood.name=Жёлоб из крови +tile.tconstruct.slime_channel.tooltip=Текучий как вода, похож на желатин + +tile.tconstruct.dried_clay.clay.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð³Ð»Ð¸Ð½Ð° +tile.tconstruct.dried_clay.brick.name=Кирпичи из Ñушёной глины +tile.tconstruct.dried_clay_slab.clay.name=Плита из Ñушёной глины +tile.tconstruct.dried_clay_slab.brick.name=ÐšÐ¸Ñ€Ð¿Ð¸Ñ‡Ð½Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° из Ñушёной глины +tile.tconstruct.dried_clay_stairs.name=Ступеньки из Ñушёной глины +tile.tconstruct.dried_brick_stairs.name=Кирпичные Ñтупеньки из Ñушёной глины + +tile.tconstruct.brownstone.smooth.name=Гладкий браунÑтоун +tile.tconstruct.brownstone.rough.name=Грубый браунÑтоун +tile.tconstruct.brownstone.paver.name=Плитки из браунÑтоуна +tile.tconstruct.brownstone.brick.name=Кладка из браунÑтоуна +tile.tconstruct.brownstone.brick_cracked.name=Кладка из браунÑтоуна (трещины) +tile.tconstruct.brownstone.brick_fancy.name=Кладка из браунÑтоуна (орнамент) +tile.tconstruct.brownstone.brick_square.name=Кладка из браунÑтоуна (узор) +tile.tconstruct.brownstone.brick_triangle.name=Кладка из браунÑтоуна (треугольник) +tile.tconstruct.brownstone.brick_small.name=Кладка из браунÑтоуна (малаÑ) +tile.tconstruct.brownstone.road.name=Дорога из браунÑтоуна +tile.tconstruct.brownstone.tile.name=Мини-плитка из браунÑтоуна +tile.tconstruct.brownstone.creeper.name=Кладка из браунÑтоуна (крипер) +tile.tconstruct.brownstone.tooltip=Ð’Ñ‹ движетеÑÑŒ немного быÑтрее + +tile.tconstruct.brownstone_slab.smooth.name=Ð“Ð»Ð°Ð´ÐºÐ°Ñ Ð¿Ð»Ð¸Ñ‚Ð° из браунÑтоуна +tile.tconstruct.brownstone_slab.rough.name=Ð“Ñ€ÑƒÐ±Ð°Ñ Ð¿Ð»Ð¸Ñ‚Ð° из браунÑтоуна +tile.tconstruct.brownstone_slab.paver.name=Плита из браунÑтоуна (плитка) +tile.tconstruct.brownstone_slab.brick.name=Плита из браунÑтоуна (кладка) +tile.tconstruct.brownstone_slab.brick_cracked.name=Плита из браунÑтоуна (кладка-трещины) +tile.tconstruct.brownstone_slab.brick_fancy.name=Плита из браунÑтоуна (кладка-орнамент) +tile.tconstruct.brownstone_slab.brick_square.name=Плита из браунÑтоуна (кладка-узор) +tile.tconstruct.brownstone_slab.road.name=Плита из браунÑтоуна (дорога) +tile.tconstruct.brownstone_slab2.creeper.name=Плита из браунÑтоуна (кладка-крипер) +tile.tconstruct.brownstone_slab2.brick_triangle.name=Плита из браунÑтоуна (кладка-треугольник) +tile.tconstruct.brownstone_slab2.brick_small.name=Плита из браунÑтоуна (Ð¼Ð°Ð»Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ°) +tile.tconstruct.brownstone_slab2.tile.name=Плита из браунÑтоуна (мини-плитка) + +tile.tconstruct.brownstone_stairs_smooth.name=Гладкие Ñтупеньки из браунÑтоуна +tile.tconstruct.brownstone_stairs_rough.name=Грубые Ñтупеньки из браунÑтоуна +tile.tconstruct.brownstone_stairs_paver.name=Ступеньки из браунÑтоуна (плитка) +tile.tconstruct.brownstone_stairs_brick.name=Ступеньки из браунÑтоуна (кладка) +tile.tconstruct.brownstone_stairs_brick_cracked.name=Ступеньки из браунÑтоуна (кладка-трещины) +tile.tconstruct.brownstone_stairs_brick_fancy.name=Ступеньки из браунÑтоуна (кладка-орнамент) +tile.tconstruct.brownstone_stairs_brick_square.name=Ступеньки из браунÑтоуна (кладка-узор) +tile.tconstruct.brownstone_stairs_brick_triangle.name=Ступеньки из браунÑтоуна (кладка-треугольник) +tile.tconstruct.brownstone_stairs_brick_small.name=Ступеньки из браунÑтоуна (Ð¼Ð°Ð»Ð°Ñ ÐºÐ»Ð°Ð´ÐºÐ°) +tile.tconstruct.brownstone_stairs_road.name=Ступеньки из браунÑтоуна (дорога) +tile.tconstruct.brownstone_stairs_tile.name=Ступеньки из браунÑтоуна (мини-плитка) +tile.tconstruct.brownstone_stairs_creeper.name=Ступеньки из браунÑтоуна (кладка-крипер) + +################ +# Предметы # +################ + +# ОÑновные +item.tconstruct.book.name=Материалы и Ð’Ñ‹ +item.tconstruct.book.tooltip=Книга инженера\nSkyla + +item.tconstruct.edible.bacon.name=Бекон +item.tconstruct.edible.slimeball_blue.name=Шарик Ñиней Ñлизи +item.tconstruct.edible.slimeball_purple.name=Шарик фиолетовой Ñлизи +item.tconstruct.edible.slimeball_blood.name=Шарик крови +item.tconstruct.edible.slimeball_magma.name=Шарик огненной Ñлизи +item.tconstruct.edible.jerky_beef.name=Ð’ÑÐ»ÐµÐ½Ð°Ñ Ð³Ð¾Ð²Ñдина +item.tconstruct.edible.jerky_chicken.name=Ð’ÑÐ»ÐµÐ½Ð°Ñ ÐºÑƒÑ€Ñтина +item.tconstruct.edible.jerky_pork.name=Ð’ÑÐ»ÐµÐ½Ð°Ñ Ñвинина +item.tconstruct.edible.jerky_mutton.name=Ð’ÑÐ»ÐµÐ½Ð°Ñ ÑгнÑтина +item.tconstruct.edible.jerky_rabbit.name=Ð’ÑÐ»ÐµÐ½Ð°Ñ ÐºÑ€Ð¾Ð»ÑŒÑ‡Ð°Ñ‚Ð¸Ð½Ð° +item.tconstruct.edible.jerky_fish.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ñ€Ñ‹Ð±Ð° +item.tconstruct.edible.jerky_salmon.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð»Ð¾ÑоÑина +item.tconstruct.edible.jerky_clownfish.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ñ€Ñ‹Ð±Ð°-клоун +item.tconstruct.edible.jerky_pufferfish.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ñ„ÑƒÐ³Ñƒ +item.tconstruct.edible.jerky_monster.name=Ð¡ÑƒÑˆÑ‘Ð½Ð°Ñ Ð³Ð½Ð¸Ð»Ð°Ñ Ð¿Ð»Ð¾Ñ‚ÑŒ +item.tconstruct.edible.slimedrop_green.name=ЗаÑÐ¾Ñ…ÑˆÐ°Ñ Ð·ÐµÐ»Ñ‘Ð½Ð°Ñ Ñлизь +item.tconstruct.edible.slimedrop_blue.name=ЗаÑÐ¾Ñ…ÑˆÐ°Ñ ÑинÑÑ Ñлизь +item.tconstruct.edible.slimedrop_purple.name=ЗаÑÐ¾Ñ…ÑˆÐ°Ñ Ñ„Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ð°Ñ Ñлизь +item.tconstruct.edible.slimedrop_blood.name=ЗаÑÐ¾Ñ…ÑˆÐ°Ñ ÐºÐ°Ð¿Ð»Ñ ÐºÑ€Ð¾Ð²Ð¸ +item.tconstruct.edible.slimedrop_magma.name=ЗаÑÐ¾Ñ…ÑˆÐ°Ñ Ð¾Ð³Ð½ÐµÐ½Ð½Ð°Ñ Ñлизь + +item.tconstruct.materials.seared_brick.name=Сушёный кирпич +item.tconstruct.materials.mud_brick.name=ГрÑзевой кирпич +item.tconstruct.materials.mud_brick.tooltip=Строительные блоки Ð´Ð»Ñ Ñтара и млада +item.tconstruct.materials.dried_brick.name=Кирпич Ñушёной глины +item.tconstruct.materials.slimecrystal_green.name=КриÑталл зелёной Ñлизи +item.tconstruct.materials.slimecrystal_green.tooltip=Материал Ð´Ð»Ñ Ð¸Ð½Ñтрументов +item.tconstruct.materials.slimecrystal_blue.name=КриÑталл Ñиней Ñлизи +item.tconstruct.materials.slimecrystal_blue.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.slimecrystal_magma.name=КриÑталл огненной Ñлизи +item.tconstruct.materials.slimecrystal_magma.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.expander_w.name=ÐкÑпандер (Горизонталь) +item.tconstruct.materials.expander_w.tooltip=Ðе пропуÑти день ног! +item.tconstruct.materials.expander_h.name=ÐкÑпандер (Вертикаль) +item.tconstruct.materials.expander_h.tooltip=Ты Ñ…Ð¾Ñ‚Ñ Ð±Ñ‹ жмёшь? +item.tconstruct.materials.reinforcement.name=Укрепитель +item.tconstruct.materials.reinforcement.tooltip=Модификатор прочноÑти +item.tconstruct.materials.silky_cloth.name=Ð¨Ñ‘Ð»ÐºÐ¾Ð²Ð°Ñ Ñ‚ÐºÐ°Ð½ÑŒ +item.tconstruct.materials.silky_jewel.name=Шёлковый камень +item.tconstruct.materials.silky_jewel.tooltip=Модификатор шёлкового каÑÐ°Ð½Ð¸Ñ +item.tconstruct.materials.necrotic_bone.name=КоÑть нежити +item.tconstruct.materials.necrotic_bone.tooltip=Модификатор вампиризма +item.tconstruct.materials.moss.name=Шар мха +item.tconstruct.materials.moss.tooltip=ПКМ на книжной полке Ð´Ð»Ñ Ñ‚Ñ€Ð°Ð½Ñфор\nмации в запоминающий мох.\n§oЗабирает 10 уровней +item.tconstruct.materials.mending_moss.name=Запоминающий мох +item.tconstruct.materials.mending_moss.tooltip=Модификатор памÑти +item.tconstruct.materials.creative_modifier.name=Креативный модификатор +item.tconstruct.materials.creative_modifier.tooltip=ДобавлÑет Ñлот модификации + +item.tconstruct.ingots.cobalt.name=Кобальтовый Ñлиток +item.tconstruct.ingots.ardite.name=Ðрдитовый Ñлиток +item.tconstruct.ingots.manyullyn.name=Маньюлиновый Ñлиток +item.tconstruct.ingots.knightslime.name=Слиток ÑлизеÑтали +item.tconstruct.ingots.knightslime.tooltip=Слизь как металл и как камень? Очаровательно! +item.tconstruct.ingots.pigiron.name=Слиток ÑвиноÑтали +item.tconstruct.ingots.pigiron.tooltip=Хрю! +item.tconstruct.ingots.alubrass.name=Слиток алюминиевой латуни + +item.tconstruct.nuggets.cobalt.name=Кобальтовый Ñамородок +item.tconstruct.nuggets.ardite.name=Ðрдитовый Ñамородок +item.tconstruct.nuggets.manyullyn.name=Маньюлиновый Ñамородок +item.tconstruct.nuggets.knightslime.name=СлизеÑтальный Ñамородок +item.tconstruct.nuggets.pigiron.name=Самородок ÑвиноÑтали +item.tconstruct.nuggets.alubrass.name=Самородок алюминиевой латуни + +item.tconstruct.pattern.blank=ПуÑÑ‚Ð°Ñ Ñхема +item.tconstruct.pattern.name=Схема - %s +item.tconstruct.cast.blank=ПуÑÑ‚Ð°Ñ Ð¾Ñ‚Ð»Ð¸Ð²ÐºÐ° +item.tconstruct.cast.name=Отливка - %s +item.tconstruct.clay_cast.name=ГлинÑÐ½Ð°Ñ Ð¾Ñ‚Ð»Ð¸Ð²ÐºÐ° - %s +item.tconstruct.cast_custom.ingot.name=Отливка Ñлитка +item.tconstruct.cast_custom.nugget.name=Отливка Ñамородка +item.tconstruct.cast_custom.gem.name=Отливка ÐºÐ°Ð¼Ð½Ñ +item.tconstruct.cast_custom.plate.name=Отливка плаÑтины +item.tconstruct.cast_custom.gear.name=Отливка шеÑтерни + +item.tconstruct.sharpening_kit.name=оÑелок +item.tconstruct.sharpening_kit.tooltip=Объедините Ñ ÐºÑ€ÐµÐ¼Ð½ÐµÐ¼ и инÑтрументом\nÐ´Ð»Ñ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð¾ ÑƒÑ€Ð¾Ð²Ð½Ñ Ð´Ð¾Ð±Ñ‹Ñ‡Ð¸ Ñтого материала. + +item.forge.bucketFilled.blood=Ведро крови + +# Струменты +item.tconstruct.pickaxe.name=кирка +item.tconstruct.shovel.name=лопата +item.tconstruct.hatchet.name=топор +item.tconstruct.mattock.name=мотыготопор + +item.tconstruct.hammer.name=молот +item.tconstruct.excavator.name=Ð±Ð¾Ð»ÑŒÑˆÐ°Ñ Ð»Ð¾Ð¿Ð°Ñ‚Ð° +item.tconstruct.lumberaxe.name=большой топор +item.tconstruct.scythe.name=коÑа + +# Милишки + +item.tconstruct.frypan.name=Ñковорода +item.tconstruct.battlesign.name=Ð±Ð¾ÐµÐ²Ð°Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ‡ÐºÐ° +item.tconstruct.dagger.name=кинжал +item.tconstruct.broadsword.name=палаш +item.tconstruct.longsword.name=меч +item.tconstruct.rapier.name=рапира +item.tconstruct.cutlass.name=ÑÐ°Ð±Ð»Ñ + +item.tconstruct.cleaver.name=гигантÑкий меч +item.tconstruct.battleaxe.name=боевой топор + +# Ranged Weapons & Ammo + +item.tconstruct.shortbow.name=короткий лук + +item.tconstruct.arrow.name=Ñтрела + +item.tconstruct.shuriken.name=Ñюрикен + +# ИнÑтрументальные чаÑти +item.tconstruct.shard.name=оÑколок + +item.tconstruct.pick_head.name=навершие кирки +item.tconstruct.shovel_head.name=полотно лопаты +item.tconstruct.axe_head.name=лезвие топора +item.tconstruct.pan_head.name=полотно Ñковороды +item.tconstruct.sign_head.name=табличка +item.tconstruct.binding.name=крепление +item.tconstruct.tool_rod.name=рукоÑть +item.tconstruct.knife_blade.name=лезвие ножа +item.tconstruct.sword_blade.name=лезвие меча +item.tconstruct.wide_guard.name=ÑˆÐ¸Ñ€Ð¾ÐºÐ°Ñ ÐºÐ°Ñ€Ð´Ð° +item.tconstruct.cross_guard.name=Ð¿Ð¾Ð¿ÐµÑ€ÐµÑ‡Ð½Ð°Ñ Ð³Ð°Ñ€Ð´Ð° +item.tconstruct.hand_guard.name=Ð¼Ð°Ð»Ð°Ñ Ð³Ð°Ñ€Ð´Ð° +item.tconstruct.full_guard.name=Ð¿Ð¾Ð»Ð½Ð°Ñ Ð³Ð°Ñ€Ð´Ð° + +# ЧаÑти больших инÑтрументов +item.tconstruct.hammer_head.name=боёк молота +item.tconstruct.excavator_head.name=большое полотно лопаты +item.tconstruct.broad_axe_head.name=большое лезвие топора +item.tconstruct.large_plate.name=Ð±Ð¾Ð»ÑŒÑˆÐ°Ñ Ð¿Ð»Ð°Ñтина +item.tconstruct.tough_binding.name=мощное крепление +item.tconstruct.tough_tool_rod.name=Ð¼Ð¾Ñ‰Ð½Ð°Ñ Ñ€ÑƒÐºÐ¾Ñть +item.tconstruct.scythe_head.name=навершие коÑÑ‹ +item.tconstruct.large_sword_blade.name=широкое лезвие меча + +# Лук и Ñтрелы + +item.tconstruct.bow_limb.name=плечо лука +item.tconstruct.bow_string.name=тетива + +item.tconstruct.arrow_head.name=наконечник +item.tconstruct.arrow_shaft.name=древко Ñтрелы +item.tconstruct.fletching.name=оперение + +# Material specific tools and toolparts +# item.tconstruct.<tool>.<material> +# item.tconstruct.pickaxe.wood=Wooden Pickaxe + +# Примочки +item.tconstruct.slime_boots.name=Слизневые ботинки +item.tconstruct.slime_boots.tooltip=ОтÑкакиваете при падении +item.tconstruct.slimesling.name=Слизнерогатка +item.tconstruct.slimesling.tooltip=Взведите, нацельтеÑÑŒ под ноги, отпуÑтите!\nОдевайте Ñлизневые ботинки, еÑли жизнь дорога! +item.tconstruct.piggybackpack.name=Рюкзак-Ñедло +item.tconstruct.piggybackpack.tooltip=ПКМ на мобе или игроке Ð´Ð»Ñ ÐµÐ³Ð¾ поднÑÑ‚Ð¸Ñ +item.tconstruct.stone_stick.name=Каменный Ñтержень + +item.tconstruct.fancy_frame.jewel.name=КраÑÐ¸Ð²Ð°Ñ Ñ€Ð°Ð¼ÐºÐ° +item.tconstruct.fancy_frame.alubrass.name=Рамка из алюминиевой латуни +item.tconstruct.fancy_frame.cobalt.name=Рамка из кобальта +item.tconstruct.fancy_frame.ardite.name=Рамка из ардита +item.tconstruct.fancy_frame.manyullyn.name=Рамка из маньюлина +item.tconstruct.fancy_frame.gold.name=Ð—Ð¾Ð»Ð¾Ñ‚Ð°Ñ Ñ€Ð°Ð¼ÐºÐ° +item.tconstruct.fancy_frame.clear.name=СтеклÑÐ½Ð½Ð°Ñ Ñ€Ð°Ð¼ÐºÐ° + +item.tconstruct.throwball.glow.name=СветоÑнежок +item.tconstruct.throwball.glow.tooltip=Ðе пригодно Ð´Ð»Ñ Ð¿Ð¸Ñ‰ÐµÐ²Ñ‹Ñ… целей. +item.tconstruct.throwball.efln.name=EFLN +item.tconstruct.throwball.efln.tooltip=Взрывчатка! Сохраните Ð´Ð»Ñ ÑˆÐ°Ñ…Ñ‚ + +################### +# Мамкины Ñпагетти# +################### + +item.tconstruct.moms_spaghetti.name=Мамины Ñпагетти +item.tconstruct.moms_spaghetti.desc=ВкуÑнÑтина! +item.tconstruct.moms_spaghetti.tooltip1=§oЯ думаю, они похожи, но не те...\nИм нужно больше ÑоуÑа, но он был краÑным. +item.tconstruct.moms_spaghetti.tooltip2=§oЧего-то не хватает.. мÑÑа? Мама вÑегда брала ВСРмÑÑо.\nÐаверное, Ñтоит взÑть вÑе три типа. +item.tconstruct.moms_spaghetti.tooltip3=§oТочь-в-точь как мамины. +stat.spaghetti.uses.name=ÐÑм +stat.spaghetti.nourishment.name=ÐаÑыщение +stat.spaghetti.saturation.name=СытноÑть +modifier.spaghetti_sauce.name=Ñ ÑоуÑом +modifier.spaghetti_sauce.desc=§oСо Ñвеклой§r\nБолее Ñытно +modifier.spaghetti_meat.name=Ñ Ð¼ÑÑом +modifier.spaghetti_meat.desc=§oÐ’Ñе типы!§r\nÐаÑыщает лучше + +item.tconstruct.spaghetti.hard.name=ÐевероÑтно Ñ‚Ð²Ñ‘Ñ€Ð´Ð°Ñ Ð»Ð°Ð¿ÑˆÐ° +item.tconstruct.spaghetti.hard.tooltip=ÐбÑолютно неÑъедобна.\nЕё надо размÑгчить, но Ваши потные ладошки не могут Ñто Ñделать.\nÐаверное, её надо отмочить в воде. +item.tconstruct.spaghetti.soggy.name=Ð¡Ñ‹Ñ€Ð°Ñ Ð»Ð°Ð¿ÑˆÐ° +item.tconstruct.spaghetti.soggy.tooltip=Теперь, когда она размÑгчилаÑÑŒ, даже Ваши ладошки могут её гнуть.\nСтоит её подвеÑить ÑушитьÑÑ. +item.tconstruct.spaghetti.cold.name=Ð¥Ð¾Ð»Ð¾Ð´Ð½Ð°Ñ ÑÑƒÑˆÑ‘Ð½Ð°Ñ Ð»Ð°Ð¿ÑˆÐ° +item.tconstruct.spaghetti.cold.tooltip=Ðу, Ñто уже лучше. Ð¥Ð¾Ñ‚Ñ Ð²ÐºÑƒÑ Ð²ÑÑ‘ ещё неприÑтный.\nСтоит подогреть и она Ñтанет Ñъедобной.\nМожет, она Ñможет вылечить Ваши больные колени. + +################# +# СущноÑти # +################# + +entity.tconstruct.blueslime.name=Синий Ñлизень + +################# +# Жижки # +################# + +fluid.tconstruct.stone.name=РаÑплавленный камень +fluid.tconstruct.obsidian.name=РаÑплавленный обÑидиан +fluid.tconstruct.clay.name=РаÑÐ¿Ð»Ð°Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ð³Ð»Ð¸Ð½Ð° +fluid.tconstruct.dirt.name=Ð–Ð¸Ð´ÐºÐ°Ñ Ð·ÐµÐ¼Ð»Ñ +fluid.tconstruct.iron.name=РаÑплавленное железо +fluid.tconstruct.gold.name=РаÑплавленное золото +fluid.tconstruct.pigiron.name=РаÑÐ¿Ð»Ð°Ð²Ð»ÐµÐ½Ð½Ð°Ñ ÑвиноÑталь +fluid.tconstruct.cobalt.name=РаÑплавленный кобальт +fluid.tconstruct.ardite.name=РаÑплавленный ардит +fluid.tconstruct.manyullyn.name=РаÑплавленный маньюлин +fluid.tconstruct.knightslime.name=РаÑÐ¿Ð»Ð°Ð²Ð»ÐµÐ½Ð½Ð°Ñ ÑлизеÑталь +fluid.tconstruct.emerald.name=Жидкий изумруд +fluid.tconstruct.glass.name=Жидкое Ñтекло +fluid.tconstruct.blood.name=Кровь +fluid.tconstruct.milk.name=Молоко +fluid.tconstruct.blueslime.name=СинÑÑ Ñлизь +fluid.tconstruct.purpleslime.name=Ð¤Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ð°Ñ Ñлизь +fluid.tconstruct.brass.name=Ð–Ð¸Ð´ÐºÐ°Ñ Ð»Ð°Ñ‚ÑƒÐ½ÑŒ +fluid.tconstruct.copper.name=Ð–Ð¸Ð´ÐºÐ°Ñ Ð¼ÐµÐ´ÑŒ +fluid.tconstruct.tin.name=Жидкое олово +fluid.tconstruct.bronze.name=Ð–Ð¸Ð´ÐºÐ°Ñ Ð±Ñ€Ð¾Ð½Ð·Ð° +fluid.tconstruct.zinc.name=Жидкий цинк +fluid.tconstruct.lead.name=Жидкий цинк +fluid.tconstruct.nickel.name=Жидкий никель +fluid.tconstruct.silver.name=Жидкое Ñеребро +fluid.tconstruct.electrum.name=Жидкий Ñлектрум +fluid.tconstruct.steel.name=РаÑÐ¿Ð»Ð°Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ñталь +fluid.tconstruct.aluminum.name=Жидкий алюминий +fluid.tconstruct.alubrass.name=Ð–Ð¸Ð´ÐºÐ°Ñ Ð°Ð»ÑŽÐ¼Ð¸Ð½Ð¸ÐµÐ²Ð°Ñ Ð»Ð°Ñ‚ÑƒÐ½ÑŒ + +################# +# Зельки # +################# + +potion.carry=Ð’Ñ‹ неÑёте кого-то + +################# +# Материалы # +################# +# material.<identifier>.name +# material.<identifier>.prefix +# material.wood.prefix=Wooden %s - Used for stuff like "Wooden Pickaxe" if no specific name is given + +material.wood.name=Дерево +material.wood.prefix=ДеревÑнн. %s +material.stone.name=Камень +material.stone.prefix=Каменн. %s +material.flint.name=Кремень +material.flint.prefix=Кремнев. %s +material.cactus.name=ÐšÐ°ÐºÑ‚ÑƒÑ +material.cactus.prefix=КактуÑов. %s +material.obsidian.name=ОбÑидиан +material.obsidian.prefix=ОбÑидианов. %s +material.prismarine.name=Призмарин +material.prismarine.prefix=Призмаринов. %s +material.netherrack.name=ÐдÑкий камень +material.netherrack.prefix=Ðдокаменн. %s +material.endstone.name=Камень ÐšÑ€Ð°Ñ +material.endstone.prefix=ÐндеровÑк. %s +material.bone.name=КоÑть +material.bone.prefix=КоÑÑ‚Ñн. %s +material.paper.name=Бумага +material.paper.prefix=Бумажн. %s +material.sponge.name=Губка +material.sponge.prefix=Губочн. %s +material.firewood.name=Огнедерево +material.firewood.prefix=Огнедерев. %s +material.slime.name=Слизь +material.slime.prefix=Слизнев. %s +material.blueslime.name=СинÑÑ Ñлизь +material.blueslime.prefix=СинеÑлизнев. %s +material.knightslime.name=СлизеÑталь +material.knightslime.prefix=СлизеÑтальн. %s +material.magmaslime.name=ÐžÐ³Ð½ÐµÐ½Ð½Ð°Ñ Ñлизь +material.magmaslime.prefix=ОгнеÑлизнев. %s +material.ardite.name=Ðрдит +material.ardite.prefix=Ðрдитов. %s +material.cobalt.name=Кобальт +material.cobalt.prefix=Кобальтов. %s +material.manyullyn.name=Маньюлин +material.manyullyn.prefix=Маньюлинов. %s +material.iron.name=Железо +material.iron.prefix=Железн. %s +material.pigiron.name=СвиноÑталь +material.pigiron.prefix=СвиноÑтальн. %s +material.copper.name=Медь +material.copper.prefix=Медн. %s +material.bronze.name=Бронза +material.bronze.prefix=Бронзов. %s +material.lead.name=Свинец +material.lead.prefix=Свинцов. %s +material.silver.name=Серебро +material.silver.prefix=СеребрÑн. %s +material.electrum.name=Ðлектрум +material.electrum.prefix=Ðлектрумов. %s +material.steel.name=Сталь +material.steel.prefix=Стальн. %s + +material.string.name=Ðить +material.string.prefix=ÐитÑÐ½Ð°Ñ %s +material.vine.name=Лоза +material.vine.prefix=Из лозы %s +material.slimevine_blue.name=Ð¡Ð»Ð¸Ð·Ð½ÐµÐ²Ð°Ñ Ð»Ð¾Ð·Ð° +material.slimevine_blue.prefix=Ð¡Ð»Ð¸Ð·Ð½ÐµÐ»Ð¾Ð·Ð½Ð°Ñ %s +material.slimevine_orange.name=material.slimevine_blue.name +material.slimevine_orange.prefix=material.slimevine_blue.prefix +material.slimevine_purple.prefix=material.slimevine_blue.prefix +material.slimevine_purple.name=material.slimevine_blue.name + +material.blaze.name=Огненный Ñтержень +material.reed.name=ТроÑтник +material.ice.name=Лёд +material.endrod.name=Стержень ÐšÑ€Ð°Ñ +material.blaze.prefix=Огненное %s +material.reed.prefix=ТроÑтниковое %s +material.ice.prefix=ЛедÑное %s +material.endrod.prefix=Ð¡Ñ‚ÐµÑ€Ð¶Ð½Ñ ÐšÑ€Ð°Ñ %s + +material.feather.name=Перо +material.leaf.name=ЛиÑÑ‚ÑŒÑ +material.slimeleaf_blue.name=СлизнелиÑÑ‚ÑŒÑ +material.slimeleaf_orange.name=material.slimeleaf_blue.name +material.slimeleaf_purple.name=material.slimeleaf_blue.name +material.feather.prefix=Перьевое %s +material.leaf.prefix=ЛиÑтвенное %s +material.slimeleaf_blue.prefix=СлизнелиÑтвенное %s +material.slimeleaf_orange.prefix=material.slimeleaf_blue.prefix +material.slimeleaf_purple.prefix=material.slimeleaf_blue.prefix +############# +# Статы # +############# +stat.head.name=Ðавершие +stat.head.durability.name=ПрочноÑть +stat.head.durability.desc=Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð½Ð° Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ‡Ð½Ð¾Ñти.\nКак правило, определÑющаÑ. +stat.head.miningspeed.name=Скор. добычи +stat.head.miningspeed.desc=Как быÑтро инÑтрумент Ñ Ñтим навершием может добывать.\nДругие чаÑти могут влиÑть. +stat.head.harvestlevel.name=Уров. добычи +stat.head.harvestlevel.desc=Блоки какой прочноÑти может добывать данный инÑтрумент. +stat.head.attack.name=Урон +stat.head.attack.desc=Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ð½Ð° Ð´Ð»Ñ Ð¾Ð±Ñ‰ÐµÐ³Ð¾ урона.\nКонечный результат завиÑит от других чаÑтей. + +stat.handle.name=РукоÑть +stat.handle.modifier.name=Квантификатор +stat.handle.modifier.desc=УдобÑтво иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð½Ñтрумента Ñ Ñтой рукоÑтью.\nÐ˜Ñ‚Ð¾Ð³Ð¾Ð²Ð°Ñ Ð¿Ñ€Ð¾Ñ‡Ð½Ð¾Ñть умножаетÑÑ Ð½Ð° него. +stat.handle.durability.name=ПрочноÑть +stat.handle.durability.desc=Как прочно материал может быть удержан.\nПрочноÑть инÑтрумента изменÑетÑÑ Ð¾Ñ‚ Ñтой характериÑтики. + +stat.extra.name=Дополнительно +stat.extra.durability.name=ПрочноÑть +stat.extra.durability.desc=Сколько прочноÑти Ñта чаÑть добавлÑет при иÑпользовании в виде акÑеÑÑуара. + +stat.mattock.axelevel.name=Уровень топора +stat.mattock.shovellevel.name=Уровень лопаты + +stat.bow.name=Лук +stat.bow.drawspeed.name=СкороÑть взвода +stat.bow.drawspeed.desc=Как быÑтро натÑгиваетÑÑ Ð»ÑƒÐº. +stat.bow.range.name=ДальноÑти +stat.bow.range.desc=ÐаÑколько далеко ÑнарÑд полетит. + +stat.bowstring.name=Тетива +stat.bowstring.modifier.name=Квантификатор +stat.bowstring.modifier.desc=ПрочноÑть лука будет умножена на Ñто чиÑло. + +stat.shaft.name=Древко +stat.shaft.modifier.name=Модификатор +stat.shaft.modifier.desc=Каждой Ñтреле нужен Ñвой Ñтержень. От материала завиÑит количеÑтво получаемых Ñтрел.\nИтоговое количеÑтво умножаетÑÑ Ð½Ð° Ñто чиÑло. +stat.shaft.ammo.name=СнарÑды +stat.shaft.ammo.desc=Точное количеÑтво Ñтрел.\nÐто - чиÑло добавлÑемых ÑнарÑдов. + +stat.fletching.name=Оперение +stat.fletching.accuracy.name=ТочноÑть +stat.fletching.accuracy.desc=ÐаÑколько Ñтабильна в полёте будет Ñтрела Ñ Ñ‚Ð°ÐºÐ¸Ð¼ оперением.\nВлиÑет на общую точноÑть ÑнарÑда. +stat.fletching.modifier.name=Модификатор +stat.fletching.modifier.desc=Сколько Ñтрел можно Ñ Ð½Ð¸Ð¼ Ñобрать.\nИтоговое количеÑтво умножаетÑÑ Ð½Ð° Ñто чиÑло. + +stat.projectile.ammo.name=ÐÐ¼Ð¼ÑƒÐ½Ð¸Ñ†Ð¸Ñ + +############## +# Traits # +############## + +# traits are also modifiers, they use the same prefix so they don't have to be localized twice +modifier.alien.name=ЧуждоÑть +modifier.alien.desc=§oЧто-то не так Ñ Ñ…Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸Ñтиками...§r\n..как будто они менÑÑŽÑ‚ÑÑ! Может, Ð²Ñ€ÐµÐ¼Ñ Ð¿Ð¾Ð´Ñкажет? +modifier.aquadynamic.name=Гидродинамика +modifier.aquadynamic.desc=§oЗдеÑÑŒ ÑтановитÑÑ Ð²Ð»Ð°Ð¶Ð½Ð¾Ð²Ð°Ñ‚Ð¾!§r\nИнÑтрумент очень любит воду и дожди. +modifier.aridiculous.name=ПуÑтынноÑть +modifier.aridiculous.desc=§oВключи тепло!§r\nИнÑтрумент работает лучше в горÑчих Ñредах. +modifier.autosmelt.name=Ðвтоплавка +modifier.autosmelt.desc=§oПечь в инÑтрументе!§r\nСобранные блоки переплавлÑÑŽÑ‚ÑÑ. +modifier.baconlicious.name=БеконноÑть +modifier.baconlicious.desc=§oБЕКОÐ!§r\nПри атаках иногда выпадает бекон. +modifier.cheap.name=Дешевизна +modifier.cheap.desc=§oДебит Ñ ÐºÑ€ÐµÐ´Ð¸Ñ‚Ð¾Ð¼!§r\nÐ”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ñ€Ð¾Ñ‡Ð½Ð¾Ñть при ремонте. +modifier.cheapskate.name=СкрÑга +modifier.cheapskate.desc=§oГад!§r\nКамень плох. У инÑтрумента меньше прочноÑти. +modifier.coldblooded.name=ХладнокровноÑть +modifier.coldblooded.desc=§oДикарь!§r\nÐаноÑит больше урона целÑм Ñ Ð¿Ð¾Ð»Ð½Ñ‹Ð¼ здоровьем. +modifier.crude.name=ГрубоÑть +modifier.crude.desc=§oÐ‘Ñ€Ð¾Ð½Ñ Ð´Ð»Ñ Ð»Ð¾Ñ…Ð¾Ð²!§r\nБонуÑный урон против небронированных целей. +modifier.crude.extra=Против небронированных: +%s +modifier.crumbling.name=Дробитель +modifier.crumbling.desc=§oХруÑть-Ñ…Ñ€ÑÑть§r\nИнÑтрумент ломает блоки, которым не нужен инÑтрумент, быÑтрее. +modifier.dense.name=ПлотноÑть +modifier.dense.desc=§oПлот...нее.§r\nВаш инÑтрумент дольше не терÑет прочноÑть, когда почти Ñломан. +modifier.duritos.name=ТвёрдоÑть +modifier.duritos.desc=§oÐу даже не знаю.§r\nВаш инÑтрумент более прочен ...большую чаÑть времени. +modifier.ecological.name=ÐкологичноÑть +modifier.ecological.desc=§oСила зелени!§r\nВозобнавлÑемые реÑурÑÑ‹ воÑÑтанавливаютÑÑ Ñами по Ñебе! +modifier.enderference.name=ÐÐ½Ð´ÐµÑ€Ñ„ÐµÑ€ÐµÐ½Ñ†Ð¸Ñ +modifier.enderference.desc=§oПрерывание телепортации!§r\nЗапрещает Ðндерманам телепортироватьÑÑ Ð½Ð° короткое времÑ. +modifier.established.name=Ð¥Ð¾Ñ€Ð¾ÑˆÐ°Ñ Ñборка +modifier.established.desc=§oХалÑвный опыт!§r\nÐ’Ñ‹ получаете дополнительный опыт. +modifier.flammable.name=ГорючеÑть +modifier.flammable.desc=§oМало огна, нужно больше!§r\nБлокирование убирает огненный урон и отражает его в атакующего. +modifier.fractured.name=ОÑколочноÑть +modifier.fractured.desc=§oБольно!§r\nУрон Ð¾Ñ€ÑƒÐ¶Ð¸Ñ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½. +modifier.hellish.name=ÐдÑкий +modifier.hellish.desc=§oУдар из бездны!§r\nÐаноÑит дополнительный урон мобам не из Ðезера. +modifier.hellish.extra=Против не-огненных Ñозданий: +%s +modifier.holy.name=СвÑтой +modifier.holy.desc=§oСветитÑÑ!§r\nÐаноÑит урон нежити. +modifier.holy.extra=modifier.smite.extra +modifier.insatiable.name=ÐенаÑытноÑть +modifier.insatiable.desc=§oПроглатывай!§r\nÐ’ бою Ð’Ñ‹ наноÑите вÑÑ‘ больше и больше урона за потери прочноÑти. +modifier.jagged.name=ЗазубренноÑть +modifier.jagged.desc=§oДвигаюÑÑŒ, как зазубренный!§r\nÐšÐ°Ð¶Ð´Ð°Ñ Ð¿Ð¾Ñ‚ÐµÑ€ÑÐ½Ð½Ð°Ñ ÐµÐ´Ð¸Ð½Ð¸Ñ†Ð° прочноÑти увеличивает урон. +modifier.jagged.extra=Урон от зазубрин: +%s +modifier.lightweight.name=ЛегковеÑноÑть +modifier.lightweight.desc=§oЛети, как ветер!§r\nУвеличивает ÑкороÑть вашего инÑтрумента при ударах и копании. +modifier.lightweight.extra=Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑкороÑть: +%s +modifier.magnetic.name=Магнетизм +modifier.magnetic.desc=§oКак они работают?!§r\nУдары по вещам притÑгивают другие вещи?! +modifier.momentum.name=Ð˜Ð¼Ð¿ÑƒÐ»ÑŒÑ +modifier.momentum.desc=§oБыÑтрее, продолжай!§r\nÐепрерывное копание блоков увеличивает ÑкороÑть копки. +modifier.petramor.name=Камнелюбие +modifier.petramor.desc=§oТак много камнÑ, надо веÑÑŒ поÑмотреть!§r\nВаш инÑтрумент любит камень и поглощает его Ð´Ð»Ñ Ð²Ð¾ÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ‡Ð½Ð¾Ñти. +modifier.poisonous.name=ТокÑичноÑть +modifier.poisonous.desc=§oÐе ÑовÑем без Ñвинка!§r\nОтравлÑет врагов при ударе. +modifier.prickly.name=ШипаÑтоÑть +modifier.prickly.desc=§oÐй!§r\nÐикто не ÑпаÑён от Ñтих шипов, они вÑегда колÑÑ‚ÑÑ. +modifier.sharp.name=ОÑтрый +modifier.sharp.desc=§oМожет резать Ñлова!§r\nУдар по врагу накладывает кровотечение. +modifier.shocking.name=Шокирующий +modifier.shocking.desc=§oБзззз!§r\nБег Ñ Ð¸Ð½Ñтрументом зарÑжает его, удар разрÑжает во врагов. +modifier.slimey.name=Слизневый +modifier.slimey.desc=§oФююю!§r\nÐадеюÑÑŒ, оно ÑмоетÑÑ. +modifier.spiky.name=КолючеÑть +modifier.spiky.desc=§oÐа 200% лучше Ñ Ð¸Ð³Ð»Ð°Ð¼Ð¸!§r\nБлокирование наноÑит урон врагам. +modifier.splintering.name=Боевой раж +modifier.splintering.desc=§oСувенир Ð´Ð»Ñ Ð²Ñ€Ð°Ð³Ð¾Ð²!§r\nБольше ударов - больше урон. +modifier.splinters.name=ЗанозиÑтоÑть +modifier.splinters.desc=§oОй!§r\nСмотрите, не получите занозу! +modifier.squeaky.name=ГубчатоÑть +modifier.squeaky.desc=§oМило.§r\nВаш инÑтрумент наÑтолько лёгок и мÑгок, что получил шёлковое каÑание, но наноÑит меньше урона. +modifier.stiff.name=Ð’ÑзкоÑть +modifier.stiff.desc=§oСтоÑть-боÑтьÑÑ!§r\nБлокирование еще больше защищает от урона. +modifier.stonebound.name=КамнерождённоÑть +modifier.stonebound.desc=§oВаш инÑтрумент абÑолютно любит камень!§r\nИнÑтрумент копает быÑтрее при изноÑе, но наноÑит меньше урона. +modifier.stonebound.extra=Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑкороÑть: +%s +modifier.superheat.name=Перегрев +modifier.superheat.desc=§oВыкрути огонь!§r\nÐаноÑит дополнительный урон горÑщим целÑм. +modifier.superheat.extra=Против горÑщих целей: +%s +modifier.unnatural.name=ÐенатуральноÑть +modifier.unnatural.desc=§oОмерзительно!§r\nИнÑтрумент копает быÑтрее, чем больше разница между уровнÑми добычи (отноÑительно блока). +modifier.tasty.name=ВкуÑный +modifier.tasty.desc=§oÐм-нÑм-нÑм§r\nТак вкуÑно пахнет.. Ð’Ñ‹ Ñкорее Ñъедите инÑтрумент, нежели умрёте от голода. +modifier.writable.name=ПерепиÑываемоÑть +modifier.writable.desc=§oИнтеллектуальноÑть!§r\nБольше Ñлов. Больше улучшений. Ðто логика! + +modifier.breakable.name=ХрупкоÑть +modifier.breakable.desc=§oХрÑÑÑŒ!§r\nСнарÑды Ñ 50% шанÑом ломаютÑÑ Ð¿Ñ€Ð¸ ударе. +modifier.endspeed.name=СверхÑкороÑть +modifier.endspeed.desc=§oÐšÐ²Ð°Ð½Ñ‚Ð¾Ð²Ð°Ñ ÑкороÑть!§r\nСнарÑды долетают до цели мгновенно. +modifier.freezing.name=Заморозка +modifier.freezing.desc=§oЗима близко§r\nУдачные Ð¿Ð¾Ð¿Ð°Ð´Ð°Ð½Ð¸Ñ Ð·Ð°Ð¼ÐµÐ´Ð»ÑÑŽÑ‚ цель. +modifier.hovering.name=Парение +modifier.hovering.desc=§oСвободен, как ветер§r\nСнарÑды летÑÑ‚ медленнее, но Ñлабаа подвержены гравитации. +modifier.splitting.name=РаÑкол +modifier.splitting.desc=§oДва по цене одного!§r\nВнезапное уÑкорение Ñтрелы может раÑколоть её на два оÑколка. + +################# +# Modifiers # +################# + +modifier.bane_of_arthopods.name=Бич члениÑтоногих +modifier.bane_of_arthopods.desc=§oДезинÑектант!§r\nÐаноÑит большой урон паукообразным. +modifier.bane_of_arthopods.extra=против пауков: +%s +modifier.beheading.name=Палач +modifier.beheading.desc=§oГолову Ñ Ð¿Ð»ÐµÑ‡!§r\nКаждый уровень добавлÑет 10% ÑˆÐ°Ð½Ñ Ð½Ð° ÑнÑтие головы. +modifier.blasting.name=ВзрывоопаÑноÑть +modifier.blasting.desc=§oБум!§r\nÐ’Ñ‹ можете ломать неÑффективные Ð´Ð»Ñ Ñтого инÑтрумента блоки как обычно, но они могут взрыватьÑÑ. +modifier.blasting.extra=Сила взрыва: %s +modifier.diamond.name=Ðлмаз +modifier.diamond.desc=§oБлеÑÑ‚Ñщий!§r\nÐ£Ð²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð½Ð°Ñ Ð¿Ñ€Ð¾Ñ‡Ð½Ð¾Ñть! +modifier.emerald.name=Изумруд +modifier.emerald.desc=§oКраÑивый!§r\nУвеличение прочноÑти в завиÑимоÑти от характериÑтик! +modifier.fiery.name=ОгнеопаÑноÑть +modifier.fiery.desc=§oТак горÑчо!§r\nДополнительный урон огнём и поджигание. +modifier.fiery.extra=Урон огнём: +%s +modifier.fiery.extra2=Ð’Ñ€ÐµÐ¼Ñ Ð³Ð¾Ñ€ÐµÐ½Ð¸Ñ: %s Ñ. +modifier.fortify.name=УÑиление +modifier.fortify.desc=§oТвёрже, лучше, быÑтрее, Ñильнее!§r\nУровень добычи ÑтановитÑÑ Ñ€Ð°Ð²Ð½Ñ‹Ð¼ %s. +modifier.glowing.name=Свечение +modifier.glowing.desc=§oСиÑй!§r\nКогда ÑтановитÑÑ Ñлишком темно, инÑтрумент жертвует Ñвою прочноÑть на подÑветку. +modifier.harvestwidth.name=Ширина++ +modifier.harvestwidth.desc=§oРаÑширÑй!§r\nУвеличивает ширину дейÑÑ‚Ð²Ð¸Ñ Ð¸Ð½Ñтрумента. ЗавиÑит от инÑтрумента. +modifier.harvestheight.name=Ð’Ñ‹Ñота++ +modifier.harvestheight.desc=§oРаÑширÑй!§r\nУвеличивает выÑоту дейÑÑ‚Ð²Ð¸Ñ Ð¸Ð½Ñтрумента. ЗавиÑит от инÑтрумента. +modifier.haste.name=СкороÑть +modifier.haste.name2=БыÑтрее +modifier.haste.name3=Ещё быÑтрее +modifier.haste.name4=СовÑем быÑтро +modifier.haste.name5=Супер быÑтро +modifier.haste.desc=§oУииииии!§r\nИмпульÑÑ‹ краÑного ÐºÐ°Ð¼Ð½Ñ Ð·Ð°ÑтавлÑÑŽÑ‚ Ваш инÑтрумент копать быÑтрее. +modifier.haste.extra=Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ ÑкороÑть: +%s +modifier.knockback.name=Отдача +modifier.knockback.desc=§oДо дома!§r\nЗапуÑкает врагов в воздух. +modifier.luck.name=Удача +modifier.luck.desc=§oЦветаÑто!§r\nÐ’Ñ‹ получаете вÑе краÑивые вещи. Много вещей. +modifier.mending_moss.name=Запоминающий мох +modifier.mending_moss.desc=§oОн живой!§r\nПоднÑтый опыт ÑохранÑетÑÑ Ð² инÑтрументе. Он будет медленно его иÑпользовать Ð´Ð»Ñ Ð²Ð¾ÑÑтановлениÑ. +modifier.mending_moss.extra=Сохранено опыта: %d +modifier.necrotic.name=Вампиризм +modifier.necrotic.desc=§oЯ чувÑтвую жизнь!!§r\nÐтаки по врагам возвращают Вам чаÑть урона в виде здоровьÑ. +modifier.necrotic.extra=ВоровÑтво жизни: +%s +modifier.reinforced.name=Укрепление +modifier.reinforced.unbreakable=ÐеразрушимоÑть +modifier.reinforced.desc=§oÐ¢Ð°ÐºÐ°Ñ Ñила!§r\nКаждый уровень добавлÑет 15% ÑˆÐ°Ð½Ñ Ð½Ðµ потратить прочноÑть. +modifier.reinforced.extra=Укрепление: %s +modifier.sharpness.name=ОÑтрота +modifier.sharpness.name2=ОÑтрее +modifier.sharpness.name3=Ещё оÑтрее +modifier.sharpness.name4=СовÑем оÑтро +modifier.sharpness.name5=Супер оÑтро +modifier.sharpness.desc=§oОй!§r\nТак оÑтро, ранит даже при взглÑде. +modifier.shulking.name=ВознеÑение +modifier.shulking.desc=§oВверх к звёздам!§r\nÐтаки заÑтавлÑÑŽÑ‚ врагов медленно подниматьÑÑ Ð² воздух. +modifier.shulking.extra=ДлительноÑть парениÑ: %s Ñ. +modifier.silktouch.name=Шёлковое каÑание +modifier.silktouch.desc=§oГладкий, как шёлк!§r\nДобытые блоки выпадают в виде Ñамих ÑебÑ. +modifier.smite.name=СвÑтой урон +modifier.smite.desc=§oВо Ð¸Ð¼Ñ Ð¡Ð¿Ñ€Ð°Ð²ÐµÐ´Ð»Ð¸Ð²Ð¾Ñти!§r\nÐаноÑит большой урон нежити. +modifier.smite.extra=Против нежити: +%s +modifier.soulbound.name=СвÑзь души +modifier.soulbound.desc=§oÐ¡Ð»Ð°Ð´ÐºÐ°Ñ Ð¿Ð°Ñ€Ð¾Ñ‡ÐºÐ°!§r\nÐ’Ñ‹ любите Ñвой инÑтрумент. Даже Ñмерть не разлучит ВаÑ. +modifier.webbed.name=ЗапутанноÑть +modifier.webbed.desc=§oБе!§r\nЗапакуйте врагов в паутину, замедлÑÑ Ð¸Ñ…. + +################# +# Tool Info # +################# +item.tconstruct.pickaxe.desc=Кирка Ñто точный инÑтрумент шахтёра. Она Ñффективна при добыче руд и камнÑ.\nОна ломает блоки, так? +item.tconstruct.shovel.desc=Лопата роет землю. Она Ñффективна на земле, пеÑке, гравии и Ñнегу.\nÐе копайте под Ñобой! +item.tconstruct.hatchet.desc=Топор рубит дерево и режет лиÑтьÑ. Он так же пригоден как оружие.\nТук-тук! +item.tconstruct.mattock.desc=Мотыготопор - Ñто инÑтрумент фермера. Ðффективен на дереве, грÑзи и траве. Довольно Ñ‚Ñжёлый.\nПКМ взрыхлÑет землю. +item.tconstruct.broadsword.desc=Палаш - универÑальное оружие. Широкие атаки позволÑÑŽÑ‚ держать врагов на раÑÑтоÑнии.\nМожно резать паутину! +item.tconstruct.longsword.desc=Меч - оружие наÑтуплениÑ. ЧаÑто иÑпользетÑÑ Ð´Ð»Ñ Ñкачков в центр битвы на полной ÑкороÑти.\nПКМ - выпад +item.tconstruct.rapier.desc=Рапира Ñто Ñпециальное оружие, предназначенное Ð´Ð»Ñ Ð±Ñ‹Ñтрых атак.\nПКМ - отÑкок +item.tconstruct.frypan.desc=Сковорода - Ñ‚Ñжёлое оружие Ñ Ñильноё отдачей. Также она делает ДЗИÐЬ!\nПКМ - Ñильный удар +item.tconstruct.battlesign.desc=Ð‘Ð¾ÐµÐ²Ð°Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ‡ÐºÐ° в оÑновном иÑпользуетÑÑ Ð² защите.\nМожет быть иÑпользована как щит, отражает Ñтрелы. +item.tconstruct.hammer.desc=Молот - мощный инÑтрумент добычи. Он рушит блоки в большом радиуÑе.\nТакже Ñффективен против нежити. +item.tconstruct.lumberaxe.desc=Большой топор предназначен Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð¼Ñ‹ÑˆÐ»ÐµÐ½Ð½Ð¾Ð¹ рубки дерева. Может Ñрубать Ð´ÐµÑ€ÐµÐ²ÑŒÑ Ð¿Ð¾Ð»Ð½Ð¾Ñтью.\nЛеÑоповал! +item.tconstruct.excavator.desc=Ð‘Ð¾Ð»ÑŒÑˆÐ°Ñ Ð»Ð¾Ð¿Ð°Ñ‚Ð° направлена на глубокое рытьё. Она выкапывает огромные маÑÑÑ‹ почвы, пеÑка и Ñнега.\nТерраформинг! +item.tconstruct.cleaver.desc=ГигантÑкий меч - мощное оружие наÑтуплениÑ. ÐаноÑит огромный урон, но очень Ñ‚Ñжел.\nУрон реально большой.\nТÑжёлый, нужны обе руки! Зато рубит головы. +item.tconstruct.battleaxe.desc=Боевой топор - Ñ‚Ñжёлое оружие, предназначенное Ð´Ð»Ñ Ð±ÐµÑ€Ñеркеров. СпоÑобен ÑноÑить Ð´ÐµÑ€ÐµÐ²ÑŒÑ Ð¸ запуÑкать врагов в воздух.\nПКМ - берÑерк +item.tconstruct.scythe.desc=КоÑа предназначена Ð´Ð»Ñ Ð¶Ð½ÐµÑ†Ð¾Ð². Очень Ñффективно Ñрубает флору и фауну в большом радиуÑе.\nПриноÑит Ñмерть как раÑтениÑм, так и врагам. +item.tconstruct.shuriken.desc=Сюрикен Ñто быÑтрое метательное оружие. ДелаетÑÑ Ñразу много, но у него малый урон.\nМожно метать левой рукой. + +################ +# Tooltips # +################ +tooltip.tool.modifiers=Ð£Ð»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ +tooltip.tool.broken=Сломано +tooltip.tool.empty=ПуÑто +tooltip.tool.holdShift=Зажмите §e§oShift§r§7 Ð´Ð»Ñ Ñ…Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸Ñтик +tooltip.tool.holdCtrl=Зажмите §e§bCtrl§r§7 Ð´Ð»Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¸ + +tooltip.part.material_added_by=Материал добавлен %s +tooltip.part.missing_material=Ðе хватает материала: %s +tooltip.part.missing_stats=Материалу не хватает характериÑтик:\n%s +tooltip.part.missing_info=У чаÑти нет инфорамции + +tooltip.pattern.cost=Затрат материала: %d + +tooltip.chest.has_items=Содержит предметы + +tooltip.tank.fluid=%s +tooltip.tank.amount=%d мВ + +################## +# UI Strings # +################## +# general strings used in GUIs, tooltips and other display stuff + +ui.mininglevel.stone=Камень +ui.mininglevel.iron=Железо +#ui.mininglevel.redstone=Redstone # replaced with diamond +ui.mininglevel.diamond=Ðлмаз +ui.mininglevel.obsidian=ОбÑидиан +ui.mininglevel.cobalt=Кобальт + +# Death messages +death.attack.smeltery=%s попыталÑÑ Ð¿Ð¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ жидкого игрока +death.attack.splinter=%s поймал занозу. Видимо, большую + +###################### +# GUI Error messages # +###################### + +gui.error=Ошибка +gui.warning=Внимание +# GUI Errors from the different Tinker Tables +gui.error.invalid_pattern=Схема не Ñодержит нужных чаÑтей! +gui.error.useless_tool_part=Ðта чаÑть неприменима Ð´Ð»Ñ Ð¸Ð½Ñтрументов!\nЛибо материал %s не имеет информации, либо у него нет прочноÑти или он непригоден Ð´Ð»Ñ Ð¸Ð½Ñтрумента %s. +gui.error.wrong_material_part=Одна или неÑколько чаÑтей непригодны Ð´Ð»Ñ Ñтого инÑтрумента. +gui.error.not_enough_durability=ÐедоÑтаточно прочноÑти Ð´Ð»Ñ Ñмены чаÑтей!\n%d требует больше прочноÑти. +# GUI Errors from modifiers +gui.error.not_enough_modifiers=ÐедоÑтаточно Ñлотов улучшениÑ. (надо %d) +gui.error.single_modifier=%s можно применÑть единоразово. +gui.error.max_level_modifier=МакÑимальный уровень Ð´Ð»Ñ Ñ‡ÐµÑ€Ñ‚Ñ‹ %s доÑтигнут. +gui.error.no_modifier_for_item=Ðе найдены ÑƒÐ»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ Ð´Ð»Ñ %s. +gui.error.incompatible_modifiers=Ð£Ð»ÑƒÑ‡ÑˆÐµÐ½Ð¸Ñ %s и %s Ð½ÐµÐ»ÑŒÐ·Ñ Ð½Ð°ÐºÐ»Ð°Ð´Ñ‹Ð²Ð°Ñ‚ÑŒ одновременно +gui.error.incompatible_trait=Улучшение %s cнеÑовмеÑтимо Ñ %s +gui.error.incompatible_enchantments=Улучшение %s неÑовмеÑтимо Ñ Ð·Ð°Ñ‡Ð°Ñ€Ð¾Ð²Ð°Ð½Ð¸ÐµÐ¼ %s + +################ +# GUIs # +################ + +# General things used in multiple GUIs +gui.general.hover=Ðаведите на ÑÑылки Ð´Ð»Ñ Ð±Ð¾Ð»ÑŒÑˆÐµÐ¹ информации + +# Creative Tabs +itemGroup.TinkerGeneral=TC: ОÑновные предметы +itemGroup.TinkerTools=TC: ИнÑтрументы +itemGroup.TinkerToolParts=TC: ЧаÑти +itemGroup.TinkerSmeltery=TC: ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ +itemGroup.TinkerWorld=TC: Мир +itemGroup.TinkerGadgets=TC: УÑтройÑтва + +# Crafting Station +gui.craftingstation.name=Инженерный верÑтак + +# Stencil Table +gui.stenciltable.name=Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ Ñхем + +# PartBuilder +gui.partbuilder.name=Стол Ð´Ð»Ñ Ð²Ñ‹Ñ€ÐµÐ·ÐºÐ¸ чаÑтей +gui.partcrafter.name=Сборщик чаÑтей +gui.partbuilder.info=ЗдеÑÑŒ Ð’Ñ‹ можете вырезать чаÑти инÑтрументов из нужных материалов.\n\nЧтобы вырезать чаÑть, положите Ñхему в левый Ñлот и материал в правый. +gui.partbuilder.material_value=Затраты: %s %s + +# Tool Station/Forge +gui.toolstation.name=Ð˜Ð½Ð¶ÐµÐ½ÐµÑ€Ð½Ð°Ñ ÑÑ‚Ð°Ð½Ñ†Ð¸Ñ +gui.toolforge.name=ÐšÑƒÐ·Ð½Ñ +gui.toolstation.repair=Ремонт & Улучшение +gui.toolstation.traits=Черты +gui.toolstation.components=ЧаÑти +gui.toolstation.info=Главный ÑпоÑоб починки или Ñборки инÑтрументов. ПомеÑтите материал и инÑтрумент Ñлева Ð´Ð»Ñ Ñ€ÐµÐ¼Ð¾Ð½Ñ‚Ð°. +gui.toolstation.noTraits=Ðичего :[ + +# Pattern Chest +gui.patternchest.name=Ящик Ð´Ð»Ñ Ñхем +gui.castchest.name=Ящик Ð´Ð»Ñ Ð¾Ñ‚Ð»Ð¸Ð²Ð¾Ðº + +# Part Chest +gui.partchest.name=Ящик Ð´Ð»Ñ Ñ‡Ð°Ñтей + +# Smeltery +gui.smeltery.name=ÐŸÐ»Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ +gui.smeltery.progress.no_recipe=Предмет непереплавлÑем +gui.smeltery.progress.no_heat=ÐедоÑтаточно тепла Ð´Ð»Ñ Ð¿Ð»Ð°Ð²ÐºÐ¸ предмета +gui.smeltery.progress.no_space=ÐедоÑтаточно Ñвободного меÑта +gui.smeltery.fuel=Горючее +gui.smeltery.fuel.empty=Ðет горючего +gui.smeltery.fuel.heat=Температура: %d +gui.smeltery.capacity=ÐмкоÑть +gui.smeltery.capacity_available=Свободно +gui.smeltery.liquid.kilobucket=кВ +gui.smeltery.liquid.bucket=Ð’ +gui.smeltery.liquid.millibucket=мВ +gui.smeltery.liquid.ingot=Слиток +gui.smeltery.liquid.nugget=Самородок +gui.smeltery.liquid.block=Блок +gui.smeltery.liquid.gem=Камень + +# Seared Furnace +gui.searedfurnace.name=Ð‘Ð¾Ð»ÑŒÑˆÐ°Ñ Ð¿ÐµÑ‡ÑŒ +gui.searedfurnace.progress.complete=Предмет переработан +gui.searedfurnace.progress.no_recipe=Предмет Ð½ÐµÐ»ÑŒÐ·Ñ Ð±Ð¾Ð»ÑŒÑˆÐµ перерабатывать +gui.searedfurnace.progress.no_space=Стопка на выходе больше Ñлота входа + +# Tinker Tank +gui.tinkertank.name=ЦиÑтерна + +# These GUIs don't appear in game, but the titles can be viewed using the crafting station +gui.itemrack.name=Вешалка +gui.dryingrack.name=Сушилка + +# JEI Plugin +gui.jei.smelting.title=Плавка +gui.jei.alloy.title=Смешивание +gui.jei.casting.title=Отливка +gui.jei.casting.consume=Забирает форму отливки! +gui.jei.drying.title=Сушка + +# WAILA Plugin +gui.waila.tank.fluid=ЖидкоÑти: %s +gui.waila.tank.amount=КоличеÑтво: %d / %d мВ +gui.waila.tank.empty=ПуÑто +gui.waila.casting.progress=ПрогреÑÑ: %s +gui.waila.casting.recipe=Рецепт: %s + +option.tconstruct.tank=ЖидкоÑть в резервуаре +option.tconstruct.casting=Рецепт отливки +option.tconstruct.progress=ПрогреÑÑ Ñ€ÐµÑ†ÐµÐ¿Ñ‚Ð° + + +# Config +config.synced.restart=Ваша ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ð±Ñ‹Ð»Ð° обновлена отноÑительно Ñервера. Перезагрузите игру. +config.synced.ok=ÐšÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñинхронизирована Ñ Ñервером. diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/zh_CN.lang b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/zh_CN.lang new file mode 100644 index 0000000..89f97ec --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/lang/zh_CN.lang @@ -0,0 +1,944 @@ +################ +# Blocks # +################ + +tile.tconstruct.tooltables.craftingstation.name=åˆæˆç«™ +tile.tconstruct.tooltables.stenciltable.name=æ¨¡å…·åŠ å·¥å° +tile.tconstruct.tooltables.partbuilder.name=éƒ¨ä»¶åŠ å·¥å° +tile.tconstruct.tooltables.toolstation.name=工具装é…å° +tile.tconstruct.tooltables.patternchest.name=模具箱 +tile.tconstruct.tooltables.patternchest.tooltip=ç ´åå¯ä»¥ä¿ç•™å…¶ä¸çš„æ¨¡å…· +tile.tconstruct.tooltables.partchest.name=部件箱 +tile.tconstruct.tooltables.partchest.tooltip=å¯ä»¥å®¹çº³å¤§é‡çš„部件 +tile.tconstruct.toolforge.name=工具装é…å° + +tile.tconstruct.soil.grout.name=æ°´æ³¥ +tile.tconstruct.soil.grout.tooltip=我就是渣渣! +tile.tconstruct.soil.slimy_mud_green.name=ç»¿è‰²é»æ»‘泥泞 +tile.tconstruct.soil.slimy_mud_green.tooltip=在上é¢è¡Œèµ°ä¼šå˜å¾—缓慢,但是玩家å¯ä»¥è·³çš„æ›´é«˜ +tile.tconstruct.soil.slimy_mud_blue.name=è“è‰²é»æ»‘泥泞 +tile.tconstruct.soil.slimy_mud_blue.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.slimy_mud_magma.name=ç†”å²©é»æ»‘泥泞 +tile.tconstruct.soil.slimy_mud_magma.tooltip=tile.tconstruct.soil.slimy_mud_green.tooltip +tile.tconstruct.soil.graveyard.name=黄泉土 +tile.tconstruct.soil.graveyard.tooltip=治愈亡çµç±»ç”Ÿç‰© +tile.tconstruct.soil.consecrated.name=神圣土 +tile.tconstruct.soil.consecrated.tooltip=伤害亡çµç±»ç”Ÿç‰© + +tile.tconstruct.deco_ground.mudbrick.name=æ³¥ç – +tile.tconstruct.deco_ground_slab.mudbrick.name=æ³¥ç –å°é˜¶ +tile.tconstruct.mudbrick_stairs.name=æ³¥ç –æ¥¼æ¢¯ + +tile.tconstruct.ore.cobalt.name=钴矿石 +tile.tconstruct.ore.ardite.name=阿迪特矿石 + +tile.tconstruct.metal.cobalt.name=é’´å— +tile.tconstruct.metal.ardite.name=é˜¿è¿ªç‰¹å— +tile.tconstruct.metal.manyullyn.name=玛玉çµå— +tile.tconstruct.metal.knightslime.name=骑士å²èŽ±å§†å— +tile.tconstruct.metal.pigiron.name=生é“å— +tile.tconstruct.metal.alubrass.name=é“é»„é“œå— +tile.tconstruct.metal.silky_jewel.name=精致ç å®å— + +tile.tconstruct.firewood.lavawood.name=熔岩木 +tile.tconstruct.firewood.firewood.name=烈焰木 +tile.tconstruct.firewood_slab.lavawood.name=熔岩木å°é˜¶ +tile.tconstruct.firewood_slab.firewood.name=烈焰木å°é˜¶ +tile.tconstruct.lavawood_stairs.name=熔岩木楼梯 +tile.tconstruct.firewood_stairs.name=烈焰木å°é˜¶ + +tile.tconstruct.clear_glass.name=通é€çŽ»ç’ƒ +tile.tconstruct.clear_stained_glass.white.name=通é€ç™½è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.orange.name=é€šé€æ©™è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.magenta.name=通é€å“红色染色玻璃 +tile.tconstruct.clear_stained_glass.light_blue.name=é€šé€æµ…è“色染色玻璃 +tile.tconstruct.clear_stained_glass.yellow.name=通é€é»„色染色玻璃 +tile.tconstruct.clear_stained_glass.lime.name=é€šé€æµ…绿色染色玻璃 +tile.tconstruct.clear_stained_glass.pink.name=通é€ç²‰è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.gray.name=通é€ç°è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.silver.name=é€šé€æµ…ç°è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.cyan.name=通é€é’色染色玻璃 +tile.tconstruct.clear_stained_glass.purple.name=通é€ç´«è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.blue.name=通é€è“色染色玻璃 +tile.tconstruct.clear_stained_glass.brown.name=é€šé€æ£•色染色玻璃 +tile.tconstruct.clear_stained_glass.green.name=通é€ç»¿è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.red.name=通é€çº¢è‰²æŸ“色玻璃 +tile.tconstruct.clear_stained_glass.black.name=通é€é»‘色染色玻璃 + +tile.tconstruct.slime.green.name=绿色å²èŽ±å§†å— +tile.tconstruct.slime.blue.name=è“色å²èŽ±å§†å— +tile.tconstruct.slime.purple.name=紫色å²èŽ±å§†å— +tile.tconstruct.slime.blood.name=å‡è¡€å— +tile.tconstruct.slime.magma.name=熔岩å²èŽ±å§†å— +tile.tconstruct.slime.tooltip=ä¸èƒ½ä¸Žæ´»å¡žååŒè¿ä½œ + +tile.tconstruct.slime_congealed.green.name=绿色å‡å›ºå²èŽ±å§†å— +tile.tconstruct.slime_congealed.blue.name=è“色å‡å›ºå²èŽ±å§†å— +tile.tconstruct.slime_congealed.purple.name=紫色å‡å›ºå²èŽ±å§†å— +tile.tconstruct.slime_congealed.blood.name=å‡å›ºè¡€å— +tile.tconstruct.slime_congealed.magma.name=å‡å›ºç†”岩å²èŽ±å§†å— +tile.tconstruct.slime_congealed.tooltip=å¯ä»¥è®©ä½ 跳的更高 + +tile.tconstruct.slime_dirt.green.name=绿色å²èŽ±å§†æ³¥åœŸ +tile.tconstruct.slime_dirt.blue.name=è“色å²èŽ±å§†æ³¥åœŸ +tile.tconstruct.slime_dirt.purple.name=紫色å²èŽ±å§†æ³¥åœŸ +tile.tconstruct.slime_dirt.blood.name=血色å²èŽ±å§†æ³¥åœŸ +tile.tconstruct.slime_dirt.magma.name=熔岩å²èŽ±å§†æ³¥åœŸ +tile.tconstruct.slime_dirt.tooltip=è™½ç„¶å¾ˆæ³¥æ³žï¼Œä½†æ˜¯èƒ½è®©ä½ è·³çš„æ›´é«˜ + +tile.tconstruct.slime_grass.vanilla.name=å²èŽ±å§†è‰æ–¹å— +tile.tconstruct.slime_grass.green.name=绿色å²èŽ±å§†è‰æ–¹å— +tile.tconstruct.slime_grass.blue.name=è“色å²èŽ±å§†è‰æ–¹å— +tile.tconstruct.slime_grass.purple.name=紫色å²èŽ±å§†è‰æ–¹å— +tile.tconstruct.slime_grass.blood.name=血色å²èŽ±å§†è‰æ–¹å— +tile.tconstruct.slime_grass.magma.name=熔岩å²èŽ±å§†è‰æ–¹å— +tile.tconstruct.slime_grass.tooltip=很柔软,å¯ä»¥è®©ä½ 跳的更高 + +tile.tconstruct.slime_leaves.blue.name=è“色å²èŽ±å§†æ ‘å¶ +tile.tconstruct.slime_leaves.purple.name=紫色å²èŽ±å§†æ ‘å¶ +tile.tconstruct.slime_leaves.orange.name=橙色å²èŽ±å§†æ ‘å¶ + +tile.tconstruct.slime_grass_tall.tall_grass.name=å²èŽ±å§†è‰ +tile.tconstruct.slime_grass_tall.fern.name=å²èŽ±å§†è•¨ + +tile.tconstruct.slime_sapling.blue.name=è“色å²èŽ±å§†æ ‘è‹— +tile.tconstruct.slime_sapling.purple.name=紫色å²èŽ±å§†æ ‘è‹— +tile.tconstruct.slime_sapling.orange.name=熔岩å²èŽ±å§†æ ‘è‹— +tile.tconstruct.slime_sapling.tooltip=åªèƒ½åœ¨å²èŽ±å§†æ³¥åœŸæˆ–å²èŽ±å§†è‰æ–¹å—上é¢ç”Ÿé•¿ + +tile.tconstruct.slime_vine_blue.name=è“色å²èŽ±å§†è—¤è”“ +tile.tconstruct.slime_vine_blue_mid.name=è“色å²èŽ±å§†è—¤è”“ +tile.tconstruct.slime_vine_blue_end.name=è“色å²èŽ±å§†è—¤è”“ +tile.tconstruct.slime_vine_purple.name=紫色å²èŽ±å§†è—¤è”“ +tile.tconstruct.slime_vine_purple_mid.name=紫色å²èŽ±å§†è—¤è”“ +tile.tconstruct.slime_vine_purple_end.name=紫色å²èŽ±å§†è—¤è”“ + +tile.tconstruct.seared.stone.name=焦黑石头 +tile.tconstruct.seared.cobble.name=焦黑圆石 +tile.tconstruct.seared.paver.name=焦黑盖æ¿çŸ³ +tile.tconstruct.seared.brick.name=ç„¦é»‘çŸ³ç – +tile.tconstruct.seared.brick_cracked.name=è£‚çº¹ç„¦é»‘çŸ³ç – +tile.tconstruct.seared.brick_fancy.name=å¹³æ»‘ç„¦é»‘çŸ³ç – +tile.tconstruct.seared.brick_square.name=éŒ¾åˆ¶ç„¦é»‘çŸ³ç – +tile.tconstruct.seared.brick_triangle.name=ä¸‰è§’çº¹ç„¦é»‘çŸ³ç – +tile.tconstruct.seared.brick_small.name=ç»†çº¹ç„¦é»‘çŸ³ç – +tile.tconstruct.seared.road.name=焦黑铺路石 +tile.tconstruct.seared.tile.name=ç„¦é»‘ç“·ç – +tile.tconstruct.seared.creeper.name=焦黑雕ç¢çŸ³ç –å— +tile.tconstruct.seared.tooltip=æ—¢å¯ä»¥åšå†¶ç‚¼ç‚‰çš„ææ–™ï¼Œä¹Ÿæ˜¯ä¸€ç§ç¾Žè§‚的建æ + +tile.tconstruct.seared_slab.stone.name=焦黑石头å°é˜¶ +tile.tconstruct.seared_slab.cobble.name=焦黑圆石å°é˜¶ +tile.tconstruct.seared_slab.paver.name=焦黑盖æ¿çŸ³å°é˜¶ +tile.tconstruct.seared_slab.brick.name=ç„¦é»‘çŸ³ç –å°é˜¶ +tile.tconstruct.seared_slab.brick_cracked.name=è£‚çº¹ç„¦é»‘çŸ³ç –å°é˜¶ +tile.tconstruct.seared_slab.brick_fancy.name=å¹³æ»‘ç„¦é»‘çŸ³ç –å°é˜¶ +tile.tconstruct.seared_slab.brick_square.name=éŒ¾åˆ¶ç„¦é»‘çŸ³ç –å°é˜¶ +tile.tconstruct.seared_slab.road.name=焦黑铺路石å°é˜¶ +tile.tconstruct.seared_slab2.creeper.name=焦黑雕ç¢å°é˜¶ +tile.tconstruct.seared_slab2.brick_triangle.name=ä¸‰è§’çº¹ç„¦é»‘çŸ³ç –å°é˜¶ +tile.tconstruct.seared_slab2.brick_small.name=ç»†çº¹ç„¦é»‘çŸ³ç –å°é˜¶ +tile.tconstruct.seared_slab2.tile.name=ç„¦é»‘ç“·ç –å°é˜¶ + +tile.tconstruct.seared_stairs_stone.name=焦黑石头楼梯 +tile.tconstruct.seared_stairs_cobble.name=焦黑圆石楼梯 +tile.tconstruct.seared_stairs_paver.name=焦黑盖æ¿çŸ³æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_brick.name=ç„¦é»‘çŸ³ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_brick_cracked.name=è£‚çº¹ç„¦é»‘çŸ³ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_brick_fancy.name=å¹³æ»‘ç„¦é»‘çŸ³ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_brick_square.name=éŒ¾åˆ¶ç„¦é»‘çŸ³ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_brick_triangle.name=ä¸‰è§’çº¹ç„¦é»‘çŸ³ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_brick_small.name=ç»†çº¹ç„¦é»‘çŸ³ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_road.name=焦黑铺路石楼梯 +tile.tconstruct.seared_stairs_tile.name=ç„¦é»‘ç“·ç –æ¥¼æ¢¯ +tile.tconstruct.seared_stairs_creeper.name=ç„¦é»‘é›•ç¢æ¥¼æ¢¯ + +tile.tconstruct.smeltery_controller.name=冶炼炉控制器 +tile.tconstruct.smeltery_controller.tooltip=相当于冶炼炉的大脑 +tile.tconstruct.smeltery_io.drain.name=å†¶ç‚¼ç‚‰æŽ’æ¶²å£ +tile.tconstruct.smeltery_io.drain.tooltip=å¯ä»¥å‘冶炼炉输入或输出液体 +tile.tconstruct.casting.table.name=æµ‡é“¸å° +tile.tconstruct.casting.basin.name=é“¸é€ ç›† +tile.tconstruct.casting.tooltip=åŸºç¡€é“¸é€ è®¾å¤‡ +tile.tconstruct.faucet.name=æµ‡æ³¨å£ +tile.tconstruct.faucet.tooltip=让冶炼炉的内容物æµå‡ºæ¥ +tile.tconstruct.seared_tank.tank.name=ç„¦é»‘å‚¨ç½ +tile.tconstruct.seared_tank.gauge.name=焦黑容器 +tile.tconstruct.seared_tank.window.name=焦黑视窗 +tile.tconstruct.seared_tank.tooltip=敲掉时也能ä¿å˜å…¶ä¸çš„æµä½“ +tile.tconstruct.seared_glass.glass.name=焦黑玻璃 +tile.tconstruct.seared_glass.glass.tooltip=å¯ä»¥åšå†¶ç‚¼ç‚‰çš„ææ–™ï¼Œä¹Ÿæ˜¯ç¾Žè§‚的建æ\nä¸èƒ½å˜å‚¨æ¶²ä½“ + +tile.tconstruct.seared_furnace_controller.name=焦黑熔炉控制器 +tile.tconstruct.tinker_tank_controller.name=å·¥åŒ å‚¨ç½æŽ§åˆ¶å™¨ + +tile.tconstruct.stone_torch.name=çŸ³æŸ„ç«æŠŠ +tile.tconstruct.stone_ladder.name=石头楼梯 +tile.tconstruct.wood_rail.name=æœ¨è´¨è½¨é“ +tile.tconstruct.wood_rail_trapdoor.name=å¸¦æ´»ç‰ˆé—¨çš„æœ¨è´¨è½¨é“ +tile.tconstruct.wood_rail_trapdoor.tooltip=æ¼æ–—矿车å¯ä»¥\n穿过这个方å—ä¸‹é¢ +tile.tconstruct.punji.name=尖竹钉 +tile.tconstruct.punji.tooltip=éžå¸¸å°–é”ï¼å¯ä»¥æ‹¿æ¥åšå›´å¢™ +tile.tconstruct.glow.name=Glow +tile.tconstruct.rack.item.name=ç‰©å“æž¶ +tile.tconstruct.rack.item.tooltip=仅仅是用æ¥åšè£…饰的 +tile.tconstruct.rack.drying.name=晾干架 +tile.tconstruct.rack.drying.tooltip=ç”¨æ¥æ™¾å¹²ä¸œè¥¿ + +tile.tconstruct.slime_channel.green.name=绿色å²èŽ±å§†é€šé“ +tile.tconstruct.slime_channel.blue.name=è“色å²èŽ±å§†é€šé“ +tile.tconstruct.slime_channel.purple.name=紫色å²èŽ±å§†é€šé“ +tile.tconstruct.slime_channel.magma.name=熔岩å²èŽ±å§†é€šé“ +tile.tconstruct.slime_channel.blood.name=å‡è¡€é€šé“ +tile.tconstruct.slime_channel.tooltip=看起æ¥åƒæ˜Žèƒ¶ï¼Œä½†æ˜¯å®žé™…å’Œæ°´æœ‰ç‚¹åƒ + +tile.tconstruct.dried_clay.clay.name=干燥粘土 +tile.tconstruct.dried_clay.brick.name=å¹²ç‡¥ç²˜åœŸç – +tile.tconstruct.dried_clay_slab.clay.name=干燥粘土å°é˜¶ +tile.tconstruct.dried_clay_slab.brick.name=å¹²ç‡¥ç²˜åœŸç –å°é˜¶ +tile.tconstruct.dried_clay_stairs.name=干燥粘土楼梯 +tile.tconstruct.dried_brick_stairs.name=å¹²ç‡¥ç²˜åœŸç –æ¥¼æ¢¯ + +tile.tconstruct.brownstone.smooth.name=平滑è¤å²©å— +tile.tconstruct.brownstone.rough.name=ç²—è´¨è¤å²©å— +tile.tconstruct.brownstone.paver.name=è¤å²©ç›–æ¿çŸ³ +tile.tconstruct.brownstone.brick.name=è¤å²©çŸ³ç – +tile.tconstruct.brownstone.brick_cracked.name=裂纹è¤å²©çŸ³ç – +tile.tconstruct.brownstone.brick_fancy.name=平滑è¤å²©çŸ³ç – +tile.tconstruct.brownstone.brick_square.name=錾制è¤å²©çŸ³ç – +tile.tconstruct.brownstone.brick_triangle.name=三角纹è¤å²©çŸ³ç – +tile.tconstruct.brownstone.brick_small.name=细纹è¤å²©çŸ³ç – +tile.tconstruct.brownstone.road.name=è¤å²©é“ºè·¯çŸ³ +tile.tconstruct.brownstone.tile.name=è¤å²©ç“·ç –å— +tile.tconstruct.brownstone.creeper.name=雕ç¢è¤å²©å— +tile.tconstruct.brownstone.tooltip=在上é¢çš„移动速度会更快一些 + +tile.tconstruct.brownstone_slab.smooth.name=平滑è¤å²©å°é˜¶ +tile.tconstruct.brownstone_slab.rough.name=ç²—è´¨è¤å²©å°é˜¶ +tile.tconstruct.brownstone_slab.paver.name=è¤å²©ç›–æ¿çŸ³å°é˜¶ +tile.tconstruct.brownstone_slab.brick.name=è¤å²©çŸ³ç –å°é˜¶ +tile.tconstruct.brownstone_slab.brick_cracked.name=裂纹è¤å²©çŸ³ç –å°é˜¶ +tile.tconstruct.brownstone_slab.brick_fancy.name=平滑è¤å²©çŸ³ç –å°é˜¶ +tile.tconstruct.brownstone_slab.brick_square.name=錾制è¤å²©çŸ³ç –å°é˜¶ +tile.tconstruct.brownstone_slab.road.name=è¤å²©é“ºè·¯çŸ³å°é˜¶ +tile.tconstruct.brownstone_slab2.creeper.name=è¤å²©é›•ç¢å°é˜¶ +tile.tconstruct.brownstone_slab2.brick_triangle.name=三角纹è¤å²©çŸ³ç –å°é˜¶ +tile.tconstruct.brownstone_slab2.brick_small.name=细纹è¤å²©çŸ³ç –å°é˜¶ +tile.tconstruct.brownstone_slab2.tile.name=è¤å²©ç“·ç –å°é˜¶ + +tile.tconstruct.brownstone_stairs_smooth.name=平滑è¤å²©æ¥¼æ¢¯ +tile.tconstruct.brownstone_stairs_rough.name=ç²—è´¨è¤å²©æ¥¼æ¢¯ +tile.tconstruct.brownstone_stairs_paver.name=è¤å²©ç›–æ¿çŸ³æ¥¼æ¢¯ +tile.tconstruct.brownstone_stairs_brick.name=è¤å²©çŸ³ç –楼梯 +tile.tconstruct.brownstone_stairs_brick_cracked.name=裂纹è¤å²©çŸ³ç –楼梯 +tile.tconstruct.brownstone_stairs_brick_fancy.name=平滑è¤å²©çŸ³ç –楼梯 +tile.tconstruct.brownstone_stairs_brick_square.name=錾制è¤å²©çŸ³ç –楼梯 +tile.tconstruct.brownstone_stairs_brick_triangle.name=三角纹è¤å²©çŸ³ç –楼梯 +tile.tconstruct.brownstone_stairs_brick_small.name=细纹è¤å²©çŸ³ç –楼梯 +tile.tconstruct.brownstone_stairs_road.name=è¤å²©é“ºè·¯çŸ³æ¥¼æ¢¯ +tile.tconstruct.brownstone_stairs_tile.name=è¤å²©ç“·ç –楼梯 +tile.tconstruct.brownstone_stairs_creeper.name=è¤å²©é›•ç¢æ¥¼æ¢¯ + +################ +# Items # +################ + +# General Items +item.tconstruct.book.name=åŒ é‚å®å…¸ +item.tconstruct.book.tooltip=æ¯ä¸€ä¸ªå·¥åŒ 都需è¦è¿™æœ¬ä¹¦\nby Skyla + +item.tconstruct.edible.bacon.name=åŸ¹æ ¹ +item.tconstruct.edible.slimeball_blue.name=è“色å²èŽ±å§†çƒ +item.tconstruct.edible.slimeball_purple.name=紫色å²èŽ±å§†çƒ +item.tconstruct.edible.slimeball_blood.name=å‡è¡€ +item.tconstruct.edible.slimeball_magma.name=熔岩å²èŽ±å§†çƒ +item.tconstruct.edible.jerky_beef.name=牛肉干 +item.tconstruct.edible.jerky_chicken.name=鸡肉干 +item.tconstruct.edible.jerky_pork.name=åŸ¹æ ¹å¹² +item.tconstruct.edible.jerky_mutton.name=羊肉干 +item.tconstruct.edible.jerky_rabbit.name=兔肉干 +item.tconstruct.edible.jerky_fish.name=鱼干 +item.tconstruct.edible.jerky_salmon.name=鲑鱼干 +item.tconstruct.edible.jerky_clownfish.name=å°ä¸‘鱼干 +item.tconstruct.edible.jerky_pufferfish.name=河豚干 +item.tconstruct.edible.jerky_monster.name=è…肉干 +item.tconstruct.edible.slimedrop_green.name=é»èƒ¶ç»¿è‰²å²èŽ±å§†æ¶²æ»´ +item.tconstruct.edible.slimedrop_blue.name=é»èƒ¶è“色å²èŽ±å§†æ¶²æ»´ +item.tconstruct.edible.slimedrop_purple.name=é»èƒ¶ç´«è‰²å²èŽ±å§†æ¶²æ»´ +item.tconstruct.edible.slimedrop_blood.name=å‡è¡€æ»´ +item.tconstruct.edible.slimedrop_magma.name=é»èƒ¶ç†”岩å²èŽ±å§†æ¶²æ»´ + +item.tconstruct.materials.seared_brick.name=ç„¦é»‘ç – +item.tconstruct.materials.mud_brick.name=æ³¥å·´ç – +item.tconstruct.materials.mud_brick.tooltip=大å°å»ºç‘都需è¦å®ƒ +item.tconstruct.materials.dried_brick.name=å¹²ç‡¥ç²˜åœŸç – +item.tconstruct.materials.slimecrystal_green.name=绿色å²èŽ±å§†æ°´æ™¶ +item.tconstruct.materials.slimecrystal_green.tooltip=用æ¥åšå²èޱ姆工具 +item.tconstruct.materials.slimecrystal_blue.name=è“色å²èŽ±å§†æ°´æ™¶ +item.tconstruct.materials.slimecrystal_blue.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.slimecrystal_magma.name=熔岩å²èŽ±å§†æ°´æ™¶ +item.tconstruct.materials.slimecrystal_magma.tooltip=item.tconstruct.materials.slimecrystal_green.tooltip +item.tconstruct.materials.expander_w.name=范围å‡çº§å™¨(æ°´å¹³) +item.tconstruct.materials.expander_w.tooltip=水平方å‘儿‹“å±•ä¸€æ ¼ +item.tconstruct.materials.expander_h.name=范围å‡çº§å™¨(垂直) +item.tconstruct.materials.expander_h.tooltip=垂直方å‘儿‹“å±•ä¸€æ ¼ +item.tconstruct.materials.reinforcement.name=è€ä¹…å¼ºåŒ–å¤§æ¿ +item.tconstruct.materials.reinforcement.tooltip=è€ä¹…强化 +item.tconstruct.materials.silky_cloth.name=绢布 +item.tconstruct.materials.silky_jewel.name=精致ç å® +item.tconstruct.materials.silky_jewel.tooltip=精准采集 +item.tconstruct.materials.necrotic_bone.name=凋零之骨 +item.tconstruct.materials.necrotic_bone.tooltip=ç”Ÿå‘½çªƒå– +item.tconstruct.materials.moss.name=è‹”è—“çƒ +item.tconstruct.materials.moss.tooltip=用这个å³å‡»ä¸€ä¸‹ä¹¦æž¶\nå°±å¯ä»¥è½¬åŒ–为修å¤è‹”è—“\n§o会消耗10级ç»éªŒ +item.tconstruct.materials.mending_moss.name=ä¿®å¤è‹”è—“ +item.tconstruct.materials.mending_moss.tooltip=è‡ªåŠ¨ä¿®å¤ +item.tconstruct.materials.creative_modifier.name=åˆ›é€ æ¨¡å¼å¼ºåŒ–头颅 +item.tconstruct.materials.creative_modifier.tooltip=å¢žåŠ ä¸€ä¸ªå¼ºåŒ–æ§½ + +item.tconstruct.ingots.cobalt.name=é’´é” +item.tconstruct.ingots.ardite.name=é˜¿è¿ªç‰¹é” +item.tconstruct.ingots.manyullyn.name=玛玉çµé” +item.tconstruct.ingots.knightslime.name=骑士å²èŽ±å§†é” +item.tconstruct.ingots.knightslime.tooltip=æ—¢é»æ»‘åˆåŒ…å«é‡‘å±žå’ŒçŸ³å¤´ï¼Ÿè¿™å°±æ˜¯å®ƒçš„è¿·äººä¹‹å¤„ï¼ +item.tconstruct.ingots.pigiron.name=生é“é” +item.tconstruct.ingots.pigiron.tooltip=哼~哼~(猪å«å£°) +item.tconstruct.ingots.alubrass.name=é“é»„é“œé” + +item.tconstruct.nuggets.cobalt.name=é’´ç²’ +item.tconstruct.nuggets.ardite.name=阿迪特粒 +item.tconstruct.nuggets.manyullyn.name=玛玉çµç²’ +item.tconstruct.nuggets.knightslime.name=骑士å²èŽ±å§†ç²’ +item.tconstruct.nuggets.pigiron.name=生é“ç²’ +item.tconstruct.nuggets.alubrass.name=é“黄铜粒 + +item.tconstruct.pattern.blank=空白模具 +item.tconstruct.pattern.name=%s模具 +item.tconstruct.cast.blank=空白铸模 +item.tconstruct.cast.name=%s铸模 +item.tconstruct.clay_cast.name=%s粘土铸模 +item.tconstruct.cast_custom.ingot.name=é”铸模 +item.tconstruct.cast_custom.nugget.name=粒铸模 +item.tconstruct.cast_custom.gem.name=å®çŸ³é“¸æ¨¡ +item.tconstruct.cast_custom.plate.name=æ¿é“¸æ¨¡ +item.tconstruct.cast_custom.gear.name=齿轮铸模 + +item.tconstruct.sharpening_kit.name=采掘å‡çº§å·¥å…· +item.tconstruct.sharpening_kit.tooltip=结åˆç‡§çŸ³ä½¿ç”¨\nå¯ä»¥æŠŠä½ 的工具å‡çº§åˆ°è¯¥ç§ææ–™å¯¹åº”的挖掘ç‰çº§ + +item.forge.bucketFilled.blood=血桶 + +# Tools +item.tconstruct.pickaxe.name=é• +item.tconstruct.shovel.name=铲 +item.tconstruct.hatchet.name=手斧 +item.tconstruct.mattock.name=鹤嘴锄 + +item.tconstruct.hammer.name=锤 +item.tconstruct.excavator.name=开掘铲 +item.tconstruct.lumberaxe.name=伿œ¨æ–§ +item.tconstruct.scythe.name=镰刀 + +# Melee Weapons + +item.tconstruct.frypan.name=ç…Žé”… +item.tconstruct.battlesign.name=战斗牌å +item.tconstruct.dagger.name=匕首 +item.tconstruct.broadsword.name=大剑 +item.tconstruct.longsword.name=长剑 +item.tconstruct.rapier.name=西洋剑 +item.tconstruct.cutlass.name=弯刀 + +item.tconstruct.cleaver.name=劈刀 +item.tconstruct.battleaxe.name=战斧 + +# Ranged Weapons & Ammo + +item.tconstruct.shortbow.name=çŸå¼“ + +item.tconstruct.arrow.name=ç® + +item.tconstruct.shuriken.name=回旋镖 + +# Tool Parts +item.tconstruct.shard.name=碎片 + +item.tconstruct.pick_head.name=é•头 +item.tconstruct.shovel_head.name=铲头 +item.tconstruct.axe_head.name=斧刃 +item.tconstruct.pan_head.name=盘 +item.tconstruct.sign_head.name=ç‰Œæ¿ +item.tconstruct.binding.name=绑定结 +item.tconstruct.tool_rod.name=手柄 +item.tconstruct.knife_blade.name=刀刃 +item.tconstruct.sword_blade.name=剑刃 +item.tconstruct.wide_guard.name=宽护手 +item.tconstruct.cross_guard.name=åå—æŸ„ +item.tconstruct.hand_guard.name=护手 +item.tconstruct.full_guard.name=大型护手 + +# Large Tool Parts +item.tconstruct.hammer_head.name=锤头 +item.tconstruct.excavator_head.name=开掘铲头 +item.tconstruct.broad_axe_head.name=宽斧刃 +item.tconstruct.large_plate.name=å¤§æ¿ +item.tconstruct.tough_binding.name=åšéŸ§ç»‘定结 +item.tconstruct.tough_tool_rod.name=åšéŸ§æ‰‹æŸ„ +item.tconstruct.scythe_head.name=镰刀头模具 +item.tconstruct.large_sword_blade.name=宽剑刃 + +# Bow & Arrow Parts + +item.tconstruct.bow_limb.name=弓骨 +item.tconstruct.bow_string.name=弓弦 + +item.tconstruct.arrow_head.name=ç®å¤´ +item.tconstruct.arrow_shaft.name=ç®æ† +item.tconstruct.fletching.name=ç®ç¾½ + +# Material specific tools and toolparts +# item.tconstruct.<tool>.<material> +# item.tconstruct.pickaxe.wood=Wooden pickaxe + +# Gadgets +item.tconstruct.slime_boots.name=å²èޱ姆é´å +item.tconstruct.slime_boots.tooltip=拥有一定能力的摔è½ä¿æŠ¤ +item.tconstruct.slimesling.name=å²èޱ姆弹弓 +item.tconstruct.slimesling.tooltip=蓄力,瞄准,å‘å°„ï¼\nç爱生命,记得穿å²èޱ姆é´åï¼ +item.tconstruct.piggybackpack.name=肩托å¼èƒŒåŒ… +item.tconstruct.piggybackpack.tooltip=å³å‡»æ€ªç‰©æŠŠå®ƒä»¬èƒŒèµ·æ¥ +item.tconstruct.stone_stick.name=çŸ³æ£ + +item.tconstruct.fancy_frame.jewel.name=平滑展示框 +item.tconstruct.fancy_frame.alubrass.name=é“黄铜展示框 +item.tconstruct.fancy_frame.cobalt.name=钴制展示框 +item.tconstruct.fancy_frame.ardite.name=阿迪特展示框 +item.tconstruct.fancy_frame.manyullyn.name=玛玉çµå±•示框 +item.tconstruct.fancy_frame.gold.name=金制展示框 +item.tconstruct.fancy_frame.clear.name=通é€å±•示框 + +item.tconstruct.throwball.glow.name=è§å…‰çƒ +item.tconstruct.throwball.glow.tooltip=ä¸é€‚åˆé£Ÿç”¨ã€‚ +item.tconstruct.throwball.efln.name=EFLN +item.tconstruct.throwball.efln.tooltip=çˆ†ç ´ï¼ä¸€ç§å®‰å…¨çš„æŒ–矿方法. + +################### +# Mom's Spaghetti # +################### + +item.tconstruct.moms_spaghetti.name=妈妈åšçš„æ„å¤§åˆ©é¢ +item.tconstruct.moms_spaghetti.desc=美味! +item.tconstruct.moms_spaghetti.tooltip1=§oæˆ‘çŒœè¿™æ ·å°±å¯ä»¥äº†...但还是什么地方ä¸ä¸€æ ·ã€‚\n肯定è¦é…±æ–™ï¼Œè€Œä¸”是那ç§çº¢è‰²é…±æ–™(番茄沙å¸)。 +item.tconstruct.moms_spaghetti.tooltip2=§o还缺了什么...也许是肉。妈妈åšçš„æ„é¢æ€»æ˜¯ç”¨å„ç§è‚‰çš„。\n我想我得找至少三ç§è‚‰ã€‚ +item.tconstruct.moms_spaghetti.tooltip3=§o现在这æ„é¢å°±æ˜¯å¦ˆå¦ˆçš„味é“。 +stat.spaghetti.uses.name=Noms +stat.spaghetti.nourishment.name=è¥å…»æ°´å¹³ +stat.spaghetti.saturation.name=饱和度 +modifier.spaghetti_sauce.name=附带酱料 +modifier.spaghetti_sauce.desc=§o以åŠå¦ˆå¦ˆç§çš„甜èœÂ§r\næé«˜é£Ÿç‰©é¥±å’Œåº¦ +modifier.spaghetti_meat.name=附带肉类 +modifier.spaghetti_meat.desc=§oå„ç§è‚‰ç±»ï¼Â§r\næé«˜è¥å…»æ°´å¹³ + +item.tconstruct.spaghetti.hard.name=硬得难以置信的å°éº¦é¢æ£ +item.tconstruct.spaghetti.hard.tooltip=æ ¹æœ¬ä¸èƒ½åƒã€‚\nä½ å³ä¾¿ç´¯å¾—æ‰‹æŽŒæ»¡æ˜¯æ±—ä¹Ÿæ²¡åŠžæ³•è®©è¿™é¢æ¡è½¯ä¸‹æ¥ã€‚\n也许应该直接泡水里一段时间。 +item.tconstruct.spaghetti.soggy.name=æ¹¿è½¯é¢æ¡ +item.tconstruct.spaghetti.soggy.tooltip=çŽ°åœ¨è¿™é¢æ¹¿é€äº†ï¼Œä½ 那已ç»ç´¯æˆæ„é¢çš„æ‰‹ä¹Ÿèƒ½æŽ°å¼¯è¿™é¢æ¡äº†ã€‚\næŒ‚èµ·æ¥æ™¾å¹²å§ã€‚ +item.tconstruct.spaghetti.cold.name=干冷颿¡ +item.tconstruct.spaghetti.cold.tooltip=很好,现在这é¢è´¨é‡åˆä¸Šäº†ä¸€å±‚,但还是味åŒåš¼èœ¡ã€‚\nçƒä¸€ä¸‹ä¹Ÿè®¸å°±å¯ä»¥åƒäº†ã€‚\n甚至它å¯ä»¥è®©ä½ 虚弱的è†ç›–æ¢å¤æ´»åŠ›ã€‚ + + +################# +# Entities # +################# + +entity.tconstruct.blueslime.name=è“色å²èޱ姆 + +################# +# Liquids # +################# + +fluid.tconstruct.stone.name=熔èžç„¦é»‘石头 +fluid.tconstruct.obsidian.name=熔èžé»‘曜石 +fluid.tconstruct.clay.name=熔èžç²˜åœŸ +fluid.tconstruct.dirt.name=æ¶²æ€æ³¥åœŸ +fluid.tconstruct.iron.name=熔èžé“ +fluid.tconstruct.gold.name=熔èžé‡‘ +fluid.tconstruct.pigiron.name=熔èžç”Ÿé“ +fluid.tconstruct.cobalt.name=熔èžé’´ +fluid.tconstruct.ardite.name=熔èžé˜¿è¿ªç‰¹ +fluid.tconstruct.manyullyn.name=熔èžçŽ›çŽ‰çµ +fluid.tconstruct.knightslime.name=熔èžéª‘士å²èޱ姆 +fluid.tconstruct.emerald.name=熔èžç»¿å®çŸ³ +fluid.tconstruct.glass.name=熔èžçŽ»ç’ƒ +fluid.tconstruct.blood.name=è¡€ +fluid.tconstruct.milk.name=牛奶 +fluid.tconstruct.blueslime.name=æ¶²æ€è“色å²èޱ姆 +fluid.tconstruct.purpleslime.name=æ¶²æ€ç´«è‰²å²èޱ姆 +fluid.tconstruct.brass.name=熔èžé»„铜 +fluid.tconstruct.copper.name=熔èžé“œ +fluid.tconstruct.tin.name=熔èžé”¡ +fluid.tconstruct.bronze.name=熔èžé’铜 +fluid.tconstruct.zinc.name=熔èžé”Œ +fluid.tconstruct.lead.name=熔èžé“… +fluid.tconstruct.nickel.name=熔èžé• +fluid.tconstruct.silver.name=熔èžé“¶ +fluid.tconstruct.electrum.name=熔èžç¥ç€é‡‘ +fluid.tconstruct.steel.name=熔èžé’¢ +fluid.tconstruct.aluminum.name=熔èžé“ +fluid.tconstruct.alubrass.name=熔èžé“黄铜 + +################# +# Potions # +################# + +potion.carry=肩托 + +################# +# Materials # +################# +# material.<identifier>.name +# material.<identifier>.prefix +# material.wood.prefix=Wooden %s - Used for stuff like "Wooden pickaxe" if no specific name is given + +material.wood.name=木 +material.wood.prefix=木 %s +material.stone.name=圆石 +material.flint.name=燧石 +material.cactus.name=仙人掌 +material.obsidian.name=黑曜石 +material.prismarine.name=海晶石 +material.netherrack.name=地狱岩 +material.endstone.name=末地石 +material.bone.name=骨头 +material.paper.name=纸 +material.sponge.name=海绵 +material.firewood.name=烈焰木 +material.slime.name=å²èޱ姆 +material.blueslime.name=è“色å²èޱ姆 +material.blueslime.prefix=å²èޱ姆 %s +material.knightslime.name=骑士å²èޱ姆 +material.magmaslime.name=熔岩å²èޱ姆 +material.ardite.name=阿迪特 +material.cobalt.name=é’´ +material.manyullyn.name=çŽ›çŽ‰çµ +material.iron.name=é“ +material.pigiron.name=ç”Ÿé“ +material.copper.name=铜 +material.bronze.name=é’铜 +material.lead.name=é“… +material.silver.name=é“¶ +material.electrum.name=ç¥ç€é‡‘ +material.steel.name=é’¢ + +material.string.name=线 +material.vine.name=藤蔓 +material.slimevine_blue.name=å²èŽ±å§†è—¤è”“ +material.slimevine_orange.name=material.slimevine_blue.name +material.slimevine_purple.name=material.slimevine_blue.name + +material.blaze.name=烈焰棒 +material.reed.name=甘蔗 +material.ice.name=冰 +material.endrod.name=æœ«å½±æ† + +material.feather.name=羽毛 +material.leaf.name=æ ‘å¶ +material.slimeleaf_blue.name=å²èŽ±å§†æ ‘å¶ +material.slimeleaf_orange.name=material.slimeleaf_blue.name +material.slimeleaf_purple.name=material.slimeleaf_blue.name + +############# +# Stats # +############# +stat.head.name=顶端 +stat.head.durability.name=è€ä¹… +stat.head.durability.desc=è€ä¹…计算的基准值.\n通常一个工具的总è€ä¹…是å„个部件的è€ä¹…值之和. +stat.head.miningspeed.name=挖掘速度 +stat.head.miningspeed.desc=å¸¦æœ‰è¿™ç§ææ–™åˆ¶æˆçš„工具头的工具挖掘方å—的速度\nå¯èƒ½ä¼šè¢«å·¥å…·çš„å…¶ä»–éƒ¨ä»¶å½±å“ +stat.head.harvestlevel.name=挖掘ç‰çº§ +stat.head.harvestlevel.desc=挖掘ç‰çº§ç”±å·¥å…·å¤´çš„ææ–™å†³å®š +stat.head.attack.name=攻击力 +stat.head.attack.desc=计算攻击力的基础数值.\n最终结果由工具本身和其他部件决定. + +stat.handle.name=手柄 +stat.handle.modifier.name=手柄系数 +stat.handle.modifier.desc=åæ˜ äº†è¿™ç§ææ–™ç”¨ä½œæ‰‹æŸ„çš„å¥½å.\n工具的总è€ä¹…度将会被乘以这个系数. +stat.handle.durability.name=stat.head.durability.name +stat.handle.durability.desc=æ•°å€¼ä»£è¡¨è¿™ç§ææ–™æ˜¯å¦é€‚åˆåˆ¶ä½œæˆæ‰‹æŸ„.\n工具的è€ä¹…度会被这个数值修æ£. + +stat.extra.name=其他部件 +stat.extra.durability.name=stat.head.durability.name +stat.extra.durability.desc=åæ˜ 了这个部件被用作次è¦éƒ¨ä»¶æ—¶è´¡çŒ®çš„è€ä¹…。 + +stat.mattock.axelevel.name=æ–§ç‰çº§ +stat.mattock.shovellevel.name=铲ç‰çº§ + +stat.bow.name=弓 +stat.bow.drawspeed.name=拉弓速度 +stat.bow.drawspeed.desc=å†³å®šäº†ä½ æ‹‰å¼“çš„é€Ÿåº¦ã€‚ +stat.bow.range.name=范围系数 +stat.bow.range.desc=决定了ç®èƒ½å¤Ÿé£žå¤šè¿œã€‚ + +stat.bowstring.name=弓弦 +stat.bowstring.modifier.name=Modifier +stat.bowstring.modifier.desc=è¯¥ç³»æ•°å°†ä¼šå½±å“æ•´ä½“è€ä¹…。 + +stat.shaft.name=ç®æ† +stat.shaft.modifier.name=Modifier +stat.shaft.modifier.desc=好ç®ä¹Ÿéœ€é…好芯。这个系数决定了ç®çš„å“质。\nå¦å¤–,弹è¯çš„æ€»æ•°ä¹Ÿå’Œæ¤ç³»æ•°æˆæ£æ¯”。 +stat.shaft.ammo.name=é¢å¤–å¼¹è¯ +stat.shaft.ammo.desc=åæ˜ äº†æ¤ææ–™å¯åˆæˆçš„ç®çš„æ•°é‡ã€‚\næœ€ç»ˆåˆæˆæ•°é‡ä¼šç›´æŽ¥åŠ ä¸Šæ¤ç³»æ•°ã€‚ + +stat.fletching.name=ç®ç¾½ +stat.fletching.accuracy.name=精确度 +stat.fletching.accuracy.desc=åæ˜ 了使用æ¤ç®ç¾½çš„ç®é£žè¡Œæ—¶å¼¹é“的稳定程度。\nä¼šå½±å“æ•´ä½“的精确度。 +stat.fletching.modifier.name=Modifier +stat.fletching.modifier.desc=åæ˜ äº†æ¤ææ–™å¯åˆæˆçš„ç®çš„æ•°é‡ã€‚\næœ€ç»ˆåˆæˆæ•°é‡å°†ä¼šä¹˜ä»¥æ¤ç³»æ•°ã€‚ + +stat.projectile.ammo.name=å¼¹è¯ + +############## +# Traits # +############## + +# traits are also modifiers, they use the same prefix so they don't have to be localized twice +modifier.alien.name=异形 +modifier.alien.desc=§o感觉有些ä¸å¯¹åв...§r\n好åƒå®ƒä»¬åœ¨å˜åŒ–ï¼ä¹Ÿè®¸æ—¶é—´ä¼šå‘Šè¯‰æˆ‘ä»¬ç”æ¡ˆ? +modifier.aquadynamic.name=喜水 +modifier.aquadynamic.desc=§o这儿越æ¥è¶Šæ½®æ¹¿äº†ï¼Â§r\n水下的挖掘速度将ä¸ä¼šå—到影å“ï¼Œåœ¨é›¨å¤©ä¹Ÿä¼šå¾—åˆ°å¢žå¼ºï¼ +modifier.aridiculous.name=好暑 +modifier.aridiculous.desc=§oçƒé‡å†å¤šç‚¹ï¼Â§r\n环境越çƒï¼Œå·¥å…·è¶Šé¡ºæ‰‹ï¼ +modifier.autosmelt.name=自动冶炼 +modifier.autosmelt.desc=§o工具形å¼çš„熔炉ï¼Â§r\n自动烧炼采掘下æ¥çš„æ–¹å—。 +modifier.baconlicious.name=ç¾Žå‘³åŸ¹æ ¹ +modifier.baconlicious.desc=§oåŸ¹ï¼æ ¹ï¼Â§r\nä½¿ç”¨å·¥å…·æ—¶å°†æœ‰å‡ çŽ‡å¾—åˆ°åŸ¹æ ¹ã€‚ +modifier.cheap.name=廉价 +modifier.cheap.desc=§oé¼“èµ·ä½ çš„è…°åŒ…ï¼Â§r\nä¿®å¤å·¥å…·æ—¶å¯ä»¥æ¢å¤æ›´å¤šçš„è€ä¹…。 +modifier.cheapskate.name=å啬 +modifier.cheapskate.desc=§oæ— è€»ï¼Â§r\nçŸ³å¤´çœŸæ˜¯ç³Ÿç³•ã€‚ä½ çš„å·¥å…·è€ä¹…更少了。 +modifier.coldblooded.name=冷血 +modifier.coldblooded.desc=§o残暴ï¼Â§r\nå¯¹æ»¡è¡€çš„ç›®æ ‡é€ æˆé¢å¤–伤害。 +modifier.crude.name=ç²—æš´ +modifier.crude.desc=§o懦夫æ‰ä¼šç”¨ç›”甲ï¼Â§r\nå¯¹æ— æŠ¤ç”²çš„ç›®æ ‡é€ æˆé¢å¤–伤害。 +modifier.crude.extra=å¯¹æ— æŠ¤ç”²ç›®æ ‡ï¼š+%s +modifier.crumbling.name=忝 +modifier.crumbling.desc=§o轰隆隆§r\nå¯ä»¥æ›´å¿«åœ°ç ´åé‚£äº›å¾’æ‰‹å°±èƒ½ç ´å的方å—。 +modifier.dense.name=致密 +modifier.dense.desc=§oæ›´...硬...§r\n工具è€ä¹…越低,å¯ä»¥æŒç»ä½¿ç”¨çš„æ—¶é—´å°±è¶Šé•¿ã€‚ +modifier.duritos.name=æŒä¹… +modifier.duritos.desc=§o用起æ¥ä¸åƒå¬èµ·æ¥é‚£ä¹ˆå¥½.§r\nä½ çš„å·¥å…·å¯¿å‘½ä¼šæ›´é•¿ä¸€äº›...å¤šæ•°æ—¶å€™æ˜¯è¿™æ ·. +modifier.ecological.name=ç”Ÿæ€ +modifier.ecological.desc=§o绿色能æºï¼Â§r\nå¯å†ç”Ÿèµ„æºçœŸå¥½,他们会自动修å¤! +modifier.enderference.name=抑影 +modifier.enderference.desc=§oå瞬移ï¼Â§r\nçŸæ—¶é—´å†…å¯ä»¥é˜»æ¢æœ«å½±äººçš„瞬移. +modifier.established.name=è€æˆ +modifier.established.desc=§oå…è´¹ç»éªŒåŠ æˆï¼Â§r\n玩家å¯ä»¥èŽ·å¾—é¢å¤–çš„ç»éªŒã€‚ +modifier.flammable.name=å¯ç‡ƒ +modifier.flammable.desc=§o更多的ç«ç„°ï¼Â§r\næ ¼æŒ¡æ—¶å¯ä»¥æ¶ˆé™¤ç«ç„°ä¼¤å®³ï¼Œè¿˜ä¼šä½¿æ”»å‡»è€…ç€ç«. +modifier.fractured.name=碎骨 +modifier.fractured.desc=§oç–¼ï¼Â§r\nä½ çš„å·¥å…·æœ‰äº†æ›´é«˜çš„ä¼¤å®³. +modifier.hellish.name=炼狱 +modifier.hellish.desc=§oæ¥è‡ªæ·±æ¸Šçš„æœ€æ·±å¤„ï¼Â§r\n对éžä¸‹ç•Œç”Ÿç‰©ä¼šé€ æˆé¢å¤–的伤害。 +modifier.hellish.extra=对éžä¸‹ç•Œç”Ÿç‰©: +%s +modifier.holy.name=神圣 +modifier.holy.desc=§o圣光净化它ï¼Â§r\n对亡çµç”Ÿç‰©é€ æˆé¢å¤–的伤害. +modifier.holy.extra=modifier.smite.extra +modifier.insatiable.name=贪心 +modifier.insatiable.desc=§oåžå™¬ï¼Â§r\n在战斗ä¸ä½ å°†èƒ½é€ æˆè¶Šæ¥è¶Šé«˜çš„ä¼¤å®³ï¼Œä½†åŒæ—¶ä¹Ÿä¼šæ¶ˆè€—è¶Šæ¥è¶Šå¤šçš„è€ä¹…. +modifier.jagged.name=锯齿 +modifier.jagged.desc=§o锯齿般锋利ï¼Â§r\nè€ä¹…越低,伤害越高. +modifier.jagged.extra=锯齿伤害: +%s +modifier.lightweight.name=轻便 +modifier.lightweight.desc=§o疾如风ï¼Â§r\næé«˜å·¥å…·çš„æŒ–掘或攻击速度。 +modifier.lightweight.extra=é€Ÿåº¦åŠ æˆï¼š+%s +modifier.magnetic.name=ç£åŠ› +modifier.magnetic.desc=§o它们是如何åšåˆ°çš„?ï¼Â§r\n击ä¸ç›®æ ‡åŽä¼šå¸å¼•周围物å“ï¼Ÿï¼ +modifier.momentum.name=动力 +modifier.momentum.desc=§oè¶Šæ¥è¶Šå¿«ï¼Â§r\næŒ–æŽ˜æ–¹å—æ—¶ï¼ŒæŒç»çš„æŒ–掘会使挖掘速度越æ¥è¶Šå¿«ã€‚ +modifier.petramor.name=爱石 +modifier.petramor.desc=§o如æ¤å¤šçš„石头ï¼Â§r\nä½ çš„å·¥å…·å–œæ¬¢çŸ³å¤´ï¼Œå®ƒä¼šå¸æ”¶çŸ³å¤´æ¥å›žå¤è€ä¹…ï¼ +modifier.poisonous.name=剧毒 +modifier.poisonous.desc=§oå¹¶éžå®Œå…¨ä¸å«é“…ï¼Â§r\nç»™äºˆæ”»å‡»ç›®æ ‡ä¸æ¯’效果. +modifier.prickly.name=尖刺 +modifier.prickly.desc=§o哎呦,疼ï¼Â§r\n没人能从这些尖刺ä¸å¹¸å…ï¼Œå®ƒä»¬æ‰ŽäººçœŸç–¼ï¼ +modifier.sharp.name=é”利 +modifier.sharp.desc=§o甚至能切æ–声音ï¼Â§r\n击䏿•Œäººæ—¶ä¼šä½¿ä»–ä»¬åœ¨çŸæ—¶é—´å†…æµè¡€. +modifier.shocking.name=震击 +modifier.shocking.desc=§o滋滋滋ï¼Â§r\nå½“ä½ ç§»åŠ¨æ—¶ä½ çš„å·¥å…·ä¼šè¢«å……èƒ½,这些能é‡ä¼šåœ¨å‡»ä¸æ•Œäººæ—¶è¢«é‡Šæ”¾. +modifier.slimey.name=黿»‘ +modifier.slimey.desc=§oå””,好é»ï¼Â§r\næˆ‘è¦æ´—掉它. +modifier.spiky.name=棘刺 +modifier.spiky.desc=§o200%冰冷的刺!§r\næ ¼æŒ¡æ”»å‡»æ—¶ä¼šå¯¹æ”»å‡»è€…é€ æˆä¼¤å®³. +modifier.splintering.name=碎裂 +modifier.splintering.desc=§oç»™ä½ æ•Œäººç•™ä¸‹ç‚¹çºªå¿µï¼Â§r\n攻击次数越多,伤害越高. +modifier.splinters.name=碎裂 +modifier.splinters.desc=§o呜哇ï¼Â§r\nå°å¿ƒä¸è¦æ‰Žåˆ°ç¢Žç‰‡ï¼ +modifier.squeaky.name=柔和 +modifier.squeaky.desc=§o真å¯çˆ±ï¼Â§r\nä½ çš„å·¥å…·ç”±äºŽæµ·ç»µçš„æŸ”è½¯è€Œè‡ªå¸¦äº†ç²¾å‡†é‡‡é›†,但它å´å¤±åŽ»äº†æ”»å‡»åŠ›. +modifier.stiff.name=åšå¿ +modifier.stiff.desc=§oä¸åЍ如山ï¼Â§r\næ ¼æŒ¡æ—¶å¯ä»¥å‡å°‘更多的伤害. +modifier.stonebound.name=石缚 +modifier.stonebound.desc=§oä½ çš„å·¥å…·æ·±çˆ±ç€çŸ³å¤´ï¼Â§r\nè€ä¹…越低,工具的挖掘速度越快,但伤害也越低. +modifier.stonebound.extra=石缚速度: +%s +modifier.superheat.name=è¿‡çƒ +modifier.superheat.desc=§oå†çƒä¸€ç‚¹ï¼Â§r\n对ç€ç«çš„æ•Œäººé€ æˆæ›´å¤šä¼¤å®³ã€‚ +modifier.superheat.extra=对ç€ç«çš„ç›®æ ‡: +%s +modifier.unnatural.name=超自然 +modifier.unnatural.desc=§o憎æ¶ï¼Â§r\n工具的挖掘ç‰çº§æ¯”ç›®æ ‡æ–¹å—越大,挖掘速度越快. +modifier.tasty.name=美味 +modifier.tasty.desc=§oå§å”§å§å”§Â§r\n闻起æ¥çœŸä¸é”™.. 比起挨饿,ä½ æ›´æ„¿æ„åƒæŽ‰ä½ çš„å·¥å…·. +modifier.writable.name=é“刻 +modifier.writable.desc=§o知识分åï¼Â§r\n更多的文å—,更多强化槽. 这很符åˆé€»è¾‘ï¼ + +modifier.breakable.name=易碎 +modifier.breakable.desc=§oè¿™é¢æœä¸Šï¼Â§r\n投掷物å‘生碰撞时有50%概率直接æŸå。 +modifier.endspeed.name=末影速度 +modifier.endspeed.desc=§oé‡å移动ï¼Â§r\næŠ•æŽ·ç‰©ä¼šç›´æŽ¥ä¼ é€åˆ°ç›®æ ‡ä¸Šã€‚ +modifier.freezing.name=霜冻 +modifier.freezing.desc=§o寒冬将至§r\n命ä¸åŽä¼šè®©ç›®æ ‡è¿Ÿç¼“。 +modifier.hovering.name=悬浮 +modifier.hovering.desc=§o轻盈如风§r\n投掷物会忽略一部分é‡åŠ›ï¼Œä½†é€Ÿåº¦ä¼šä¸‹é™ã€‚ +modifier.splitting.name=分弹 +modifier.splitting.desc=§o一分为二ï¼Â§r\nç®å¤´çªç„¶åŠ é€Ÿæ—¶ä¹Ÿè®¸ä¼šä¸€åˆ†ä¸ºäºŒã€‚ + +################# +# Modifiers # +################# + +modifier.bane_of_arthopods.name=èŠ‚è‚¢æ€æ‰‹ +modifier.bane_of_arthopods.desc=§o消ç蜘蛛ï¼Â§r\nå¯¹èŠ‚è‚¢åŠ¨ç‰©é€ æˆå¤§é‡çš„伤害。 +modifier.bane_of_arthopods.extra=对蜘蛛: +%s +modifier.beheading.name=斩首 +modifier.beheading.desc=§oç 下他的头ï¼Â§r\næ¯çº§å¢žåŠ 10%çš„å¤´é¢…æŽ‰è½æ¦‚率。 +modifier.blasting.name=çˆ†ç ´ +modifier.blasting.desc=§oå˜£ï¼Œæ²™å¡æ‹‰å¡ï¼Â§r\nä½ å¯ä»¥æŠŠæ²¡ç”¨çš„的方å—炸了,但是他们有å¯èƒ½ä¼šè¢«ç‚¸æ¯ +modifier.blasting.extra=爆炸力: %s +modifier.diamond.name=钻石 +modifier.diamond.desc=§o闪耀ï¼Â§r\nå¢žåŠ å·¥å…·çš„è€ä¹…ï¼ +modifier.emerald.name=绿å®çŸ³ +modifier.emerald.desc=§o昂贵ï¼Â§r\næ ¹æ®åŸºç¡€æ•°æ®å¢žåŠ è€ä¹…ï¼ +modifier.fiery.name=ç‚½çƒ +modifier.fiery.desc=§o现在好çƒï¼Â§r\n给予é¢å¤–çš„ç«ç„°ä¼¤å®³ï¼Œè®©ä½ 的敌人ç€ç«ï¼ +modifier.fiery.extra=ç«ç„°ä¼¤å®³: +%s +modifier.fiery.extra2=ç¼çƒ§æ—¶é—´: %ss +modifier.fortify.name=强化 +modifier.fortify.desc=§o更硬,更好,更快,更强ï¼Â§r\nå¢žåŠ æŒ–æŽ˜ç‰çº§åˆ° %s。 +modifier.glowing.name=è§å…‰ +modifier.glowing.desc=§o闪闪å‘光§r\næ— è®ºé‚£é‡Œå¤šä¹ˆé»‘æš—ï¼Œä½ çš„å·¥å…·éƒ½ä¼šç‰ºç‰²è‡ªå·±æ¥ç…§äº®é‚£é‡Œã€‚ +modifier.harvestwidth.name=水平扩展 +modifier.harvestwidth.desc=§o扩展ï¼Â§r\nå¢žåŠ å·¥å…·ä½œç”¨åŒºåŸŸçš„å®½åº¦. åªæœ‰ç‰¹å®šçš„工具能有这个效果. +modifier.harvestheight.name=竖直扩展 +modifier.harvestheight.desc=§o扩展ï¼Â§r\nå¢žåŠ å·¥å…·ä½œç”¨åŒºåŸŸçš„é«˜åº¦. åªæœ‰ç‰¹å®šçš„工具能有这个效果. +modifier.haste.name=急速 +modifier.haste.name2=急速 II +modifier.haste.name3=急速 III +modifier.haste.name4=急速 IV +modifier.haste.name5=急速 V +modifier.haste.desc=§o噫噫噫噫噫ï¼Â§r\nä½ ä½¿ç”¨è¿™ä¸ªå·¥å…·æ—¶ï¼Œçº¢çŸ³äº§ç”Ÿçš„æŽ¨åŠ›ä¼šè®©å®ƒåŠ¨èµ·æ¥ã€‚ +modifier.haste.extra=速度增益:+%s +modifier.knockback.name=击退 +modifier.knockback.desc=§o本垒打ï¼Â§r\n让我们æ¥ä»¥ä¸€ç§å¾ˆé…·çš„æ–¹å¼æ•™æ•™æ€ªç‰©å¦‚何飞行. +modifier.luck.name=æ—¶è¿ +modifier.luck.desc=§o闪闪å‘亮ï¼Â§r\nä½ ä¼šå¾—åˆ°å¥½ä¸œè¥¿çš„,而且数é‡å¾ˆå¤š. +modifier.mending_moss.name=ä¿®å¤è‹”è—“ +modifier.mending_moss.desc=§o它是活的!§r\n它会悄悄窃å–玩家身上的ç»éªŒæ¥ä¿®å¤è‡ªèº«è€ä¹… +modifier.mending_moss.extra=容纳的XP: %d +modifier.necrotic.name=ç”Ÿå‘½çªƒå– +modifier.necrotic.desc=§oæˆ‘åˆæ´»è¿‡æ¥äº†!!§r\n便®å¯¹æ•Œäººé€ æˆçš„伤害,回å¤è‡ªå·±çš„生命值. +modifier.necrotic.extra=生命窃å–: +%s +modifier.reinforced.name=è€ä¹… +modifier.reinforced.unbreakable=䏿¯ +modifier.reinforced.desc=§o如æ¤å¼ºå¤§ï¼Â§r\næ¯çº§å¢žåŠ %sçš„æ¦‚çŽ‡åœ¨ä½¿ç”¨å·¥å…·æ—¶ä¸æ¶ˆè€—è€ä¹…。 +modifier.reinforced.extra=è€ä¹…: %s +modifier.sharpness.name=锋利 +modifier.sharpness.name2=锋利 II +modifier.sharpness.name3=锋利 III +modifier.sharpness.name4=锋利 IV +modifier.sharpness.name5=锋利 V +modifier.sharpness.desc=§oå—·ï¼Â§r\n真锋利,光是看ç€å®ƒå°±æ„Ÿè§‰è¦å—伤了. +modifier.shulking.name=悬浮 +modifier.shulking.desc=§o飞å§é£žå§ï¼Â§r\nè®©ä½ å‡»ä¸çš„那些敌人都飞走å§ã€‚ +modifier.shulking.extra=悬浮时间:%sç§’ +modifier.silktouch.name=精准采集 +modifier.silktouch.desc=§o如ä¸ç»¸èˆ¬é¡ºæ»‘ï¼Â§r\nå¯ç²¾å‡†é‡‡é›†æ–¹å—。 +modifier.smite.name=äº¡çµæ€æ‰‹ +modifier.smite.desc=§o为了æ£ä¹‰ï¼Â§r\n对亡çµç”Ÿç‰©ä¼šé€ æˆå¤§é‡çš„伤害. +modifier.smite.extra=对亡çµç”Ÿç‰©: +%s +modifier.soulbound.name=çµé‚绑定 +modifier.soulbound.desc=§o一对快ä¹çš„夫妇ï¼Â§r\nä½ çˆ±ä½ çš„å·¥å…·ï¼Œç”šè‡³æ»äº¡ä¹Ÿä¸èƒ½åˆ†å¼€ä½ 们. +modifier.webbed.name=织网 +modifier.webbed.desc=§o呦å¼ï¼Â§r\nè®©ä½ çš„æ•Œäººè¢«èœ˜è››ç½‘ç¼ ä½å§ã€‚ + +################# +# Tool Info # +################# +item.tconstruct.pickaxe.desc=é•åæ˜¯æ ‡å‡†çš„æŒ–矿工具.它对石头以åŠçŸ¿ç‰©æœ‰æ•ˆ.\nå®ƒèƒ½ç ´åæ–¹å—么? +item.tconstruct.shovel.desc=é“²åæ˜¯æ ‡å‡†çš„æŒ–掘工具.它对泥土,æ²™å和雪有效.\nä¸è¦ç”¨å®ƒæ¥è‡ªæŽ˜åŸå¢“就好! +item.tconstruct.hatchet.desc=æ–§æ˜¯åŸºç¡€çš„ä¼æœ¨å·¥å…·.å®ƒå¯¹æœ¨å¤´å’Œæ ‘å¶æœ‰æ•ˆ.也是一ç§è¿˜ç®—凑的过去的æ¦å™¨\nç å§ï¼ç å§ï¼ +item.tconstruct.mattock.desc=鹤嘴锄是ç§å¤šåŠŸèƒ½çš„å†œç”¨å·¥å…·.它对木头,泥土和æ¤ç‰©æœ‰æ•ˆ.当然攻击力也还å¯ä»¥\nå³å‡»:锄地 +item.tconstruct.broadsword.desc=å¤§å‰‘æ˜¯ä¸€ç§æ™®é€šæ¦å™¨.横扫å¯ä»¥æ”»å‡»å¤§ç‰‡æ•Œäºº\n对清除蜘蛛网也很有效! +item.tconstruct.longsword.desc=é•¿å‰‘æ˜¯ç§æ”»å‡»åž‹æ¦å™¨.通常用作全速切入战斗.\nå³é”®: 冲刺 +item.tconstruct.rapier.desc=西洋剑是ç§ç‰¹åˆ¶æ¦å™¨,ä¾é å¿«é€Ÿçš„åˆºå‡»æ¥æ‰“败对手.\nå³é”®: åŽé€€ +item.tconstruct.frypan.desc=煎锅是ç§é‡åž‹æ¦å™¨,å®ƒèƒ½ç»™æ•Œäººæ²‰é‡æ‰“击.\nå³é”®: é‡å‡» +item.tconstruct.battlesign.desc=æˆ˜æ–—ç‰Œåæ˜¯ç§é«˜çº§çš„防御æ¦å™¨.éžå¸¸é€‚åˆå¯¹ä»˜å¤§é‡åƒµå°¸çŒªäºº.\n当作盾使用时å¯ä»¥å弹远程攻击. +item.tconstruct.hammer.desc=é”¤åæ˜¯ç§èŒƒå›´æŒ–矿工具.能采集大范围内的方å—.\n能有效对付亡çµç”Ÿç‰©. +item.tconstruct.lumberaxe.desc=伿œ¨æ–§æ˜¯ç§èŒƒå›´ç ä¼å·¥å…·.能ç å€’å·¨å¤§çš„æ ‘æœ¨ä»¥æ”¶é›†çš„èŒƒå›´å†…çš„æœ¨å¤´.\n伿œ¨å§! +item.tconstruct.excavator.desc=开掘铲是ç§çš„大范围挖掘的工具.能挖掘大范围内的泥土和雪.\n挖掘å§! +item.tconstruct.cleaver.desc=劈刀是ç§é‡åž‹é˜²å«æ¦å™¨.能施以é‡å‡»,但很难挥动.\n劈刀能æä¾›å¾ˆé«˜çš„æ”»å‡»åŠ›\n慢点,需è¦ä¸¤åªæ‰‹æŒ¥åЍ! +item.tconstruct.battleaxe.desc=战斧是ç§é‡åž‹æ”»å‡»æ¦å™¨.它能ç ä¼å°åž‹æ ‘木或将敌人击飞.\nå³é”®: æ ¼æŒ¡ +item.tconstruct.scythe.desc=镰刀是用于大é¢ç§¯æ”¶å‰²çš„工具,å¯ä¸€æ¬¡æ€§å¤§èŒƒå›´æ”¶å‰²ä½œç‰©.\nåŒæ—¶ä¹Ÿå¯å……当范围攻击æ¦å™¨.\nå³å‡»å³å¯æ”¶èœå¹¶è¡¥ç§. +item.tconstruct.shuriken.desc=回旋镖是一个å‘射速度快的çŸç¨‹æ”»å‡»æ¦å™¨,æ•°é‡å¾ˆå¤šä½†æ˜¯æ”»å‡»åŠ›åº•ä¸‹\n也å¯ä»¥ä»Žå‰¯æ‰‹æŠ•掷出去 + +################ +# Tooltips # +################ +tooltip.tool.modifiers=剩余强化次数 +tooltip.tool.broken=æŸåçš„ +tooltip.tool.empty=空的 +tooltip.tool.holdShift=按下§e§oShift§ræŸ¥çœ‹ç»Ÿè®¡æ•°æ® +tooltip.tool.holdCtrl=按下§e§bCtrl§ræŸ¥çœ‹è¯¦ç»†ä¿¡æ¯ + +tooltip.part.material_added_by=ææ–™ç”±%sæ·»åŠ +tooltip.part.missing_material=ç¼ºå¤±ææ–™: %s +tooltip.part.missing_stats=ææ–™ç¼ºå¤±å¿…è¦çš„æ•°æ®:\n%s +tooltip.part.missing_info=éƒ¨ä»¶æ²¡æœ‰æ•°æ® + +tooltip.pattern.cost=ææ–™æ¶ˆè€—: %d + +tooltip.chest.has_items=包å«ç‰©å“ + +tooltip.tank.fluid=%s +tooltip.tank.amount=%d mB + +################## +# UI Strings # +################## +# general strings used in GUIs, tooltips and other display stuff + +ui.mininglevel.stone=石头 +ui.mininglevel.iron=é“ +#ui.mininglevel.redstone=Redstone # replaced with diamond +ui.mininglevel.diamond=钻石 +ui.mininglevel.obsidian=黑曜石 +ui.mininglevel.cobalt=é’´ + +# Death messages +death.attack.smeltery=%s 被冶炼炉èžåŒ–了 +death.attack.splinter=%s 被碎片扎æˆäº†é©¬èœ‚çª + +###################### +# GUI Error messages # +###################### + +gui.error=错误 +gui.warning=è¦å‘Š +# GUI Errors from the different Tinker Tables +gui.error.invalid_pattern=模具ä¸åŒ…嫿œ‰æ•ˆçš„å·¥å…·éƒ¨ä»¶ï¼ +gui.error.useless_tool_part=这个部件ä¸èƒ½è¢«ç”¨æ¥åˆ¶ä½œä»»ä½•工具ï¼\n䏿˜¯%sææ–™ç¼ºå°‘æŸäº›ä¿¡æ¯å°±æ˜¯åœ¨å®ƒçš„åˆæˆä¸æ²¡æœ‰å·¥å…·ä½¿ç”¨%s. +gui.error.wrong_material_part=这个工具ä¸çš„一个或者多个物å“嫿œ‰ä¸æ”¯æŒçš„ææ–™. +gui.error.not_enough_durability=没有足够的è€ä¹…æ¥æ›¿æ¢éƒ¨ä»¶ï¼\n还需è¦%d 点è€ä¹…. +# GUI Errors from modifiers +gui.error.not_enough_modifiers=剩余强化槽ä¸è¶³ï¼\n(需è¦%d个) +gui.error.single_modifier=%såªèƒ½å¼ºåŒ–一次。 +gui.error.max_level_modifier=已达到%s的最高ç‰çº§ã€‚ +gui.error.no_modifier_for_item=未找到%s的强化槽。 +gui.error.incompatible_modifiers=%så’Œ%sä¸èƒ½ä¸€èµ·å¼ºåŒ– +gui.error.incompatible_trait=%s强化ä¸èƒ½å’Œ%sç‰¹æ€§ç›¸ç»“åˆ +gui.error.incompatible_enchantments=%s强化ä¸èƒ½ä¸Ž%s附é”ç›¸ç»“åˆ + +################ +# GUIs # +################ + +# General things used in multiple GUIs +gui.general.hover=悬åœåœ¨æ¡ç›®ä¸Šä»¥èŽ·å–æ›´å¤šä¿¡æ¯ + +# Creative Tabs +itemGroup.TinkerGeneral=åŒ é‚|ä¸€èˆ¬ç‰©å“ +itemGroup.TinkerTools=åŒ é‚|工具 +itemGroup.TinkerToolParts=åŒ é‚|部件 +itemGroup.TinkerSmeltery=åŒ é‚|冶炼厂 +itemGroup.TinkerWorld=åŒ é‚|世界 +itemGroup.TinkerGadgets=åŒ é‚|æ‚项 + +# Crafting Station +gui.craftingstation.name=åˆæˆç«™ + +# Stencil Table +gui.stenciltable.name=æ¨¡å…·åŠ å·¥å° + +# PartBuilder +gui.partbuilder.name=éƒ¨ä»¶åŠ å·¥å° +gui.partcrafter.name=éƒ¨ä»¶åˆæˆå° +gui.partbuilder.info=åœ¨è¿™é‡Œä½ å¯ä»¥åˆ¶ä½œå·¥å…·éƒ¨ä»¶æ¥å®žçŽ°ä½ çš„å·¥åŒ æ¢¦æƒ³.\n\nè¦åˆ¶ä½œä¸€ä¸ªéƒ¨ä»¶,ä½ åªéœ€å°†æ¨¡æ¿æ”¾è¿›å·¦è¾¹çš„æ§½å†…,å‰©ä¸‹çš„ä¸¤ä¸ªæ§½æ”¾ä¸Šä½ æƒ³ä½¿ç”¨çš„ææ–™å°±è¡Œäº†. +gui.partbuilder.material_value=ææ–™å€¼: %s %s + +# Tool Station/Forge +gui.toolstation.name=Tool Station +gui.toolforge.name=工具装é…å° +gui.toolstation.repair=ä¿®å¤&强化 +gui.toolstation.traits=特性 +gui.toolstation.components=组件 +gui.toolstation.info=ä¿®å¤å’Œæ›´æ”¹ä½ 工具的主è¦é€”径. åœ¨å·¦è¾¹æ”¾ä¸Šå·¥å…·å’Œææ–™ä»¥å¼€å§‹. +gui.toolstation.noTraits=æ— :[ + +# Pattern Chest +gui.patternchest.name=模具箱 +gui.castchest.name=铸模箱 + +# Part Chest +gui.partchest.name=部件箱 + +# Smeltery +gui.smeltery.name=冶炼厂 +gui.smeltery.progress.no_recipe=物å“ä¸èƒ½è¢«ç†”化 +gui.smeltery.progress.no_heat=没有足够的çƒé‡æ¥ç†”åŒ–è¿™ä¸ªç‰©å“ +gui.smeltery.progress.no_space=冶炼厂内空间ä¸è¶³ +gui.smeltery.fuel=燃料 +gui.smeltery.fuel.empty=没有燃料 +gui.smeltery.fuel.heat=温度: %d +gui.smeltery.capacity=å®¹é‡ +gui.smeltery.capacity_available=空 +gui.smeltery.liquid.kilobucket=kB +gui.smeltery.liquid.bucket=B +gui.smeltery.liquid.millibucket=mB +gui.smeltery.liquid.ingot=é” +gui.smeltery.liquid.nugget=ç²’ +gui.smeltery.liquid.block=å— +gui.smeltery.liquid.gem=å®çŸ³ + +# Seared Furnace +gui.searedfurnace.name=焦黑熔炉 +gui.searedfurnace.progress.complete=物å“å·²ç»å®Œæˆäº†çƒ§åˆ¶ +gui.searedfurnace.progress.no_recipe=这个物å“ä¸èƒ½è¢«çƒ§åˆ¶ +gui.searedfurnace.progress.no_space=熔炉空间ä¸è¶³ + +# Tinker Tank +gui.tinkertank.name=å·¥åŒ å‚¨ç½ + +# These GUIs don't appear in game, but the titles can be viewed using the crafting station +gui.itemrack.name=ç‰©å“æž¶ +gui.dryingrack.name=晾干架 + +# JEI Plugin +gui.jei.smelting.title=冶炼 +gui.jei.alloy.title=åˆé‡‘ +gui.jei.casting.title=浇铸 +gui.jei.casting.consume=消耗铸模! +gui.jei.drying.title=晾干架 + +# WAILA Plugin +gui.waila.tank.fluid=液体:%s +gui.waila.tank.amount=æ•°é‡ï¼š%d / %d mb +gui.waila.tank.empty=空 +gui.waila.casting.progress=进度:%s +gui.waila.casting.recipe=é…æ–¹ï¼š%s + +option.tconstruct.tank=å‚¨ç½æ¶²ä½“ +option.tconstruct.casting=é“¸é€ é…æ–¹ +option.tconstruct.progress=制作进度 + + +# Config +config.synced.restart=ä½ çš„é…置已与æœåŠ¡å™¨çš„é…ç½®åŒæ¥ã€‚请é‡å¯Minecraft。 +config.synced.ok=é…置已和æœåŠ¡å™¨åŒæ¥ã€‚ diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/loot_tables/entities/blueslime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/loot_tables/entities/blueslime.json new file mode 100644 index 0000000..acf3c13 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/loot_tables/entities/blueslime.json @@ -0,0 +1,35 @@ +{ + "pools": [ + { + "name": "blueslime", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "tconstruct:edible", + "weight": 1, + "functions": [ + { + "function": "set_data", + "data": 1 + }, + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/ardite.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/ardite.json new file mode 100644 index 0000000..6baf770 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/ardite.json @@ -0,0 +1,10 @@ +{ + "type": "metal_textured", + "parameters": { + "texture": "tconstruct:items/materials/ardite_rust", + "color": "f97217", + "shinyness": 0.6, + "brightness": 0.4, + "hueshift": 0.1 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/blaze.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/blaze.json new file mode 100644 index 0000000..4811680 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/blaze.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "ffd120" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/blueslime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/blueslime.json new file mode 100644 index 0000000..3ecf1c9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/blueslime.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "74c8c7" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/bone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/bone.json new file mode 100644 index 0000000..c4effd4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/bone.json @@ -0,0 +1,7 @@ +{ + "type": "colored", + "suffix": "bone_base", + "parameters": { + "color": "ede6bf" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/bronze.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/bronze.json new file mode 100644 index 0000000..5901235 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/bronze.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "e3bd68", + "shinyness": 0.25, + "brightness": 0.15, + "hueshift": -0.05 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/cobalt.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/cobalt.json new file mode 100644 index 0000000..7275229 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/cobalt.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "173b75", + "shinyness": 0.25, + "brightness": 0.5, + "hueshift": -0.1 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/copper.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/copper.json new file mode 100644 index 0000000..8272128 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/copper.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "efa055", + "shinyness": 0.25, + "brightness": 0.25, + "hueshift": -0.05 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/electrum.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/electrum.json new file mode 100644 index 0000000..2d7f788 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/electrum.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "eddd51", + "shinyness": 0.15, + "brightness": 0.25, + "hueshift": -0.05 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/endrod.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/endrod.json new file mode 100644 index 0000000..7d07b90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/endrod.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "e8ffd6" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/endstone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/endstone.json new file mode 100644 index 0000000..93112b9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/endstone.json @@ -0,0 +1,8 @@ +{ + "type": "inverse_multicolor", + "parameters": { + "dark": "5c6296", + "mid": "3c4276", + "bright": "212a76" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/feather.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/feather.json new file mode 100644 index 0000000..1858680 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/feather.json @@ -0,0 +1,7 @@ +{ + "type": "colored", + "suffix": "feather", + "parameters": { + "color": "ffffff" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/firewood.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/firewood.json new file mode 100644 index 0000000..b1f55a2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/firewood.json @@ -0,0 +1,6 @@ +{ + "type": "block", + "parameters": { + "texture": "tconstruct:blocks/firewood" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/flint.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/flint.json new file mode 100644 index 0000000..4afe24a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/flint.json @@ -0,0 +1,7 @@ +{ + "type": "colored", + "suffix": "contrast", + "parameters": { + "color": "ffffff" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/ice.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/ice.json new file mode 100644 index 0000000..55cbef8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/ice.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "97d7e0" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/iron.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/iron.json new file mode 100644 index 0000000..15c351a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/iron.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "cacaca", + "shinyness": 0, + "brightness": 0.3, + "hueshift": 0 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/knightslime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/knightslime.json new file mode 100644 index 0000000..8133b31 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/knightslime.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "685bd0", + "shinyness": 0, + "brightness": 0.5, + "hueshift": 0.3 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/lead.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/lead.json new file mode 100644 index 0000000..8cfb7dd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/lead.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "4d4968", + "shinyness": 0, + "brightness": 0.15, + "hueshift": 0.2 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/leaf.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/leaf.json new file mode 100644 index 0000000..c020cef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/leaf.json @@ -0,0 +1,7 @@ +{ + "type": "colored", + "suffix": "feather", + "parameters": { + "color": "1d730c" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/magmaslime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/magmaslime.json new file mode 100644 index 0000000..f279629 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/magmaslime.json @@ -0,0 +1,8 @@ +{ + "type": "multicolor", + "parameters": { + "dark": "a8673b", + "mid": "ff8c49", + "bright": "ff9d3d" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/manyullyn.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/manyullyn.json new file mode 100644 index 0000000..18fe724 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/manyullyn.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "a93df5", + "shinyness": 0.4, + "brightness": 0.2, + "hueshift": -0.1 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/netherrack.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/netherrack.json new file mode 100644 index 0000000..11b5c0e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/netherrack.json @@ -0,0 +1,6 @@ +{ + "type": "block", + "parameters": { + "texture": "minecraft:blocks/netherrack" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/obsidian.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/obsidian.json new file mode 100644 index 0000000..69b7669 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/obsidian.json @@ -0,0 +1,9 @@ +{ + "type": "multicolor", + "suffix": "contrast", + "parameters": { + "dark": "71589c", + "mid": "8f60d4", + "bright": "8c53df" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/pigiron.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/pigiron.json new file mode 100644 index 0000000..5bb7a17 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/pigiron.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "d37c78", + "shinyness": 0.1, + "brightness": 0.1, + "hueshift": 0 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/prismarine.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/prismarine.json new file mode 100644 index 0000000..4f98ed0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/prismarine.json @@ -0,0 +1,6 @@ +{ + "type": "block", + "parameters": { + "texture": "minecraft:blocks/prismarine_bricks" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/reed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/reed.json new file mode 100644 index 0000000..7d71d7f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/reed.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "aadb74" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/silver.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/silver.json new file mode 100644 index 0000000..f122561 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/silver.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "d1ecf6", + "shinyness": 1, + "brightness": 0.5, + "hueshift": 0.1 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slime.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slime.json new file mode 100644 index 0000000..7e0f9b3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slime.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "82c873" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_blue.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_blue.json new file mode 100644 index 0000000..3ecf1c9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_blue.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "74c8c7" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_orange.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_orange.json new file mode 100644 index 0000000..4bee469 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_orange.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "ff960d" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_purple.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_purple.json new file mode 100644 index 0000000..48bffe7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimeleaf_purple.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "c873c8" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimevine_blue.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimevine_blue.json new file mode 100644 index 0000000..3ecf1c9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimevine_blue.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "74c8c7" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimevine_purple.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimevine_purple.json new file mode 100644 index 0000000..48bffe7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/slimevine_purple.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "c873c8" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/sponge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/sponge.json new file mode 100644 index 0000000..f6ed57d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/sponge.json @@ -0,0 +1,6 @@ +{ + "type": "block", + "parameters": { + "texture": "minecraft:blocks/sponge" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/steel.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/steel.json new file mode 100644 index 0000000..61d6462 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/steel.json @@ -0,0 +1,9 @@ +{ + "type": "metal", + "parameters": { + "color": "888888", + "shinyness": 0.1, + "brightness": 0.3, + "hueshift": 0.1 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/stone.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/stone.json new file mode 100644 index 0000000..5bceaac --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/stone.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "696969" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/string.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/string.json new file mode 100644 index 0000000..c5ce140 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/string.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "eeeeee" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/vine.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/vine.json new file mode 100644 index 0000000..d04eb1e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/vine.json @@ -0,0 +1,6 @@ +{ + "type": "colored", + "parameters": { + "color": "40a10f" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/wood.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/wood.json new file mode 100644 index 0000000..5a97040 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/materials/wood.json @@ -0,0 +1,8 @@ +{ + "type": "multicolor", + "parameters": { + "dark": "6e572a", + "mid": "745f38", + "bright": "8e671d" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/casting_basin.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/casting_basin.json new file mode 100644 index 0000000..db86d9c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/casting_basin.json @@ -0,0 +1,125 @@ +{ + "textures": { + "top": "tconstruct:blocks/smeltery/blockcast_top", + "side": "tconstruct:blocks/smeltery/blockcast_side", + "leg": "tconstruct:blocks/smeltery/blockcast_side", + "bottom": "tconstruct:blocks/smeltery/blockcast_bottom", + "legBottom": "tconstruct:blocks/smeltery/blockcast_bottom", + "particle": "tconstruct:blocks/smeltery/blockcast_top" + }, + "elements": [ + { + "from": [ 0, 4, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "up": { "uv": [ 0, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 16,12 ], "texture": "#side", "cullface": "north"}, + "south": { "uv": [ 0, 0, 14,12 ], "texture": "#side"}, + "west": { "uv": [ 0, 0, 2,12 ], "texture": "#side", "cullface": "west" } + } + }, + { + "from": [ 14, 4, 0 ], + "to": [ 16, 16, 14 ], + "faces": { + "up": { "uv": [14, 0, 16,14 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 2,12 ], "texture": "#side", "cullface": "north"}, + "east": { "uv": [ 2, 0, 16,12 ], "texture": "#side", "cullface": "east" }, + "west": { "uv": [ 0, 0, 14,12 ], "texture": "#side"} + } + }, + { + "from": [ 2, 4, 14 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 2,14, 16,16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 14,12 ], "texture": "#side"}, + "south": { "uv": [ 2, 0, 16,12 ], "texture": "#side", "cullface": "south"}, + "east": { "uv": [ 0, 0, 2,12 ], "texture": "#side", "cullface": "east" } + } + }, + { + "from": [ 0, 4, 2 ], + "to": [ 2, 16, 16 ], + "faces": { + "up": { "uv": [ 0, 2, 2,16 ], "texture": "#top", "cullface": "up" }, + "east": { "uv": [ 0, 0, 14,12 ], "texture": "#side"}, + "south": { "uv": [ 0, 0, 2,12 ], "texture": "#side", "cullface": "south"}, + "west": { "uv": [ 2, 0, 16,12 ], "texture": "#side", "cullface": "west" } + } + }, + { "from": [7, 5, 0], "to": [7, 13, 2], "faces": { "east": { "texture": "#side" } }}, + { "from": [9, 5, 0], "to": [9, 13, 2], "faces": { "west": { "texture": "#side" } }}, + { "from": [7,13, 0], "to": [9, 13, 2], "faces": { "down": { "texture": "#bottom" } }}, + { "from": [7, 5, 0], "to": [9, 5, 2], "faces": { "up": { "texture": "#top" } }}, + { "from": [14, 5, 7], "to": [16, 13, 7], "faces": { "south": { "texture": "#side" } }}, + { "from": [14, 5, 9], "to": [16, 13, 9], "faces": { "north": { "texture": "#side" } }}, + { "from": [14, 13, 7], "to": [16, 13, 9], "faces": { "down": { "texture": "#bottom" } }}, + { "from": [14, 5, 7], "to": [16, 5, 9], "faces": { "up": { "texture": "#top" } }}, + { "from": [7, 5, 14], "to": [7, 13, 16], "faces": { "east": { "texture": "#side" } }}, + { "from": [9, 5, 14], "to": [9, 13, 16], "faces": { "west": { "texture": "#side" } }}, + { "from": [7,13, 14], "to": [9, 13, 16], "faces": { "down": { "texture": "#bottom" } }}, + { "from": [7, 5, 14], "to": [9, 5, 16], "faces": { "up": { "texture": "#top" } }}, + { "from": [0, 5, 7], "to": [2, 13, 7], "faces": { "south": { "texture": "#side" } }}, + { "from": [0, 5, 9], "to": [2, 13, 9], "faces": { "north": { "texture": "#side" } }}, + { "from": [0, 13, 7], "to": [2, 13, 9], "faces": { "down": { "texture": "#bottom" } }}, + { "from": [0, 5, 7], "to": [2, 5, 9], "faces": { "up": { "texture": "#top" } }}, + { + "from": [ 0, 2, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top"}, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom"}, + "north": { "uv": [ 0, 12, 16, 14 ], "texture": "#side", "cullface": "north"}, + "east": { "uv": [ 0, 12, 16, 14 ], "texture": "#side", "cullface": "east" }, + "south": { "uv": [ 0, 12, 16, 14 ], "texture": "#side", "cullface": "south"}, + "west": { "uv": [ 0, 12, 16, 14 ], "texture": "#side", "cullface": "west" } + }, + "__comment": "The bottom of the basin" + }, + { + "from": [ 0, 0, 0 ], + "to": [ 5, 2, 5 ], + "faces": { + "down": { "uv": [ 0, 0, 5, 5 ], "texture": "#legBottom", "cullface": "down" }, + "north": { "uv": [ 11,14, 16, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 11,14, 16, 16 ], "texture": "#leg"}, + "west": { "uv": [ 0,14, 5, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 0,14, 5, 16 ], "texture": "#leg"} + } + }, + { + "from": [ 11, 0, 0 ], + "to": [ 16, 2, 5 ], + "faces": { + "down": { "uv": [ 11, 0, 16, 5 ], "texture": "#legBottom", "cullface": "down" }, + "east": { "uv": [ 11,14, 16, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 11,14, 16, 16 ], "texture": "#leg"}, + "north": { "uv": [ 0,14, 5, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 0,14, 5, 16 ], "texture": "#leg"} + } + }, + { + "from": [ 11, 0, 11 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 11,11, 16, 16 ], "texture": "#legBottom", "cullface": "down" }, + "south": { "uv": [ 11,14, 16, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 11,14, 16, 16 ], "texture": "#leg"}, + "east": { "uv": [ 0,14, 5, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 0,14, 5, 16 ], "texture": "#leg"} + } + }, + { + "from": [ 0, 0, 11 ], + "to": [ 5, 2, 16 ], + "faces": { + "down": { "uv": [ 0,11, 5, 16 ], "texture": "#legBottom", "cullface": "down" }, + "west": { "uv": [ 11,14, 16, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 11,14, 16, 16 ], "texture": "#leg"}, + "south": { "uv": [ 0,14, 5, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 0,14, 5, 16 ], "texture": "#leg"} + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/casting_table.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/casting_table.json new file mode 100644 index 0000000..9a2cba0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/casting_table.json @@ -0,0 +1,109 @@ +{ + "textures": { + "top": "tconstruct:blocks/smeltery/castingtable_top", + "side": "tconstruct:blocks/smeltery/castingtable_side", + "leg": "tconstruct:blocks/smeltery/castingtable_side", + "legBottom": "tconstruct:blocks/smeltery/castingtable_bottom", + "bottom": "tconstruct:blocks/smeltery/castingtable_bottom", + "particle": "tconstruct:blocks/smeltery/castingtable_top" + }, + "elements": [ + { + "from": [ 0, 15, 0 ], + "to": [ 15, 16, 1 ], + "faces": { + "up": { "uv": [ 0, 0, 15, 1 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "north"}, + "south": { "uv": [ 0, 0, 15, 1 ], "texture": "#side"}, + "west": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "west" } + } + }, + { + "from": [ 15, 15, 0 ], + "to": [ 16, 16, 15 ], + "faces": { + "up": { "uv": [15, 0, 16,15 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "north"}, + "east": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "east" }, + "west": { "uv": [ 0, 0, 15, 1 ], "texture": "#side"} + } + }, + { + "from": [ 1, 15, 15 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 1,15, 16,16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 15, 1 ], "texture": "#side"}, + "south": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "south"}, + "east": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "east" } + } + }, + { + "from": [ 0, 15, 1 ], + "to": [ 1, 16, 16 ], + "faces": { + "up": { "uv": [ 0, 1, 1,16 ], "texture": "#top", "cullface": "up" }, + "east": { "uv": [ 0, 0, 15, 1 ], "texture": "#side"}, + "south": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "south"}, + "west": { "uv": [ 0, 0, 15, 1 ], "texture": "#side", "cullface": "west" } + } + }, + { + "from": [ 0, 10, 0 ], + "to": [ 16, 15, 16 ], + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom"}, + "north": { "uv": [ 0, 1, 16, 6 ], "texture": "#side", "cullface": "north"}, + "south": { "uv": [ 0, 1, 16, 6 ], "texture": "#side", "cullface": "south"}, + "west": { "uv": [ 0, 1, 16, 6 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 1, 16, 6 ], "texture": "#side", "cullface": "east" } + }, + "__comment": "Table top plate" + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 10, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#legBottom", "cullface": "down" }, + "north": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg"}, + "west": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg"} + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 10, 4 ], + "faces": { + "down": { "uv": [ 12, 12, 16, 16 ], "texture": "#legBottom", "cullface": "down" }, + "east": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg" }, + "north": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 12, 0, 12 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 4 ], "texture": "#legBottom", "cullface": "down" }, + "south": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg" }, + "east": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 4, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#legBottom", "cullface": "down" }, + "west": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 11, 6, 16, 16 ], "texture": "#leg" }, + "south": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 0, 6, 5, 16 ], "texture": "#leg" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/craftingstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/craftingstation.json new file mode 100644 index 0000000..29117dc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/craftingstation.json @@ -0,0 +1,11 @@ +{ + "parent": "tconstruct:block/table", + "textures": { + "particle": "tconstruct:blocks/craftingstation_top", + "top": "tconstruct:blocks/craftingstation_top", + "side": "tconstruct:blocks/craftingstation_side", + "bottom": "minecraft:blocks/planks_oak", + "leg": "tconstruct:blocks/table_side", + "legBottom": "minecraft:blocks/planks_oak" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_bottom_top.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_bottom_top.json new file mode 100644 index 0000000..4c61059 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_overlay_all.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_overlay_all.json new file mode 100644 index 0000000..973689b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_overlay_all.json @@ -0,0 +1,29 @@ +{ + "textures": { + "particle": "#overlay" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "east" } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_overlay_side.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_overlay_side.json new file mode 100644 index 0000000..a6d35c7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/cube_overlay_side.json @@ -0,0 +1,24 @@ +{ + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "cullface": "east" } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/fancy_frame.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/fancy_frame.json new file mode 100644 index 0000000..2a8c8be --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/fancy_frame.json @@ -0,0 +1,31 @@ +{ + "comment": "Setting display tags for the item form", + "parent": "block/item_frame", + "display": { + "fixed": { + "translation": [ 0, 0, -7 ] + }, + "ground": { + "translation": [ 0, 0, -2 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson_righthand": { + "rotation": [ -20, 90, 0 ], + "translation": [ -3, 0.5, 0 ] + }, + "firstperson_lefthand": { + "rotation": [ -20, 90, 0 ], + "translation": [ -3, 0.5, 0 ] + }, + "thirdperson_righthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 2, 3.25 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 2, 3.25 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json new file mode 100644 index 0000000..6e87062 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet.json @@ -0,0 +1,81 @@ +{ + "comment": "Model is facing South (as in: the block it's connected to is south of it)", + "textures": { + "tex": "tconstruct:blocks/smeltery/faucet", + "particle": "tconstruct:blocks/smeltery/faucet" + }, + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 3, -1, 0 ], + "scale": [ 0.9375, 0.9375, 0.9375 ] + }, + "ground": { + "translation": [ 0, 3, -1 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "fixed": { + "translation": [ 0, 0, -1 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 3, 0.5 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "thirdperson_lefthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 3, 0.5 ], + "scale": [ 0.4, 0.4, 0.4 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0.5, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 135, 0 ], + "translation": [ 0, 0.5, 0 ], + "scale": [ 0.5, 0.5, 0.5 ] + } + }, + "elements": [ + { + "from": [ 4, 4, 10 ], + "to": [ 12, 6, 16 ], + "faces": { + "up": { "uv": [ 4, 10, 12, 16 ], "texture": "#tex"}, + "down": { "uv": [ 4, 10, 12, 16 ], "texture": "#tex", "rotation": 180}, + "north": { "uv": [ 4, 8, 12, 10 ], "texture": "#tex"}, + "east": { "uv": [ 12, 10, 14, 16 ], "texture": "#tex", "rotation": 90}, + "south": { "uv": [ 4, 10, 12, 8 ], "texture": "#tex"}, + "west": { "uv": [ 2, 10, 4, 16 ], "texture": "#tex", "rotation": 270 } + }, + "__comment": "The bottom platform, facing south with the dark texture side" + }, + { + "from": [ 10, 6, 10 ], + "to": [ 12, 10, 16 ], + "faces": { + "up": { "uv": [ 13, 10, 15, 16 ], "texture": "#tex"}, + "north": { "uv": [ 6, 10, 8, 6 ], "texture": "#tex"}, + "east": { "uv": [ 8, 10, 12, 16 ], "texture": "#tex", "rotation": 90}, + "south": { "uv": [ 6, 10, 8, 6 ], "texture": "#tex"}, + "west": { "uv": [ 2, 10, 6, 16 ], "texture": "#tex", "rotation": 270} + }, + "__comment": "Left side from front (east)" + }, + { + "from": [ 4, 6, 10 ], + "to": [ 6, 10, 16 ], + "faces": { + "up": { "uv": [ 1, 10, 3, 16 ], "texture": "#tex"}, + "north": { "uv": [ 6, 10, 8, 6 ], "texture": "#tex"}, + "east": { "uv": [ 2, 10, 6, 16 ], "texture": "#tex", "rotation": 90}, + "south": { "uv": [ 6, 10, 4, 6 ], "texture": "#tex"}, + "west": { "uv": [ 6, 10, 12, 16 ], "texture": "#tex", "rotation": 270} + }, + "__comment": "Right side from front (west)" + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet_top.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet_top.json new file mode 100644 index 0000000..a0d4ef5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/faucet_top.json @@ -0,0 +1,56 @@ +{ + "textures": { + "tex": "tconstruct:blocks/smeltery/faucet", + "particle": "tconstruct:blocks/smeltery/faucet" + }, + "elements": [ + { + "from": [ 4, 10, 4 ], + "to": [ 12, 16, 6 ], + "faces": { + "up": { "uv": [ 4, 8, 12, 10 ], "texture": "#tex"}, + "down": { "uv": [ 4, 10, 12, 8 ], "texture": "#tex"}, + "north": { "uv": [ 4, 16, 12, 10 ], "texture": "#tex"}, + "east": { "uv": [ 12, 10, 14, 16 ], "texture": "#tex", "rotation": 180}, + "south": { "uv": [ 4, 16, 12, 10 ], "texture": "#tex"}, + "west": { "uv": [ 2, 10, 4, 16 ], "texture": "#tex", "rotation": 180} + } + }, + { + "from": [ 4, 10, 10 ], + "to": [ 12, 16, 12 ], + "faces": { + "up": { "uv": [ 4, 8, 12, 10 ], "texture": "#tex"}, + "down": { "uv": [ 4, 10, 12, 8 ], "texture": "#tex"}, + "north": { "uv": [ 4, 16, 12, 10 ], "texture": "#tex"}, + "east": { "uv": [ 12, 10, 14, 16 ], "texture": "#tex", "rotation": 180}, + "south": { "uv": [ 4, 16, 12, 10 ], "texture": "#tex"}, + "west": { "uv": [ 2, 10, 4, 16 ], "texture": "#tex", "rotation": 180} + } + }, + { + "from": [ 4, 10, 6 ], + "to": [ 6, 16, 10 ], + "faces": { + "up": { "uv": [ 6, 8, 10, 10 ], "texture": "#tex"}, + "down": { "uv": [ 6, 10, 10, 8 ], "texture": "#tex"}, + "north": { "uv": [ 6, 16, 10, 10 ], "texture": "#tex"}, + "east": { "uv": [ 12, 10, 14, 16 ], "texture": "#tex", "rotation": 180}, + "south": { "uv": [ 6, 16, 10, 10 ], "texture": "#tex"}, + "west": { "uv": [ 2, 10, 4, 16 ], "texture": "#tex", "rotation": 180} + } + }, + { + "from": [ 10, 10, 6 ], + "to": [ 12, 16, 10 ], + "faces": { + "up": { "uv": [ 6, 8, 10, 10 ], "texture": "#tex"}, + "down": { "uv": [ 6, 10, 10, 8 ], "texture": "#tex"}, + "north": { "uv": [ 6, 16, 10, 10 ], "texture": "#tex"}, + "east": { "uv": [ 12, 10, 14, 16 ], "texture": "#tex", "rotation": 180}, + "south": { "uv": [ 6, 16, 10, 10 ], "texture": "#tex"}, + "west": { "uv": [ 2, 10, 4, 16 ], "texture": "#tex", "rotation": 180} + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/flat_in.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/flat_in.json new file mode 100644 index 0000000..573f533 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/flat_in.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 0, 0, 0.01 ], + "to": [ 16, 16, 0.01 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/partbuilder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/partbuilder.json new file mode 100644 index 0000000..17a620b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/partbuilder.json @@ -0,0 +1,11 @@ +{ + "parent": "tconstruct:block/table", + "textures": { + "particle": "tconstruct:blocks/partbuilder_top", + "top": "tconstruct:blocks/partbuilder_top", + "side": "tconstruct:blocks/table_side", + "bottom": "minecraft:blocks/log_oak", + "leg": "minecraft:blocks/log_oak", + "legBottom": "minecraft:blocks/log_oak" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/patternchest.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/patternchest.json new file mode 100644 index 0000000..6aea07b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/patternchest.json @@ -0,0 +1,24 @@ +{ + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#up" }, + "north": { "texture": "#north", "uv": [0, 0, 16, 16], "cullface": "north" }, + "south": { "texture": "#south", "uv": [0, 0, 16, 16], "cullface": "south" }, + "west": { "texture": "#west", "uv": [0, 0, 16, 16], "cullface": "west" }, + "east": { "texture": "#east", "uv": [0, 0, 16, 16], "cullface": "east" } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji.json new file mode 100644 index 0000000..8517f43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji.json @@ -0,0 +1,85 @@ +{ + "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 2, 0 ], + "scale": [0.78125, 0.78125, 0.78125] + }, + "thirdperson_righthand": { + "rotation": [ 75, 45, 0 ], + "translation": [ 0, 2.5, 1.5], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson_righthand": { + "rotation": [ -5, 0, 0 ], + "translation": [ 0, 3, 0 ], + "scale": [ 0.70, 0.70, 0.70 ] + } + }, + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 3, 0, 3 ], + "to": [ 5, 6, 5 ], + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [2, 2, 4, 8], "texture": "#all" }, + "west": { "uv": [4, 2, 6, 8], "texture": "#all" }, + "east": { "uv": [6, 2, 8, 8], "texture": "#all" } + } + }, + { + "from": [ 3, 0, 11 ], + "to": [ 5, 6, 13 ], + "faces": { + "up": { "uv": [ 8, 0, 10, 2], "texture": "#all" }, + "down": { "uv": [10, 0, 12, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [ 8, 2, 10, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [12, 2, 14, 8], "texture": "#all" }, + "east": { "uv": [14, 2, 16, 8], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 11 ], + "to": [ 13, 6, 13 ], + "faces": { + "up": { "uv": [0, 8, 2, 10], "texture": "#all" }, + "down": { "uv": [2, 8, 4, 10], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 10, 2, 16], "texture": "#all" }, + "south": { "uv": [2, 10, 4, 16], "texture": "#all" }, + "west": { "uv": [4, 10, 6, 16], "texture": "#all" }, + "east": { "uv": [6, 10, 8, 16], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 3 ], + "to": [ 13, 6, 5 ], + "faces": { + "up": { "uv": [ 8, 8, 10, 10], "texture": "#all" }, + "down": { "uv": [10, 8, 12, 10], "texture": "#all", "cullface": "down" }, + "north": { "uv": [ 8, 10, 10, 16], "texture": "#all" }, + "south": { "uv": [10, 10, 12, 16], "texture": "#all" }, + "west": { "uv": [12, 10, 14, 16], "texture": "#all" }, + "east": { "uv": [14, 10, 16, 16], "texture": "#all" } + } + }, + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [4, 10, 6, 16], "texture": "#all" }, + "east": { "uv": [14, 10, 16, 16], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji1.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji1.json new file mode 100644 index 0000000..2adc74d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji1.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [2, 2, 4, 8], "texture": "#all" }, + "west": { "uv": [4, 2, 6, 8], "texture": "#all" }, + "east": { "uv": [6, 2, 8, 8], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji2.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji2.json new file mode 100644 index 0000000..5672608 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji2.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [ 8, 0, 10, 2], "texture": "#all" }, + "down": { "uv": [10, 0, 12, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [ 8, 2, 10, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [12, 2, 14, 8], "texture": "#all" }, + "east": { "uv": [14, 2, 16, 8], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji3.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji3.json new file mode 100644 index 0000000..2c1a857 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji3.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [0, 8, 2, 10], "texture": "#all" }, + "down": { "uv": [2, 8, 4, 10], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 10, 2, 16], "texture": "#all" }, + "south": { "uv": [2, 10, 4, 16], "texture": "#all" }, + "west": { "uv": [4, 10, 6, 16], "texture": "#all" }, + "east": { "uv": [6, 10, 8, 16], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji4.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji4.json new file mode 100644 index 0000000..0d72b83 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [ 8, 8, 10, 10], "texture": "#all" }, + "down": { "uv": [10, 8, 12, 10], "texture": "#all", "cullface": "down" }, + "north": { "uv": [ 8, 10, 10, 16], "texture": "#all" }, + "south": { "uv": [10, 10, 12, 16], "texture": "#all" }, + "west": { "uv": [12, 10, 14, 16], "texture": "#all" }, + "east": { "uv": [14, 10, 16, 16], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji5.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji5.json new file mode 100644 index 0000000..71d83e3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji5.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [4, 10, 6, 16], "texture": "#all" }, + "east": { "uv": [14, 10, 16, 16], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji_corner.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji_corner.json new file mode 100644 index 0000000..a8f4163 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji_corner.json @@ -0,0 +1,101 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 11, 0, 3 ], + "to": [ 13, 6, 5 ], + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [2, 2, 4, 8], "texture": "#all" }, + "west": { "uv": [4, 2, 6, 8], "texture": "#all" }, + "east": { "uv": [6, 2, 8, 8], "texture": "#all" } + } + }, + { + "from": [ 11, 0, 11 ], + "to": [ 13, 6, 13 ], + "faces": { + "up": { "uv": [ 8, 0, 10, 2], "texture": "#all" }, + "down": { "uv": [10, 0, 12, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [ 8, 2, 10, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [12, 2, 14, 8], "texture": "#all" }, + "east": { "uv": [14, 2, 16, 8], "texture": "#all" } + } + }, + { + "from": [ 0, 11, 3 ], + "to": [ 6, 13, 5 ], + "faces": { + "west": { "uv": [2, 8, 2, 10], "texture": "#all", "rotation": 90 }, + "east": { "uv": [0, 8, 4, 10], "texture": "#all", "rotation": 90 }, + "north": { "uv": [0, 10, 2, 16], "texture": "#all", "rotation": 270 }, + "south": { "uv": [2, 10, 4, 16], "texture": "#all", "rotation": 90 }, + "up": { "uv": [4, 10, 6, 16], "texture": "#all", "rotation": 90 }, + "down": { "uv": [6, 10, 8, 16], "texture": "#all", "rotation": 90 } + } + }, + { + "from": [ 0, 11, 11 ], + "to": [ 6, 13, 13 ], + "faces": { + "west": { "uv": [10, 8, 10, 10], "texture": "#all", "rotation": 90 }, + "east": { "uv": [ 8, 8, 12, 10], "texture": "#all", "rotation": 90 }, + "north": { "uv": [ 8, 10, 10, 16], "texture": "#all", "rotation": 270 }, + "south": { "uv": [10, 10, 12, 16], "texture": "#all", "rotation": 90 }, + "up": { "uv": [12, 10, 14, 16], "texture": "#all", "rotation": 90 }, + "down": { "uv": [14, 10, 16, 16], "texture": "#all", "rotation": 90 } + } + }, + { + "from": [ 0, 7, 7 ], + "to": [ 6, 9, 9 ], + "faces": { + "west": { "uv": [2, 0, 2, 2], "texture": "#all", "rotation": 90 }, + "east": { "uv": [0, 0, 4, 2], "texture": "#all", "rotation": 90 }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all", "rotation": 270 }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all", "rotation": 90 }, + "up": { "uv": [4, 10, 6, 16], "texture": "#all", "rotation": 90 }, + "down": { "uv": [14, 10, 16, 16], "texture": "#all", "rotation": 90 } + } + }, + { + "from": [ 7, -2.5, 3 ], + "to": [ 9, 3.5, 5 ], + "rotation": { + "origin": [8, 8, 8], + "axis": "z", + "angle": -45 + }, + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [4, 10, 6, 16], "texture": "#all" }, + "east": { "uv": [14, 10, 16, 16], "texture": "#all" } + } + }, + { + "from": [ 7, -2.5, 11 ], + "to": [ 9, 3.5, 13 ], + "rotation": { + "origin": [8, 8, 8], + "axis": "z", + "angle": -45 + }, + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [10, 2, 12, 8], "texture": "#all" }, + "west": { "uv": [4, 10, 6, 16], "texture": "#all" }, + "east": { "uv": [14, 10, 16, 16], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji_stick.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji_stick.json new file mode 100644 index 0000000..2adc74d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/punji_stick.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { + "from": [ 7, 0, 7 ], + "to": [ 9, 6, 9 ], + "faces": { + "up": { "uv": [0, 0, 2, 2], "texture": "#all" }, + "down": { "uv": [2, 0, 4, 2], "texture": "#all", "cullface": "down" }, + "north": { "uv": [0, 2, 2, 8], "texture": "#all" }, + "south": { "uv": [2, 2, 4, 8], "texture": "#all" }, + "west": { "uv": [4, 2, 6, 8], "texture": "#all" }, + "east": { "uv": [6, 2, 8, 8], "texture": "#all" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack.json new file mode 100644 index 0000000..0d6571e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack.json @@ -0,0 +1,28 @@ +{ + "__comment": "Model is in the center, top of the block", + "parent": "block/block", + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, -3, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + }, + "textures": { + "particle": "#leg" + }, + "elements": [ + { + "from": [ 0, 12, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] }, + "east": { "texture": "#leg", "uv": [ 0, 0, 4, 4 ] }, + "south": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] }, + "west": { "texture": "#leg", "uv": [ 12, 0, 16, 4 ] }, + "up": { "texture": "#leg", "uv": [ 0, 12, 16, 16 ] }, + "down": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack_down.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack_down.json new file mode 100644 index 0000000..927c854 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack_down.json @@ -0,0 +1,20 @@ +{ + "__comment": "Model is in the center, bottom of the block", + "textures": { + "particle": "#leg" + }, + "elements": [ + { + "from": [ 0, 0, 6 ], + "to": [ 16, 4, 10 ], + "faces": { + "north": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] }, + "east": { "texture": "#leg", "uv": [ 0, 0, 4, 4 ] }, + "south": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] }, + "west": { "texture": "#leg", "uv": [ 12, 0, 16, 4 ] }, + "up": { "texture": "#leg", "uv": [ 0, 12, 16, 16 ] }, + "down": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack_side.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack_side.json new file mode 100644 index 0000000..9816cf6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/rack_side.json @@ -0,0 +1,20 @@ +{ + "__comment": "Model is in the north, top of the block", + "textures": { + "particle": "#leg" + }, + "elements": [ + { + "from": [ 0, 12, 12 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] }, + "east": { "texture": "#leg", "uv": [ 0, 0, 4, 4 ] }, + "south": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] }, + "west": { "texture": "#leg", "uv": [ 12, 0, 16, 4 ] }, + "up": { "texture": "#leg", "uv": [ 0, 12, 16, 16 ] }, + "down": { "texture": "#leg", "uv": [ 0, 0, 16, 4 ] } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel.json new file mode 100644 index 0000000..b5b2be4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel.json @@ -0,0 +1,19 @@ +{ "parent": "block/block", + "textures": { + "particle": "#slime" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "north": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "cullface": "north" }, + "east": { "texture": "#slime", "uv": [ 0, 0, 4, 8 ], "tintindex": 0, "cullface": "east", "rotation": 270 }, + "south": { "texture": "#slime", "uv": [ 0, 0, 8, 4 ], "tintindex": 0, "cullface": "south" }, + "west": { "texture": "#slime", "uv": [ 4, 0, 8, 8 ], "tintindex": 0, "cullface": "west", "rotation": 90 }, + "up": { "texture": "#slime", "uv": [ 0, 0, 8, 8 ], "tintindex": 0, "rotation": 180 }, + "down": { "texture": "#slime", "uv": [ 0, 0, 8, 8 ], "tintindex": 0, "cullface": "down" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_diagonal.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_diagonal.json new file mode 100644 index 0000000..eb5488b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_diagonal.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#slime" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "north": { "texture": "#slime", "uv": [ 0, 0, 4, 8 ], "tintindex": 0, "cullface": "north", "rotation": 270 }, + "east": { "texture": "#slime", "uv": [ 0, 0, 4, 8 ], "tintindex": 0, "cullface": "east", "rotation": 270 }, + "south": { "texture": "#slime", "uv": [ 4, 0, 8, 8 ], "tintindex": 0, "cullface": "south", "rotation": 90 }, + "west": { "texture": "#slime", "uv": [ 4, 0, 8, 8 ], "tintindex": 0, "cullface": "west", "rotation": 90 }, + "up": { "texture": "#diagonal", "uv": [ 0, 0, 16, 16 ], "tintindex": 0, "rotation": 180 }, + "down": { "texture": "#diagonal", "uv": [ 0, 0, 16, 16 ], "tintindex": 0, "cullface": "down" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_inner.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_inner.json new file mode 100644 index 0000000..9f0e8c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_inner.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#slime" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 8, 8 ], + "faces": { + "north": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "cullface": "north" }, + "east": { "texture": "#slime", "uv": [ 0, 4, 4, 8 ], "tintindex": 0, "cullface": "east", "rotation": 270 }, + "south": { "texture": "#slime", "uv": [ 0, 0, 8, 4 ], "tintindex": 0, "rotation": 180 }, + "west": { "texture": "#slime", "uv": [ 4, 0, 8, 8 ], "tintindex": 0, "cullface": "west", "rotation": 90 }, + "up": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "rotation": 180 }, + "down": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "cullface": "down" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_outer.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_outer.json new file mode 100644 index 0000000..f6b97a9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_channel_outer.json @@ -0,0 +1,39 @@ +{ + "textures": { + "particle": "#slime" + }, + "elements": [ + { + "__comment": "Upper", + "from": [ 0, 8, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#slime", "uv": [ 0, 0, 8, 4 ], "tintindex": 0 }, + "east": { "texture": "#slime", "uv": [ 0, 0, 4, 4 ], "tintindex": 0, "cullface": "east" }, + "south": { "texture": "#slime", "uv": [ 0, 0, 8, 4 ], "tintindex": 0, "cullface": "south" }, + "west": { "texture": "#slime", "uv": [ 4, 0, 8, 4 ], "tintindex": 0, "cullface": "west" }, + "up": { "texture": "#slime", "uv": [ 0, 0, 8, 4 ], "tintindex": 0, "cullface": "up", "rotation": 180 } + } + }, + { + "__comment": "Lower", + "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "north": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "cullface": "north" }, + "east": { "texture": "#slime", "uv": [ 0, 0, 4, 8 ], "tintindex": 0, "cullface": "east", "rotation": 270 }, + "south": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "cullface": "south" }, + "west": { "texture": "#slime", "uv": [ 4, 0, 8, 8 ], "tintindex": 0, "cullface": "west", "rotation": 90 }, + "down": { "texture": "#slime", "uv": [ 0, 3, 8, 11 ], "tintindex": 0, "cullface": "down" } + } + }, + { + "__comment": "Middle face", + "from": [ 0, 8, 0 ], + "to": [ 16, 8, 8 ], + "faces": { + "up": { "texture": "#slime", "uv": [ 0, 4, 8, 8 ], "tintindex": 0, "rotation": 180 } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_magma.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_magma.json new file mode 100644 index 0000000..29627db --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/slime_magma.json @@ -0,0 +1,31 @@ +{ + "textures": { + "particle": "tconstruct:blocks/slime/slime_magma", + "texture": "tconstruct:blocks/slime/slime_magma", + "inner": "minecraft:blocks/lava_still" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + }, + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#inner" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#inner" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#inner" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#inner" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#inner" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#inner" } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/stenciltable.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/stenciltable.json new file mode 100644 index 0000000..61b5d17 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/stenciltable.json @@ -0,0 +1,11 @@ +{ + "parent": "tconstruct:block/table", + "textures": { + "particle": "tconstruct:blocks/stenciltable_top", + "top": "tconstruct:blocks/stenciltable_top", + "side": "tconstruct:blocks/table_side", + "bottom": "minecraft:blocks/planks_oak", + "leg": "minecraft:blocks/planks_oak", + "legBottom": "minecraft:blocks/planks_oak" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/table.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/table.json new file mode 100644 index 0000000..a7b8253 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/table.json @@ -0,0 +1,61 @@ +{ + "elements": [ + { + "from": [ 0, 12, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "east" } + }, + "__comment": "Table top plate" + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 12, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#legBottom", "cullface": "down" }, + "north": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "west": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 12, 4 ], + "faces": { + "down": { "uv": [ 12, 12, 16, 16 ], "texture": "#legBottom", "cullface": "down" }, + "east": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "north": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 12, 0, 12 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 4 ], "texture": "#legBottom", "cullface": "down" }, + "south": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "east": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 4, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#legBottom", "cullface": "down" }, + "west": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "south": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank.json new file mode 100644 index 0000000..67135b0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#top" }, + "up": { "texture": "#bottom" }, + "north": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank_knob.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank_knob.json new file mode 100644 index 0000000..93ef0e0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tank_knob.json @@ -0,0 +1,17 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 3, 0, 3 ], + "to": [ 13, 1, 13 ], + "faces": { + "up": { "texture": "#top" }, + "north": { "texture": "#side" }, + "south": { "texture": "#side" }, + "west": { "texture": "#side" }, + "east": { "texture": "#side" } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tinker_tank_active.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tinker_tank_active.json new file mode 100644 index 0000000..2829aba --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/tinker_tank_active.json @@ -0,0 +1,31 @@ +{ + "textures": { + "particle": "tconstruct:blocks/smeltery/tinker_tank", + "front": "tconstruct:blocks/smeltery/tinker_tank_overlay", + "side": "tconstruct:blocks/smeltery/seared_brick", + "back": "tconstruct:blocks/smeltery/tinker_tank_background" + }, + "elements": [ + { + "__comment": "main", + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#front", "uv": [ 0, 0, 16, 16 ], "cullface": "north" }, + "east": { "texture": "#side", "uv": [ 0, 0, 16, 16 ], "cullface": "east" }, + "south": { "texture": "#side", "uv": [ 0, 0, 16, 16 ], "cullface": "south" }, + "west": { "texture": "#side", "uv": [ 0, 0, 16, 16 ], "cullface": "west" }, + "up": { "texture": "#side", "uv": [ 0, 0, 16, 16 ], "cullface": "up" }, + "down": { "texture": "#side", "uv": [ 0, 0, 16, 16 ], "cullface": "down" } + } + }, + { + "__comment": "backface", + "from": [ 0, 0, 0.1 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "texture": "#back", "uv": [ 0, 0, 16, 16 ], "cullface": "north" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/toolforge.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/toolforge.json new file mode 100644 index 0000000..c30b800 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/toolforge.json @@ -0,0 +1,81 @@ +{ + "textures": { + "particle": "tconstruct:blocks/toolforge_top", + "top": "tconstruct:blocks/toolforge_top", + "bottom": "minecraft:blocks/iron_block", + "leg": "minecraft:blocks/iron_block", + "legBottom": "minecraft:blocks/iron_block" + }, + "elements": [ + { + "from": [ 0, 15, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#top", "cullface": "north", "rotation": 180 }, + "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#top", "cullface": "south", "rotation": 0 }, + "west": { "uv": [ 0, 0, 1, 16 ], "texture": "#top", "cullface": "west", "rotation": 270 }, + "east": { "uv": [15, 0, 16, 16 ], "texture": "#top", "cullface": "east", "rotation": 90 } + }, + "uvlock": true, + "__comment": "Table plate at the top" + }, + { + "from": [ 0, 12, 0 ], + "to": [ 16, 15, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "north": { "uv": [ 0, 1, 16, 4 ], "texture": "#leg", "cullface": "north"}, + "south": { "uv": [ 0, 1, 16, 4 ], "texture": "#leg", "cullface": "south"}, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#leg", "cullface": "east" } + }, + "uvlock": true, + "__comment": "Table top side" + }, + { + "from": [ 0, 0, 0 ], + "to": [ 4, 12, 4 ], + "faces": { + "down": { "uv": [ 0, 12, 4, 16 ], "texture": "#legBottom", "cullface": "down" }, + "north": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "west": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 12, 0, 0 ], + "to": [ 16, 12, 4 ], + "faces": { + "down": { "uv": [ 12, 12, 16, 16 ], "texture": "#legBottom", "cullface": "down" }, + "east": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "north": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "north" }, + "south": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 12, 0, 12 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 4 ], "texture": "#legBottom", "cullface": "down" }, + "south": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "east": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "east" }, + "west": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + }, + { + "from": [ 0, 0, 12 ], + "to": [ 4, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#legBottom", "cullface": "down" }, + "west": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg", "cullface": "west" }, + "east": { "uv": [ 12, 4, 16, 16 ], "texture": "#leg" }, + "south": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg", "cullface": "south" }, + "north": { "uv": [ 0, 4, 4, 16 ], "texture": "#leg" } + } + } + ] +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/toolstation.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/toolstation.json new file mode 100644 index 0000000..0a366d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/toolstation.json @@ -0,0 +1,11 @@ +{ + "parent": "tconstruct:block/table", + "textures": { + "particle": "tconstruct:blocks/toolstation_top", + "top": "tconstruct:blocks/toolstation_top", + "side": "tconstruct:blocks/table_side", + "bottom": "minecraft:blocks/planks_oak", + "leg": "tconstruct:blocks/table_side", + "legBottom": "minecraft:blocks/planks_oak" + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_north.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_north.json new file mode 100644 index 0000000..c177b31 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_north.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#vine", + "vine": "tconstruct:blocks/slime/slimevine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_up.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_up.json new file mode 100644 index 0000000..d3e733a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/block/vine_up.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#vine", + "vine": "tconstruct:blocks/slime/slimevine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/book.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/book.json new file mode 100644 index 0000000..cd32e11 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/book.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:items/book" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/cast.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/cast.json new file mode 100644 index 0000000..9176453 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/cast.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:items/cast" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/clay_cast.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/clay_cast.json new file mode 100644 index 0000000..10919fd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/clay_cast.json @@ -0,0 +1,3 @@ +{ + "parent": "tconstruct:item/cast" +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/bane_of_arthopods.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/bane_of_arthopods.json new file mode 100644 index 0000000..14fc706 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/bane_of_arthopods.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_bane_spider", + "battleaxe": "tconstruct:items/battleaxe/mod_bane_spider", + "battlesign": "tconstruct:items/battlesign/mod_bane_spider", + "broadsword": "tconstruct:items/broadsword/mod_bane_spider", + "rapier": "tconstruct:items/rapier/mod_bane_spider", + "cleaver": "tconstruct:items/cleaver/mod_bane_spider", + "excavator": "tconstruct:items/excavator/mod_bane_spider", + "frypan": "tconstruct:items/frypan/mod_bane_spider", + "hammer": "tconstruct:items/hammer/mod_bane_spider", + "hatchet": "tconstruct:items/hatchet/mod_bane_spider", + "longbow": "tconstruct:items/longbow/mod_bane_spider", + "longbow1": "tconstruct:items/longbow/mod_bane_spider", + "longbow2": "tconstruct:items/longbow/mod_bane_spider_2", + "longbow3": "tconstruct:items/longbow/mod_bane_spider_3", + "longsword": "tconstruct:items/longsword/mod_bane_spider", + "lumberaxe": "tconstruct:items/lumberaxe/mod_bane_spider", + "mattock": "tconstruct:items/mattock/mod_bane_spider", + "pickaxe": "tconstruct:items/pickaxe/mod_bane_spider", + "scythe": "tconstruct:items/scythe/mod_bane_spider", + "shovel": "tconstruct:items/shovel/mod_bane_spider", + "shuriken": "tconstruct:items/shuriken/mod_bane_spider", + "shortbow": "tconstruct:items/shortbow/mod_bane_spider", + "shortbow1": "tconstruct:items/shortbow/mod_bane_spider", + "shortbow2": "tconstruct:items/shortbow/mod_bane_spider_2", + "shortbow3": "tconstruct:items/shortbow/mod_bane_spider_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/beheading.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/beheading.json new file mode 100644 index 0000000..94962f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/beheading.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_beheading", + "battleaxe": "tconstruct:items/battleaxe/mod_beheading", + "battlesign": "tconstruct:items/battlesign/mod_beheading", + "broadsword": "tconstruct:items/broadsword/mod_beheading", + "rapier": "tconstruct:items/rapier/mod_beheading", + "cleaver": "tconstruct:items/cleaver/mod_beheading", + "excavator": "tconstruct:items/excavator/mod_beheading", + "frypan": "tconstruct:items/frypan/mod_beheading", + "hammer": "tconstruct:items/hammer/mod_beheading", + "hatchet": "tconstruct:items/hatchet/mod_beheading", + "longbow": "tconstruct:items/longbow/mod_beheading", + "longbow1": "tconstruct:items/longbow/mod_beheading", + "longbow2": "tconstruct:items/longbow/mod_beheading", + "longbow3": "tconstruct:items/longbow/mod_beheading", + "longsword": "tconstruct:items/longsword/mod_beheading", + "lumberaxe": "tconstruct:items/lumberaxe/mod_beheading", + "mattock": "tconstruct:items/mattock/mod_beheading", + "pickaxe": "tconstruct:items/pickaxe/mod_beheading", + "scythe": "tconstruct:items/scythe/mod_beheading", + "shovel": "tconstruct:items/shovel/mod_beheading", + "shuriken": "tconstruct:items/shuriken/mod_beheading", + "shortbow": "tconstruct:items/shortbow/mod_beheading", + "shortbow1": "tconstruct:items/shortbow/mod_beheading", + "shortbow2": "tconstruct:items/shortbow/mod_beheading", + "shortbow3": "tconstruct:items/shortbow/mod_beheading" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/blasting.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/blasting.json new file mode 100644 index 0000000..2fe43c4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/blasting.json @@ -0,0 +1,12 @@ +{ + "textures": { + "excavator": "tconstruct:items/excavator/mod_blasting", + "hammer": "tconstruct:items/hammer/mod_blasting", + "hatchet": "tconstruct:items/hatchet/mod_blasting", + "lumberaxe": "tconstruct:items/lumberaxe/mod_blasting", + "mattock": "tconstruct:items/mattock/mod_blasting", + "pickaxe": "tconstruct:items/pickaxe/mod_blasting", + "scythe": "tconstruct:items/scythe/mod_blasting", + "shovel": "tconstruct:items/shovel/mod_blasting" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/diamond.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/diamond.json new file mode 100644 index 0000000..8d0840b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/diamond.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_diamond", + "battleaxe": "tconstruct:items/battleaxe/mod_diamond", + "battlesign": "tconstruct:items/battlesign/mod_diamond", + "broadsword": "tconstruct:items/broadsword/mod_diamond", + "rapier": "tconstruct:items/rapier/mod_diamond", + "cleaver": "tconstruct:items/cleaver/mod_diamond", + "excavator": "tconstruct:items/excavator/mod_diamond", + "frypan": "tconstruct:items/frypan/mod_diamond", + "hammer": "tconstruct:items/hammer/mod_diamond", + "hatchet": "tconstruct:items/hatchet/mod_diamond", + "longbow": "tconstruct:items/longbow/mod_diamond", + "longbow1": "tconstruct:items/longbow/mod_diamond", + "longbow2": "tconstruct:items/longbow/mod_diamond", + "longbow3": "tconstruct:items/longbow/mod_diamond", + "longsword": "tconstruct:items/longsword/mod_diamond", + "lumberaxe": "tconstruct:items/lumberaxe/mod_diamond", + "mattock": "tconstruct:items/mattock/mod_diamond", + "pickaxe": "tconstruct:items/pickaxe/mod_diamond", + "scythe": "tconstruct:items/scythe/mod_diamond", + "shovel": "tconstruct:items/shovel/mod_diamond", + "shuriken": "tconstruct:items/shuriken/mod_diamond", + "shortbow": "tconstruct:items/shortbow/mod_diamond", + "shortbow1": "tconstruct:items/shortbow/mod_diamond", + "shortbow2": "tconstruct:items/shortbow/mod_diamond", + "shortbow3": "tconstruct:items/shortbow/mod_diamond" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/emerald.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/emerald.json new file mode 100644 index 0000000..1625ff2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/emerald.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_emerald", + "battleaxe": "tconstruct:items/battleaxe/mod_emerald", + "battlesign": "tconstruct:items/battlesign/mod_emerald", + "broadsword": "tconstruct:items/broadsword/mod_emerald", + "rapier": "tconstruct:items/rapier/mod_emerald", + "cleaver": "tconstruct:items/cleaver/mod_emerald", + "excavator": "tconstruct:items/excavator/mod_emerald", + "frypan": "tconstruct:items/frypan/mod_emerald", + "hammer": "tconstruct:items/hammer/mod_emerald", + "hatchet": "tconstruct:items/hatchet/mod_emerald", + "longbow": "tconstruct:items/longbow/mod_emerald", + "longbow1": "tconstruct:items/longbow/mod_emerald", + "longbow2": "tconstruct:items/longbow/mod_emerald", + "longbow3": "tconstruct:items/longbow/mod_emerald", + "longsword": "tconstruct:items/longsword/mod_emerald", + "lumberaxe": "tconstruct:items/lumberaxe/mod_emerald", + "mattock": "tconstruct:items/mattock/mod_emerald", + "pickaxe": "tconstruct:items/pickaxe/mod_emerald", + "scythe": "tconstruct:items/scythe/mod_emerald", + "shovel": "tconstruct:items/shovel/mod_emerald", + "shuriken": "tconstruct:items/shuriken/mod_emerald", + "shortbow": "tconstruct:items/shortbow/mod_emerald", + "shortbow1": "tconstruct:items/shortbow/mod_emerald", + "shortbow2": "tconstruct:items/shortbow/mod_emerald", + "shortbow3": "tconstruct:items/shortbow/mod_emerald" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/fiery.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/fiery.json new file mode 100644 index 0000000..d76dc61 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/fiery.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_fiery", + "battleaxe": "tconstruct:items/battleaxe/mod_fiery", + "battlesign": "tconstruct:items/battlesign/mod_fiery", + "broadsword": "tconstruct:items/broadsword/mod_fiery", + "rapier": "tconstruct:items/rapier/mod_fiery", + "cleaver": "tconstruct:items/cleaver/mod_fiery", + "excavator": "tconstruct:items/excavator/mod_fiery", + "frypan": "tconstruct:items/frypan/mod_fiery", + "hammer": "tconstruct:items/hammer/mod_fiery", + "hatchet": "tconstruct:items/hatchet/mod_fiery", + "longbow": "tconstruct:items/longbow/mod_fiery", + "longbow1": "tconstruct:items/longbow/mod_fiery", + "longbow2": "tconstruct:items/longbow/mod_fiery_2", + "longbow3": "tconstruct:items/longbow/mod_fiery_3", + "longsword": "tconstruct:items/longsword/mod_fiery", + "lumberaxe": "tconstruct:items/lumberaxe/mod_fiery", + "mattock": "tconstruct:items/mattock/mod_fiery", + "pickaxe": "tconstruct:items/pickaxe/mod_fiery", + "scythe": "tconstruct:items/scythe/mod_fiery", + "shovel": "tconstruct:items/shovel/mod_fiery", + "shuriken": "tconstruct:items/shuriken/mod_fiery", + "shortbow": "tconstruct:items/shortbow/mod_fiery", + "shortbow1": "tconstruct:items/shortbow/mod_fiery", + "shortbow2": "tconstruct:items/shortbow/mod_fiery_2", + "shortbow3": "tconstruct:items/shortbow/mod_fiery_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/fortify.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/fortify.json new file mode 100644 index 0000000..2a480c3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/fortify.json @@ -0,0 +1,11 @@ +{ + "textures": { + "pickaxe": "tconstruct:items/pickaxe/mod_fortified", + "hatchet": "tconstruct:items/hatchet/mod_fortified", + "scythe": "tconstruct:items/scythe/mod_fortified", + "shovel": "tconstruct:items/shovel/mod_fortified", + "hammer": "tconstruct:items/hammer/mod_fortified", + "lumberaxe": "tconstruct:items/lumberaxe/mod_fortified", + "excavator": "tconstruct:items/excavator/mod_fortified" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/glowing.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/glowing.json new file mode 100644 index 0000000..a9359e7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/glowing.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_glowing", + "battleaxe": "tconstruct:items/battleaxe/mod_glowing", + "battlesign": "tconstruct:items/battlesign/mod_glowing", + "broadsword": "tconstruct:items/broadsword/mod_glowing", + "rapier": "tconstruct:items/rapier/mod_glowing", + "cleaver": "tconstruct:items/cleaver/mod_glowing", + "excavator": "tconstruct:items/excavator/mod_glowing", + "frypan": "tconstruct:items/frypan/mod_glowing", + "hammer": "tconstruct:items/hammer/mod_glowing", + "hatchet": "tconstruct:items/hatchet/mod_glowing", + "longbow": "tconstruct:items/longbow/mod_glowing", + "longbow1": "tconstruct:items/longbow/mod_glowing_1", + "longbow2": "tconstruct:items/longbow/mod_glowing_2", + "longbow3": "tconstruct:items/longbow/mod_glowing_3", + "longsword": "tconstruct:items/longsword/mod_glowing", + "lumberaxe": "tconstruct:items/lumberaxe/mod_glowing", + "mattock": "tconstruct:items/mattock/mod_glowing", + "pickaxe": "tconstruct:items/pickaxe/mod_glowing", + "scythe": "tconstruct:items/scythe/mod_glowing", + "shovel": "tconstruct:items/shovel/mod_glowing", + "shuriken": "tconstruct:items/shuriken/mod_glowing", + "shortbow": "tconstruct:items/shortbow/mod_glowing", + "shortbow1": "tconstruct:items/shortbow/mod_glowing_1", + "shortbow2": "tconstruct:items/shortbow/mod_glowing_2", + "shortbow3": "tconstruct:items/shortbow/mod_glowing_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/haste.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/haste.json new file mode 100644 index 0000000..6d8a4b0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/haste.json @@ -0,0 +1,27 @@ +{ + "textures": { + "battleaxe": "tconstruct:items/battleaxe/mod_haste", + "battlesign": "tconstruct:items/battlesign/mod_haste", + "broadsword": "tconstruct:items/broadsword/mod_haste", + "rapier": "tconstruct:items/rapier/mod_haste", + "cleaver": "tconstruct:items/cleaver/mod_haste", + "excavator": "tconstruct:items/excavator/mod_haste", + "frypan": "tconstruct:items/frypan/mod_haste", + "hammer": "tconstruct:items/hammer/mod_haste", + "hatchet": "tconstruct:items/hatchet/mod_haste", + "longbow": "tconstruct:items/longbow/mod_haste", + "longbow1": "tconstruct:items/longbow/mod_haste_1", + "longbow2": "tconstruct:items/longbow/mod_haste_2", + "longbow3": "tconstruct:items/longbow/mod_haste_3", + "longsword": "tconstruct:items/longsword/mod_haste", + "lumberaxe": "tconstruct:items/lumberaxe/mod_haste", + "mattock": "tconstruct:items/mattock/mod_haste", + "pickaxe": "tconstruct:items/pickaxe/mod_haste", + "scythe": "tconstruct:items/scythe/mod_haste", + "shovel": "tconstruct:items/shovel/mod_haste", + "shortbow": "tconstruct:items/shortbow/mod_haste", + "shortbow1": "tconstruct:items/shortbow/mod_haste_1", + "shortbow2": "tconstruct:items/shortbow/mod_haste_2", + "shortbow3": "tconstruct:items/shortbow/mod_haste_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/knockback.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/knockback.json new file mode 100644 index 0000000..e6fdb48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/knockback.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_knockback", + "battleaxe": "tconstruct:items/battleaxe/mod_knockback", + "battlesign": "tconstruct:items/battlesign/mod_knockback", + "broadsword": "tconstruct:items/broadsword/mod_knockback", + "rapier": "tconstruct:items/rapier/mod_knockback", + "cleaver": "tconstruct:items/cleaver/mod_knockback", + "excavator": "tconstruct:items/excavator/mod_knockback", + "frypan": "tconstruct:items/frypan/mod_knockback", + "hammer": "tconstruct:items/hammer/mod_knockback", + "hatchet": "tconstruct:items/hatchet/mod_knockback", + "longbow": "tconstruct:items/longbow/mod_knockback", + "longbow1": "tconstruct:items/longbow/mod_knockback", + "longbow2": "tconstruct:items/longbow/mod_knockback", + "longbow3": "tconstruct:items/longbow/mod_knockback", + "longsword": "tconstruct:items/longsword/mod_knockback", + "lumberaxe": "tconstruct:items/lumberaxe/mod_knockback", + "mattock": "tconstruct:items/mattock/mod_knockback", + "pickaxe": "tconstruct:items/pickaxe/mod_knockback", + "scythe": "tconstruct:items/scythe/mod_knockback", + "shovel": "tconstruct:items/shovel/mod_knockback", + "shuriken": "tconstruct:items/shuriken/mod_knockback", + "shortbow": "tconstruct:items/shortbow/mod_knockback", + "shortbow1": "tconstruct:items/shortbow/mod_knockback", + "shortbow2": "tconstruct:items/shortbow/mod_knockback", + "shortbow3": "tconstruct:items/shortbow/mod_knockback" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/luck.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/luck.json new file mode 100644 index 0000000..d86a2f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/luck.json @@ -0,0 +1,21 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_luck", + "battleaxe": "tconstruct:items/battleaxe/mod_luck", + "battlesign": "tconstruct:items/battlesign/mod_luck", + "broadsword": "tconstruct:items/broadsword/mod_luck", + "rapier": "tconstruct:items/rapier/mod_luck", + "cleaver": "tconstruct:items/cleaver/mod_luck", + "excavator": "tconstruct:items/excavator/mod_luck", + "frypan": "tconstruct:items/frypan/mod_luck", + "hammer": "tconstruct:items/hammer/mod_luck", + "hatchet": "tconstruct:items/hatchet/mod_luck", + "longsword": "tconstruct:items/longsword/mod_luck", + "lumberaxe": "tconstruct:items/lumberaxe/mod_luck", + "mattock": "tconstruct:items/mattock/mod_luck", + "pickaxe": "tconstruct:items/pickaxe/mod_luck", + "scythe": "tconstruct:items/scythe/mod_luck", + "shovel": "tconstruct:items/shovel/mod_luck", + "shuriken": "tconstruct:items/shuriken/mod_luck" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/mending_moss.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/mending_moss.json new file mode 100644 index 0000000..02802e3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/mending_moss.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_mending_moss", + "battleaxe": "tconstruct:items/battleaxe/mod_mending_moss", + "battlesign": "tconstruct:items/battlesign/mod_mending_moss", + "broadsword": "tconstruct:items/broadsword/mod_mending_moss", + "rapier": "tconstruct:items/rapier/mod_mending_moss", + "cleaver": "tconstruct:items/cleaver/mod_mending_moss", + "excavator": "tconstruct:items/excavator/mod_mending_moss", + "frypan": "tconstruct:items/frypan/mod_mending_moss", + "hammer": "tconstruct:items/hammer/mod_mending_moss", + "hatchet": "tconstruct:items/hatchet/mod_mending_moss", + "longbow": "tconstruct:items/longbow/mod_mending_moss", + "longbow1": "tconstruct:items/longbow/mod_mending_moss", + "longbow2": "tconstruct:items/longbow/mod_mending_moss", + "longbow3": "tconstruct:items/longbow/mod_mending_moss", + "longsword": "tconstruct:items/longsword/mod_mending_moss", + "lumberaxe": "tconstruct:items/lumberaxe/mod_mending_moss", + "mattock": "tconstruct:items/mattock/mod_mending_moss", + "pickaxe": "tconstruct:items/pickaxe/mod_mending_moss", + "scythe": "tconstruct:items/scythe/mod_mending_moss", + "shovel": "tconstruct:items/shovel/mod_mending_moss", + "shuriken": "tconstruct:items/shuriken/mod_mending_moss", + "shortbow": "tconstruct:items/shortbow/mod_mending_moss", + "shortbow1": "tconstruct:items/shortbow/mod_mending_moss", + "shortbow2": "tconstruct:items/shortbow/mod_mending_moss", + "shortbow3": "tconstruct:items/shortbow/mod_mending_moss" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/necrotic.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/necrotic.json new file mode 100644 index 0000000..5f77208 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/necrotic.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_necrotic", + "battleaxe": "tconstruct:items/battleaxe/mod_necrotic", + "battlesign": "tconstruct:items/battlesign/mod_necrotic", + "broadsword": "tconstruct:items/broadsword/mod_necrotic", + "rapier": "tconstruct:items/rapier/mod_necrotic", + "cleaver": "tconstruct:items/cleaver/mod_necrotic", + "excavator": "tconstruct:items/excavator/mod_necrotic", + "frypan": "tconstruct:items/frypan/mod_necrotic", + "hammer": "tconstruct:items/hammer/mod_necrotic", + "hatchet": "tconstruct:items/hatchet/mod_necrotic", + "longbow": "tconstruct:items/longbow/mod_necrotic", + "longbow1": "tconstruct:items/longbow/mod_necrotic", + "longbow2": "tconstruct:items/longbow/mod_necrotic", + "longbow3": "tconstruct:items/longbow/mod_necrotic", + "longsword": "tconstruct:items/longsword/mod_necrotic", + "lumberaxe": "tconstruct:items/lumberaxe/mod_necrotic", + "mattock": "tconstruct:items/mattock/mod_necrotic", + "pickaxe": "tconstruct:items/pickaxe/mod_necrotic", + "scythe": "tconstruct:items/scythe/mod_necrotic", + "shovel": "tconstruct:items/shovel/mod_necrotic", + "shuriken": "tconstruct:items/shuriken/mod_necrotic", + "shortbow": "tconstruct:items/shortbow/mod_necrotic", + "shortbow1": "tconstruct:items/shortbow/mod_necrotic", + "shortbow2": "tconstruct:items/shortbow/mod_necrotic", + "shortbow3": "tconstruct:items/shortbow/mod_necrotic" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/reinforced.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/reinforced.json new file mode 100644 index 0000000..02fc203 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/reinforced.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_reinforced", + "battleaxe": "tconstruct:items/battleaxe/mod_reinforced", + "battlesign": "tconstruct:items/battlesign/mod_reinforced", + "broadsword": "tconstruct:items/broadsword/mod_reinforced", + "rapier": "tconstruct:items/rapier/mod_reinforced", + "cleaver": "tconstruct:items/cleaver/mod_reinforced", + "excavator": "tconstruct:items/excavator/mod_reinforced", + "frypan": "tconstruct:items/frypan/mod_reinforced", + "hammer": "tconstruct:items/hammer/mod_reinforced", + "hatchet": "tconstruct:items/hatchet/mod_reinforced", + "longbow": "tconstruct:items/longbow/mod_reinforced", + "longbow1": "tconstruct:items/longbow/mod_reinforced", + "longbow2": "tconstruct:items/longbow/mod_reinforced", + "longbow3": "tconstruct:items/longbow/mod_reinforced", + "longsword": "tconstruct:items/longsword/mod_reinforced", + "lumberaxe": "tconstruct:items/lumberaxe/mod_reinforced", + "mattock": "tconstruct:items/mattock/mod_reinforced", + "pickaxe": "tconstruct:items/pickaxe/mod_reinforced", + "scythe": "tconstruct:items/scythe/mod_reinforced", + "shovel": "tconstruct:items/shovel/mod_reinforced", + "shuriken": "tconstruct:items/shuriken/mod_reinforced", + "shortbow": "tconstruct:items/shortbow/mod_reinforced", + "shortbow1": "tconstruct:items/shortbow/mod_reinforced", + "shortbow2": "tconstruct:items/shortbow/mod_reinforced", + "shortbow3": "tconstruct:items/shortbow/mod_reinforced" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/sharpness.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/sharpness.json new file mode 100644 index 0000000..0dce389 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/sharpness.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_sharpness", + "battleaxe": "tconstruct:items/battleaxe/mod_sharpness", + "battlesign": "tconstruct:items/battlesign/mod_sharpness", + "broadsword": "tconstruct:items/broadsword/mod_sharpness", + "rapier": "tconstruct:items/rapier/mod_sharpness", + "cleaver": "tconstruct:items/cleaver/mod_sharpness", + "excavator": "tconstruct:items/excavator/mod_sharpness", + "frypan": "tconstruct:items/frypan/mod_sharpness", + "hammer": "tconstruct:items/hammer/mod_sharpness", + "hatchet": "tconstruct:items/hatchet/mod_sharpness", + "longbow": "tconstruct:items/longbow/mod_sharpness", + "longbow1": "tconstruct:items/longbow/mod_sharpness", + "longbow2": "tconstruct:items/longbow/mod_sharpness_2", + "longbow3": "tconstruct:items/longbow/mod_sharpness_3", + "longsword": "tconstruct:items/longsword/mod_sharpness", + "lumberaxe": "tconstruct:items/lumberaxe/mod_sharpness", + "mattock": "tconstruct:items/mattock/mod_sharpness", + "pickaxe": "tconstruct:items/pickaxe/mod_sharpness", + "scythe": "tconstruct:items/scythe/mod_sharpness", + "shovel": "tconstruct:items/shovel/mod_sharpness", + "shuriken": "tconstruct:items/shuriken/mod_sharpness", + "shortbow": "tconstruct:items/shortbow/mod_sharpness", + "shortbow1": "tconstruct:items/shortbow/mod_sharpness", + "shortbow2": "tconstruct:items/shortbow/mod_sharpness", + "shortbow3": "tconstruct:items/shortbow/mod_sharpness_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/shulking.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/shulking.json new file mode 100644 index 0000000..c7cb8b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/shulking.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_shulking", + "battleaxe": "tconstruct:items/battleaxe/mod_shulking", + "battlesign": "tconstruct:items/battlesign/mod_shulking", + "broadsword": "tconstruct:items/broadsword/mod_shulking", + "rapier": "tconstruct:items/rapier/mod_shulking", + "cleaver": "tconstruct:items/cleaver/mod_shulking", + "excavator": "tconstruct:items/excavator/mod_shulking", + "frypan": "tconstruct:items/frypan/mod_shulking", + "hammer": "tconstruct:items/hammer/mod_shulking", + "hatchet": "tconstruct:items/hatchet/mod_shulking", + "longsword": "tconstruct:items/longsword/mod_shulking", + "longbow": "tconstruct:items/longbow/mod_shulking", + "longbow1": "tconstruct:items/longbow/mod_shulking", + "longbow2": "tconstruct:items/longbow/mod_shulking_2", + "longbow3": "tconstruct:items/longbow/mod_shulking_3", + "lumberaxe": "tconstruct:items/lumberaxe/mod_shulking", + "mattock": "tconstruct:items/mattock/mod_shulking", + "pickaxe": "tconstruct:items/pickaxe/mod_shulking", + "scythe": "tconstruct:items/scythe/mod_shulking", + "shovel": "tconstruct:items/shovel/mod_shulking", + "shuriken": "tconstruct:items/shuriken/mod_shulking", + "shortbow": "tconstruct:items/shortbow/mod_shulking", + "shortbow1": "tconstruct:items/shortbow/mod_shulking", + "shortbow2": "tconstruct:items/shortbow/mod_shulking", + "shortbow3": "tconstruct:items/shortbow/mod_shulking_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/silktouch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/silktouch.json new file mode 100644 index 0000000..7744a8e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/silktouch.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_silk", + "battleaxe": "tconstruct:items/battleaxe/mod_silk", + "battlesign": "tconstruct:items/battlesign/mod_silk", + "broadsword": "tconstruct:items/broadsword/mod_silk", + "rapier": "tconstruct:items/rapier/mod_silk", + "cleaver": "tconstruct:items/cleaver/mod_silk", + "excavator": "tconstruct:items/excavator/mod_silk", + "frypan": "tconstruct:items/frypan/mod_silk", + "hammer": "tconstruct:items/hammer/mod_silk", + "hatchet": "tconstruct:items/hatchet/mod_silk", + "longsword": "tconstruct:items/longsword/mod_silk", + "longbow": "tconstruct:items/longbow/mod_silk", + "longbow1": "tconstruct:items/longbow/mod_silk", + "longbow2": "tconstruct:items/longbow/mod_silk_2", + "longbow3": "tconstruct:items/longbow/mod_silk_3", + "lumberaxe": "tconstruct:items/lumberaxe/mod_silk", + "mattock": "tconstruct:items/mattock/mod_silk", + "pickaxe": "tconstruct:items/pickaxe/mod_silk", + "scythe": "tconstruct:items/scythe/mod_silk", + "shovel": "tconstruct:items/shovel/mod_silk", + "shuriken": "tconstruct:items/shuriken/mod_silk", + "shortbow": "tconstruct:items/shortbow/mod_silk", + "shortbow1": "tconstruct:items/shortbow/mod_silk", + "shortbow2": "tconstruct:items/shortbow/mod_silk_2", + "shortbow3": "tconstruct:items/shortbow/mod_silk_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/smite.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/smite.json new file mode 100644 index 0000000..fa42f20 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/smite.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_smite", + "battleaxe": "tconstruct:items/battleaxe/mod_smite", + "battlesign": "tconstruct:items/battlesign/mod_smite", + "broadsword": "tconstruct:items/broadsword/mod_smite", + "rapier": "tconstruct:items/rapier/mod_smite", + "cleaver": "tconstruct:items/cleaver/mod_smite", + "excavator": "tconstruct:items/excavator/mod_smite", + "frypan": "tconstruct:items/frypan/mod_smite", + "hammer": "tconstruct:items/hammer/mod_smite", + "hatchet": "tconstruct:items/hatchet/mod_smite", + "longbow": "tconstruct:items/longbow/mod_smite", + "longbow1": "tconstruct:items/longbow/mod_smite", + "longbow2": "tconstruct:items/longbow/mod_smite", + "longbow3": "tconstruct:items/longbow/mod_smite", + "longsword": "tconstruct:items/longsword/mod_smite", + "lumberaxe": "tconstruct:items/lumberaxe/mod_smite", + "mattock": "tconstruct:items/mattock/mod_smite", + "pickaxe": "tconstruct:items/pickaxe/mod_smite", + "scythe": "tconstruct:items/scythe/mod_smite", + "shovel": "tconstruct:items/shovel/mod_smite", + "shuriken": "tconstruct:items/shuriken/mod_smite", + "shortbow": "tconstruct:items/shortbow/mod_smite", + "shortbow1": "tconstruct:items/shortbow/mod_smite", + "shortbow2": "tconstruct:items/shortbow/mod_smite", + "shortbow3": "tconstruct:items/shortbow/mod_smite" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/soulbound.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/soulbound.json new file mode 100644 index 0000000..794f302 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/soulbound.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_soulbound", + "battleaxe": "tconstruct:items/battleaxe/mod_soulbound", + "battlesign": "tconstruct:items/battlesign/mod_soulbound", + "broadsword": "tconstruct:items/broadsword/mod_soulbound", + "rapier": "tconstruct:items/rapier/mod_soulbound", + "cleaver": "tconstruct:items/cleaver/mod_soulbound", + "excavator": "tconstruct:items/excavator/mod_soulbound", + "frypan": "tconstruct:items/frypan/mod_soulbound", + "hammer": "tconstruct:items/hammer/mod_soulbound", + "hatchet": "tconstruct:items/hatchet/mod_soulbound", + "longbow": "tconstruct:items/longbow/mod_soulbound", + "longbow1": "tconstruct:items/longbow/mod_soulbound", + "longbow2": "tconstruct:items/longbow/mod_soulbound", + "longbow3": "tconstruct:items/longbow/mod_soulbound", + "longsword": "tconstruct:items/longsword/mod_soulbound", + "lumberaxe": "tconstruct:items/lumberaxe/mod_soulbound", + "mattock": "tconstruct:items/mattock/mod_soulbound", + "pickaxe": "tconstruct:items/pickaxe/mod_soulbound", + "scythe": "tconstruct:items/scythe/mod_soulbound", + "shovel": "tconstruct:items/shovel/mod_soulbound", + "shuriken": "tconstruct:items/shuriken/mod_soulbound", + "shortbow": "tconstruct:items/shortbow/mod_soulbound", + "shortbow1": "tconstruct:items/shortbow/mod_soulbound", + "shortbow2": "tconstruct:items/shortbow/mod_soulbound", + "shortbow3": "tconstruct:items/shortbow/mod_soulbound" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/spaghetti_meat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/spaghetti_meat.json new file mode 100644 index 0000000..b954599 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/spaghetti_meat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "moms_spaghetti": "tconstruct:items/food/spaghetti_meat" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/spaghetti_sauce.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/spaghetti_sauce.json new file mode 100644 index 0000000..0e19489 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/spaghetti_sauce.json @@ -0,0 +1,5 @@ +{ + "textures": { + "moms_spaghetti": "tconstruct:items/food/spaghetti_sauce" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/webbed.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/webbed.json new file mode 100644 index 0000000..e7e5e3d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/modifiers/webbed.json @@ -0,0 +1,29 @@ +{ + "textures": { + "arrow": "tconstruct:items/arrow/mod_web", + "battleaxe": "tconstruct:items/battleaxe/mod_web", + "battlesign": "tconstruct:items/battlesign/mod_web", + "broadsword": "tconstruct:items/broadsword/mod_web", + "rapier": "tconstruct:items/rapier/mod_web", + "cleaver": "tconstruct:items/cleaver/mod_web", + "excavator": "tconstruct:items/excavator/mod_web", + "frypan": "tconstruct:items/frypan/mod_web", + "hammer": "tconstruct:items/hammer/mod_web", + "hatchet": "tconstruct:items/hatchet/mod_web", + "longbow": "tconstruct:items/longbow/mod_web", + "longbow1": "tconstruct:items/longbow/mod_web", + "longbow2": "tconstruct:items/longbow/mod_web_2", + "longbow3": "tconstruct:items/longbow/mod_web_3", + "longsword": "tconstruct:items/longsword/mod_web", + "lumberaxe": "tconstruct:items/lumberaxe/mod_web", + "mattock": "tconstruct:items/mattock/mod_web", + "pickaxe": "tconstruct:items/pickaxe/mod_web", + "scythe": "tconstruct:items/scythe/mod_web", + "shovel": "tconstruct:items/shovel/mod_web", + "shuriken": "tconstruct:items/shuriken/mod_web", + "shortbow": "tconstruct:items/shortbow/mod_web", + "shortbow1": "tconstruct:items/shortbow/mod_web", + "shortbow2": "tconstruct:items/shortbow/mod_web_2", + "shortbow3": "tconstruct:items/shortbow/mod_web_3" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/moms_spaghetti.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/moms_spaghetti.tcon.json new file mode 100644 index 0000000..766dfb4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/moms_spaghetti.tcon.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/food/moms_spaghetti" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/arrow_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/arrow_head.tmat.json new file mode 100644 index 0000000..c791263 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/arrow_head.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/arrow_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/arrow_shaft.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/arrow_shaft.tmat.json new file mode 100644 index 0000000..afb9a70 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/arrow_shaft.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/arrow/shaft" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/axe_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/axe_head.tmat.json new file mode 100644 index 0000000..e295049 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/axe_head.tmat.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/hatchet/head" + }, + "offset": { + "x": -2, + "y": 4 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/binding.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/binding.tmat.json new file mode 100644 index 0000000..31f6b6b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/binding.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/binding" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/bow_limb.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/bow_limb.tmat.json new file mode 100644 index 0000000..d39332b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/bow_limb.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/shortbow/limb_bottom" + }, + "offset": { + "x": 4, + "y": -2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/bow_string.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/bow_string.tmat.json new file mode 100644 index 0000000..79c00d3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/bow_string.tmat.json @@ -0,0 +1,6 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/parts/bowstring" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/broad_axe_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/broad_axe_head.tmat.json new file mode 100644 index 0000000..978da07 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/broad_axe_head.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/lumberaxe/head" + }, + "offset": { + "x": -3, + "y": 4 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/cross_guard.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/cross_guard.tmat.json new file mode 100644 index 0000000..bd0492b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/cross_guard.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/rapier/guard" + }, + "offset": { + "x": 3, + "y": -3 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/excavator_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/excavator_head.tmat.json new file mode 100644 index 0000000..a0367d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/excavator_head.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/excavator/head" + }, + "offset": { + "x": -3, + "y": 3 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/fletching.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/fletching.tmat.json new file mode 100644 index 0000000..12dc4e4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/fletching.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/fletching" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/hammer_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/hammer_head.tmat.json new file mode 100644 index 0000000..e2eeeee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/hammer_head.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/hammer/head" + }, + "offset": { + "x": -3, + "y": 3 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/hand_guard.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/hand_guard.tmat.json new file mode 100644 index 0000000..3328767 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/hand_guard.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/longsword/guard" + }, + "offset": { + "x": 4, + "y": -4 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/knife_blade.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/knife_blade.tmat.json new file mode 100644 index 0000000..5ca7b69 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/knife_blade.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/knife_blade" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/large_plate.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/large_plate.tmat.json new file mode 100644 index 0000000..b1c2473 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/large_plate.tmat.json @@ -0,0 +1,6 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/parts/large_plate" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/large_sword_blade.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/large_sword_blade.tmat.json new file mode 100644 index 0000000..aa53067 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/large_sword_blade.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/cleaver/head" + }, + "offset": { + "x": -1, + "y": 1 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/pan_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/pan_head.tmat.json new file mode 100644 index 0000000..c88ec89 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/pan_head.tmat.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/frypan/head" + }, + "offset": { + "x": -2, + "y": 2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/pick_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/pick_head.tmat.json new file mode 100644 index 0000000..261cf86 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/pick_head.tmat.json @@ -0,0 +1,10 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "tconstruct:items/pickaxe/head" + }, + "offset": { + "x": -2, + "y": 2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/scythe_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/scythe_head.tmat.json new file mode 100644 index 0000000..e77692b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/scythe_head.tmat.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/scythe/head" + }, + "offset": { + "x": -2, + "y": 5 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/shard.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/shard.tmat.json new file mode 100644 index 0000000..ad1ad89 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/shard.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/shard" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sharpening_kit.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sharpening_kit.tmat.json new file mode 100644 index 0000000..0d95b09 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sharpening_kit.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/sharpening_kit" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/shovel_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/shovel_head.tmat.json new file mode 100644 index 0000000..3ea8776 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/shovel_head.tmat.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/shovel/head" + }, + "offset": { + "x": -3, + "y": 3 + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sign_head.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sign_head.tmat.json new file mode 100644 index 0000000..20fa100 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sign_head.tmat.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/battlesign/head" + }, + "offset": { + "x": 0, + "y": 2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sword_blade.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sword_blade.tmat.json new file mode 100644 index 0000000..8ee1aed --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/sword_blade.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/sword_blade" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tool_rod.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tool_rod.tmat.json new file mode 100644 index 0000000..8a6712d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tool_rod.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/tool_rod" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tough_binding.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tough_binding.tmat.json new file mode 100644 index 0000000..0929291 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tough_binding.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/tough_binding" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tough_tool_rod.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tough_tool_rod.tmat.json new file mode 100644 index 0000000..0ebc08c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/tough_tool_rod.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/tough_tool_rod" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/wide_guard.tmat.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/wide_guard.tmat.json new file mode 100644 index 0000000..eec9e24 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts/wide_guard.tmat.json @@ -0,0 +1,5 @@ +{ + "textures": { + "layer0": "tconstruct:items/parts/wide_guard" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/pattern.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/pattern.json new file mode 100644 index 0000000..bc7031b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/pattern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:items/pattern" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/piggybackpack.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/piggybackpack.json new file mode 100644 index 0000000..6ba384a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/piggybackpack.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "tconstruct:items/gadgets/piggybackpack" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_boots.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_boots.json new file mode 100644 index 0000000..3d5066b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_boots.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "tconstruct:items/armor/slime_boots" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_channel.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_channel.json new file mode 100644 index 0000000..30374f7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_channel.json @@ -0,0 +1,6 @@ +{ + "parent": "tconstruct:block/slime_channel", + "textures": { + "slime": "tconstruct:blocks/fluids/liquid_flow" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_fern.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_fern.json new file mode 100644 index 0000000..f31b919 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_fern.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimegrass_fern" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_blue.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_blue.json new file mode 100644 index 0000000..9432a43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimesapling_blue" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_orange.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_orange.json new file mode 100644 index 0000000..c6b6eea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimesapling_orange" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_purple.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_purple.json new file mode 100644 index 0000000..c4d0f3a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_sapling_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimesapling_purple" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_tall_grass.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_tall_grass.json new file mode 100644 index 0000000..1b98979 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimegrass_tall" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine.json new file mode 100644 index 0000000..24475b6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimevine" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine_end.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine_end.json new file mode 100644 index 0000000..0c8fcf6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine_end.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimevine_end" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine_mid.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine_mid.json new file mode 100644 index 0000000..c1af768 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slime_vine_mid.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/slime/slimevine_mid" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slimesling.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slimesling.json new file mode 100644 index 0000000..5ad3333 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/slimesling.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "tconstruct:items/gadgets/slimesling" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_ladder.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_ladder.json new file mode 100644 index 0000000..e4b844e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_ladder.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/stone_ladder" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_stick.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_stick.json new file mode 100644 index 0000000..327e1d0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_stick.json @@ -0,0 +1,6 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "tconstruct:items/materials/stone_rod" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_torch.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_torch.json new file mode 100644 index 0000000..cd11582 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/stone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/stone_torch" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/arrow.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/arrow.tcon.json new file mode 100644 index 0000000..16e98fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/arrow.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/arrow/shaft", + "layer1": "tconstruct:items/arrow/head", + "layer2": "tconstruct:items/arrow/fletching", + "broken0": "tconstruct:items/arrow/shaft_broken" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/battleaxe.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/battleaxe.tcon.json new file mode 100644 index 0000000..e8442cf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/battleaxe.tcon.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/battleaxe/handle", + "layer1": "tconstruct:items/battleaxe/backhead", + "layer2": "tconstruct:items/battleaxe/fronthead", + "layer3": "tconstruct:items/battleaxe/binding", + "broken1": "tconstruct:items/battleaxe/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/battlesign.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/battlesign.tcon.json new file mode 100644 index 0000000..72b8344 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/battlesign.tcon.json @@ -0,0 +1,56 @@ +{ + "textures": { + "layer0": "tconstruct:items/battlesign/handle", + "layer1": "tconstruct:items/battlesign/head", + "broken1": "tconstruct:items/battlesign/broken_head" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 4.0, 2.5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 0, -5 ], + "translation": [ 0, -2, 0.8 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 0, -5 ], + "translation": [ 0, -2, -0.8 ], + "scale": [ 1, 1, 1 ] + } + }, + "overrides": { + "predicate": { + "blocking": 1 + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 20, -25, 0 ], + "translation": [ 0.5, 5.0, 3.5 ], + "scale": [ 1, 1, 1 ] + }, + "thirdperson_lefthand": { + "rotation": [ 20, -25, 0 ], + "translation": [ -0.5, 5.0, 3.5 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 0, 5 ], + "translation": [ -5, -2, -0.2 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 0, 5 ], + "translation": [ -5, -2, -0.2 ], + "scale": [ 1, 1, 1 ] + } + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/broadsword.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/broadsword.tcon.json new file mode 100644 index 0000000..1643b0c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/broadsword.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/broadsword/handle", + "layer1": "tconstruct:items/broadsword/blade", + "layer2": "tconstruct:items/broadsword/guard", + "broken1": "tconstruct:items/broadsword/broken_blade" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/cleaver.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/cleaver.tcon.json new file mode 100644 index 0000000..df1bae3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/cleaver.tcon.json @@ -0,0 +1,31 @@ +{ + "textures": { + "layer0": "tconstruct:items/broadsword/handle", + "layer1": "tconstruct:items/cleaver/head", + "layer2": "tconstruct:items/cleaver/shield", + "layer3": "tconstruct:items/cleaver/guard", + "broken1": "tconstruct:items/cleaver/broken_head" + }, + "display": { + "thirdperson_righthand": { + "rotation": [ 0, -90, 55 ], + "translation": [ 0, 10.0, 0.5 ], + "scale": [ 1.5, 1.5, 1.5 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, 90, -55 ], + "translation": [ 0, 10.0, 0.5 ], + "scale": [ 1.5, 1.5, 1.5 ] + }, + "firstperson_righthand": { + "rotation": [ 0, -95, 30 ], + "translation": [ 2.13, 6.0, 0.13 ], + "scale": [ 1.2, 1.2, 1.2 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, 95, -30 ], + "translation": [ 2.13, 6.0, 0.13 ], + "scale": [ 1.2, 1.2, 1.2 ] + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/excavator.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/excavator.tcon.json new file mode 100644 index 0000000..7302bca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/excavator.tcon.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/excavator/handle", + "layer1": "tconstruct:items/excavator/head", + "layer2": "tconstruct:items/excavator/binding", + "layer3": "tconstruct:items/excavator/grip", + "broken1": "tconstruct:items/excavator/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/frypan.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/frypan.tcon.json new file mode 100644 index 0000000..2cb6eda --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/frypan.tcon.json @@ -0,0 +1,7 @@ +{ + "textures": { + "layer0": "tconstruct:items/broadsword/handle", + "layer1": "tconstruct:items/frypan/head", + "broken1": "tconstruct:items/frypan/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/hammer.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/hammer.tcon.json new file mode 100644 index 0000000..cd547a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/hammer.tcon.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/hammer/handle", + "layer1": "tconstruct:items/hammer/head", + "layer2": "tconstruct:items/hammer/back", + "layer3": "tconstruct:items/hammer/front", + "broken0": "tconstruct:items/hammer/broken_handle" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/hatchet.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/hatchet.tcon.json new file mode 100644 index 0000000..112b67d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/hatchet.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/pickaxe/handle", + "layer1": "tconstruct:items/hatchet/head", + "layer2": "tconstruct:items/hatchet/binding", + "broken1": "tconstruct:items/hatchet/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longbow.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longbow.tcon.json new file mode 100644 index 0000000..f89e19c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longbow.tcon.json @@ -0,0 +1,73 @@ +{ + "textures": { + "layer0": "tconstruct:items/longbow/bowstring", + "layer1": "tconstruct:items/longbow/limb_top", + "layer2": "tconstruct:items/longbow/limb_bottom", + "layer3": "tconstruct:items/longbow/grip", + "broken0": "tconstruct:items/longbow/bowstring_broken" + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "textures": { + "layer0": "tconstruct:items/longbow/bowstring_1" + }, + "ammoPosition": { + "pos": [ + -0.1880, + 0.1880, + 0.01 + ] + }, + "modifier_suffix": "1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "textures": { + "layer0": "tconstruct:items/longbow/bowstring_2", + "layer1": "tconstruct:items/longbow/limb_top_2", + "layer2": "tconstruct:items/longbow/limb_bottom_2" + }, + "ammoPosition": { + "pos": [ + -0.1255, + 0.1255, + 0.01 + ] + }, + "modifier_suffix": "2" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "textures": { + "layer0": "tconstruct:items/longbow/bowstring_3", + "layer1": "tconstruct:items/longbow/limb_top_3", + "layer2": "tconstruct:items/longbow/limb_bottom_3" + }, + "ammoPosition": { + "pos": [ + -0.0630, + 0.0630, + 0.01 + ] + }, + "modifier_suffix": "3" + } + ], + "ammoPosition": { + "pos": [ + -0.0630, + 0.0630, + 0.01 + ], + "rot": [0, 180, 0] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longsword.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longsword.tcon.json new file mode 100644 index 0000000..762f79b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longsword.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/broadsword/handle", + "layer1": "tconstruct:items/longsword/blade", + "layer2": "tconstruct:items/longsword/guard", + "broken1": "tconstruct:items/longsword/broken_blade" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/lumberaxe.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/lumberaxe.tcon.json new file mode 100644 index 0000000..4fabcb5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/lumberaxe.tcon.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/lumberaxe/handle", + "layer1": "tconstruct:items/lumberaxe/head", + "layer2": "tconstruct:items/lumberaxe/shield", + "layer3": "tconstruct:items/lumberaxe/binding", + "broken1": "tconstruct:items/lumberaxe/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/mattock.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/mattock.tcon.json new file mode 100644 index 0000000..bd0b3df --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/mattock.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/mattock/handle", + "layer1": "tconstruct:items/mattock/head", + "layer2": "tconstruct:items/mattock/back", + "broken1": "tconstruct:items/mattock/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/pickaxe.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/pickaxe.tcon.json new file mode 100644 index 0000000..45c3525 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/pickaxe.tcon.json @@ -0,0 +1,9 @@ +{ + "parent": "item/handheld", + "textures": { + "layer0": "tconstruct:items/pickaxe/handle", + "layer1": "tconstruct:items/pickaxe/head", + "layer2": "tconstruct:items/pickaxe/binding", + "broken1": "tconstruct:items/pickaxe/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/rapier.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/rapier.tcon.json new file mode 100644 index 0000000..9b571e4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/rapier.tcon.json @@ -0,0 +1,33 @@ +{ + "textures": { + "layer0": "tconstruct:items/broadsword/handle", + "layer1": "tconstruct:items/rapier/blade", + "layer2": "tconstruct:items/rapier/guard", + "broken1": "tconstruct:items/rapier/broken_blade" + }, + "display": { + "gui": { + "rotation": [ 0, 0, 90] + }, + "thirdperson_righthand": { + "rotation": [ 0, 90, 15 ], + "translation": [ 0, 4.5, -1 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "thirdperson_lefthand": { + "rotation": [ 0, -90, -15 ], + "translation": [ 0, 4.5, -1 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson_righthand": { + "rotation": [ 0, 90, -25 ], + "translation": [ 0, 2, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + }, + "firstperson_lefthand": { + "rotation": [ 0, -90, 25 ], + "translation": [ 0, 2, 0.8 ], + "scale": [ 0.68, 0.68, 0.68 ] + } + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/scythe.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/scythe.tcon.json new file mode 100644 index 0000000..3703a50 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/scythe.tcon.json @@ -0,0 +1,9 @@ +{ + "textures": { + "layer0": "tconstruct:items/scythe/handle", + "layer1": "tconstruct:items/scythe/head", + "layer2": "tconstruct:items/scythe/binding", + "layer3": "tconstruct:items/scythe/accessory", + "broken1": "tconstruct:items/scythe/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shortbow.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shortbow.tcon.json new file mode 100644 index 0000000..ebf23a3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shortbow.tcon.json @@ -0,0 +1,72 @@ +{ + "textures": { + "layer0": "tconstruct:items/shortbow/bowstring", + "layer1": "tconstruct:items/shortbow/limb_top", + "layer2": "tconstruct:items/shortbow/limb_bottom", + "broken0": "tconstruct:items/shortbow/bowstring_broken" + }, + "overrides": [ + { + "predicate": { + "pulling": 1 + }, + "textures": { + "layer0": "tconstruct:items/shortbow/bowstring_1" + }, + "ammoPosition": { + "pos": [ + -0.1880, + 0.1880, + 0.01 + ] + }, + "modifier_suffix": "1" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.65 + }, + "textures": { + "layer0": "tconstruct:items/shortbow/bowstring_2", + "layer1": "tconstruct:items/shortbow/limb_top_2", + "layer2": "tconstruct:items/shortbow/limb_bottom_2" + }, + "ammoPosition": { + "pos": [ + -0.1255, + 0.1255, + 0.01 + ] + }, + "modifier_suffix": "2" + }, + { + "predicate": { + "pulling": 1, + "pull": 0.9 + }, + "textures": { + "layer0": "tconstruct:items/shortbow/bowstring_3", + "layer1": "tconstruct:items/shortbow/limb_top_3", + "layer2": "tconstruct:items/shortbow/limb_bottom_3" + }, + "ammoPosition": { + "pos": [ + -0.0630, + 0.0630, + 0.01 + ] + }, + "modifier_suffix": "3" + } + ], + "ammoPosition": { + "pos": [ + -0.0630, + 0.0630, + 0.01 + ], + "rot": [0, 180, 0] + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shovel.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shovel.tcon.json new file mode 100644 index 0000000..d6bec2c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shovel.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/shovel/handle", + "layer1": "tconstruct:items/shovel/head", + "layer2": "tconstruct:items/shovel/binding", + "broken1": "tconstruct:items/shovel/broken_head" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shuriken.tcon.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shuriken.tcon.json new file mode 100644 index 0000000..5a67058 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/shuriken.tcon.json @@ -0,0 +1,8 @@ +{ + "textures": { + "layer0": "tconstruct:items/shuriken/shuriken", + "layer1": "tconstruct:items/shuriken/shuriken2", + "layer2": "tconstruct:items/shuriken/shuriken3", + "layer3": "tconstruct:items/shuriken/shuriken4" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/wood_rail.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/wood_rail.json new file mode 100644 index 0000000..d1dfddc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/wood_rail.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/wood_rail" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/wood_rail_trapdoor.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/wood_rail_trapdoor.json new file mode 100644 index 0000000..501be1c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/wood_rail_trapdoor.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tconstruct:blocks/wood_rail_trapdoor" + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds.json b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds.json new file mode 100644 index 0000000..bd0a219 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds.json @@ -0,0 +1,62 @@ +{ + "frypan_hit": { + "category": "player", + "sounds": [ + "tconstruct:frypan_hit" + ] + }, + "toy_squeak": { + "category": "player", + "sounds": [ + "tconstruct:toy_squeak" + ] + }, + "little_saw": { + "category": "player", + "sounds": [ + "tconstruct:little_saw" + ] + }, + "slimesling": { + "category": "player", + "sounds": [ + "tconstruct:slimesling" + ] + }, + "wood_hit": { + "category": "block", + "sounds": [ + "tconstruct:woodHit1", + "tconstruct:woodHit2", + "tconstruct:woodHit3", + "tconstruct:woodHit4", + "tconstruct:woodHit5" + ] + }, + "stone_hit": { + "category": "block", + "sounds": [ + "tconstruct:stoneHit1", + "tconstruct:stoneHit2", + "tconstruct:stoneHit3" + ] + }, + "crossbow_reload": { + "category": "player", + "sounds": [ + "tconstruct:crossbowReload" + ] + }, + "charged": { + "category": "player", + "sounds": [ + "tconstruct:charged" + ] + }, + "discharge": { + "category": "player", + "sounds": [ + "tconstruct:discharge" + ] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/Credits.txt b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/Credits.txt new file mode 100644 index 0000000..2e2a85e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/Credits.txt @@ -0,0 +1,24 @@ +All sounds that were not in ogg format were transcoded to Ogg Vorbis. +All sounds are licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/3.0/) or CC0. + +Slimesling: +Squelchy squirt by DrMinky +https://www.freesound.org/people/DrMinky/sounds/167073/ + +Stone-Hit: +Pickaxe mining stone by ryanconway +https://www.freesound.org/people/ryanconway/sounds/240801/ +metal falling on stone by p3n10 +https://www.freesound.org/people/p3n10/sounds/171294/ + +Wood-Hit: +Hitting Wood by altfuture +https://www.freesound.org/people/altfuture/sounds/174633/ + +charged: +spark(fm_tri-90_sin-110).wav by FreqMan +https://www.freesound.org/people/FreqMan/sounds/24726/ + +discharge: +ELECTRIC_ZAP_001.wav by JoelAUdio +https://www.freesound.org/people/JoelAudio/sounds/136542/
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/charged.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/charged.ogg Binary files differnew file mode 100644 index 0000000..f181053 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/charged.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/crossbowReload.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/crossbowReload.ogg Binary files differnew file mode 100644 index 0000000..32f37e6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/crossbowReload.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/discharge.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/discharge.ogg Binary files differnew file mode 100644 index 0000000..54861a3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/discharge.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/frypan_hit.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/frypan_hit.ogg Binary files differnew file mode 100644 index 0000000..e98a203 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/frypan_hit.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/little_saw.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/little_saw.ogg Binary files differnew file mode 100644 index 0000000..d59d7d7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/little_saw.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/slimesling.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/slimesling.ogg Binary files differnew file mode 100644 index 0000000..96bc143 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/slimesling.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit1.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit1.ogg Binary files differnew file mode 100644 index 0000000..04fe1be --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit1.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit2.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit2.ogg Binary files differnew file mode 100644 index 0000000..68ee188 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit2.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit3.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit3.ogg Binary files differnew file mode 100644 index 0000000..057eddf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/stoneHit3.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/toy_squeak.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/toy_squeak.ogg Binary files differnew file mode 100644 index 0000000..8a23ad6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/toy_squeak.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit1.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit1.ogg Binary files differnew file mode 100644 index 0000000..f978b0b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit1.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit2.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit2.ogg Binary files differnew file mode 100644 index 0000000..339ae09 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit2.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit3.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit3.ogg Binary files differnew file mode 100644 index 0000000..3b24d95 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit3.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit4.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit4.ogg Binary files differnew file mode 100644 index 0000000..06279c6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit4.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit5.ogg b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit5.ogg Binary files differnew file mode 100644 index 0000000..7b27b5f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds/woodHit5.ogg diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_alubrass.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_alubrass.png Binary files differnew file mode 100644 index 0000000..90f0329 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_alubrass.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_ardite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_ardite.png Binary files differnew file mode 100644 index 0000000..4804615 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_ardite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_cobalt.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_cobalt.png Binary files differnew file mode 100644 index 0000000..1aa1e19 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_cobalt.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_knightslime.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_knightslime.png Binary files differnew file mode 100644 index 0000000..97d18c6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_knightslime.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_manyullyn.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_manyullyn.png Binary files differnew file mode 100644 index 0000000..5f54d30 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_manyullyn.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_pigiron.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_pigiron.png Binary files differnew file mode 100644 index 0000000..f20207b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_pigiron.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_silky_jewel.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_silky_jewel.png Binary files differnew file mode 100644 index 0000000..a3d8fee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/block_silky_jewel.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick.png Binary files differnew file mode 100644 index 0000000..9af4741 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_cracked.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_cracked.png Binary files differnew file mode 100644 index 0000000..2738ee7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_cracked.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_fancy.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_fancy.png Binary files differnew file mode 100644 index 0000000..10fd2e7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_fancy.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_small.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_small.png Binary files differnew file mode 100644 index 0000000..4d1515a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_small.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_square.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_square.png Binary files differnew file mode 100644 index 0000000..9c3a9a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_square.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_triangle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_triangle.png Binary files differnew file mode 100644 index 0000000..71644e3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/brick_triangle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/creeper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/creeper.png Binary files differnew file mode 100644 index 0000000..18ed81e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/creeper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/paver.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/paver.png Binary files differnew file mode 100644 index 0000000..8f6485d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/paver.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/road.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/road.png Binary files differnew file mode 100644 index 0000000..eb5316b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/road.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/rough.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/rough.png Binary files differnew file mode 100644 index 0000000..a8e4421 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/rough.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/smooth.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/smooth.png Binary files differnew file mode 100644 index 0000000..e7d674b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/smooth.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/tile.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/tile.png Binary files differnew file mode 100644 index 0000000..51bcba0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/brownstone/tile.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/lr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/lr.png Binary files differnew file mode 100644 index 0000000..6828a1a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/lr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/normal.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/normal.png Binary files differnew file mode 100644 index 0000000..83a2e40 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/normal.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/r.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/r.png Binary files differnew file mode 100644 index 0000000..2124669 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/r.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/u.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/u.png Binary files differnew file mode 100644 index 0000000..58e6b29 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/u.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ud.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ud.png Binary files differnew file mode 100644 index 0000000..0ba648d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ud.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udl.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udl.png Binary files differnew file mode 100644 index 0000000..53b8ddd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udl.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udlr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udlr.png Binary files differnew file mode 100644 index 0000000..86e8064 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udlr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udr.png Binary files differnew file mode 100644 index 0000000..2751be8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/udr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ul.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ul.png Binary files differnew file mode 100644 index 0000000..3529b0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ul.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ulr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ulr.png Binary files differnew file mode 100644 index 0000000..249a370 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ulr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ur.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ur.png Binary files differnew file mode 100644 index 0000000..a525fce --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_glass/ur.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/lr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/lr.png Binary files differnew file mode 100644 index 0000000..d5f439e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/lr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/normal.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/normal.png Binary files differnew file mode 100644 index 0000000..2f8ad4d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/normal.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/r.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/r.png Binary files differnew file mode 100644 index 0000000..fab6589 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/r.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/u.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/u.png Binary files differnew file mode 100644 index 0000000..aecc27b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/u.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ud.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ud.png Binary files differnew file mode 100644 index 0000000..d9c8ecf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ud.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udl.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udl.png Binary files differnew file mode 100644 index 0000000..6977936 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udl.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udlr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udlr.png Binary files differnew file mode 100644 index 0000000..fa075c4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udlr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udr.png Binary files differnew file mode 100644 index 0000000..7044f54 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/udr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ul.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ul.png Binary files differnew file mode 100644 index 0000000..16d5450 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ul.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ulr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ulr.png Binary files differnew file mode 100644 index 0000000..2400760 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ulr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ur.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ur.png Binary files differnew file mode 100644 index 0000000..da4ff8b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/clear_stained_glass/ur.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/lr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/lr.png Binary files differnew file mode 100644 index 0000000..6a4a546 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/lr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/normal.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/normal.png Binary files differnew file mode 100644 index 0000000..3db5ab7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/normal.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/r.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/r.png Binary files differnew file mode 100644 index 0000000..fb7bb41 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/r.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/u.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/u.png Binary files differnew file mode 100644 index 0000000..8a21731 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/u.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ud.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ud.png Binary files differnew file mode 100644 index 0000000..15d80d1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ud.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udl.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udl.png Binary files differnew file mode 100644 index 0000000..f647460 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udl.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udlr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udlr.png Binary files differnew file mode 100644 index 0000000..e64ce90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udlr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udr.png Binary files differnew file mode 100644 index 0000000..0760871 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/udr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ul.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ul.png Binary files differnew file mode 100644 index 0000000..20ebab3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ul.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ulr.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ulr.png Binary files differnew file mode 100644 index 0000000..6063d27 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ulr.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ur.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ur.png Binary files differnew file mode 100644 index 0000000..6df1333 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/connected/seared_glass/ur.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/consecrated_soil.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/consecrated_soil.png Binary files differnew file mode 100644 index 0000000..bd32738 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/consecrated_soil.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/craftingstation_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/craftingstation_side.png Binary files differnew file mode 100644 index 0000000..ca9429b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/craftingstation_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/craftingstation_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/craftingstation_top.png Binary files differnew file mode 100644 index 0000000..8d6bccf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/craftingstation_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/dried_clay.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/dried_clay.png Binary files differnew file mode 100644 index 0000000..86e029f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/dried_clay.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/dried_clay_bricks.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/dried_clay_bricks.png Binary files differnew file mode 100644 index 0000000..36ac481 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/dried_clay_bricks.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/firewood.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/firewood.png Binary files differnew file mode 100644 index 0000000..1388f80 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/firewood.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/firewood.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/firewood.png.mcmeta new file mode 100644 index 0000000..c3b6fd9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/firewood.png.mcmeta @@ -0,0 +1,26 @@ +{ + "animation": { + "frametime": 4, + "frames": [ + {"index": 6, "time": 15}, + 6, + 5, + 4, + {"index": 3, "time": 3}, + {"index": 2, "time": 2}, + {"index": 1, "time": 2}, + {"index": 0, "time": 8}, + {"index": 1, "time": 2}, + {"index": 2, "time": 2}, + {"index": 3, "time": 3}, + 4, + 5, + {"index": 6, "time": 3}, + {"index": 5, "time": 10}, + {"index": 4, "time": 7}, + {"index": 5, "time": 15}, + {"index": 6, "time": 28}, + {"index": 5, "time": 19} + ] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid.png Binary files differnew file mode 100644 index 0000000..581f465 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid.png.mcmeta new file mode 100644 index 0000000..4f0718a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_flow.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_flow.png Binary files differnew file mode 100644 index 0000000..25395b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_flow.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_flow.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_flow.png.mcmeta new file mode 100644 index 0000000..0645f48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone.png Binary files differnew file mode 100644 index 0000000..9eddc4c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone.png.mcmeta new file mode 100644 index 0000000..7ceb363 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone_flow.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone_flow.png Binary files differnew file mode 100644 index 0000000..aca5219 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone_flow.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone_flow.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone_flow.png.mcmeta new file mode 100644 index 0000000..8e55e43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/liquid_stone_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk.png Binary files differnew file mode 100644 index 0000000..67bbf14 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk.png.mcmeta new file mode 100644 index 0000000..4f0718a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk_flow.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk_flow.png Binary files differnew file mode 100644 index 0000000..acd6194 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk_flow.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk_flow.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk_flow.png.mcmeta new file mode 100644 index 0000000..0645f48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/milk_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal.png Binary files differnew file mode 100644 index 0000000..441ff72 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal.png.mcmeta new file mode 100644 index 0000000..7ceb363 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +}
\ No newline at end of file diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal_flow.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal_flow.png Binary files differnew file mode 100644 index 0000000..0826d00 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal_flow.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal_flow.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal_flow.png.mcmeta new file mode 100644 index 0000000..8e55e43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/molten_metal_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_diagonal.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_diagonal.png Binary files differnew file mode 100644 index 0000000..bf8deaa --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_diagonal.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_diagonal.png.mcmeta b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_diagonal.png.mcmeta new file mode 100644 index 0000000..0645f48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_diagonal.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_still.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_still.png Binary files differnew file mode 100644 index 0000000..d3a7733 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_still.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_still_diagonal.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_still_diagonal.png Binary files differnew file mode 100644 index 0000000..46d3b6b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/fluids/slime_channel_still_diagonal.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/glow.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/glow.png Binary files differnew file mode 100644 index 0000000..73138d3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/glow.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/graveyard_soil.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/graveyard_soil.png Binary files differnew file mode 100644 index 0000000..0406fe4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/graveyard_soil.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/grout.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/grout.png Binary files differnew file mode 100644 index 0000000..9020e1f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/grout.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/itemframe_background.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/itemframe_background.png Binary files differnew file mode 100644 index 0000000..6f4666a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/itemframe_background.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/lavawood.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/lavawood.png Binary files differnew file mode 100644 index 0000000..3d0bc9e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/lavawood.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/mud_brick.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/mud_brick.png Binary files differnew file mode 100644 index 0000000..1c04fa1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/mud_brick.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/ore_ardite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/ore_ardite.png Binary files differnew file mode 100644 index 0000000..72da76a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/ore_ardite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/ore_cobalt.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/ore_cobalt.png Binary files differnew file mode 100644 index 0000000..ca8af21 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/ore_cobalt.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/partbuilder_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/partbuilder_top.png Binary files differnew file mode 100644 index 0000000..ad42764 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/partbuilder_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/partchest.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/partchest.png Binary files differnew file mode 100644 index 0000000..0427742 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/partchest.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/patternchest.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/patternchest.png Binary files differnew file mode 100644 index 0000000..660bae6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/patternchest.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/patternchest_uv.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/patternchest_uv.png Binary files differnew file mode 100644 index 0000000..e9a58be --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/patternchest_uv.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/punji.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/punji.png Binary files differnew file mode 100644 index 0000000..21d7c3f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/punji.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_blood.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_blood.png Binary files differnew file mode 100644 index 0000000..6e8d922 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_blood.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_blue.png Binary files differnew file mode 100644 index 0000000..21aab1a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_magma.png Binary files differnew file mode 100644 index 0000000..91bc2c5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_purple.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_purple.png Binary files differnew file mode 100644 index 0000000..2ae6149 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slime_purple.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_blood.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_blood.png Binary files differnew file mode 100644 index 0000000..b6816f7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_blood.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_blue.png Binary files differnew file mode 100644 index 0000000..cc2a161 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_green.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_green.png Binary files differnew file mode 100644 index 0000000..e0d9f10 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_green.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_magma.png Binary files differnew file mode 100644 index 0000000..328801d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_purple.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_purple.png Binary files differnew file mode 100644 index 0000000..4c63c53 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeblock_purple.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_blue.png Binary files differnew file mode 100644 index 0000000..133b401 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_green.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_green.png Binary files differnew file mode 100644 index 0000000..d499245 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_green.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_magma.png Binary files differnew file mode 100644 index 0000000..f36ed8f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_purple.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_purple.png Binary files differnew file mode 100644 index 0000000..483f69c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimedirt_purple.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_fern.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_fern.png Binary files differnew file mode 100644 index 0000000..0b225fe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_fern.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_green_overlay.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_green_overlay.png Binary files differnew file mode 100644 index 0000000..85baf85 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_green_overlay.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_overlay.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_overlay.png Binary files differnew file mode 100644 index 0000000..7efbc37 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_overlay.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_tall.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_tall.png Binary files differnew file mode 100644 index 0000000..79bbff6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_tall.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_top.png Binary files differnew file mode 100644 index 0000000..400c451 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimegrass_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeleaves.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeleaves.png Binary files differnew file mode 100644 index 0000000..ff5af4a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimeleaves.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_blue.png Binary files differnew file mode 100644 index 0000000..c48bc13 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_orange.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_orange.png Binary files differnew file mode 100644 index 0000000..8a7b96e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_orange.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_purple.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_purple.png Binary files differnew file mode 100644 index 0000000..3db1d03 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesapling_purple.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesnow_overlay.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesnow_overlay.png Binary files differnew file mode 100644 index 0000000..6713f93 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimesnow_overlay.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine.png Binary files differnew file mode 100644 index 0000000..d42c91c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine_end.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine_end.png Binary files differnew file mode 100644 index 0000000..33dcd76 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine_end.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine_mid.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine_mid.png Binary files differnew file mode 100644 index 0000000..35677b3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slime/slimevine_mid.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_blue.png Binary files differnew file mode 100644 index 0000000..1f7ecfe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_green.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_green.png Binary files differnew file mode 100644 index 0000000..a3361e6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_green.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_magma.png Binary files differnew file mode 100644 index 0000000..6d010b8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/slimy_mud_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_bottom.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_bottom.png Binary files differnew file mode 100644 index 0000000..9e0b3c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_bottom.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_side.png Binary files differnew file mode 100644 index 0000000..d858c16 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_top.png Binary files differnew file mode 100644 index 0000000..e296cc0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/blockcast_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_bottom.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_bottom.png Binary files differnew file mode 100644 index 0000000..aa00cfe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_bottom.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_side.png Binary files differnew file mode 100644 index 0000000..c428b64 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_top.png Binary files differnew file mode 100644 index 0000000..ea5631a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/castingtable_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/drain_back.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/drain_back.png Binary files differnew file mode 100644 index 0000000..e88291b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/drain_back.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/drain_front.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/drain_front.png Binary files differnew file mode 100644 index 0000000..3c58c52 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/drain_front.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/faucet.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/faucet.png Binary files differnew file mode 100644 index 0000000..c2e74fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/faucet.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick.png Binary files differnew file mode 100644 index 0000000..e593617 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_cracked.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_cracked.png Binary files differnew file mode 100644 index 0000000..084c369 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_cracked.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_fancy.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_fancy.png Binary files differnew file mode 100644 index 0000000..15e80f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_fancy.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_small.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_small.png Binary files differnew file mode 100644 index 0000000..029fdcc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_small.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_square.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_square.png Binary files differnew file mode 100644 index 0000000..481d311 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_square.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_triangle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_triangle.png Binary files differnew file mode 100644 index 0000000..68936aa --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_brick_triangle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_cobble.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_cobble.png Binary files differnew file mode 100644 index 0000000..1f54266 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_cobble.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_creeper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_creeper.png Binary files differnew file mode 100644 index 0000000..2944d8f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_creeper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_furnace_active.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_furnace_active.png Binary files differnew file mode 100644 index 0000000..abf408d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_furnace_active.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_furnace_inactive.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_furnace_inactive.png Binary files differnew file mode 100644 index 0000000..3f4f5ef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_furnace_inactive.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_gauge_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_gauge_side.png Binary files differnew file mode 100644 index 0000000..4234a61 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_gauge_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_paver.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_paver.png Binary files differnew file mode 100644 index 0000000..a55d35a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_paver.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_road.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_road.png Binary files differnew file mode 100644 index 0000000..cbe23ff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_road.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_stone.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_stone.png Binary files differnew file mode 100644 index 0000000..471467b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_stone.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tank_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tank_side.png Binary files differnew file mode 100644 index 0000000..c885125 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tank_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tank_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tank_top.png Binary files differnew file mode 100644 index 0000000..886e11a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tank_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tile.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tile.png Binary files differnew file mode 100644 index 0000000..0a22115 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_tile.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_window_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_window_side.png Binary files differnew file mode 100644 index 0000000..9687767 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_window_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_window_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_window_top.png Binary files differnew file mode 100644 index 0000000..b6e051e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/seared_window_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/smeltery_active.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/smeltery_active.png Binary files differnew file mode 100644 index 0000000..dda8362 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/smeltery_active.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/smeltery_inactive.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/smeltery_inactive.png Binary files differnew file mode 100644 index 0000000..8f38e34 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/smeltery_inactive.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank.png Binary files differnew file mode 100644 index 0000000..6aef3c3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank_background.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank_background.png Binary files differnew file mode 100644 index 0000000..339aad7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank_background.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank_overlay.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank_overlay.png Binary files differnew file mode 100644 index 0000000..7113b6b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/smeltery/tinker_tank_overlay.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stenciltable_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stenciltable_top.png Binary files differnew file mode 100644 index 0000000..9003c07 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stenciltable_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stone_ladder.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stone_ladder.png Binary files differnew file mode 100644 index 0000000..f344bc2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stone_ladder.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stone_torch.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stone_torch.png Binary files differnew file mode 100644 index 0000000..67624ca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/stone_torch.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/table_side.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/table_side.png Binary files differnew file mode 100644 index 0000000..542f0e9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/table_side.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/toolforge_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/toolforge_top.png Binary files differnew file mode 100644 index 0000000..d737641 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/toolforge_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/toolstation_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/toolstation_top.png Binary files differnew file mode 100644 index 0000000..5e8222c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/toolstation_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail.png Binary files differnew file mode 100644 index 0000000..13d2932 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_trapdoor.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_trapdoor.png Binary files differnew file mode 100644 index 0000000..75f45f3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_trapdoor.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_trapdoor_turn.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_trapdoor_turn.png Binary files differnew file mode 100644 index 0000000..d9dc248 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_trapdoor_turn.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_turn.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_turn.png Binary files differnew file mode 100644 index 0000000..ba8416d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/blocks/wood_rail_turn.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/bluegrasscolor.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/bluegrasscolor.png Binary files differnew file mode 100644 index 0000000..c76c3ce --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/bluegrasscolor.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/orangegrasscolor.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/orangegrasscolor.png Binary files differnew file mode 100644 index 0000000..6ce629e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/orangegrasscolor.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/purplegrasscolor.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/purplegrasscolor.png Binary files differnew file mode 100644 index 0000000..aded9b6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/purplegrasscolor.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/slimegrasscolor.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/slimegrasscolor.png Binary files differnew file mode 100644 index 0000000..2d7797f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/colormap/slimegrasscolor.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/entity/slime.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/entity/slime.png Binary files differnew file mode 100644 index 0000000..dac6ad3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/entity/slime.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/entity/villagertools.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/entity/villagertools.png Binary files differnew file mode 100644 index 0000000..8101b61 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/entity/villagertools.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/blank.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/blank.png Binary files differnew file mode 100644 index 0000000..ba48606 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/blank.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/modify.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/modify.png Binary files differnew file mode 100644 index 0000000..963d8ce --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/modify.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/seared_furnace.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/seared_furnace.png Binary files differnew file mode 100644 index 0000000..761ea18 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/seared_furnace.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/smeltery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/smeltery.png Binary files differnew file mode 100644 index 0000000..19f96f8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/smeltery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/tinker_tank.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/tinker_tank.png Binary files differnew file mode 100644 index 0000000..80504e1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/book/tinker_tank.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/inverse.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/inverse.png Binary files differnew file mode 100644 index 0000000..f1deeae --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/inverse.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/plus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/plus.png Binary files differnew file mode 100644 index 0000000..0a9f597 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/plus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/square.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/square.png Binary files differnew file mode 100644 index 0000000..7f9268a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/square.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/x.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/x.png Binary files differnew file mode 100644 index 0000000..a77b10a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/crosshair/x.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/generic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/generic.png Binary files differnew file mode 100644 index 0000000..d2d5df2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/generic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/icons.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/icons.png Binary files differnew file mode 100644 index 0000000..78b18c4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/icons.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/casting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/casting.png Binary files differnew file mode 100644 index 0000000..76ea433 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/casting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/dryingrack.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/dryingrack.png Binary files differnew file mode 100644 index 0000000..9c2121a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/dryingrack.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/smeltery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/smeltery.png Binary files differnew file mode 100644 index 0000000..4954dd8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/jei/smeltery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/panel.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/panel.png Binary files differnew file mode 100644 index 0000000..c767c9b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/panel.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/partbuilder.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/partbuilder.png Binary files differnew file mode 100644 index 0000000..995f69b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/partbuilder.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/seared_furnace.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/seared_furnace.png Binary files differnew file mode 100644 index 0000000..b6a9ce7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/seared_furnace.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/smeltery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/smeltery.png Binary files differnew file mode 100644 index 0000000..ef9bb5d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/smeltery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/stenciltable.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/stenciltable.png Binary files differnew file mode 100644 index 0000000..bf2501e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/stenciltable.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/tinker_tank.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/tinker_tank.png Binary files differnew file mode 100644 index 0000000..814f3d8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/tinker_tank.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/toolstation.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/toolstation.png Binary files differnew file mode 100644 index 0000000..e29b178 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/gui/toolstation.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/armor/slime_boots.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/armor/slime_boots.png Binary files differnew file mode 100644 index 0000000..f785f36 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/armor/slime_boots.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/fletching.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/fletching.png Binary files differnew file mode 100644 index 0000000..5ae506f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/fletching.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/fletching_feather.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/fletching_feather.png Binary files differnew file mode 100644 index 0000000..b2d3117 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/fletching_feather.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head.png Binary files differnew file mode 100644 index 0000000..57f7131 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_cactus.png Binary files differnew file mode 100644 index 0000000..b68fc8b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_contrast.png Binary files differnew file mode 100644 index 0000000..df64952 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_paper.png Binary files differnew file mode 100644 index 0000000..4678bff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..8d6a4d9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_beheading.png Binary files differnew file mode 100644 index 0000000..b120045 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_diamond.png Binary files differnew file mode 100644 index 0000000..27cc919 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_emerald.png Binary files differnew file mode 100644 index 0000000..696306d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_fiery.png Binary files differnew file mode 100644 index 0000000..a5fd270 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_glowing.png Binary files differnew file mode 100644 index 0000000..a27851d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_knockback.png Binary files differnew file mode 100644 index 0000000..b4e966e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_luck.png Binary files differnew file mode 100644 index 0000000..8096f8a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..7fafbff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..1fdf6a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..77a381c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..d724ede --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_shulking.png Binary files differnew file mode 100644 index 0000000..d722022 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_silk.png Binary files differnew file mode 100644 index 0000000..823eb23 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_smite.png Binary files differnew file mode 100644 index 0000000..21257f4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..4207980 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_web.png Binary files differnew file mode 100644 index 0000000..158d048 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/shaft.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/shaft.png Binary files differnew file mode 100644 index 0000000..0e64ecd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/shaft.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/shaft_broken.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/shaft_broken.png Binary files differnew file mode 100644 index 0000000..556987b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/arrow/shaft_broken.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead.png Binary files differnew file mode 100644 index 0000000..8a04ae7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_cactus.png Binary files differnew file mode 100644 index 0000000..53691b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_contrast.png Binary files differnew file mode 100644 index 0000000..02fecb0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_paper.png Binary files differnew file mode 100644 index 0000000..f8a0ab4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/backhead_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding.png Binary files differnew file mode 100644 index 0000000..2304ee1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_cactus.png Binary files differnew file mode 100644 index 0000000..dab65d0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_contrast.png Binary files differnew file mode 100644 index 0000000..6e022f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_paper.png Binary files differnew file mode 100644 index 0000000..c597e06 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead.png Binary files differnew file mode 100644 index 0000000..429c282 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_cactus.png Binary files differnew file mode 100644 index 0000000..ce66d9e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_contrast.png Binary files differnew file mode 100644 index 0000000..9706873 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_paper.png Binary files differnew file mode 100644 index 0000000..ce66d9e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_fronthead_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head.png Binary files differnew file mode 100644 index 0000000..429c282 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..ce66d9e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..9706873 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..ce66d9e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead.png Binary files differnew file mode 100644 index 0000000..4badc55 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_cactus.png Binary files differnew file mode 100644 index 0000000..dac17ad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_contrast.png Binary files differnew file mode 100644 index 0000000..d5804d3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_paper.png Binary files differnew file mode 100644 index 0000000..5a1bd0b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/fronthead_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle.png Binary files differnew file mode 100644 index 0000000..89aa9d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..a5fee77 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_cactus.png Binary files differnew file mode 100644 index 0000000..87307a5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_contrast.png Binary files differnew file mode 100644 index 0000000..f288d4e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_paper.png Binary files differnew file mode 100644 index 0000000..19d341d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..3ac5387 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_beheading.png Binary files differnew file mode 100644 index 0000000..75cfaed --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_diamond.png Binary files differnew file mode 100644 index 0000000..2b40288 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_emerald.png Binary files differnew file mode 100644 index 0000000..000ac5e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_fiery.png Binary files differnew file mode 100644 index 0000000..c8658a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_glowing.png Binary files differnew file mode 100644 index 0000000..4560b2c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_haste.png Binary files differnew file mode 100644 index 0000000..be01d2c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_knockback.png Binary files differnew file mode 100644 index 0000000..51ec09d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_luck.png Binary files differnew file mode 100644 index 0000000..6d36c57 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..c17af04 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..5c910e6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..dec5489 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..5aff141 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_shulking.png Binary files differnew file mode 100644 index 0000000..62efb90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_silk.png Binary files differnew file mode 100644 index 0000000..484e591 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_smite.png Binary files differnew file mode 100644 index 0000000..81b0da6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..4dc11c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_web.png Binary files differnew file mode 100644 index 0000000..a545bd1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battleaxe/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head.png Binary files differnew file mode 100644 index 0000000..9b939e2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..2c08ee0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..99e59c4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..d252243 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle.png Binary files differnew file mode 100644 index 0000000..b5257e9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..8b27343 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_cactus.png Binary files differnew file mode 100644 index 0000000..eb5e196 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_contrast.png Binary files differnew file mode 100644 index 0000000..edde028 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_paper.png Binary files differnew file mode 100644 index 0000000..2db58f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head.png Binary files differnew file mode 100644 index 0000000..66fb01d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_cactus.png Binary files differnew file mode 100644 index 0000000..5dcb4d4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_contrast.png Binary files differnew file mode 100644 index 0000000..0433bef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_paper.png Binary files differnew file mode 100644 index 0000000..d407d8b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..61670d8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_beheading.png Binary files differnew file mode 100644 index 0000000..18d0d87 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_diamond.png Binary files differnew file mode 100644 index 0000000..4328acb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_emerald.png Binary files differnew file mode 100644 index 0000000..6142ff2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_fiery.png Binary files differnew file mode 100644 index 0000000..2a307f8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_glowing.png Binary files differnew file mode 100644 index 0000000..d8dc2f7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_haste.png Binary files differnew file mode 100644 index 0000000..b35b609 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_knockback.png Binary files differnew file mode 100644 index 0000000..c6256ad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_luck.png Binary files differnew file mode 100644 index 0000000..b86b6a4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..85c10e6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..9f69a54 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..cd51eb8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..d34c9dc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_shulking.png Binary files differnew file mode 100644 index 0000000..036f138 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_silk.png Binary files differnew file mode 100644 index 0000000..e5c5ef0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_smite.png Binary files differnew file mode 100644 index 0000000..efbf287 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..910c2f0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_web.png Binary files differnew file mode 100644 index 0000000..1507736 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/battlesign/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/book.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/book.png Binary files differnew file mode 100644 index 0000000..462c483 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/book.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade.png Binary files differnew file mode 100644 index 0000000..0b13388 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_cactus.png Binary files differnew file mode 100644 index 0000000..b043fb5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_contrast.png Binary files differnew file mode 100644 index 0000000..990ca29 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_paper.png Binary files differnew file mode 100644 index 0000000..2848257 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade.png Binary files differnew file mode 100644 index 0000000..b3429f0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_cactus.png Binary files differnew file mode 100644 index 0000000..d937889 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_contrast.png Binary files differnew file mode 100644 index 0000000..b5f0194 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_paper.png Binary files differnew file mode 100644 index 0000000..903e0a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/broken_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard.png Binary files differnew file mode 100644 index 0000000..f8066e4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_cactus.png Binary files differnew file mode 100644 index 0000000..1a5936b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_contrast.png Binary files differnew file mode 100644 index 0000000..69354d3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_paper.png Binary files differnew file mode 100644 index 0000000..f29ae69 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle.png Binary files differnew file mode 100644 index 0000000..45915a3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..fc84d92 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_cactus.png Binary files differnew file mode 100644 index 0000000..948f70d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_contrast.png Binary files differnew file mode 100644 index 0000000..5130990 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_paper.png Binary files differnew file mode 100644 index 0000000..ab3e965 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..d534921 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_beheading.png Binary files differnew file mode 100644 index 0000000..f68d6b6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_diamond.png Binary files differnew file mode 100644 index 0000000..bbd56a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_emerald.png Binary files differnew file mode 100644 index 0000000..c8cf2da --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_fiery.png Binary files differnew file mode 100644 index 0000000..614b9dd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_glowing.png Binary files differnew file mode 100644 index 0000000..d62f27a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_haste.png Binary files differnew file mode 100644 index 0000000..422b20e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_knockback.png Binary files differnew file mode 100644 index 0000000..8fe96a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_luck.png Binary files differnew file mode 100644 index 0000000..17c6ea3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..ce75a0e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..27269a0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..272a362 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..355df17 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_shulking.png Binary files differnew file mode 100644 index 0000000..4773d74 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_silk.png Binary files differnew file mode 100644 index 0000000..4dd2cdf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_smite.png Binary files differnew file mode 100644 index 0000000..fa726c6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..a4ac02f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_web.png Binary files differnew file mode 100644 index 0000000..adbe2ef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/broadsword/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast.png Binary files differnew file mode 100644 index 0000000..d7bb867 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_gear.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_gear.png Binary files differnew file mode 100644 index 0000000..84cabec --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_gear.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_gem.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_gem.png Binary files differnew file mode 100644 index 0000000..116350d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_gem.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_ingot.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_ingot.png Binary files differnew file mode 100644 index 0000000..cdd4f38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_ingot.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_large_plate.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_large_plate.png Binary files differnew file mode 100644 index 0000000..80ff1cf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_large_plate.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_nugget.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_nugget.png Binary files differnew file mode 100644 index 0000000..05bb948 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_nugget.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_plate.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_plate.png Binary files differnew file mode 100644 index 0000000..d0dbbb0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cast_plate.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head.png Binary files differnew file mode 100644 index 0000000..9b30022 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..362b54d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..b02b224 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..e3ee4f0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard.png Binary files differnew file mode 100644 index 0000000..8118fa9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_bone_base.png Binary files differnew file mode 100644 index 0000000..3e9035f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_cactus.png Binary files differnew file mode 100644 index 0000000..a4d8f94 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_contrast.png Binary files differnew file mode 100644 index 0000000..3e283e1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_paper.png Binary files differnew file mode 100644 index 0000000..f43c673 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head.png Binary files differnew file mode 100644 index 0000000..92f2f0c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_cactus.png Binary files differnew file mode 100644 index 0000000..7231c63 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_contrast.png Binary files differnew file mode 100644 index 0000000..bf64a54 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_paper.png Binary files differnew file mode 100644 index 0000000..dd13841 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..e2bd375 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_beheading.png Binary files differnew file mode 100644 index 0000000..9a62fc3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_diamond.png Binary files differnew file mode 100644 index 0000000..c098b53 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_emerald.png Binary files differnew file mode 100644 index 0000000..2884722 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_fiery.png Binary files differnew file mode 100644 index 0000000..12b0dee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_glowing.png Binary files differnew file mode 100644 index 0000000..dcea448 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_haste.png Binary files differnew file mode 100644 index 0000000..cc0a542 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_knockback.png Binary files differnew file mode 100644 index 0000000..9619c9d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_luck.png Binary files differnew file mode 100644 index 0000000..750dd8a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..4ceae08 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..b71a457 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..c4e6dc0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..97f3254 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_shulking.png Binary files differnew file mode 100644 index 0000000..23589ff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_silk.png Binary files differnew file mode 100644 index 0000000..a0fb3d6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_smite.png Binary files differnew file mode 100644 index 0000000..efbad58 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..70e46e4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_web.png Binary files differnew file mode 100644 index 0000000..9c6677d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield.png Binary files differnew file mode 100644 index 0000000..c424201 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_cactus.png Binary files differnew file mode 100644 index 0000000..c6701c3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_contrast.png Binary files differnew file mode 100644 index 0000000..9f5613c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_paper.png Binary files differnew file mode 100644 index 0000000..f279717 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cleaver/shield_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade.png Binary files differnew file mode 100644 index 0000000..c093149 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_cactus.png Binary files differnew file mode 100644 index 0000000..ad4e660 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_contrast.png Binary files differnew file mode 100644 index 0000000..41c5e12 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_paper.png Binary files differnew file mode 100644 index 0000000..b2a386e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade.png Binary files differnew file mode 100644 index 0000000..a9db1bf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_cactus.png Binary files differnew file mode 100644 index 0000000..d1174cd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_contrast.png Binary files differnew file mode 100644 index 0000000..d1653e8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_paper.png Binary files differnew file mode 100644 index 0000000..3f0eb74 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/broken_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/full_guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/full_guard_paper.png Binary files differnew file mode 100644 index 0000000..6b213f7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/full_guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard.png Binary files differnew file mode 100644 index 0000000..6982f41 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_cactus.png Binary files differnew file mode 100644 index 0000000..a5db267 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_contrast.png Binary files differnew file mode 100644 index 0000000..8e90d3b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_paper.png Binary files differnew file mode 100644 index 0000000..848b563 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle.png Binary files differnew file mode 100644 index 0000000..6c9516e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_cactus.png Binary files differnew file mode 100644 index 0000000..b2136c7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_contrast.png Binary files differnew file mode 100644 index 0000000..1da696b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_paper.png Binary files differnew file mode 100644 index 0000000..ad24c44 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_beheading.png Binary files differnew file mode 100644 index 0000000..9e22792 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_glowing.png Binary files differnew file mode 100644 index 0000000..421214c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..4ceae08 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..8732995 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_shulking.png Binary files differnew file mode 100644 index 0000000..04e2a63 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_silk.png Binary files differnew file mode 100644 index 0000000..1804bd1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..46d77cc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_web.png Binary files differnew file mode 100644 index 0000000..b599669 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/cutlass/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding.png Binary files differnew file mode 100644 index 0000000..3296bdb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_cactus.png Binary files differnew file mode 100644 index 0000000..6e03f19 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_contrast.png Binary files differnew file mode 100644 index 0000000..92e72f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_paper.png Binary files differnew file mode 100644 index 0000000..1a02068 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head.png Binary files differnew file mode 100644 index 0000000..dda5a10 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..d648b90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..628f1dc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..97641de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip.png Binary files differnew file mode 100644 index 0000000..e83ad8f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_cactus.png Binary files differnew file mode 100644 index 0000000..de341ce --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_contrast.png Binary files differnew file mode 100644 index 0000000..ab88364 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_paper.png Binary files differnew file mode 100644 index 0000000..1b4f53b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/grip_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle.png Binary files differnew file mode 100644 index 0000000..41eb1a2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_cactus.png Binary files differnew file mode 100644 index 0000000..9112916 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_contrast.png Binary files differnew file mode 100644 index 0000000..e4b48b2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_paper.png Binary files differnew file mode 100644 index 0000000..5cf27a9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head.png Binary files differnew file mode 100644 index 0000000..79edfd5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_cactus.png Binary files differnew file mode 100644 index 0000000..3b640ac --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_contrast.png Binary files differnew file mode 100644 index 0000000..9afdbc6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_paper.png Binary files differnew file mode 100644 index 0000000..111ba1a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..c5dfc8a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_beheading.png Binary files differnew file mode 100644 index 0000000..e01b644 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_blasting.png Binary files differnew file mode 100644 index 0000000..49e3d3c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_diamond.png Binary files differnew file mode 100644 index 0000000..530b204 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_emerald.png Binary files differnew file mode 100644 index 0000000..c2b192d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_fiery.png Binary files differnew file mode 100644 index 0000000..58b13b5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_fortified.png Binary files differnew file mode 100644 index 0000000..a698bb5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_glowing.png Binary files differnew file mode 100644 index 0000000..c3f71b0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_haste.png Binary files differnew file mode 100644 index 0000000..e61ee31 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_knockback.png Binary files differnew file mode 100644 index 0000000..f8cbfe7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_luck.png Binary files differnew file mode 100644 index 0000000..99ea3be --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..e037954 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..8ad6008 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..5bf28a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..37287de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_shulking.png Binary files differnew file mode 100644 index 0000000..2cca8e1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_silk.png Binary files differnew file mode 100644 index 0000000..0cfdfe4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_smite.png Binary files differnew file mode 100644 index 0000000..6391d1d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..e1ae9b1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_web.png Binary files differnew file mode 100644 index 0000000..fc542ca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/excavator/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/apple_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/apple_diamond.png Binary files differnew file mode 100644 index 0000000..a8de5b5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/apple_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/bacon.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/bacon.png Binary files differnew file mode 100644 index 0000000..0fc82ea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/bacon.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_beef.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_beef.png Binary files differnew file mode 100644 index 0000000..b4db030 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_beef.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_chicken.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_chicken.png Binary files differnew file mode 100644 index 0000000..66e8bbc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_chicken.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_clownfish.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_clownfish.png Binary files differnew file mode 100644 index 0000000..f19f502 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_clownfish.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_fish.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_fish.png Binary files differnew file mode 100644 index 0000000..3aba2b5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_fish.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_monster.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_monster.png Binary files differnew file mode 100644 index 0000000..c33aed7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_monster.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_mutton.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_mutton.png Binary files differnew file mode 100644 index 0000000..dc4c68f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_mutton.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_pork.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_pork.png Binary files differnew file mode 100644 index 0000000..1474ff8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_pork.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_pufferfish.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_pufferfish.png Binary files differnew file mode 100644 index 0000000..97a1a72 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_pufferfish.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_rabbit.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_rabbit.png Binary files differnew file mode 100644 index 0000000..d0ab090 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_rabbit.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_salmon.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_salmon.png Binary files differnew file mode 100644 index 0000000..eae4f93 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/jerky_salmon.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/moms_spaghetti.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/moms_spaghetti.png Binary files differnew file mode 100644 index 0000000..0254dd0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/moms_spaghetti.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_blood.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_blood.png Binary files differnew file mode 100644 index 0000000..52016cc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_blood.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_blue.png Binary files differnew file mode 100644 index 0000000..05b1926 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_green.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_green.png Binary files differnew file mode 100644 index 0000000..88fcdb6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_green.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_magma.png Binary files differnew file mode 100644 index 0000000..76a29c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_purple.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_purple.png Binary files differnew file mode 100644 index 0000000..bf04504 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/slimedrop_purple.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_cold.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_cold.png Binary files differnew file mode 100644 index 0000000..225359f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_cold.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_hard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_hard.png Binary files differnew file mode 100644 index 0000000..bc56b40 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_hard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_meat.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_meat.png Binary files differnew file mode 100644 index 0000000..a9f71fe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_meat.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_sauce.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_sauce.png Binary files differnew file mode 100644 index 0000000..4f89dcb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_sauce.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_soggy.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_soggy.png Binary files differnew file mode 100644 index 0000000..d05cc52 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/food/spaghetti_soggy.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/friedegg.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/friedegg.png Binary files differnew file mode 100644 index 0000000..928e7a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/friedegg.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head.png Binary files differnew file mode 100644 index 0000000..9dc1914 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..6ac8b0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..2272c43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..4426a9e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head.png Binary files differnew file mode 100644 index 0000000..fbd2504 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_cactus.png Binary files differnew file mode 100644 index 0000000..b33b33d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_contrast.png Binary files differnew file mode 100644 index 0000000..6009cf9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_paper.png Binary files differnew file mode 100644 index 0000000..baa357f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..54a31c9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_beheading.png Binary files differnew file mode 100644 index 0000000..de0af38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_diamond.png Binary files differnew file mode 100644 index 0000000..281b4ae --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_emerald.png Binary files differnew file mode 100644 index 0000000..6e96329 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_fiery.png Binary files differnew file mode 100644 index 0000000..8de25d4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_glowing.png Binary files differnew file mode 100644 index 0000000..2717548 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_haste.png Binary files differnew file mode 100644 index 0000000..59ba9de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_knockback.png Binary files differnew file mode 100644 index 0000000..f8cbfe7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_luck.png Binary files differnew file mode 100644 index 0000000..007b8ec --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..3bcd314 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..6e5c143 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..da4692e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..93e7919 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_shulking.png Binary files differnew file mode 100644 index 0000000..59b404c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_silk.png Binary files differnew file mode 100644 index 0000000..1f286e9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_smite.png Binary files differnew file mode 100644 index 0000000..8a4c7f0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..16fd896 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_web.png Binary files differnew file mode 100644 index 0000000..486aa5b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/frypan/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/efln.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/efln.png Binary files differnew file mode 100644 index 0000000..35add2c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/efln.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/glowball.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/glowball.png Binary files differnew file mode 100644 index 0000000..9314293 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/glowball.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/piggybackpack.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/piggybackpack.png Binary files differnew file mode 100644 index 0000000..e483ea9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/piggybackpack.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/slimesling.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/slimesling.png Binary files differnew file mode 100644 index 0000000..523b35d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/gadgets/slimesling.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back.png Binary files differnew file mode 100644 index 0000000..a8d73ca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_cactus.png Binary files differnew file mode 100644 index 0000000..5ed473f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_contrast.png Binary files differnew file mode 100644 index 0000000..f89278b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_paper.png Binary files differnew file mode 100644 index 0000000..54900af --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/back_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle.png Binary files differnew file mode 100644 index 0000000..7fa2fbc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_bone_base.png Binary files differnew file mode 100644 index 0000000..b312053 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_cactus.png Binary files differnew file mode 100644 index 0000000..75d0aa5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_contrast.png Binary files differnew file mode 100644 index 0000000..950b7ee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_paper.png Binary files differnew file mode 100644 index 0000000..bf0e793 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/broken_handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front.png Binary files differnew file mode 100644 index 0000000..551386f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_cactus.png Binary files differnew file mode 100644 index 0000000..c71d56b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_contrast.png Binary files differnew file mode 100644 index 0000000..3343e94 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_paper.png Binary files differnew file mode 100644 index 0000000..dcb9464 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/front_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle.png Binary files differnew file mode 100644 index 0000000..b0eb862 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..bcf50b1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_cactus.png Binary files differnew file mode 100644 index 0000000..6646c36 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_contrast.png Binary files differnew file mode 100644 index 0000000..4e46036 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_paper.png Binary files differnew file mode 100644 index 0000000..10985cd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head.png Binary files differnew file mode 100644 index 0000000..ae93ad8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_cactus.png Binary files differnew file mode 100644 index 0000000..86bdce8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_contrast.png Binary files differnew file mode 100644 index 0000000..76708ce --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_paper.png Binary files differnew file mode 100644 index 0000000..483c021 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..9b53700 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_beheading.png Binary files differnew file mode 100644 index 0000000..70cf295 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_blasting.png Binary files differnew file mode 100644 index 0000000..a3afe31 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_diamond.png Binary files differnew file mode 100644 index 0000000..e320de5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_emerald.png Binary files differnew file mode 100644 index 0000000..2ffec16 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_fiery.png Binary files differnew file mode 100644 index 0000000..6dee26d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_fortified.png Binary files differnew file mode 100644 index 0000000..f0cbdcd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_glowing.png Binary files differnew file mode 100644 index 0000000..759c853 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_haste.png Binary files differnew file mode 100644 index 0000000..ed3acda --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_knockback.png Binary files differnew file mode 100644 index 0000000..b58856e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_luck.png Binary files differnew file mode 100644 index 0000000..ac1e833 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..ced82e5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..6955c3f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..9870de8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..e48c548 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_shulking.png Binary files differnew file mode 100644 index 0000000..7cf8ef5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_silk.png Binary files differnew file mode 100644 index 0000000..c3cdc36 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_smite.png Binary files differnew file mode 100644 index 0000000..32ab63b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..e1ae9b1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_web.png Binary files differnew file mode 100644 index 0000000..e228316 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hammer/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding.png Binary files differnew file mode 100644 index 0000000..f270415 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_cactus.png Binary files differnew file mode 100644 index 0000000..220e3a7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_contrast.png Binary files differnew file mode 100644 index 0000000..92d6bad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_paper.png Binary files differnew file mode 100644 index 0000000..3214741 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head.png Binary files differnew file mode 100644 index 0000000..475140a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..3eae83e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..6af6fd5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..94369f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head.png Binary files differnew file mode 100644 index 0000000..881006b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_cactus.png Binary files differnew file mode 100644 index 0000000..a0585c0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_contrast.png Binary files differnew file mode 100644 index 0000000..b816c6c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_paper.png Binary files differnew file mode 100644 index 0000000..5cb205c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..1dafd2e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_beheading.png Binary files differnew file mode 100644 index 0000000..be7326f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_blasting.png Binary files differnew file mode 100644 index 0000000..4862eff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_diamond.png Binary files differnew file mode 100644 index 0000000..853fe7e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_emerald.png Binary files differnew file mode 100644 index 0000000..87da6d8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_fiery.png Binary files differnew file mode 100644 index 0000000..5a19450 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_fortified.png Binary files differnew file mode 100644 index 0000000..8f72038 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_glowing.png Binary files differnew file mode 100644 index 0000000..ca458b6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_haste.png Binary files differnew file mode 100644 index 0000000..31bf7bb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_knockback.png Binary files differnew file mode 100644 index 0000000..1fdb256 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_luck.png Binary files differnew file mode 100644 index 0000000..fbcb1f8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..03cd9bb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..aceb8fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..76cdcc6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..e41bceb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_shulking.png Binary files differnew file mode 100644 index 0000000..50d4bf6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_silk.png Binary files differnew file mode 100644 index 0000000..549f78e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_smite.png Binary files differnew file mode 100644 index 0000000..c184c44 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..e07b0b1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_web.png Binary files differnew file mode 100644 index 0000000..930dbaa --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/hatchet/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring.png Binary files differnew file mode 100644 index 0000000..b32f6c7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_1.png Binary files differnew file mode 100644 index 0000000..cc883bf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_2.png Binary files differnew file mode 100644 index 0000000..0d9b1d3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_3.png Binary files differnew file mode 100644 index 0000000..d0aae14 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_broken.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_broken.png Binary files differnew file mode 100644 index 0000000..e41288e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/bowstring_broken.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip.png Binary files differnew file mode 100644 index 0000000..8cc9014 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_cactus.png Binary files differnew file mode 100644 index 0000000..56c04d9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_contrast.png Binary files differnew file mode 100644 index 0000000..9843c69 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_paper.png Binary files differnew file mode 100644 index 0000000..7d37222 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/grip_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom.png Binary files differnew file mode 100644 index 0000000..ab91a01 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2.png Binary files differnew file mode 100644 index 0000000..bb4cf13 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_cactus.png Binary files differnew file mode 100644 index 0000000..8453c58 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_contrast.png Binary files differnew file mode 100644 index 0000000..8247b0f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_paper.png Binary files differnew file mode 100644 index 0000000..11f9e15 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_2_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3.png Binary files differnew file mode 100644 index 0000000..2f4bea7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_cactus.png Binary files differnew file mode 100644 index 0000000..33e4e01 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_contrast.png Binary files differnew file mode 100644 index 0000000..645140a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_paper.png Binary files differnew file mode 100644 index 0000000..64af644 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_3_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_cactus.png Binary files differnew file mode 100644 index 0000000..f824579 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_contrast.png Binary files differnew file mode 100644 index 0000000..eb22e97 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_paper.png Binary files differnew file mode 100644 index 0000000..a472a53 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_bottom_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top.png Binary files differnew file mode 100644 index 0000000..a3dcfdb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2.png Binary files differnew file mode 100644 index 0000000..f3f84b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_cactus.png Binary files differnew file mode 100644 index 0000000..03689d2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_contrast.png Binary files differnew file mode 100644 index 0000000..9d9781e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_paper.png Binary files differnew file mode 100644 index 0000000..7f0359c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_2_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3.png Binary files differnew file mode 100644 index 0000000..c6eb21d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_cactus.png Binary files differnew file mode 100644 index 0000000..55e19f0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_contrast.png Binary files differnew file mode 100644 index 0000000..1124816 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_paper.png Binary files differnew file mode 100644 index 0000000..3efe654 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_3_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_cactus.png Binary files differnew file mode 100644 index 0000000..dbcfe8e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_contrast.png Binary files differnew file mode 100644 index 0000000..36cb9d4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_paper.png Binary files differnew file mode 100644 index 0000000..80a3a0d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/limb_top_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..423f46c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider_2.png Binary files differnew file mode 100644 index 0000000..0c0c359 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider_3.png Binary files differnew file mode 100644 index 0000000..6bd75a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_bane_spider_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_beheading.png Binary files differnew file mode 100644 index 0000000..440a430 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_diamond.png Binary files differnew file mode 100644 index 0000000..9c58635 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_emerald.png Binary files differnew file mode 100644 index 0000000..f5dbd1c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery.png Binary files differnew file mode 100644 index 0000000..dd99f2d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery_2.png Binary files differnew file mode 100644 index 0000000..0dc6269 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery_3.png Binary files differnew file mode 100644 index 0000000..c6b8d82 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_fiery_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing.png Binary files differnew file mode 100644 index 0000000..d7af854 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_1.png Binary files differnew file mode 100644 index 0000000..ee1d72b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_2.png Binary files differnew file mode 100644 index 0000000..4ab23fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_3.png Binary files differnew file mode 100644 index 0000000..7bbc4f8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_glowing_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste.png Binary files differnew file mode 100644 index 0000000..0731dee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_1.png Binary files differnew file mode 100644 index 0000000..d1dd04f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_2.png Binary files differnew file mode 100644 index 0000000..9424015 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_3.png Binary files differnew file mode 100644 index 0000000..5e16eec --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_haste_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_knockback.png Binary files differnew file mode 100644 index 0000000..bcc7d9d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..9ec92cf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..9e2dcc5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..9676762 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..9b72ecc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness_2.png Binary files differnew file mode 100644 index 0000000..e843392 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness_3.png Binary files differnew file mode 100644 index 0000000..ab72488 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_sharpness_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking.png Binary files differnew file mode 100644 index 0000000..0202519 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking_2.png Binary files differnew file mode 100644 index 0000000..ec999a1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking_3.png Binary files differnew file mode 100644 index 0000000..e86cfda --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_shulking_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk.png Binary files differnew file mode 100644 index 0000000..44c1a51 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk_2.png Binary files differnew file mode 100644 index 0000000..5f76d50 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk_3.png Binary files differnew file mode 100644 index 0000000..1a27fb6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_silk_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_smite.png Binary files differnew file mode 100644 index 0000000..5f771c6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..ae1c3da --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web.png Binary files differnew file mode 100644 index 0000000..2eb8fbe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web_2.png Binary files differnew file mode 100644 index 0000000..6c0f581 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web_3.png Binary files differnew file mode 100644 index 0000000..465f87c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longbow/mod_web_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade.png Binary files differnew file mode 100644 index 0000000..5430497 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_cactus.png Binary files differnew file mode 100644 index 0000000..203e87b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_contrast.png Binary files differnew file mode 100644 index 0000000..7fc7e07 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_paper.png Binary files differnew file mode 100644 index 0000000..bc0df74 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade.png Binary files differnew file mode 100644 index 0000000..ffc7239 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_cactus.png Binary files differnew file mode 100644 index 0000000..5e3c4a1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_contrast.png Binary files differnew file mode 100644 index 0000000..137e0ca --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_paper.png Binary files differnew file mode 100644 index 0000000..b32e1f4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/broken_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard.png Binary files differnew file mode 100644 index 0000000..2b8bca4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_cactus.png Binary files differnew file mode 100644 index 0000000..5faaaa9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_contrast.png Binary files differnew file mode 100644 index 0000000..15b0a31 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_paper.png Binary files differnew file mode 100644 index 0000000..976a39c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..a6f8004 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_beheading.png Binary files differnew file mode 100644 index 0000000..040131c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_diamond.png Binary files differnew file mode 100644 index 0000000..e101b4d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_emerald.png Binary files differnew file mode 100644 index 0000000..d2ae8d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_fiery.png Binary files differnew file mode 100644 index 0000000..8f1348f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_glowing.png Binary files differnew file mode 100644 index 0000000..328c9fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_haste.png Binary files differnew file mode 100644 index 0000000..57f6719 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_knockback.png Binary files differnew file mode 100644 index 0000000..6c010d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_luck.png Binary files differnew file mode 100644 index 0000000..a612ad5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..d71694b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..b87ec94 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..7f2f942 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..a2a5364 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_shulking.png Binary files differnew file mode 100644 index 0000000..1c99671 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_silk.png Binary files differnew file mode 100644 index 0000000..1f501cf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_smite.png Binary files differnew file mode 100644 index 0000000..edac40f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..5cde957 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_web.png Binary files differnew file mode 100644 index 0000000..5e5ff4a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/longsword/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding.png Binary files differnew file mode 100644 index 0000000..cb89e60 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding_cactus.png Binary files differnew file mode 100644 index 0000000..9d7959d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding_paper.png Binary files differnew file mode 100644 index 0000000..ac6ff7d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head.png Binary files differnew file mode 100644 index 0000000..99f923b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..a8cb1fb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..05ab2b8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..d0b2fd7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle.png Binary files differnew file mode 100644 index 0000000..adecbe6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..349f88f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_cactus.png Binary files differnew file mode 100644 index 0000000..eee44c1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_contrast.png Binary files differnew file mode 100644 index 0000000..b81e610 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_paper.png Binary files differnew file mode 100644 index 0000000..eae7f33 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head.png Binary files differnew file mode 100644 index 0000000..8e0ea08 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_cactus.png Binary files differnew file mode 100644 index 0000000..85207cd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_contrast.png Binary files differnew file mode 100644 index 0000000..ac956d8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_paper.png Binary files differnew file mode 100644 index 0000000..45fcbb0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..c73e9d7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_beheading.png Binary files differnew file mode 100644 index 0000000..d7c587b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_blasting.png Binary files differnew file mode 100644 index 0000000..4c6feff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_diamond.png Binary files differnew file mode 100644 index 0000000..b734d6e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_emerald.png Binary files differnew file mode 100644 index 0000000..1ebe5fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_fiery.png Binary files differnew file mode 100644 index 0000000..3b6573d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_fortified.png Binary files differnew file mode 100644 index 0000000..da348d8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_glowing.png Binary files differnew file mode 100644 index 0000000..9d32e64 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_haste.png Binary files differnew file mode 100644 index 0000000..47f7602 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_knockback.png Binary files differnew file mode 100644 index 0000000..694069f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_luck.png Binary files differnew file mode 100644 index 0000000..f6b1a07 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..8d2167d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..717711c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..ac8a72c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..8c41cd0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_shulking.png Binary files differnew file mode 100644 index 0000000..0b3fce5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_silk.png Binary files differnew file mode 100644 index 0000000..540aca3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_smite.png Binary files differnew file mode 100644 index 0000000..42e39fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..6575188 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_web.png Binary files differnew file mode 100644 index 0000000..cad8c1a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield.png Binary files differnew file mode 100644 index 0000000..3ebc644 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_cactus.png Binary files differnew file mode 100644 index 0000000..fc1d9f9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_contrast.png Binary files differnew file mode 100644 index 0000000..a867760 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_paper.png Binary files differnew file mode 100644 index 0000000..e525d46 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/lumberaxe/shield_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ardite_rust.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ardite_rust.png Binary files differnew file mode 100644 index 0000000..fe6682f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ardite_rust.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/dried_brick.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/dried_brick.png Binary files differnew file mode 100644 index 0000000..505b22c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/dried_brick.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/expander_h.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/expander_h.png Binary files differnew file mode 100644 index 0000000..c55bd75 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/expander_h.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/expander_w.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/expander_w.png Binary files differnew file mode 100644 index 0000000..751f1d3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/expander_w.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_alubrass.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_alubrass.png Binary files differnew file mode 100644 index 0000000..6e8a917 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_alubrass.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_ardite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_ardite.png Binary files differnew file mode 100644 index 0000000..6aedff1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_ardite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_cobalt.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_cobalt.png Binary files differnew file mode 100644 index 0000000..b623a30 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_cobalt.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_knightslime.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_knightslime.png Binary files differnew file mode 100644 index 0000000..1c212a9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_knightslime.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_manyullyn.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_manyullyn.png Binary files differnew file mode 100644 index 0000000..a9181b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_manyullyn.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_pigiron.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_pigiron.png Binary files differnew file mode 100644 index 0000000..293abcc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/ingot_pigiron.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/mending_moss.png Binary files differnew file mode 100644 index 0000000..7b40c46 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/moss.png Binary files differnew file mode 100644 index 0000000..95d808b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/mud_brick.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/mud_brick.png Binary files differnew file mode 100644 index 0000000..fcd2e43 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/mud_brick.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/necrotic_bone.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/necrotic_bone.png Binary files differnew file mode 100644 index 0000000..23b1ffc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/necrotic_bone.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_alubrass.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_alubrass.png Binary files differnew file mode 100644 index 0000000..4140dab --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_alubrass.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_ardite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_ardite.png Binary files differnew file mode 100644 index 0000000..8d6d40f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_ardite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_cobalt.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_cobalt.png Binary files differnew file mode 100644 index 0000000..2907aeb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_cobalt.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_knightslime.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_knightslime.png Binary files differnew file mode 100644 index 0000000..9f4ebd3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_knightslime.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_manyullyn.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_manyullyn.png Binary files differnew file mode 100644 index 0000000..c70ccaf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_manyullyn.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_pigiron.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_pigiron.png Binary files differnew file mode 100644 index 0000000..a6bda86 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/nugget_pigiron.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/reinforcement.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/reinforcement.png Binary files differnew file mode 100644 index 0000000..224e5c5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/reinforcement.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/seared_brick.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/seared_brick.png Binary files differnew file mode 100644 index 0000000..7be38c3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/seared_brick.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/silky_cloth.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/silky_cloth.png Binary files differnew file mode 100644 index 0000000..d98bea5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/silky_cloth.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/silky_jewel.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/silky_jewel.png Binary files differnew file mode 100644 index 0000000..6740ce2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/silky_jewel.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_blood.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_blood.png Binary files differnew file mode 100644 index 0000000..4809b05 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_blood.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_blue.png Binary files differnew file mode 100644 index 0000000..1fa8282 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_magma.png Binary files differnew file mode 100644 index 0000000..48c50e9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_purple.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_purple.png Binary files differnew file mode 100644 index 0000000..5075a57 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimeball_purple.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_blue.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_blue.png Binary files differnew file mode 100644 index 0000000..2f836c2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_blue.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_green.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_green.png Binary files differnew file mode 100644 index 0000000..1d3a454 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_green.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_magma.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_magma.png Binary files differnew file mode 100644 index 0000000..6ecfa46 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/slimecrystal_magma.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/stone_rod.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/stone_rod.png Binary files differnew file mode 100644 index 0000000..4cfdc8b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/materials/stone_rod.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back.png Binary files differnew file mode 100644 index 0000000..d2a678a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_cactus.png Binary files differnew file mode 100644 index 0000000..e7a0339 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_contrast.png Binary files differnew file mode 100644 index 0000000..dc4fd22 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_paper.png Binary files differnew file mode 100644 index 0000000..9601dfb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/back_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head.png Binary files differnew file mode 100644 index 0000000..5ff0c92 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..ee89fcb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..dcc576f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..2991363 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle.png Binary files differnew file mode 100644 index 0000000..afa29c5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..53d7982 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_cactus.png Binary files differnew file mode 100644 index 0000000..356fc08 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_contrast.png Binary files differnew file mode 100644 index 0000000..547ce73 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_paper.png Binary files differnew file mode 100644 index 0000000..ef6ec59 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head.png Binary files differnew file mode 100644 index 0000000..c932086 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_cactus.png Binary files differnew file mode 100644 index 0000000..c4bb564 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_contrast.png Binary files differnew file mode 100644 index 0000000..79d3b99 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_paper.png Binary files differnew file mode 100644 index 0000000..5fcac7e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..3c35407 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_beheading.png Binary files differnew file mode 100644 index 0000000..005a563 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_blasting.png Binary files differnew file mode 100644 index 0000000..31f6ab4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_diamond.png Binary files differnew file mode 100644 index 0000000..4880358 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_emerald.png Binary files differnew file mode 100644 index 0000000..c880b3d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_fiery.png Binary files differnew file mode 100644 index 0000000..b4381f9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_glowing.png Binary files differnew file mode 100644 index 0000000..a002788 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_haste.png Binary files differnew file mode 100644 index 0000000..a54276e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_knockback.png Binary files differnew file mode 100644 index 0000000..1fdb256 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_luck.png Binary files differnew file mode 100644 index 0000000..3a29bd6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..d58345a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..945822d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..5fdfc4b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..052fa30 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_shulking.png Binary files differnew file mode 100644 index 0000000..6d762f6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_silk.png Binary files differnew file mode 100644 index 0000000..31037ff --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_smite.png Binary files differnew file mode 100644 index 0000000..c9fb290 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..734ceb3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_web.png Binary files differnew file mode 100644 index 0000000..471000c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/mattock/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/paper_base_pattern_UNUSED.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/paper_base_pattern_UNUSED.png Binary files differnew file mode 100644 index 0000000..e7cdfed --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/paper_base_pattern_UNUSED.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head.png Binary files differnew file mode 100644 index 0000000..2325b34 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head_contrast.png Binary files differnew file mode 100644 index 0000000..3c1fe90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head_paper.png Binary files differnew file mode 100644 index 0000000..d2810c5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_shaft.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_shaft.png Binary files differnew file mode 100644 index 0000000..eba1fa8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/arrow_shaft.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding.png Binary files differnew file mode 100644 index 0000000..2d8a5a8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_cactus.png Binary files differnew file mode 100644 index 0000000..6d92d83 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_contrast.png Binary files differnew file mode 100644 index 0000000..ad71627 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_paper.png Binary files differnew file mode 100644 index 0000000..9c24661 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/bowstring.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/bowstring.png Binary files differnew file mode 100644 index 0000000..e78d562 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/bowstring.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/fletching.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/fletching.png Binary files differnew file mode 100644 index 0000000..a0e35ce --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/fletching.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/fletching_feather.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/fletching_feather.png Binary files differnew file mode 100644 index 0000000..a898c6c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/fletching_feather.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade.png Binary files differnew file mode 100644 index 0000000..54beb2b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_cactus.png Binary files differnew file mode 100644 index 0000000..b0ace0e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_contrast.png Binary files differnew file mode 100644 index 0000000..e21b20b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_paper.png Binary files differnew file mode 100644 index 0000000..dca0a8e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/knife_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate.png Binary files differnew file mode 100644 index 0000000..f330f7f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate__internal_gui.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate__internal_gui.png Binary files differnew file mode 100644 index 0000000..05d6d85 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate__internal_gui.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_cactus.png Binary files differnew file mode 100644 index 0000000..ee5b10f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_contrast.png Binary files differnew file mode 100644 index 0000000..43976b1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_paper.png Binary files differnew file mode 100644 index 0000000..eeceea2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_pigiron.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_pigiron.png Binary files differnew file mode 100644 index 0000000..1c6c575 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_plate_pigiron.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade.png Binary files differnew file mode 100644 index 0000000..278da97 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_cactus.png Binary files differnew file mode 100644 index 0000000..737b16a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_contrast.png Binary files differnew file mode 100644 index 0000000..c0cd072 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_paper.png Binary files differnew file mode 100644 index 0000000..8db13a6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/large_sword_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard.png Binary files differnew file mode 100644 index 0000000..21dd7b9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard_cactus.png Binary files differnew file mode 100644 index 0000000..4c939ef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard_contrast.png Binary files differnew file mode 100644 index 0000000..8f21f83 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/shard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit.png Binary files differnew file mode 100644 index 0000000..0151678 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_cactus.png Binary files differnew file mode 100644 index 0000000..3d5696d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_contrast.png Binary files differnew file mode 100644 index 0000000..40293a4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_paper.png Binary files differnew file mode 100644 index 0000000..821944a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sharpening_kit_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade.png Binary files differnew file mode 100644 index 0000000..6c3b5eb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_cactus.png Binary files differnew file mode 100644 index 0000000..2bf0131 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_contrast.png Binary files differnew file mode 100644 index 0000000..00e764c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_paper.png Binary files differnew file mode 100644 index 0000000..31b2a90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/sword_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod.png Binary files differnew file mode 100644 index 0000000..eba1fa8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_bone_base.png Binary files differnew file mode 100644 index 0000000..944f272 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_cactus.png Binary files differnew file mode 100644 index 0000000..97e1f03 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_contrast.png Binary files differnew file mode 100644 index 0000000..e399294 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_paper.png Binary files differnew file mode 100644 index 0000000..ee8c020 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tool_rod_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding.png Binary files differnew file mode 100644 index 0000000..208ebf5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_cactus.png Binary files differnew file mode 100644 index 0000000..4d6308b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_contrast.png Binary files differnew file mode 100644 index 0000000..70a7d76 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_paper.png Binary files differnew file mode 100644 index 0000000..f15c9aa --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod.png Binary files differnew file mode 100644 index 0000000..9a7bfcb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_bone_base.png Binary files differnew file mode 100644 index 0000000..7397693 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_cactus.png Binary files differnew file mode 100644 index 0000000..cdac09f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_contrast.png Binary files differnew file mode 100644 index 0000000..8fc5db5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_paper.png Binary files differnew file mode 100644 index 0000000..3dcf54e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/tough_tool_rod_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard.png Binary files differnew file mode 100644 index 0000000..3e27f79 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_cactus.png Binary files differnew file mode 100644 index 0000000..0dcc154 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_contrast.png Binary files differnew file mode 100644 index 0000000..d85fa3f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_paper.png Binary files differnew file mode 100644 index 0000000..48c08ec --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/parts/wide_guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pattern.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pattern.png Binary files differnew file mode 100644 index 0000000..bd35434 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pattern.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pattern_large_plate.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pattern_large_plate.png Binary files differnew file mode 100644 index 0000000..2aea305 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pattern_large_plate.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding.png Binary files differnew file mode 100644 index 0000000..142680a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_cactus.png Binary files differnew file mode 100644 index 0000000..9e973bc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_contrast.png Binary files differnew file mode 100644 index 0000000..068ebc4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_paper.png Binary files differnew file mode 100644 index 0000000..5dd10d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head.png Binary files differnew file mode 100644 index 0000000..d6f0d0a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..e884da5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..49e1f38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..8f74596 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle.png Binary files differnew file mode 100644 index 0000000..c295afd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..5f8dd45 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_cactus.png Binary files differnew file mode 100644 index 0000000..1c443cb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_contrast.png Binary files differnew file mode 100644 index 0000000..20c3a8e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_paper.png Binary files differnew file mode 100644 index 0000000..17eeb7e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head.png Binary files differnew file mode 100644 index 0000000..7a1a677 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_cactus.png Binary files differnew file mode 100644 index 0000000..6f6873b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_contrast.png Binary files differnew file mode 100644 index 0000000..0d426aa --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_paper.png Binary files differnew file mode 100644 index 0000000..6dae2bb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..2ad093a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_beheading.png Binary files differnew file mode 100644 index 0000000..8fd3534 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_blasting.png Binary files differnew file mode 100644 index 0000000..0d5ca60 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_diamond.png Binary files differnew file mode 100644 index 0000000..b790c48 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_emerald.png Binary files differnew file mode 100644 index 0000000..30b1a23 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_fiery.png Binary files differnew file mode 100644 index 0000000..894e5a3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_fortified.png Binary files differnew file mode 100644 index 0000000..6ae6160 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_glowing.png Binary files differnew file mode 100644 index 0000000..99fbf8c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_haste.png Binary files differnew file mode 100644 index 0000000..32c2e76 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_knockback.png Binary files differnew file mode 100644 index 0000000..1e96326 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_luck.png Binary files differnew file mode 100644 index 0000000..fbcb1f8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..f48facd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..a851b38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..33ca7c8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..e756390 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_shulking.png Binary files differnew file mode 100644 index 0000000..f280605 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_silk.png Binary files differnew file mode 100644 index 0000000..cae9dc6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_smite.png Binary files differnew file mode 100644 index 0000000..46737a5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..cb0be3c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_web.png Binary files differnew file mode 100644 index 0000000..ba800d7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/pickaxe/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade.png Binary files differnew file mode 100644 index 0000000..9b6db85 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_cactus.png Binary files differnew file mode 100644 index 0000000..2998641 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_contrast.png Binary files differnew file mode 100644 index 0000000..02ddc1f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_paper.png Binary files differnew file mode 100644 index 0000000..a6714b0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade.png Binary files differnew file mode 100644 index 0000000..ba28939 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_cactus.png Binary files differnew file mode 100644 index 0000000..4ecfdb2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_contrast.png Binary files differnew file mode 100644 index 0000000..6dfec66 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_paper.png Binary files differnew file mode 100644 index 0000000..3251d90 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/broken_blade_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard.png Binary files differnew file mode 100644 index 0000000..05d9c8f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_cactus.png Binary files differnew file mode 100644 index 0000000..2d0e4e1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_contrast.png Binary files differnew file mode 100644 index 0000000..84fde33 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_paper.png Binary files differnew file mode 100644 index 0000000..596ffc2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/guard_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..1f20fb6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_beheading.png Binary files differnew file mode 100644 index 0000000..a62fe53 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_diamond.png Binary files differnew file mode 100644 index 0000000..8b36463 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_emerald.png Binary files differnew file mode 100644 index 0000000..1dd6604 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_fiery.png Binary files differnew file mode 100644 index 0000000..7eb519a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_glowing.png Binary files differnew file mode 100644 index 0000000..f56b937 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_haste.png Binary files differnew file mode 100644 index 0000000..ce7bada --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_knockback.png Binary files differnew file mode 100644 index 0000000..8081a67 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_luck.png Binary files differnew file mode 100644 index 0000000..e71651e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..d71694b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..9e153af --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..2d9f409 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..e4c4937 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_shulking.png Binary files differnew file mode 100644 index 0000000..a5c14ad --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_silk.png Binary files differnew file mode 100644 index 0000000..94c45b2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_smite.png Binary files differnew file mode 100644 index 0000000..1da4ef9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..16fd896 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_web.png Binary files differnew file mode 100644 index 0000000..3566bb3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/rapier/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory.png Binary files differnew file mode 100644 index 0000000..bf34e77 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_bone_base.png Binary files differnew file mode 100644 index 0000000..02706f5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_cactus.png Binary files differnew file mode 100644 index 0000000..d4626de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_contrast.png Binary files differnew file mode 100644 index 0000000..87d0a45 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_paper.png Binary files differnew file mode 100644 index 0000000..a56659d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/accessory_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding.png Binary files differnew file mode 100644 index 0000000..bd68d3a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_cactus.png Binary files differnew file mode 100644 index 0000000..b2f3023 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_contrast.png Binary files differnew file mode 100644 index 0000000..25e50e8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_paper.png Binary files differnew file mode 100644 index 0000000..59fbcf2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head.png Binary files differnew file mode 100644 index 0000000..f18d45f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..115a1e4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..b6a0a26 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..e71dbbb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle.png Binary files differnew file mode 100644 index 0000000..da371da --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_bone_base.png Binary files differnew file mode 100644 index 0000000..2230423 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_cactus.png Binary files differnew file mode 100644 index 0000000..7cbd9b7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_contrast.png Binary files differnew file mode 100644 index 0000000..c6d41bd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_paper.png Binary files differnew file mode 100644 index 0000000..d487449 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head.png Binary files differnew file mode 100644 index 0000000..8f054af --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_cactus.png Binary files differnew file mode 100644 index 0000000..15d89a4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_contrast.png Binary files differnew file mode 100644 index 0000000..97aa901 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_paper.png Binary files differnew file mode 100644 index 0000000..090aacf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..2f02c2e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_beheading.png Binary files differnew file mode 100644 index 0000000..090e07c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_blasting.png Binary files differnew file mode 100644 index 0000000..fec4513 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_diamond.png Binary files differnew file mode 100644 index 0000000..21411fc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_emerald.png Binary files differnew file mode 100644 index 0000000..0af374b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fiery.png Binary files differnew file mode 100644 index 0000000..ea191cf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fortified.png Binary files differnew file mode 100644 index 0000000..7068560 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fortify.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fortify.png Binary files differnew file mode 100644 index 0000000..39dc9d6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_fortify.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_glowing.png Binary files differnew file mode 100644 index 0000000..04b6c1a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_haste.png Binary files differnew file mode 100644 index 0000000..7edcf97 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_knockback.png Binary files differnew file mode 100644 index 0000000..cfab399 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_luck.png Binary files differnew file mode 100644 index 0000000..863e321 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..3f6618c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..8673c58 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..4ce41da --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..143bf66 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_shulking.png Binary files differnew file mode 100644 index 0000000..91ccba0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_silk.png Binary files differnew file mode 100644 index 0000000..c9e20cc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_smite.png Binary files differnew file mode 100644 index 0000000..99055ea --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..ae0d160 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_web.png Binary files differnew file mode 100644 index 0000000..d6233e8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/scythe/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring.png Binary files differnew file mode 100644 index 0000000..60d862a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_1.png Binary files differnew file mode 100644 index 0000000..40ed7fd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_2.png Binary files differnew file mode 100644 index 0000000..88d4ef1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_3.png Binary files differnew file mode 100644 index 0000000..e7793eb --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_broken.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_broken.png Binary files differnew file mode 100644 index 0000000..722baa8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/bowstring_broken.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom.png Binary files differnew file mode 100644 index 0000000..496c843 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2.png Binary files differnew file mode 100644 index 0000000..7383d99 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_cactus.png Binary files differnew file mode 100644 index 0000000..ffdc210 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_contrast.png Binary files differnew file mode 100644 index 0000000..238bc96 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_paper.png Binary files differnew file mode 100644 index 0000000..9f19a8b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_2_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3.png Binary files differnew file mode 100644 index 0000000..e7d7e25 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_cactus.png Binary files differnew file mode 100644 index 0000000..9f847e0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_contrast.png Binary files differnew file mode 100644 index 0000000..a67eb39 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_paper.png Binary files differnew file mode 100644 index 0000000..0597d6c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_3_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_cactus.png Binary files differnew file mode 100644 index 0000000..d5fdb24 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_contrast.png Binary files differnew file mode 100644 index 0000000..e848674 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_paper.png Binary files differnew file mode 100644 index 0000000..b3ac0c8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_bottom_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top.png Binary files differnew file mode 100644 index 0000000..8569c13 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2.png Binary files differnew file mode 100644 index 0000000..0e58bb6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_cactus.png Binary files differnew file mode 100644 index 0000000..7be9e12 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_contrast.png Binary files differnew file mode 100644 index 0000000..7d154de --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_paper.png Binary files differnew file mode 100644 index 0000000..c46de67 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_2_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3.png Binary files differnew file mode 100644 index 0000000..0325fa0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_cactus.png Binary files differnew file mode 100644 index 0000000..4070726 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_contrast.png Binary files differnew file mode 100644 index 0000000..c86826e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_paper.png Binary files differnew file mode 100644 index 0000000..6c490f1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_3_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_cactus.png Binary files differnew file mode 100644 index 0000000..80f9193 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_contrast.png Binary files differnew file mode 100644 index 0000000..98a0f65 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_paper.png Binary files differnew file mode 100644 index 0000000..7038f3d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/limb_top_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..6b12a3c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider_2.png Binary files differnew file mode 100644 index 0000000..c474a56 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider_3.png Binary files differnew file mode 100644 index 0000000..dd07a1f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_bane_spider_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_beheading.png Binary files differnew file mode 100644 index 0000000..440a430 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_diamond.png Binary files differnew file mode 100644 index 0000000..8e818f5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_emerald.png Binary files differnew file mode 100644 index 0000000..fedf64c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery.png Binary files differnew file mode 100644 index 0000000..32f4294 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery_2.png Binary files differnew file mode 100644 index 0000000..dbb350a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery_3.png Binary files differnew file mode 100644 index 0000000..92019bc --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_fiery_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing.png Binary files differnew file mode 100644 index 0000000..2baf6f5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_1.png Binary files differnew file mode 100644 index 0000000..1cc3430 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_2.png Binary files differnew file mode 100644 index 0000000..b16a0e2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_3.png Binary files differnew file mode 100644 index 0000000..1ecf7ba --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_glowing_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste.png Binary files differnew file mode 100644 index 0000000..8d734d4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_1.png Binary files differnew file mode 100644 index 0000000..582a3f0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_2.png Binary files differnew file mode 100644 index 0000000..f42e5c4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_3.png Binary files differnew file mode 100644 index 0000000..51f2070 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_haste_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_knockback.png Binary files differnew file mode 100644 index 0000000..2b1993b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..9ec92cf --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..9e2dcc5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..9676762 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..861f994 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_sharpness_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_sharpness_3.png Binary files differnew file mode 100644 index 0000000..ab6564e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_sharpness_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_shulking.png Binary files differnew file mode 100644 index 0000000..174b594 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_shulking_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_shulking_3.png Binary files differnew file mode 100644 index 0000000..af7792c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_shulking_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk.png Binary files differnew file mode 100644 index 0000000..bfc83c8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk_2.png Binary files differnew file mode 100644 index 0000000..e62b5a4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk_3.png Binary files differnew file mode 100644 index 0000000..6e5da9b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_silk_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_smite.png Binary files differnew file mode 100644 index 0000000..5f771c6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..c2eac45 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web.png Binary files differnew file mode 100644 index 0000000..f50946d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web_2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web_2.png Binary files differnew file mode 100644 index 0000000..62980f2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web_2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web_3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web_3.png Binary files differnew file mode 100644 index 0000000..af2fdc6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shortbow/mod_web_3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding.png Binary files differnew file mode 100644 index 0000000..1c47ab0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_bone_base.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_bone_base.png Binary files differnew file mode 100644 index 0000000..149a39f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_bone_base.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_cactus.png Binary files differnew file mode 100644 index 0000000..bc213d5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_contrast.png Binary files differnew file mode 100644 index 0000000..9da2d01 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_paper.png Binary files differnew file mode 100644 index 0000000..b0c91ab --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/binding_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head.png Binary files differnew file mode 100644 index 0000000..d82b3e9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_cactus.png Binary files differnew file mode 100644 index 0000000..7dce6a5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_contrast.png Binary files differnew file mode 100644 index 0000000..9116924 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_paper.png Binary files differnew file mode 100644 index 0000000..9d74f60 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/broken_head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle.png Binary files differnew file mode 100644 index 0000000..6b6d8e5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_cactus.png Binary files differnew file mode 100644 index 0000000..6c22929 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_contrast.png Binary files differnew file mode 100644 index 0000000..930af59 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_paper.png Binary files differnew file mode 100644 index 0000000..5585470 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/handle_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head.png Binary files differnew file mode 100644 index 0000000..c534c2b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_cactus.png Binary files differnew file mode 100644 index 0000000..099b771 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_contrast.png Binary files differnew file mode 100644 index 0000000..09dc9f6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_paper.png Binary files differnew file mode 100644 index 0000000..e78bf34 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/head_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..56b5bc9 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_beheading.png Binary files differnew file mode 100644 index 0000000..18a604c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_blasting.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_blasting.png Binary files differnew file mode 100644 index 0000000..f4bf66e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_blasting.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_diamond.png Binary files differnew file mode 100644 index 0000000..86bc078 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_emerald.png Binary files differnew file mode 100644 index 0000000..b9f6e30 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_fiery.png Binary files differnew file mode 100644 index 0000000..1d2fa54 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_fortified.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_fortified.png Binary files differnew file mode 100644 index 0000000..cdc0b16 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_fortified.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_glowing.png Binary files differnew file mode 100644 index 0000000..f69fab1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_haste.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_haste.png Binary files differnew file mode 100644 index 0000000..e0ef523 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_haste.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_knockback.png Binary files differnew file mode 100644 index 0000000..d8e68fd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_luck.png Binary files differnew file mode 100644 index 0000000..f6054c0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..7cba532 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..a851b38 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..305c735 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..8ca62ef --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_shulking.png Binary files differnew file mode 100644 index 0000000..e389304 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_silk.png Binary files differnew file mode 100644 index 0000000..d404940 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_smite.png Binary files differnew file mode 100644 index 0000000..41350f7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..8a0d2b8 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_web.png Binary files differnew file mode 100644 index 0000000..afa7c82 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shovel/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_bane_spider.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_bane_spider.png Binary files differnew file mode 100644 index 0000000..5e4e0d0 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_bane_spider.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_beheading.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_beheading.png Binary files differnew file mode 100644 index 0000000..4512b6b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_beheading.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_diamond.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_diamond.png Binary files differnew file mode 100644 index 0000000..78dea30 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_diamond.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_emerald.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_emerald.png Binary files differnew file mode 100644 index 0000000..2591a9c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_emerald.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_fiery.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_fiery.png Binary files differnew file mode 100644 index 0000000..b30e46f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_fiery.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_glowing.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_glowing.png Binary files differnew file mode 100644 index 0000000..f60c411 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_glowing.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_knockback.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_knockback.png Binary files differnew file mode 100644 index 0000000..7942da5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_knockback.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_luck.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_luck.png Binary files differnew file mode 100644 index 0000000..7423654 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_luck.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_mending_moss.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_mending_moss.png Binary files differnew file mode 100644 index 0000000..203f9d4 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_mending_moss.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_necrotic.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_necrotic.png Binary files differnew file mode 100644 index 0000000..ce3a0fd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_necrotic.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_reinforced.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_reinforced.png Binary files differnew file mode 100644 index 0000000..e434d0d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_reinforced.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_sharpness.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_sharpness.png Binary files differnew file mode 100644 index 0000000..518c35c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_sharpness.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_shulking.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_shulking.png Binary files differnew file mode 100644 index 0000000..0aad612 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_shulking.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_silk.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_silk.png Binary files differnew file mode 100644 index 0000000..34bf94e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_silk.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_smite.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_smite.png Binary files differnew file mode 100644 index 0000000..28d8327 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_smite.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_soulbound.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_soulbound.png Binary files differnew file mode 100644 index 0000000..2a07334 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_soulbound.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_web.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_web.png Binary files differnew file mode 100644 index 0000000..8b3fb5f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/mod_web.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken.png Binary files differnew file mode 100644 index 0000000..c239867 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2.png Binary files differnew file mode 100644 index 0000000..f737bee --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_cactus.png Binary files differnew file mode 100644 index 0000000..44fc62c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_contrast.png Binary files differnew file mode 100644 index 0000000..fb6ce84 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_paper.png Binary files differnew file mode 100644 index 0000000..9a0b5f5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken2_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3.png Binary files differnew file mode 100644 index 0000000..1bd38b5 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_cactus.png Binary files differnew file mode 100644 index 0000000..0b4a51f --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_contrast.png Binary files differnew file mode 100644 index 0000000..2762853 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_paper.png Binary files differnew file mode 100644 index 0000000..520a3fe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken3_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4.png Binary files differnew file mode 100644 index 0000000..305bbbe --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_cactus.png Binary files differnew file mode 100644 index 0000000..bdd8fc1 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_contrast.png Binary files differnew file mode 100644 index 0000000..07d5c3c --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_paper.png Binary files differnew file mode 100644 index 0000000..d27a762 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken4_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_cactus.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_cactus.png Binary files differnew file mode 100644 index 0000000..b9045d6 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_cactus.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_contrast.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_contrast.png Binary files differnew file mode 100644 index 0000000..06d9f0d --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_contrast.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_paper.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_paper.png Binary files differnew file mode 100644 index 0000000..d072e55 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/shuriken/shuriken_paper.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/skull_char_gold.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/skull_char_gold.png Binary files differnew file mode 100644 index 0000000..c3676b2 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/items/skull_char_gold.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/models/armor/piggyback_layer_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/models/armor/piggyback_layer_1.png Binary files differnew file mode 100644 index 0000000..9e0f83b --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/models/armor/piggyback_layer_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/models/armor/slime_layer_1.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/models/armor/slime_layer_1.png Binary files differnew file mode 100644 index 0000000..80c423e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/models/armor/slime_layer_1.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/particles.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/particles.png Binary files differnew file mode 100644 index 0000000..be9467e --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/particles.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_axe.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_axe.png Binary files differnew file mode 100644 index 0000000..2e76fc3 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_axe.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_cleaver.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_cleaver.png Binary files differnew file mode 100644 index 0000000..e1d5941 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_cleaver.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_frypan.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_frypan.png Binary files differnew file mode 100644 index 0000000..d4161f7 --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_frypan.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_hammer.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_hammer.png Binary files differnew file mode 100644 index 0000000..77831cd --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_hammer.png diff --git a/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_rapier.png b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_rapier.png Binary files differnew file mode 100644 index 0000000..998715a --- /dev/null +++ b/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/textures/particle/slash_rapier.png |
