lock GenericCrafter rotation if rotate = false
This commit is contained in:
@@ -118,6 +118,8 @@ public class GenericCrafter extends Block{
|
|||||||
|
|
||||||
if(outputItems != null) hasItems = true;
|
if(outputItems != null) hasItems = true;
|
||||||
if(outputLiquids != null) hasLiquids = true;
|
if(outputLiquids != null) hasLiquids = true;
|
||||||
|
|
||||||
|
if(!rotate) lockRotation = true;
|
||||||
|
|
||||||
super.init();
|
super.init();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user