From dfe08068357524659d500b7d0502b1ee540c0a85 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 25 May 2025 12:42:01 +0900 Subject: [PATCH] Improve documentation around tile providers --- TShockAPI/Configuration/TShockConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs index d0cf2ddd..e7ba55ab 100644 --- a/TShockAPI/Configuration/TShockConfig.cs +++ b/TShockAPI/Configuration/TShockConfig.cs @@ -56,7 +56,7 @@ namespace TShockAPI.Configuration public bool IgnoreChestStacksOnLoad = false; /// Allows changing of the default world tile provider. - [Description("Allows changing of the default world tile provider.")] + [Description("Allows changing of the default world tile provider. By default, you can use 'default', 'heaptile' or 'constileation'. Alternative providers have different CPU and memory usage characteristics.")] public string WorldTileProvider = "constileation"; #endregion