stonetongs added, bloomery needs to check for addition of soft crucible

This commit is contained in:
Mohammad-Ali Minaie
2017-01-23 21:29:59 -05:00
parent 06920b621b
commit 8b41ae6205
12 changed files with 1521 additions and 1 deletions

View File

@@ -0,0 +1,43 @@
{
"forge_marker": 1,
"defaults": {
"model": "forgecraft:stonetongs.obj"
},
"variants": {
"inventory": [
{
"transform": {
"thirdperson_lefthand": {
"rotation": [ { "x": 0 }, { "y": 0 }, { "z": 0 } ],
"translation": [ 0, -0.1, 0.1 ],
"scale": 0.02
},
"thirdperson_righthand": {
"rotation": [ { "x": 0 }, { "y": 0 }, { "z": 0 } ],
"translation": [ 0, -0.1, 0.1 ],
"scale": 0.02
},
"gui": {
"rotation": [ { "x": 45 }, { "y": 10 }, { "z": -45 } ],
"translation": [ -0.2, -0.2, 0 ],
"scale": 0.02
},
"firstperson_righthand": {
"rotation": [ { "x": 180 }, { "y": 180 }, { "z": 170 } ],
"translation": [ 0, -0.1, 0 ],
"scale": 0.02
},
"firstperson_lefthand": {
"rotation": [ { "x": 180 }, { "y": 180 }, { "z": 170 } ],
"translation": [ 0, -0.1, 0 ],
"scale": 0.02
},
"ground": {
"rotation": [ { "x": 45 }, { "y": 0 }, { "z": 0 } ],
"scale": 0.02
}
}
}
]
}
}