Makes quartz fixture resources and class consistent with the registry name.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 824 B After Width: | Height: | Size: 824 B |
|
Before Width: | Height: | Size: 622 B After Width: | Height: | Size: 622 B |
Reference in New Issue
Block a user