mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 14:13:42 +01:00
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
|
@Override
|
||||||
public VertexFormat format() {
|
public VertexFormat format() {
|
||||||
return AllInstanceFormats.BELT;
|
return AllInstanceFormats.ACTOR;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue