Several models / texture tweaks
@@ -31,6 +31,11 @@ public class BlockInterface extends BlockNode {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasConnectivityState() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public EnumPlacementType getPlacementType() {
|
||||
return null;
|
||||
|
||||
@@ -69,6 +69,6 @@ public class BlockSolderer extends BlockNode {
|
||||
|
||||
@Override
|
||||
public EnumPlacementType getPlacementType() {
|
||||
return EnumPlacementType.ANY;
|
||||
return EnumPlacementType.HORIZONTAL;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 820 B After Width: | Height: | Size: 795 B |
|
Before Width: | Height: | Size: 810 B After Width: | Height: | Size: 784 B |
|
Before Width: | Height: | Size: 817 B After Width: | Height: | Size: 803 B |
|
Before Width: | Height: | Size: 800 B After Width: | Height: | Size: 769 B |
|
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 808 B |
|
Before Width: | Height: | Size: 726 B After Width: | Height: | Size: 726 B |
BIN
src/main/resources/assets/refinedstorage/textures/blocks/interface_connected.png
Executable file
|
After Width: | Height: | Size: 785 B |
|
Before Width: | Height: | Size: 791 B After Width: | Height: | Size: 791 B |