This commit is contained in:
Gitea 2023-12-04 19:25:59 +08:00
commit 9f351487f6
3 changed files with 107 additions and 1 deletions

View File

@ -87,4 +87,54 @@ return {
},
["workshop-374550642"]={ configuration_options={ MAXSTACKSIZE=99 }, enabled=true },
["workshop-375850593"]={ configuration_options={ }, enabled=true },
["workshop-1392778117"]={
configuration_options={
BackCubChance=0.7,
BetterCookBook=true,
BookRecipetabs="bookbuilder",
CleaningUpStench=false,
DigestedItemMsg=true,
DressUp=true,
FestivalRecipes=false,
FlowerWeaponsChance=0.03,
FoliageathChance=0.005,
HiddenUpdateTimes=56,
Language="chinese",
LilyBushSpacing=1,
OrchidBushSpacing=2,
OverripeTime=1,
PestRisk=0.007,
PhoenixBattleDifficulty=2,
PhoenixRebirthCycle=7200,
RefractedUpdateTimes=14,
RevolvedUpdateTimes=20,
RoseBushSpacing=1,
SivFeaDamage=26,
SivFeaHealthCost=1.5,
SivFeaThrowedNum=5,
SivSolToMedal=true,
SivingRootTex=1,
TechUnlock="prototyper",
TissueBerriesChance=0.01,
TissueCactusChance=0.05,
Title="",
TransTimeCrop=1,
TransTimeSpec=1
},
enabled=true
},
["workshop-1628298090"]={
configuration_options={
chesticeboxconfig=1,
excludeitemsconfig=1,
includecrops=1,
includestructures=1,
robobee_speed=4,
robobeestatuerecipeconfig=2,
robobeetechconfig=1,
whentoharvest=1
},
enabled=true
},
["workshop-2174620235"]={ configuration_options={ }, enabled=true }
}

View File

@ -87,4 +87,54 @@ return {
},
["workshop-374550642"]={ configuration_options={ MAXSTACKSIZE=99 }, enabled=true },
["workshop-375850593"]={ configuration_options={ }, enabled=true },
["workshop-1392778117"]={
configuration_options={
BackCubChance=0.7,
BetterCookBook=true,
BookRecipetabs="bookbuilder",
CleaningUpStench=false,
DigestedItemMsg=true,
DressUp=true,
FestivalRecipes=false,
FlowerWeaponsChance=0.03,
FoliageathChance=0.005,
HiddenUpdateTimes=56,
Language="chinese",
LilyBushSpacing=1,
OrchidBushSpacing=2,
OverripeTime=1,
PestRisk=0.007,
PhoenixBattleDifficulty=2,
PhoenixRebirthCycle=7200,
RefractedUpdateTimes=14,
RevolvedUpdateTimes=20,
RoseBushSpacing=1,
SivFeaDamage=26,
SivFeaHealthCost=1.5,
SivFeaThrowedNum=5,
SivSolToMedal=true,
SivingRootTex=1,
TechUnlock="prototyper",
TissueBerriesChance=0.01,
TissueCactusChance=0.05,
Title="",
TransTimeCrop=1,
TransTimeSpec=1
},
enabled=true
},
["workshop-1628298090"]={
configuration_options={
chesticeboxconfig=1,
excludeitemsconfig=1,
includecrops=1,
includestructures=1,
robobee_speed=4,
robobeestatuerecipeconfig=2,
robobeetechconfig=1,
whentoharvest=1
},
enabled=true
},
["workshop-2174620235"]={ configuration_options={ }, enabled=true }
}

View File

@ -15,6 +15,9 @@ ServerModSetup("3022367274")
ServerModSetup("1645013096")
ServerModSetup("374550642")
ServerModSetup("375850593")
ServerModSetup("1392778117")
ServerModSetup("1628298090")
ServerModSetup("2174620235")
--ServerModCollectionSetup takes a string of a specific mod's Workshop id. It will download all the mods in the collection and install them to the mod directory on boot.
--The Workshop id can be found at the end of the url to the collection's Workshop page.
--Example: http://steamcommunity.com/sharedfiles/filedetails/?id=379114180
@ -29,4 +32,7 @@ ServerModCollectionSetup("1595631294")
ServerModCollectionSetup("3022367274")
ServerModCollectionSetup("1645013096")
ServerModCollectionSetup("374550642")
ServerModCollectionSetup("375850593")
ServerModCollectionSetup("375850593")
ServerModCollectionSetup("1392778117")
ServerModCollectionSetup("1628298090")
ServerModCollectionSetup("2174620235")