
Description
<h1 id="mcetoc_1i7t6h74q5ag">SaplingTreeParams2</h1> <p>SaplingTreeParams stopped working in 1.19.3 and I got some time to update this mod.</p> <p>this was tested on 1.19.3.</p> <p>update: it works on 1.19.8 too.</p> <div class="mce-toc"> <h2>Table of Contents</h2> <ul> <li><a href="#mcetoc_1i7t6h74q5ag">SaplingTreeParams2</a> <ul> <li><a href="#mcetoc_1i7t6h74q5ah">Updated Framework</a></li> <li><a href="#mcetoc_1i7t6h74q5ai">Config Loading</a></li> <li><a href="#mcetoc_1i7t6h74q5aj">Mod/Config Changes</a></li> <li><a href="#mcetoc_1i7t6h74q5ak">Config Schema</a></li> <li><a href="#mcetoc_1i7t6h74q5al">Config Location</a></li> <li><a href="#mcetoc_1i7t6h74q5am">Tested</a></li> <li><a href="#mcetoc_1i7t6h74q5an">Commands</a> <ul> <li><a href="#mcetoc_1i7t6h74q5ao">Sub-Commands</a></li> <li><a href="#mcetoc_1i7t6h74q5ap">Help Related</a></li> </ul> </li> <li><a href="#mcetoc_1i7t6h74q5aq">Fixes</a></li> </ul> </li> </ul> </div> <h2 id="mcetoc_1i7t6h74q5ah">Updated Framework</h2> <p>I had to make a new repo,<br />because I didn't know how to update the original project to the new framework.<br />Framework was updated to .net7 like the game.</p> <h2 id="mcetoc_1i7t6h74q5ai">Config Loading</h2> <p>previous mod allowed the config to be loaded mutiple times during the game.<br />current mod loads config once at game startup and sets the list once.</p> <h2 id="mcetoc_1i7t6h74q5aj">Mod/Config Changes</h2> <p>1. you can now decide on what trees to modify, default is "pine".<br />2. config can't be empty, either load the mod or disable it.<br />3. you can now set ignoreColdTemp so that trees could grow in cold weather.<br />4. any tree that isn't in the list will be unaffected by this mod.</p> <h2 id="mcetoc_1i7t6h74q5ak">Config Schema</h2> <p><code> [</code><br /><code> {</code><br /><code> "treeType": "pine",</code><br /><code> "skipForestFloor": true,</code><br /><code> "size": 0.5,</code><br /><code> "otherBlockChance": 1.0,</code><br /><code> "vinesGrowthChance": 0.01,</code><br /><code> "mossGrowthChance": 0.02,</code><br /><code> "ignoreColdTemp": true</code><br /><code> },</code><br /><code> {</code><br /><code> "treeType": "acacia",</code><br /><code> "skipForestFloor": true,</code><br /><code> "size": 0.5,</code><br /><code> "otherBlockChance": 1.0,</code><br /><code> "vinesGrowthChance": 0.01,</code><br /><code> "mossGrowthChance": 0.02,</code><br /><code> "ignoreColdTemp": false</code><br /><code> }, ...</code><br /><code>]</code></p> <h2 id="mcetoc_1i7t6h74q5al">Config Location</h2> <p>same place as previous mod: VintageStoryData/ModConfig</p> <h2 id="mcetoc_1i7t6h74q5am">Tested</h2> <p>Game version - 1.19.3, 1.19.8.</p> <p>Client - works.</p> <p>Server - works.</p> <h2 id="mcetoc_1i7t6h74q5an">Commands</h2> <p><code>/sapconfig <sub-command></code></p> <h3 id="mcetoc_1i7t6h74q5ao">Sub-Commands</h3> <p><code>/sapconfig add [type=birch,sff=true,size=0.3,obc=1,vgc=0.01,mgc=0.02,ic=true]</code></p> <p><code>/sapconfig add [type=birch,size=0.5]</code></p> <p><code>/sapconfig show</code></p> <p><code>/sapconfig remove birch</code></p> <h3 id="mcetoc_1i7t6h74q5ap">Help Related</h3> <p><code>/help sapconfig</code></p> <p><code>/help sapconfig add</code></p> <p><code>/help sapconfig remove</code></p> <h2 id="mcetoc_1i7t6h74q5aq">Fixes</h2> <ul> <li>fixed the 1 day tree growth bug.<code></code></li> </ul> <p><code></code></p>
Ratings & reviews
Sign in to leave a rating or comment.

