Fix drill rendering on contraptions
This commit is contained in:
parent
ffe670b391
commit
5e1479d147
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public class ActorType implements Writeable<ActorData> {
|
|||
|
||||
@Override
|
||||
public VertexFormat format() {
|
||||
return AllInstanceFormats.BELT;
|
||||
return AllInstanceFormats.ACTOR;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue