

Description
<h1 dir="auto" tabindex="-1">Slabs & Stairs</h1> <p dir="auto">This mod allows you to make stairs and slabs from blocks in a very fast and efficient manner. <br />Nothing is wasted! Every recipe gives you the exact amount of materials and can be reverted instantly.</p> <p dir="auto"><img src="https://cdn.discordapp.com/attachments/926192610773712906/1144795036551225455/SlabsAndStairsVideo.gif" alt="Gif demonstrating how mod works" width="351" height="298" /></p> <p dir="auto">Stop worrying about overproducing stairs for your roof. <br />Try new shapes for your castle without thinking about mortar being wasted on half of the block. <br />Convert any excess material back into compact form.<br />Be immersive as long as it doesn't interfere with your creativity!</p> <h2 dir="auto" tabindex="-1"><a id="user-content-mod-compatibility" class="anchor" href="https://github.com/JeanSummers/SlabsAndStairs#mod-compatibility" aria-hidden="true"></a>Mod compatibility</h2> <p>Tested on game version 1.18.8-1.18.10</p> <p dir="auto">If your mod adds new block codes there is basically no way to detect them. <br />But good news, it is already quite easy to manually add new recipe sets to the mod and I have some further optimizations regarding this functionality in mind.</p> <p dir="auto">You can message me here, on the <a href="https://discordapp.com/users/663441224732246036" rel="nofollow">Discord</a>, or modify config by hand as described below.</p> <h2 dir="auto" tabindex="-1"><a id="user-content-config" class="anchor" href="https://github.com/JeanSummers/SlabsAndStairs#config" aria-hidden="true"></a>Config</h2> <p dir="auto">If you don't like making glass slabs without a saw, or want to add some mod compatibility by hand, go to <code>VintagestoryData/ModConfig</code> and create a file <code>slabsandstairs.json</code>.</p> <div class="spoiler"> <div class="spoiler-toggle">Default content</div> <div class="spoiler-text"> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto">{<br /> "recipes": [<br /> {<br /> "block": "stonepath-free",<br /> "slab": "stonepathslab-free",<br /> "stairs": "stonepathstairs-up-north-free"<br /> },<br /> {<br /> "block": "quartz-plain",<br /> "slab": "quartzslab-down-free",<br /> "stairs": "quartzstairs-up-north-free"<br /> },<br /> {<br /> "block": "planks-*-ns",<br /> "slab": "plankslab-*-down-free",<br /> "stairs": "plankstairs-*-up-north-free"<br /> },<br /> {<br /> "block": "cobblestone-*",<br /> "slab": "cobblestoneslab-*-down-free",<br /> "stairs": "cobblestonestairs-*-up-north-free"<br /> },<br /> {<br /> "block": "stonebricks-*",<br /> "slab": "stonebrickslab-*-down-free",<br /> "stairs": "stonebrickstairs-*-up-north-free"<br /> },<br /> {<br /> "block": "claybricks-*",<br /> "slab": "brickslabs-*-down-free",<br /> "stairs": "brickstairs-*-up-north-free"<br /> },<br /> {<br /> "block": "clayshingleblock-*",<br /> "slab": "clayshinglelabs-*-down-free",<br /> "stairs": "clayshinglestairs-*-up-north-free"<br /> },<br /> {<br /> "block": "rockpolished-*",<br /> "slab": "polishedrockslab-*-down-free"<br /> },<br /> {<br /> "block": "glass-*",<br /> "slab": "glassslab-*-down-free"<br /> }<br /> ]<br />}</div> </div> </div>
Download
No download link is available for this entry right now.
Ratings & reviews
Sign in to leave a rating or comment.


