Re-add the Storage Monitor

This commit is contained in:
raoulvdberge
2019-10-21 21:52:54 +02:00
parent 97ae03da9f
commit 40c7cfe334
22 changed files with 245 additions and 151 deletions

View File

@@ -1,40 +1,20 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube",
"textures": {
"particle": "refinedstorage:blocks/side",
"north": "refinedstorage:blocks/storage_monitor_front",
"east": "refinedstorage:blocks/storage_monitor_left",
"south": "refinedstorage:blocks/storage_monitor_back",
"west": "refinedstorage:blocks/storage_monitor_right",
"up": "refinedstorage:blocks/storage_monitor_top",
"down": "refinedstorage:blocks/bottom"
}
},
"variants": {
"connected": {
"true": {
"textures": {
"north": "refinedstorage:blocks/storage_monitor_front"
}
},
"false": {
}
"direction=north": {
"model": "refinedstorage:block/storage_monitor",
"y": 0
},
"direction": {
"north": {
"y": 0
},
"east": {
"y": 90
},
"south": {
"y": 180
},
"west": {
"y": 270
}
"direction=east": {
"model": "refinedstorage:block/storage_monitor",
"y": 90
},
"direction=south": {
"model": "refinedstorage:block/storage_monitor",
"y": 180
},
"direction=west": {
"model": "refinedstorage:block/storage_monitor",
"y": 270
}
}
}

View File

@@ -79,7 +79,7 @@
"gui.refinedstorage.security_manager.permission.4.tooltip": "Adding or removing devices to or from the network",
"gui.refinedstorage.security_manager.permission.5": "Security",
"gui.refinedstorage.security_manager.permission.5.tooltip": "Ability to change security options",
"gui.refinedstorage:storage_monitor": "Storage Monitor",
"gui.refinedstorage.storage_monitor": "Storage Monitor",
"gui.refinedstorage:crafter_manager": "Crafter Manager",
"misc.refinedstorage.energy_stored": "%d / %d FE",
"misc.refinedstorage.energy_usage": "Usage: %d FE/t",
@@ -210,7 +210,7 @@
"block.refinedstorage.creative_fluid_storage_block": "Creative Fluid Storage Block",
"block.refinedstorage.security_manager": "Security Manager",
"block.refinedstorage.quartz_enriched_iron_block": "Block of Quartz Enriched Iron",
"block.refinedstorage:storage_monitor": "Storage Monitor",
"block.refinedstorage.storage_monitor": "Storage Monitor",
"block.refinedstorage:portable_grid.0": "Portable Grid",
"block.refinedstorage:portable_grid.1": "Creative Portable Grid",
"block.refinedstorage:portable_grid.tooltip": "Sneak to place in the world.",

View File

@@ -0,0 +1,12 @@
{
"parent": "block/cube",
"textures": {
"particle": "refinedstorage:block/side",
"north": "refinedstorage:block/storage_monitor_front",
"east": "refinedstorage:block/storage_monitor_left",
"south": "refinedstorage:block/storage_monitor_back",
"west": "refinedstorage:block/storage_monitor_right",
"up": "refinedstorage:block/storage_monitor_top",
"down": "refinedstorage:block/bottom"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "refinedstorage:block/storage_monitor"
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "refinedstorage:storage_monitor"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -7,14 +7,13 @@
],
"key": {
"P": {
"item": "#basic_processor"
"item": "refinedstorage:basic_processor"
},
"C": {
"item": "#construction_core"
"item": "refinedstorage:construction_core"
},
"G": {
"type": "forge:ore_dict",
"ore": "blockGlass"
"tag": "forge:glass"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
@@ -23,7 +22,7 @@
"item": "refinedstorage:machine_casing"
},
"D": {
"item": "#destruction_core"
"item": "refinedstorage:destruction_core"
}
},
"result": {