From a0cd2849eddb2f07052b8163679860ca31f8a912 Mon Sep 17 00:00:00 2001 From: Arthri <41360489+Arthri@users.noreply.github.com> Date: Wed, 18 Aug 2021 17:15:36 +0800 Subject: [PATCH] Add missing entries to ExtraneousPlaceStyles --- TShockAPI/GetDataHandlers.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 3bed28b2..6983b4b3 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -4256,6 +4256,12 @@ namespace TShockAPI /// internal static Dictionary ExtraneousPlaceStyles = new Dictionary { + {TileID.Jackolanterns, 8}, + {TileID.Presents, 6}, + {TileID.Explosives, 1}, + {TileID.Crystals, 17}, + {TileID.SnowballLauncher, 1}, + {TileID.Painting4X3, 8}, {TileID.MinecartTrack, 3} };