Added Config Crafting inputstrict

This commit is contained in:
Florian Kinder
2014-02-09 03:41:37 +01:00
parent caafc7fbcb
commit e4c9e90442
2 changed files with 48 additions and 45 deletions

View File

@@ -16,6 +16,7 @@ class ItemMixOil : CA_Magazine {
requiretools[] = {};
output[] = {{"ItemJerryMixed",1}};
input[] = {{"ItemMixOil",1},{"ItemJerrycan",1}};
inputstrict = true;
};
};
};