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
							
						
 
											 
													







)这个mod来完美解决
AddCookerRecipe(cooker, {
name = "mudrock_juice",
weight = 1,
test = function(cooker, names, tags)
local inedible = tags.inedible or 0 -- 确保 inedible 不是 nil
local fruit = tags.fruit or 0 -- 确保 fruit 不是 nil
return names.rocks and (names.pomegranate or names.pomegranate_cooked) and fruit >= 2 and inedible <= 2 and not tags.meat
end,
priority = 15,
foodtype = FOODTYPE.GOODIES,
health = 10,
hunger = 25,
sanity = 20,
perishtime = 480 * 8,
cooktime = 1,
potlevel = "low",
stacksize = 1,
}, true)
end
/scripts/main/mudrock_recipes.lua,后面修改成这样:
for _, cooker in ipairs(cookers) do
AddCookerRecipe(cooker, {
name = "mudrock_cake_covered",
weight = 1,
test = function(cooker, names, tags)
local inedible = tags.inedible or 0 -- 确保 inedible 不是 nil
return names.rocks and tags.dairy and tags.sweetener and inedible <= 2 and not tags.meat
end,
priority = 20,
foodtype = FOODTYPE.GOODIES,
health = 10,
hunger = 100,
sanity = 20,
perishtime = nil,
cooktime = 1.5,
tags = {
"honeyed"
},
potlevel = "low",
stacksize = 4,
}, true)
Best of luck on your test
[03:06:16]: CurlRequestManager::ClientThread::Main() complete
[03:06:16]: HttpClient2 discarded 0 callbacks.
[03:06:16]: Shutting down
这是我一个档无法进入后,日志的最后四句话,作者能看看是什么问题吗