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/tools/longbow.tcon.json | |
| 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/tools/longbow.tcon.json')
| -rw-r--r-- | TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/models/item/tools/longbow.tcon.json | 73 |
1 files changed, 73 insertions, 0 deletions
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] + } +} |
