Add more missing recipes
This commit is contained in:
parent
588f7c0e2a
commit
a892ccf1a2
11 changed files with 371 additions and 75 deletions
|
@ -3,149 +3,183 @@
|
|||
"parent": "block/block",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"1": "inc_lamp_on",
|
||||
"particle": "inc_lamp_off"
|
||||
"1": "new_soviet:block/custom/lamps/caged_lamp_on",
|
||||
"particle": "new_soviet:block/custom/lamps/caged_lamp_off"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 15, 4],
|
||||
"to": [12, 16, 12],
|
||||
"from": [4, 0, 4],
|
||||
"to": [12, 1, 12],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"up": {"uv": [2, 2, 0, 0], "texture": "#1"},
|
||||
"down": {"uv": [2, 2, 0, 4], "texture": "#1"}
|
||||
"up": {"uv": [2, 2, 0, 4], "texture": "#1"},
|
||||
"down": {"uv": [2, 2, 0, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 14, 4],
|
||||
"to": [12, 15, 12],
|
||||
"from": [4, 1, 4],
|
||||
"to": [12, 2, 12],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"up": {"uv": [4, 2, 2, 0], "texture": "#1"},
|
||||
"down": {"uv": [4, 2, 2, 4], "texture": "#1"}
|
||||
"up": {"uv": [4, 2, 2, 4], "texture": "#1"},
|
||||
"down": {"uv": [4, 2, 2, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 7, 6],
|
||||
"to": [10, 15, 10],
|
||||
"from": [6, 1, 6],
|
||||
"to": [10, 9, 10],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 6, 4, 8], "texture": "#1"},
|
||||
"east": {"uv": [4, 6, 5, 8], "texture": "#1"},
|
||||
"south": {"uv": [6, 4, 7, 6], "texture": "#1"},
|
||||
"west": {"uv": [5, 6, 6, 8], "texture": "#1"},
|
||||
"down": {"uv": [7, 6, 6, 7], "texture": "#1"}
|
||||
"north": {"uv": [6, 4, 7, 6], "rotation": 180, "texture": "#1"},
|
||||
"east": {"uv": [4, 6, 5, 8], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [3, 6, 4, 8], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [5, 6, 6, 8], "rotation": 180, "texture": "#1"},
|
||||
"up": {"uv": [7, 6, 6, 7], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 14, 12],
|
||||
"to": [12, 16, 12],
|
||||
"from": [4, 0, 4],
|
||||
"to": [12, 2, 4],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 0, 9, 0.5], "texture": "#1"},
|
||||
"south": {"uv": [7, 0.5, 9, 1], "texture": "#1"}
|
||||
"north": {"uv": [7, 0.5, 9, 1], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [7, 0, 9, 0.5], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 14, 4],
|
||||
"to": [12, 16, 4],
|
||||
"from": [4, 0, 12],
|
||||
"to": [12, 2, 12],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 1, 9, 1.5], "texture": "#1"},
|
||||
"south": {"uv": [7, 1.5, 9, 2], "texture": "#1"}
|
||||
"north": {"uv": [7, 1.5, 9, 2], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [7, 1, 9, 1.5], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 14, 4],
|
||||
"to": [4, 16, 12],
|
||||
"from": [4, 0, 4],
|
||||
"to": [4, 2, 12],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [7, 2, 9, 2.5], "texture": "#1"},
|
||||
"west": {"uv": [7, 2.5, 9, 3], "texture": "#1"}
|
||||
"east": {"uv": [7, 2, 9, 2.5], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [7, 2.5, 9, 3], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 14, 4],
|
||||
"to": [12, 16, 12],
|
||||
"from": [12, 0, 4],
|
||||
"to": [12, 2, 12],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [7, 3, 9, 3.5], "texture": "#1"},
|
||||
"west": {"uv": [7, 3.5, 9, 4], "texture": "#1"}
|
||||
"east": {"uv": [7, 3, 9, 3.5], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [7, 3.5, 9, 4], "rotation": 180, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6.5, 5],
|
||||
"to": [11, 6.5, 11],
|
||||
"from": [5, 9.5, 5],
|
||||
"to": [11, 9.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1.5, 0], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1.5, 0], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 1.5, 0], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1.5, 0], "texture": "#1"},
|
||||
"up": {"uv": [1.5, 7.5, 0, 6], "texture": "#1"},
|
||||
"down": {"uv": [3, 6, 1.5, 7.5], "texture": "#1"}
|
||||
"north": {"uv": [0, 0, 1.5, 0], "rotation": 180, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 1.5, 0], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 1.5, 0], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 1.5, 0], "rotation": 180, "texture": "#1"},
|
||||
"up": {"uv": [3, 6, 1.5, 7.5], "texture": "#1"},
|
||||
"down": {"uv": [1.5, 7.5, 0, 6], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6.5, 5],
|
||||
"to": [11, 14.5, 5],
|
||||
"from": [5, 1.5, 11],
|
||||
"to": [11, 9.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 1.5, 6], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"south": {"uv": [4, 0, 5.5, 2], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"north": {"uv": [4, 0, 5.5, 2], "rotation": 180, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [0, 4, 1.5, 6], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"up": {"uv": [1.5, 0, 0, 0], "texture": "#1"},
|
||||
"down": {"uv": [1.5, 0, 0, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6.5, 5],
|
||||
"to": [5, 14.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"from": [5, 1.5, 5],
|
||||
"to": [5, 9.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"east": {"uv": [1.5, 4, 3, 6], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"west": {"uv": [4, 2, 5.5, 4], "texture": "#1"},
|
||||
"up": {"uv": [0, 1.5, 0, 0], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 1.5], "texture": "#1"}
|
||||
"north": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"east": {"uv": [1.5, 4, 3, 6], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [4, 2, 5.5, 4], "rotation": 180, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 1.5], "texture": "#1"},
|
||||
"down": {"uv": [0, 1.5, 0, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 6.5, 11],
|
||||
"to": [11, 14.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"from": [5, 1.5, 5],
|
||||
"to": [11, 9.5, 5],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 4, 4.5, 6], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"south": {"uv": [4.5, 4, 6, 6], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"north": {"uv": [4.5, 4, 6, 6], "rotation": 180, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [3, 4, 4.5, 6], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"up": {"uv": [1.5, 0, 0, 0], "texture": "#1"},
|
||||
"down": {"uv": [1.5, 0, 0, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 6.5, 5],
|
||||
"to": [11, 14.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||
"from": [11, 1.5, 5],
|
||||
"to": [11, 9.5, 11],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"east": {"uv": [5.5, 0, 7, 2], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0, 2], "texture": "#1"},
|
||||
"west": {"uv": [5.5, 2, 7, 4], "texture": "#1"},
|
||||
"up": {"uv": [0, 1.5, 0, 0], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 1.5], "texture": "#1"}
|
||||
"north": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"east": {"uv": [5.5, 0, 7, 2], "rotation": 180, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0, 2], "rotation": 180, "texture": "#1"},
|
||||
"west": {"uv": [5.5, 2, 7, 4], "rotation": 180, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 1.5], "texture": "#1"},
|
||||
"down": {"uv": [0, 1.5, 0, 0], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"translation": [0, 3.5, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"translation": [0, 3.5, 1],
|
||||
"scale": [0.55, 0.55, 0.55]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1, 5, -2.5],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, -90, 25],
|
||||
"translation": [1, 5, -2.5],
|
||||
"scale": [0.68, 0.68, 0.68]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 2, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"translation": [0, 3, 0]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 14, 0]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [-90, 0, 0],
|
||||
"translation": [0, 0, -14.5],
|
||||
"scale": [2, 2, 2]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"nbt": "{}",
|
||||
"armAnimationEnabled": false,
|
||||
"children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue