Add files via upload

master
AiTechEye 2018-11-28 19:11:08 +01:00 committed by GitHub
parent 361e7b5dbd
commit 19708eaf40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -595,6 +595,7 @@ tempsurvive.register_clothe("shirt",{
texture="tempsurvive_shirt.png",
part="chested",
layer=1,
warming=1,
craft={
{"tempsurvive:cloth_red","tempsurvive:cloth_red","tempsurvive:cloth_red"},
{"","",""},
@ -611,4 +612,15 @@ tempsurvive.register_clothe("sweatshirt",{
{"","tempsurvive:cloth_orange",""},
{"","tempsurvive:cloth_orange",""},
}
})
})
tempsurvive.register_clothe("brown_woolhat",{
description="Brown Woolhat",
texture="tempsurvive_brownwollhat.png",
part="head",
layer=2,
craft={
{"tempsurvive:cloth_brown","tempsurvive:cloth_brown","tempsurvive:cloth_brown"},
{"tempsurvive:cloth_brown","","tempsurvive:cloth_brown"},
}
})