Re-add the Fluid Interface

This commit is contained in:
raoulvdberge
2019-10-21 18:47:03 +02:00
parent a5b3276b51
commit e0bd3b6bfa
23 changed files with 223 additions and 137 deletions

View File

@@ -1,25 +1,10 @@
{
"forge_marker": 1,
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/fluid_interface_disconnected"
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/fluid_interface_connected"
}
},
"false": {
}
"connected=true": {
"model": "refinedstorage:block/fluid_interface_connected"
},
"connected=false": {
"model": "refinedstorage:block/fluid_interface_disconnected"
}
}
}

View File

@@ -50,9 +50,9 @@
"gui.refinedstorage.network_transmitter": "Network Transmitter",
"gui.refinedstorage.network_transmitter.distance": "%d block(s)",
"gui.refinedstorage.network_transmitter.missing_card": "Missing Network Card",
"gui.refinedstorage:fluid_interface": "Fluid Interface",
"gui.refinedstorage:fluid_interface.in": "In",
"gui.refinedstorage:fluid_interface.out": "Out",
"gui.refinedstorage.fluid_interface": "Fluid Interface",
"gui.refinedstorage.fluid_interface.in": "In",
"gui.refinedstorage.fluid_interface.out": "Out",
"gui.refinedstorage:crafting_preview": "Crafting Preview",
"gui.refinedstorage:crafting_preview.to_craft": "To craft: %d",
"gui.refinedstorage:crafting_preview.available": "Available: %d",
@@ -202,7 +202,7 @@
"block.refinedstorage:crafter": "Crafter",
"block.refinedstorage.network_receiver": "Network Receiver",
"block.refinedstorage.network_transmitter": "Network Transmitter",
"block.refinedstorage:fluid_interface": "Fluid Interface",
"block.refinedstorage.fluid_interface": "Fluid Interface",
"block.refinedstorage.64k_fluid_storage_block": "64k Fluid Storage Block",
"block.refinedstorage.256k_fluid_storage_block": "256k Fluid Storage Block",
"block.refinedstorage.1024k_fluid_storage_block": "1024k Fluid Storage Block",

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "refinedstorage:block/fluid_interface_connected"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "refinedstorage:block/fluid_interface_disconnected"
}
}

View File

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

View File

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

View File

@@ -5,7 +5,7 @@
"item": "refinedstorage:interface"
},
{
"item": "#advanced_processor"
"item": "refinedstorage:advanced_processor"
},
{
"item": "minecraft:bucket"