安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2863883433
@D'Morte, Cavaleiro No compatibility.
Please check the original mod page for more information about the mechanics.
Sorry that I cannot help more at this moment.
AKA: It only works with 1-2 guns out of the several dozen in brita's
One, is this mod safe to add during a save?
Two, Do the animal tracks spawn on modded maps or only vanilla?
Three, Does it support modded guns and crossbows
Thanks for whoever answers this have a good day / night
Thanks for the assist!
It´s possible to increase the chances in config file?
recipe Hunt Birds with 12G Shotgun
{
keep Shotgun/DAO12/SPAS_15/SPAS12_Fold/SPAS12_Fixed/SPAS12_Stock/Origin/Terminator_Fold/Terminator/Triple_Crown/AUTO_5/DT11/A400/M1014/M1014_Fold/M1014_Stock/MP133/DoubleBarrelShotgun/Ithaca_M37/M870_CQB/M870_Express/M870_CQB_Fold/M870_Police/M870/M870_MCS/M870_Wingmaster/Coachgun/R11_87/M1887/UTS15,
ShotgunShells=1,
HMAnimalTracks,
Result:HMAnimalTraces,
Category:Survivalist,
Time:500.0,
OnCreate:getHuntBIG,
}
its also just another requirement i could put rocks or nails here it just the second part of the recipe
HMAnimalTracks, <-- same thing above its just tracks instead of ammo
Result:HMAnimalTraces, <-- this gives you an item
Category:Survivalist, <-- this is the category you find the recipe in
Time:500.0, <-- this is how long it takes to craft
i believe each 50 is a second so this is a 10 second craft time
OnCreate:getHuntBIG, <-- im not really sure?
but its used to call on a function that the mod uses and thats all you really need to know
}
and with that your done making modded guns compatible at least for one of the hunting options theres like 22 more or something like that never bothered to count
recipe Hunt Birds with 12G Shotgun <-- this is the name of the recipe
{
keep <-- this means your keeping an item Shotgun/DAO12/SPAS_15/SPAS12_Fold/SPAS12_Fixed/SPAS12_Stock/Origin/Terminator_Fold/Terminator/Triple_Crown/AUTO_5/DT11/A400/M1014/M1014_Fold/M1014_Stock/MP133/DoubleBarrelShotgun/Ithaca_M37/M870_CQB/M870_Express/M870_CQB_Fold/M870_Police/M870/M870_MCS/M870_Wingmaster/Coachgun/R11_87/M1887/UTS15, <-- these be the guns arrrg
its also important to note that you end with , and separate with / i was stupid and put , after each one on my first go and realized im not making a recipe for minecraft XD