Make Casings and reinforced blocks transfer redstone signals
This commit is contained in:
parent
e3b3fd66f1
commit
b0049786b7
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ public class GT_Material_Casings
|
|||
}
|
||||
|
||||
public boolean isOpaque() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,6 @@ public class GT_Material_Reinforced
|
|||
}
|
||||
|
||||
public boolean isOpaque() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue