i want to kinda recreate one of crafting methods, but when i just copy-pasted (in craftdef.cpp/craftdef.h) it and compiled new version, it didn't work. i'm trying to keep simple, because i'm not much of a programmer. so i just used code that already was there.
i defined new crafting method, it looks enough/good to me, but once again, i'm not that good with programming and it doesn't work. the game insists that crafting method is not defined.
i modified only two files of source code, is smth else needed? i'd rather not show you the code, i'm both embarrased and wish to keep it secret, what i want to make - basic idea: same crafting method as cooking, but not cooking. however, if it's impossible for you to say what is my mistake (i suspect that i just didn't modify something else that i should have modified), i will post the code.