tweak crafting byte costs

This commit is contained in:
PrototypeTrousers
2021-11-02 17:54:54 -03:00
parent 81156b411d
commit b423d99879
3 changed files with 4 additions and 3 deletions
@@ -238,7 +238,7 @@ public class CraftingTreeNode
if( available != null )
{
this.bytes += available.getStackSize();
//this.bytes += available.getStackSize();
l -= available.getStackSize();
if( l <= 0 )