Makes quartz fixture resources and class consistent with the registry name.

This commit is contained in:
Sebastian Hartte
2016-08-26 01:40:18 +02:00
parent c0b0687fd3
commit 85cf7d7981
10 changed files with 47 additions and 47 deletions
@@ -1,47 +1,47 @@
{
"variants": {
"facing=down,odd=false": {
"model": "appliedenergistics2:quartz_torch_standing",
"model": "appliedenergistics2:quartz_fixture_standing",
"x": 180
},
"facing=down,odd=true": {
"model": "appliedenergistics2:quartz_torch_standing_odd",
"model": "appliedenergistics2:quartz_fixture_standing_odd",
"x": 180
},
"facing=east,odd=false": {
"model": "appliedenergistics2:quartz_torch_wall",
"model": "appliedenergistics2:quartz_fixture_wall",
"y": 90
},
"facing=east,odd=true": {
"model": "appliedenergistics2:quartz_torch_wall_odd",
"model": "appliedenergistics2:quartz_fixture_wall_odd",
"y": 90
},
"facing=north,odd=false": {
"model": "appliedenergistics2:quartz_torch_wall"
"model": "appliedenergistics2:quartz_fixture_wall"
},
"facing=north,odd=true": {
"model": "appliedenergistics2:quartz_torch_wall_odd"
"model": "appliedenergistics2:quartz_fixture_wall_odd"
},
"facing=south,odd=false": {
"model": "appliedenergistics2:quartz_torch_wall",
"model": "appliedenergistics2:quartz_fixture_wall",
"y": 180
},
"facing=south,odd=true": {
"model": "appliedenergistics2:quartz_torch_wall_odd",
"model": "appliedenergistics2:quartz_fixture_wall_odd",
"y": 180
},
"facing=up,odd=false": {
"model": "appliedenergistics2:quartz_torch_standing"
"model": "appliedenergistics2:quartz_fixture_standing"
},
"facing=up,odd=true": {
"model": "appliedenergistics2:quartz_torch_standing_odd"
"model": "appliedenergistics2:quartz_fixture_standing_odd"
},
"facing=west,odd=false": {
"model": "appliedenergistics2:quartz_torch_wall",
"model": "appliedenergistics2:quartz_fixture_wall",
"y": 270
},
"facing=west,odd=true": {
"model": "appliedenergistics2:quartz_torch_wall_odd",
"model": "appliedenergistics2:quartz_fixture_wall_odd",
"y": 270
}
}
@@ -299,8 +299,8 @@
}
],
"textures": {
"particle": "appliedenergistics2:blocks/quartz_torch",
"metal": "appliedenergistics2:blocks/quartz_torch_metal",
"quartz": "appliedenergistics2:blocks/quartz_torch"
"particle": "appliedenergistics2:blocks/quartz_fixture",
"metal": "appliedenergistics2:blocks/quartz_fixture_metal",
"quartz": "appliedenergistics2:blocks/quartz_fixture"
}
}
@@ -299,8 +299,8 @@
}
],
"textures": {
"particle": "appliedenergistics2:blocks/quartz_torch",
"metal": "appliedenergistics2:blocks/quartz_torch_metal",
"quartz": "appliedenergistics2:blocks/quartz_torch"
"particle": "appliedenergistics2:blocks/quartz_fixture",
"metal": "appliedenergistics2:blocks/quartz_fixture_metal",
"quartz": "appliedenergistics2:blocks/quartz_fixture"
}
}
@@ -201,8 +201,8 @@
}
],
"textures": {
"particle": "appliedenergistics2:blocks/quartz_torch",
"metal": "appliedenergistics2:blocks/quartz_torch_metal",
"quartz": "appliedenergistics2:blocks/quartz_torch"
"particle": "appliedenergistics2:blocks/quartz_fixture",
"metal": "appliedenergistics2:blocks/quartz_fixture_metal",
"quartz": "appliedenergistics2:blocks/quartz_fixture"
}
}
@@ -201,8 +201,8 @@
}
],
"textures": {
"particle": "appliedenergistics2:blocks/quartz_torch",
"metal": "appliedenergistics2:blocks/quartz_torch_metal",
"quartz": "appliedenergistics2:blocks/quartz_torch"
"particle": "appliedenergistics2:blocks/quartz_fixture",
"metal": "appliedenergistics2:blocks/quartz_fixture_metal",
"quartz": "appliedenergistics2:blocks/quartz_fixture"
}
}
@@ -168,7 +168,7 @@
],
"parent": "block/block",
"textures": {
"metal": "appliedenergistics2:blocks/quartz_torch_metal",
"quartz": "appliedenergistics2:blocks/quartz_torch"
"metal": "appliedenergistics2:blocks/quartz_fixture_metal",
"quartz": "appliedenergistics2:blocks/quartz_fixture"
}
}