Update to 1.4

This commit is contained in:
AsmodeusRex 2022-10-26 19:36:24 -07:00
parent 6475e46293
commit 46e055cc27
4 changed files with 80 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
target/
Cargo.lock
.vscode
Cargo.lock

69
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,69 @@
{
"cSpell.enabled": true,
"cSpell.words": [
"AACP",
"aedeagi",
"Aedeagus",
"Aerofleet",
"AEXP",
"Antinium",
"Archotech",
"Boomalope",
"Byakhee",
"chanceanuses",
"chancefemale",
"chancemale",
"Deathclaw",
"Ecto",
"eggsize",
"Equium",
"Fert",
"Fleshbeast",
"Fogman",
"Futa",
"Girthy",
"Hediff",
"hediffs",
"Hitech",
"Hiver",
"humanlike",
"Insectoid",
"Kenshi",
"Kikimore",
"Klickmala",
"Meganeura",
"Megascarab",
"Megaspider",
"Metallovore",
"Milkable",
"Moyo",
"Muffalo",
"Mustelids",
"Necro",
"Neko",
"Ovipore",
"ovipores",
"oviposition",
"Poleepkwa",
"racegroup",
"racegroups",
"racepart",
"raceparts",
"selffertilized",
"Skaven",
"Skrix",
"Spelopede",
"spermatophores",
"Spiderant",
"tagify",
"tendable",
"Thermadon",
"thingdef",
"thingdefs",
"Warg",
"Xenomorph",
"Yanzihko",
"Yokai"
],
"cSpell.maxNumberOfProblems": 1000
}

View File

@ -5,6 +5,7 @@
<url></url>
<supportedVersions>
<li>1.3</li>
<li>1.4</li>
</supportedVersions>
<packageId>ASMR.RJW.RaceSupport</packageId>
<modDependencies>

View File

@ -9,4 +9,13 @@
<li IfModActive="revia">Content/Mods/Revia</li>
<li IfModActive="syrchalis.traitvalue">Content/Mods/TraitValue</li>
</v1.3>
<v1.4>
<li>Content/Base</li>
<!-- Mods -->
<li IfModActive="VanillaExpanded.VGeneticsE">Content/Mods/VGE</li>
<li IfModActive="rjw.milk.humanoid">Content/Mods/Milk</li>
<li IfModActive="moyo">Content/Mods/Moyo</li>
<li IfModActive="revia">Content/Mods/Revia</li>
<li IfModActive="syrchalis.traitvalue">Content/Mods/TraitValue</li>
</v1.4>
</loadFolders>