Several models / texture tweaks

This commit is contained in:
Raoul Van den Berge
2016-07-10 19:02:43 +02:00
parent 56edc0c1fe
commit 45cfb8c06a
12 changed files with 20 additions and 4 deletions

View File

@@ -31,6 +31,11 @@ public class BlockInterface extends BlockNode {
return true;
}
@Override
public boolean hasConnectivityState() {
return true;
}
@Override
public EnumPlacementType getPlacementType() {
return null;

View File

@@ -69,6 +69,6 @@ public class BlockSolderer extends BlockNode {
@Override
public EnumPlacementType getPlacementType() {
return EnumPlacementType.ANY;
return EnumPlacementType.HORIZONTAL;
}
}

View File

@@ -68,6 +68,11 @@ public class TileWirelessTransmitter extends TileNode implements IWirelessTransm
return upgrades;
}
@Override
public boolean canConduct() {
return false;
}
@Override
public <T> T getCapability(Capability<T> capability, EnumFacing facing) {
if (capability == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY) {

View File

@@ -3,7 +3,7 @@
"defaults": {
"model": "cube_all",
"textures": {
"all": "refinedstorage:blocks/interface"
"all": "refinedstorage:blocks/interface_disconnected"
}
},
"variants": {
@@ -12,8 +12,14 @@
"transform": "forge:default-block"
}
],
"normal": {
"model": "cube_all"
"connected": {
"true": {
"textures": {
"all": "refinedstorage:blocks/interface_connected"
}
},
"false": {
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 820 B

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 810 B

After

Width:  |  Height:  |  Size: 784 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 B

After

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 808 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B