Re-add the Disk Manipulator
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "refinedstorage:block/disk_manipulator_disconnected"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -20,6 +20,9 @@
|
||||
"gui.refinedstorage.fluid_amount": "Fluid amount in mB",
|
||||
"gui.refinedstorage.disk_drive": "Disk Drive",
|
||||
"gui.refinedstorage.disk_drive.disks": "Disks",
|
||||
"gui.refinedstorage.disk_manipulator": "Disk Manipulator",
|
||||
"gui.refinedstorage.disk_manipulator.in": "In",
|
||||
"gui.refinedstorage.disk_manipulator.out": "Out",
|
||||
"gui.refinedstorage.external_storage": "External Storage",
|
||||
"gui.refinedstorage.importer": "Importer",
|
||||
"gui.refinedstorage.exporter": "Exporter",
|
||||
@@ -184,7 +187,7 @@
|
||||
"block.refinedstorage.pattern_grid": "Pattern Grid",
|
||||
"block.refinedstorage.fluid_grid": "Fluid Grid",
|
||||
"block.refinedstorage.disk_drive": "Disk Drive",
|
||||
"block.refinedstorage:disk_manipulator": "Disk Manipulator",
|
||||
"block.refinedstorage.disk_manipulator": "Disk Manipulator",
|
||||
"block.refinedstorage.external_storage": "External Storage",
|
||||
"block.refinedstorage.importer": "Importer",
|
||||
"block.refinedstorage.exporter": "Exporter",
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"parent": "refinedstorage:block/cube_north_cutout",
|
||||
"textures": {
|
||||
"particle": "refinedstorage:blocks/disk_manipulator/disk_manipulator",
|
||||
"north": "refinedstorage:blocks/disk_manipulator/disk_manipulator",
|
||||
"east": "refinedstorage:blocks/side",
|
||||
"south": "refinedstorage:blocks/side",
|
||||
"west": "refinedstorage:blocks/side",
|
||||
"up": "refinedstorage:blocks/side",
|
||||
"down": "refinedstorage:blocks/side",
|
||||
"cutout": "refinedstorage:blocks/disk_manipulator/cutouts/connected"
|
||||
"particle": "refinedstorage:block/disk_manipulator/disk_manipulator",
|
||||
"north": "refinedstorage:block/disk_manipulator/disk_manipulator",
|
||||
"east": "refinedstorage:block/side",
|
||||
"south": "refinedstorage:block/side",
|
||||
"west": "refinedstorage:block/side",
|
||||
"up": "refinedstorage:block/side",
|
||||
"down": "refinedstorage:block/side",
|
||||
"cutout": "refinedstorage:block/disk_manipulator/cutouts/connected"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"parent": "refinedstorage:block/cube_north_cutout",
|
||||
"textures": {
|
||||
"particle": "refinedstorage:blocks/disk_manipulator/disk_manipulator",
|
||||
"north": "refinedstorage:blocks/disk_manipulator/disk_manipulator",
|
||||
"east": "refinedstorage:blocks/side",
|
||||
"south": "refinedstorage:blocks/side",
|
||||
"west": "refinedstorage:blocks/side",
|
||||
"up": "refinedstorage:blocks/side",
|
||||
"down": "refinedstorage:blocks/side",
|
||||
"cutout": "refinedstorage:blocks/disk_manipulator/cutouts/disconnected"
|
||||
"particle": "refinedstorage:block/disk_manipulator/disk_manipulator",
|
||||
"north": "refinedstorage:block/disk_manipulator/disk_manipulator",
|
||||
"east": "refinedstorage:block/side",
|
||||
"south": "refinedstorage:block/side",
|
||||
"west": "refinedstorage:block/side",
|
||||
"up": "refinedstorage:block/side",
|
||||
"down": "refinedstorage:block/side",
|
||||
"cutout": "refinedstorage:block/disk_manipulator/cutouts/disconnected"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "refinedstorage:disk_manipulator"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -13,13 +13,13 @@
|
||||
"item": "refinedstorage:storage_housing"
|
||||
},
|
||||
"C": {
|
||||
"item": "#construction_core"
|
||||
"item": "refinedstorage:construction_core"
|
||||
},
|
||||
"M": {
|
||||
"item": "refinedstorage:machine_casing"
|
||||
},
|
||||
"D": {
|
||||
"item": "#destruction_core"
|
||||
"item": "refinedstorage:destruction_core"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
Reference in New Issue
Block a user