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
Currently, there is no data for crafting poison spears.
And data 3 is FireSpear
;3
The crafting of the vulture mask show no issues during testing. Please note that crafting living creatures is not allowed—this is clearly stated in the documentation. Crafting is strictly limited to objects.
If this issue still occurs, please check the root directory of the game for an exception log. If one exists, send it over. Thank you!
instead of creating a mask, the area around slugcat flashes black for a second and continues like nothing happened, consuming the item in the process.
this issue also seems to apply anytime you try to craft living creatures and some food items
Not sure if only i'm having the issue though
Sorry, I forgot to mention — to enable one-handed crafting, you need to add "can_craft_single": true
Such as:
"can_craft_single": true,
"craft": [
{
"craft_items": [
{
"type": "Rock"
}
],
"craft_cost": 1,
"craft_result": {
"type": "Lantern"
}
}
]
tried to make it so you can craft a lantern from a single rock but it didn't work, but when i made it to where you needed two rocks it did work