Added the "rainbow" effect to molecular assemblers.

This commit is contained in:
Sebastian Hartte
2016-10-03 12:57:06 +02:00
parent 5493757d25
commit 21f4d5e6b6
4 changed files with 64 additions and 3 deletions
@@ -1,5 +1,14 @@
{
"forge_marker": 1,
"defaults": {
"model": "appliedenergistics2:molecular_assembler"
},
"variants": {
"normal": { "model": "appliedenergistics2:molecular_assembler" }
"powered": {
"false": {},
"true": {
"submodel": "appliedenergistics2:molecular_assembler_lights"
}
}
}
}
@@ -0,0 +1,21 @@
{
"uvlMarker": true,
"parent": "block/block",
"textures": {
"all": "appliedenergistics2:blocks/molecular_assembler_lights"
},
"elements": [
{
"from": [2, 2, 2],
"to": [14, 14, 14],
"faces": {
"down": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "down" },
"up": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "up" },
"north": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "north" },
"south": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "south" },
"west": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "west" },
"east": { "texture": "#all", "uv": [2.6, 2.6, 13.4, 13.4], "cullface": "east" }
}
}
]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 B

After

Width:  |  Height:  |  Size: 1.1 KiB