Redo rendering of the molecular assembler and it's animation

This commit is contained in:
Sebastian Hartte
2020-06-18 17:14:53 +02:00
parent 10ab5d0d5a
commit 98d6740bb2
21 changed files with 338 additions and 561 deletions
@@ -1,17 +1,7 @@
{
"multipart": [
{
"apply": {
"model": "appliedenergistics2:block/molecular_assembler"
}
},
{
"when": {
"powered": "true"
},
"apply": {
"model": "appliedenergistics2:block/molecular_assembler_lights"
}
"variants": {
"": {
"model": "appliedenergistics2:block/molecular_assembler"
}
]
}
}
@@ -1 +1,3 @@
{}
{
"textures": []
}
@@ -1,3 +1,3 @@
{
"textures": ["appliedenergistics2:particles/energy"]
"textures": ["appliedenergistics2:energy"]
}
@@ -0,0 +1,3 @@
{
"textures": []
}
@@ -1,3 +1,3 @@
{
"textures": ["appliedenergistics2:particles/matter_cannon"]
"textures": ["appliedenergistics2:matter_cannon"]
}