Initial models (block/item) for QNB (no multi-block yet).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "appliedenergistics2:qnb/link" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"variants": {
|
||||
"normal": { "model": "appliedenergistics2:qnb/ring" }
|
||||
}
|
||||
}
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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 |
Reference in New Issue
Block a user