Drifters belong underground - Obsolete
Makes drifters spawn only underground and in light level lower than in vanilla.
Description
<h1><span style="background-color: #e74c3c;">This mod is not necessary!</span></h1> <p>Instead of using this mod, turn the <em>temporal rifts</em> off in world generation, or use the <em><span style="text-decoration: underline;">/worldconfig temporalRifts off</span> command.</em></p> <p> </p> <p>Makes drifters spawn only underground, and with very low artificial light level, or at least wherever natural light would not have been able to reach.</p> <p>Based off 'Drifter Overhaul Mod' by Grifthegnome. I just changed one of the values, "blocklight" -> "maxlight" as well as the maxLightLevel value.</p> <p>Changes:</p> <pre class="language-javascript"><code>[ { "op": "replace", "path": "/server/spawnconditions/runtime/lightLevelType", "value": "MaxLight", "file": "game:entities/land/drifter.json", "side": "Server" }, { "op": "replace", "path": "/server/spawnconditions/runtime/maxLightLevel", "value": 4, "file": "game:entities/land/drifter.json", "side": "Server" }, { "op": "replace", "path": "/server/spawnconditions/runtime/maxYByType/*-normal", "value": 0.98, "file": "game:entities/land/drifter.json", "side": "Server" } ]</code></pre>
Download
No download link is available for this entry right now.
Ratings & reviews
Sign in to leave a rating or comment.

