Skip to content

Instantly share code, notes, and snippets.

@matshou
Created October 28, 2016 08:02
Show Gist options
  • Save matshou/9e084c3221f1a706c60ff580155e8747 to your computer and use it in GitHub Desktop.
Save matshou/9e084c3221f1a706c60ff580155e8747 to your computer and use it in GitHub Desktop.
LoaderException: Circular Model Dependencies
{
"parent": "item/generated",
"textures": {
"layer0": "betterarchery:items/item_simple_bow_body",
"layer1": "betterarchery:items/layer_bow_string_standby"
},
"display": {
"thirdperson_righthand": {
"rotation": [ -80, 260, -40 ],
"translation": [ -1, -2, 2.5 ],
"scale": [ 1.2, 1.2, 0.9 ]
},
"thirdperson_lefthand": {
"rotation": [ -80, -280, 40 ],
"translation": [ -1, -2, 2.5 ],
"scale": [ 1.2, 1.2, 0.9 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.9, 0.9, 0.68 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 90, -25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.9, 0.9, 0.68 ]
}
},
"overrides": [
{
"predicate": {
"pulling": 1
},
"model": "betterarchery:item/bow_pulling_models/long_bow_plain_pulling_0"
},
{
"predicate": {
"pulling": 1,
"pull": 0.65
},
"model": "betterarchery:item/bow_pulling_models/long_bow_plain_pulling_1"
},
{
"predicate": {
"pulling": 1,
"pull": 0.9
},
"model": "betterarchery:item/bow_pulling_models/long_bow_plain_pulling_2"
}
]
}
{
"parent": "betterarchery:item/long_bow_plain",
"textures": {
"layer0": "betterarchery:items/item_simple_bow_body",
"layer1": "betterarchery:items/bow_pulling_textures/bow_string_pulling_0",
"layer2": "betterarchery:items/bow_pulling_textures/bow_arrow_pulling_0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment