check to-dos for current state

This commit is contained in:
Mohammad-Ali Minaie
2017-02-06 22:03:27 -05:00
parent 66c1f5aca4
commit 1e1d620134
11 changed files with 209 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "forgecraft:ironball" }
}
}

View File

@@ -0,0 +1,40 @@
{
"__comment": "Designed by Kitsushadow with Cubik Studio - https://cubik.studio",
"textures": {
"particle": "forgecraft:blocks/iron_ingot",
"texture": "forgecraft:blocks/iron_ingot"
},
"elements": [
{
"__comment": "Cube1",
"from": [ 7, 0, 7 ],
"to": [ 9, 2, 9 ],
"faces": {
"down": { "uv": [ 7, 5, 9, 7 ], "texture": "#texture" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#texture" },
"north": { "uv": [ 7, 12, 9, 14 ], "texture": "#texture" },
"south": { "uv": [ 7, 14, 9, 16 ], "texture": "#texture" },
"west": { "uv": [ 5, 8, 7, 10 ], "texture": "#texture" },
"east": { "uv": [ 5, 10, 7, 12 ], "texture": "#texture" }
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [ 0, 7, -0.7 ]
},
"firstperson_righthand": {
"translation": [ 0, 7.35, 0 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"translation": [ 0, 4, 0 ]
},
"fixed": {
"translation": [ 0, 7, 0 ]
}
}
}

View File

@@ -0,0 +1,8 @@
{
"forge_marker":1,
"textures": {
"particle": "forgecraft:blocks/iron_ingot",
"texture": "forgecraft:blocks/iron_ingot"
},
"parent": "forgecraft:block/ironball"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B