Fix drill rendering on contraptions

This commit is contained in:
Jozufozu 2021-12-06 15:37:13 -08:00
parent ffe670b391
commit 5e1479d147

View file

@ -14,7 +14,7 @@ public class ActorType implements Writeable<ActorData> {
@Override
public VertexFormat format() {
return AllInstanceFormats.BELT;
return AllInstanceFormats.ACTOR;
}
@Override