diff options
| author | Lance5057 <Lance5057@gmail.com> | 2017-03-12 18:15:17 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2017-03-12 18:15:17 -0500 |
| commit | f692d8983ee8787843d874ae1aa329c1439e3223 (patch) | |
| tree | a19cbd6d584d0ccd3d6117d63489168a89a19c3c /TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts | |
| parent | a7ea7c80bff70096191fd772a0416aec15d41a69 (diff) | |
Hopefully this unfucks whatever got fucked.
Diffstat (limited to 'TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/parts')
27 files changed, 197 insertions, 0 deletions
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" + } +} |
