Now you can also build stairs facing east and south!
IMPORTANT:
Don’t use the in-game construction recipe to place my mod’s stairs in the same position—above or below—other stairs; it can break your save.The construction recipe normally prevents this, but if you’re using mods, there might be cases where the recipe doesn’t block it. This happens if the mod stairs don’t have "CustomName" == "Stairs" or if the “.png“ file doesn’t include the word “stairs” (uppercase or lowercase). Avoid placing them in the same position.
FUTURE PLANS:Add the missing sprites for stairs and railings, along with their construction recipes.
FOR MODDERS: If you want to include East and South stairs in your maps, just add ramp properties to your tiles, like I did with mine. You can use the ones from my tiles.pack and def.tiles if you give me credit in your comments. Keep in mind the differences with vanilla: you cannot place stairs in the same spot—above or below—other stairs, or the player will hit an invisible wall. Also, don’t place a wall immediately after the last step; leave one tile of space, otherwise you’ll run into an invisible wall.
If you want to add new stairs that can be built in-game, you must use require. This is because in order for stairs to be buildable, you need my OnIsValid and OnCreate functions, which I modified to match the vanilla style. IMPORTANT: If you create new stair tiles and want them buildable in-game, make sure the .png includes the word “stairs” (uppercase or lowercase) or that the tile’s "CustomName" == "Stairs" in its properties.
Workshop ID: 3557652317
Mod ID: StairsEastSouth