Make crafters faster

This commit is contained in:
2024-07-11 11:43:59 +02:00
parent 5aa9627328
commit eb81b15f16

View File

@@ -262,13 +262,13 @@ public class NetworkNodeCrafter extends NetworkNode implements ICraftingPatternC
case 0:
return 1;
case 1:
return 2;
case 2:
return 3;
case 3:
return 4;
case 2:
return 8;
case 3:
return 16;
case 4:
return 5;
return 32;
default:
return 1;
}