0 of 0

File information

Last updated

Original upload

Created by

NullCascade

Uploaded by

NullCascade

Virus scan

Safe to use

Tags for this mod

About this mod

Allows the customizing of what Sea Treaders can dig up with their steps. By default, it reduces the chance of a spawn in half, and allows limestone and sandstone chunks to appear.

Requirements
Permissions and credits
Mirrors
Customized Sea Treaders

This mod allows you to customize what Sea Treaders can dig up from the ocean floor.

Requirements & Installation:
This mod requires BepInEx. To install, this mod should be in your BepInEx\plugins folder.

The spawns can be customized by changing SpawnSettings.json:
{
"Chance": 0.5,
"Spawns": {
"LimestoneChunk": {
"Weight": 1.0
},
"SandstoneChunk": {
"Weight": 1.0
},
"ShaleChunk": {
"Weight": 1.0
}
}
}

By default, it reduces the chance of a spawn in half, and allows limestone and sandstone chunks to appear.

The Weight is any float value, and defines relative weighting between spawns that will be selected. A value of 2.0 will be twice as likely to be selected as anything with a value of 1.0. They keys should be the TechTypes of the item you want to spawn.
  翻译: