Initial models (block/item) for QNB (no multi-block yet).

This commit is contained in:
Sebastian Hartte 2016-08-27 13:16:27 +02:00
parent 77dff3ab32
commit cafacc8dd4
6 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "appliedenergistics2:qnb/link" }
}
}

View File

@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "appliedenergistics2:qnb/ring" }
}
}

View File

@ -0,0 +1,21 @@
{
"parent": "block/block",
"textures": {
"particle": "appliedenergistics2:blocks/quantum_link",
"sides": "appliedenergistics2:blocks/quantum_link"
},
"elements": [
{
"from": [ 2, 2, 2 ],
"to": [ 14, 14, 14 ],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"north": { "texture": "#sides" },
"east": { "texture": "#sides" },
"south": { "texture": "#sides" },
"west": { "texture": "#sides" }
}
}
]
}

View File

@ -0,0 +1,21 @@
{
"parent": "block/block",
"textures": {
"particle": "appliedenergistics2:blocks/quantum_ring",
"sides": "appliedenergistics2:blocks/quantum_ring"
},
"elements": [
{
"from": [ 2, 2, 2 ],
"to": [ 14, 14, 14 ],
"faces": {
"down": { "texture": "#sides" },
"up": { "texture": "#sides" },
"north": { "texture": "#sides" },
"east": { "texture": "#sides" },
"south": { "texture": "#sides" },
"west": { "texture": "#sides" }
}
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B