allow AmbientOcclusion on cables
This commit is contained in:
parent
b822cee9fb
commit
8c49a27b76
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class RenderCablePart implements IBakedModel
|
|||
@Override
|
||||
public boolean isAmbientOcclusion()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue