Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Rabbitmeat/Smallanimalmeat/Smallbirdmeat=2,
Salt;5,
Just tested and it works fine. However, as I said below I think you need two of the same type of meat now, no big deal tho
To anyone who still cares about the jerky recipe bug, I think the issue relates to how the recipe is laid out in fpb_recipes.txt. It lists the required items like this (line 152):
Rabbitmeat/Smallanimalmeat/Smallbirdmeat,
Rabbitmeat/Smallanimalmeat/Smallbirdmeat,
Salt;5,
I think doubling up the required items like this creates the bug. Try this instead:
Rabbitmeat=2/Smallanimalmeat=2/Smallbirdmeat=2,
Salt;5,
This is only hypothetical, please let me know if it works. A potential downside of this is that I don't think the recipe will now allow you to mix-and-match different meat types, instead requiring two of the same.
I looked at your code and found that in line 152 you use items:get(0):getWeight() for calculating the hunger of meat when opend but for veggies you use getActualWeight(). changing the line 152 to "result:setHungChange(0 - (items:get(0):getActualWeight() - 0.2) * 6 / divisor)" fixed it for me.
To be honest I I am very confused by the bug either I am the only one having it or items:get(0):getWeight() got deleted resently
Since Obsolete:true doesn't really work (at least last time I tried it) I'm using NeedToBeLearn:true to get rid of recipes (even on your mod). Of course don't forget about Override:true. ;-)
[24-10-22 22:12:06.887] LOG : General , 1666638726887> 0> -----------------------------------------
STACK TRACE
-----------------------------------------
Callframe at: PerformMakeItem
function: perform -- file: ISCraftAction.lua line # 58 | Vanilla
function: perform -- file: TailoringFix.lua line # 59 | MOD: Tailoring Fix.
[24-10-22 22:12:06.888] ERROR: General , 1666638726888> 0> ExceptionLogger.logException> Exception thrown java.lang.reflect.InvocationTargetException at NativeMethodAccessorImpl.invoke0 (Native Method)..
[24-10-22 22:12:06.889] ERROR: General , 1666638726889> 0> DebugLogStream.printException> Stack trace:.