Added monoliths to orientable tiles. Fixes #999
This commit is contained in:
parent
a577dbbcc4
commit
89acc03c62
1 changed files with 5 additions and 2 deletions
|
|
@ -1627,7 +1627,8 @@ namespace TShockAPI
|
|||
/// WaterFountain,
|
||||
/// Womannequin,
|
||||
/// MinecartTrack,
|
||||
/// WeaponsRack
|
||||
/// WeaponsRack,
|
||||
/// LunarMonolith
|
||||
/// </summary>
|
||||
private static int[] orientableTiles = new int[]
|
||||
{
|
||||
|
|
@ -1643,7 +1644,9 @@ namespace TShockAPI
|
|||
TileID.WaterFountain,
|
||||
TileID.Womannequin,
|
||||
TileID.MinecartTrack,
|
||||
TileID.WeaponsRack
|
||||
TileID.WeaponsRack,
|
||||
TileID.ItemFrame,
|
||||
TileID.LunarMonolith
|
||||
};
|
||||
|
||||
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue