Add AllowCrimsonCreep config option
This commit is contained in:
parent
e5d01b19d6
commit
6a4e7584a0
3 changed files with 37 additions and 28 deletions
|
|
@ -223,7 +223,10 @@ namespace TShockAPI
|
|||
|
||||
[Description("Allow ice placement even when user does not have canbuild.")] public bool AllowIce = false;
|
||||
|
||||
[Description("Allows corrutption to spread when a world is hardmode.")] public bool AllowCorruptionCreep = true;
|
||||
[Description("Allows crimson to spread when a world is hardmode.")]
|
||||
public bool AllowCrimsonCreep = true;
|
||||
|
||||
[Description("Allows corruption to spread when a world is hardmode.")] public bool AllowCorruptionCreep = true;
|
||||
|
||||
[Description("Allows hallow to spread when a world is hardmode.")] public bool AllowHallowCreep = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue