fixes plus, binarized models, added more fish

This commit is contained in:
vbawol
2013-05-22 17:46:09 -05:00
parent 099ea73f6e
commit e1247fad22
47 changed files with 131 additions and 55 deletions

View File

@@ -25,7 +25,10 @@ meatraw = [
"FoodmuttonRaw",
"FoodchickenRaw",
"FoodrabbitRaw",
"FoodbaconRaw"
"FoodbaconRaw",
"ItemTrout",
"ItemSeaBass",
"ItemTuna"
];
meatcooked = [
"FoodSteakCooked",
@@ -34,7 +37,10 @@ meatcooked = [
"FoodmuttonCooked",
"FoodchickenCooked",
"FoodrabbitCooked",
"FoodbaconCooked"
"FoodbaconCooked",
"ItemTroutCooked",
"ItemSeaBassCooked",
"ItemTunaCooked"
];
//Eating
no_output_food = ["FoodMRE", "FoodPistachio", "FoodNutmix","FoodBioMeat"]+meatcooked+meatraw;