安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													







With all the new stuff added in Build 41, though, I'm thinking it's about time I updated this thing, so we'll see how bad I break it when I do haha
you still have the filestructure weirdly wrong
it just created file
\Steam\steamapps\workshop\content\108600\684849254\mods\media\scripts\KingsNewRecipes.txt
if you look inside of my 7z archive content
then that's i think how it should be
\Steam\steamapps\workshop\content\108600\684849254\mods\KingsNewRecipes\media\scripts\kingsnewrecipes.txt
it may also need changes to your mod.info
https://www.dropbox.com/s/ghtoe8jry4ygu93/fixed_684849254_KingsNewRecipes_mod_ProjectZomboid.7z?dl=0
recipe Remove Barbs
{
BarbedWire=1
keep Scissors/KitchenKnife/HuntingKnife
Result:Wire=1,
Time:80.0,
Category:Engineer,
}
... should be ...
recipe Remove Barbs
{
BarbedWire=1,
keep Scissors/KitchenKnife/HuntingKnife,
Result:Wire=1,
Time:80.0,
Category:Engineer,
}
all you need is edit `kingsnewrecipes.txt` with this and now Crafting menu opens fine !
after activated - this mod breaks the crafting menu
error : attempted index: getFullType of non-table: null
As for whether it works for multiplayer, @Aeneas Romae, it's nothing more than new recipes so once I fix the conflicts with the new version of the game it should work perfectly fine.
Basically i wanted to say thanks for answering my question
@VeryHardSon I'm afraid I don't quite understand what you mean. Are you saying you want to be able to drink from water bottles? If so, you automatically do that in vanilla; no need to drink manually.
i don't really wish to get that but if you want to implement it in the future i'm fine with it. And Thank you very much for the answer.