Skip to content

Commit

Permalink
feat: update Tendon Chain model and texture
Browse files Browse the repository at this point in the history
Author: RhinoW <RhinoWarlord@users.noreply.github.com>
  • Loading branch information
Elenterius committed Jun 16, 2023
1 parent 384b9cd commit 97383f1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 115 deletions.
157 changes: 42 additions & 115 deletions src/main/resources/assets/biomancy/models/block/tendon_chain.json
Original file line number Diff line number Diff line change
@@ -1,124 +1,51 @@
{
"credit": "Made by ZeoMaddox & Elenterius",
"credit": "Made by RhinoW",
"parent": "block/block",
"textures": {
"particle": "biomancy:block/tendon_chain",
"all": "biomancy:block/tendon_chain"
"0": "biomancy:block/tendon_chain",
"particle": "biomancy:block/tendon_chain"
},
"elements": [
{
"from": [ 6.5, 10, 8 ],
"from": [ 8, 0, 6.5 ],
"to": [ 8, 16, 9.5 ],
"shade": false,
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 8, 8 ]
},
"faces": {
"east": {
"uv": [ 0, 0, 3, 16 ],
"texture": "#0"
},
"west": {
"uv": [ 3, 0, 0, 16 ],
"texture": "#0"
}
}
},
{
"from": [ 6.5, 0, 8 ],
"to": [ 9.5, 16, 8 ],
"shade": false,
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 13, 8 ]
},
"faces": {
"north": {
"uv": [ 13, 6, 16, 12 ],
"texture": "#all"
},
"south": {
"uv": [ 13, 6, 16, 12 ],
"texture": "#all"
}
}
},
{
"from": [ 8, 10, 6.5 ],
"to": [ 8, 16, 9.5 ],
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 13, 8 ]
},
"faces": {
"east": {
"uv": [ 13, 0, 16, 6 ],
"texture": "#all"
},
"west": {
"uv": [ 13, 0, 16, 6 ],
"texture": "#all"
}
}
},
{
"from": [ 6.5, 4, 8 ],
"to": [ 9.5, 10, 8 ],
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 13, 8 ]
},
"faces": {
"north": {
"uv": [ 13, 6, 16, 12 ],
"texture": "#all"
},
"south": {
"uv": [ 13, 6, 16, 12 ],
"texture": "#all"
}
}
},
{
"from": [ 8, 4, 6.5 ],
"to": [ 8, 10, 9.5 ],
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 13, 8 ]
},
"faces": {
"east": {
"uv": [ 13, 0, 16, 6 ],
"texture": "#all"
},
"west": {
"uv": [ 13, 0, 16, 6 ],
"texture": "#all"
}
}
},
{
"from": [ 8, 0, 6.5 ],
"to": [ 8, 4, 9.5 ],
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 13, 8 ]
},
"faces": {
"east": {
"uv": [ 13, 0, 16, 4 ],
"texture": "#all"
},
"west": {
"uv": [ 13, 0, 16, 4 ],
"texture": "#all"
}
}
},
{
"from": [ 6.5, 0, 8 ],
"to": [ 9.5, 4, 8 ],
"rotation": {
"angle": 45,
"axis": "y",
"origin": [ 8, 13, 8 ]
},
"faces": {
"north": {
"uv": [ 13, 6, 16, 10 ],
"texture": "#all"
},
"south": {
"uv": [ 13, 6, 16, 10 ],
"texture": "#all"
}
}
}
]
"angle": 45,
"axis": "y",
"origin": [ 8, 8, 8 ]
},
"faces": {
"north": {
"uv": [ 7, 0, 4, 16 ],
"texture": "#0"
},
"south": {
"uv": [ 4, 0, 7, 16 ],
"texture": "#0"
}
}
}
],
"display": { }
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97383f1

Please sign in to comment.