Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "parent": "item/handheld",
- "textures": {
- "layer0": "items/bow_standby"
- },
- "fixed": {
- "rotation": [0, 104, 0],
- "translation": [0, 4, 0],
- "scale": [1.25, 1.25, 1.25]
- },
- "overrides": [{
- "predicate": {
- "pulling": 1
- },
- "model": "item/bow_pulling_0"
- }, {
- "predicate": {
- "pulling": 1,
- "pull": 0.65
- },
- "model": "item/bow_pulling_1"
- }, {
- "predicate": {
- "pulling": 1,
- "pull": 0.9
- },
- "model": "item/bow_pulling_2"
- },
- {
- "predicate": {
- "damaged": 0,
- "damage": 0.005194805194805195
- },
- "model": "item/vbow_standby"
- }, {
- "predicate": {
- "pulling": 1,
- "damaged": 0,
- "damage": 0.005194805194805195
- },
- "model": "item/vbow_pulling_0"
- }, {
- "predicate": {
- "pulling": 1,
- "pull": 0.65,
- "damaged": 0,
- "damage": 0.005194805194805195
- },
- "model": "item/vbow_pulling_1"
- }, {
- "predicate": {
- "pulling": 1,
- "pull": 0.9,
- "damaged": 0,
- "damage": 0.005194805194805195
- },
- "model": "item/vbow_pulling_2"
- }, {
- "predicate": {
- "damaged": 1,
- "damage": 0
- },
- "model": "item/vbow"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement