Add storage monitor texture

This commit is contained in:
raoulvdberge
2017-02-19 04:25:29 +01:00
parent 82399d9ca8
commit 58cf1f00f4
7 changed files with 8 additions and 9 deletions

View File

@@ -3,7 +3,6 @@
### 1.4.1 ### 1.4.1
- Added Storage Monitor (raoulvdberge) - Added Storage Monitor (raoulvdberge)
- Fixed Processing Pattern Encoder and Security Manager recipes not supporting oredict workbench and chest (VT-14) - Fixed Processing Pattern Encoder and Security Manager recipes not supporting oredict workbench and chest (VT-14)
- Fixed network nodes not saving correctly (raoulvdberge)
- Fixed network nodes not respecting redstone mode (raoulvdberge) - Fixed network nodes not respecting redstone mode (raoulvdberge)
- Fixed "Clear" and "Create Pattern" buttons not working correctly when using Grid Filter tabs (raoulvdberge) - Fixed "Clear" and "Create Pattern" buttons not working correctly when using Grid Filter tabs (raoulvdberge)
- Fixed Wrench in Dismantling Mode voiding Storage Block contents (raoulvdberge) - Fixed Wrench in Dismantling Mode voiding Storage Block contents (raoulvdberge)

View File

@@ -19,7 +19,7 @@ public class TileEntitySpecialRendererStorageMonitor extends TileEntitySpecialRe
setLightmapDisabled(true); setLightmapDisabled(true);
float disX = 0, disXText = 0; float disX = 0, disXText = 0;
float disY = 0.5F, disYText = 0.2F; float disY = 0.5F, disYText = 0.23F;
float disZ = 0, disZText = 0; float disZ = 0, disZText = 0;
float spacing = 0.01F; float spacing = 0.01F;

View File

@@ -4,19 +4,19 @@
"model": "cube", "model": "cube",
"textures": { "textures": {
"particle": "refinedstorage:blocks/side", "particle": "refinedstorage:blocks/side",
"north": "refinedstorage:blocks/interface_disconnected", "north": "refinedstorage:blocks/storage_monitor_front",
"east": "refinedstorage:blocks/side", "east": "refinedstorage:blocks/storage_monitor_left",
"south": "refinedstorage:blocks/side", "south": "refinedstorage:blocks/grid_back",
"west": "refinedstorage:blocks/side", "west": "refinedstorage:blocks/storage_monitor_right",
"up": "refinedstorage:blocks/side", "up": "refinedstorage:blocks/storage_monitor_top",
"down": "refinedstorage:blocks/side" "down": "refinedstorage:blocks/bottom"
} }
}, },
"variants": { "variants": {
"connected": { "connected": {
"true": { "true": {
"textures": { "textures": {
"north": "refinedstorage:blocks/interface_connected" "north": "refinedstorage:blocks/storage_monitor_front"
} }
}, },
"false": { "false": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB