Misc block rendering cleanup

This commit is contained in:
Anuken
2022-09-27 12:29:27 -04:00
parent f7a34cfa46
commit b873392309
20 changed files with 78 additions and 15 deletions

View File

@@ -21,6 +21,11 @@ public class DrawRegion extends DrawBlock{
this.suffix = suffix;
}
public DrawRegion(String suffix, float rotateSpeed){
this.suffix = suffix;
this.rotateSpeed = rotateSpeed;
}
public DrawRegion(){
}