This commit is contained in:
Anuken 2022-08-25 00:49:11 -04:00
parent 7a8155965a
commit 276a59b874
2 changed files with 5 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ public class Blocks{
drawer = new DrawMulti(new DrawDefault(), new DrawHeatOutput());
size = 2;
heatOutput = 15f;
craftTime = 60f * 10f;
craftTime = 60f * 8f;
consumeItem(Items.phaseFabric);
}};

View File

@ -588,6 +588,10 @@ public class LExecutor{
b.lastDisabler = exec.build;
}
if(type == LAccess.enabled && exec.bool(p1)){
b.noSleep();
}
if(type.isObj && exec.var(p1).isobj){
b.control(type, exec.obj(p1), exec.num(p2), exec.num(p3), exec.num(p4));
}else{