Mods / Drifters belong underground

Category: #Simplification
Author: Sotakebk
Side: Both
Created: Dec 26th 2023 at 12:14 PM
Last modified: Dec 29th 2023 at 6:45 PM
Downloads: 1637
Follow Unfollow 40

Latest file for v1.19.3:
driftersbelongunderground_v1.0.1.zip 1-click install


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.

Based off 'Drifter Overhaul Mod' by Grifthegnome. I just changed one of the values, "blocklight" -> "maxlight" as well as the maxLightLevel value.

Changes:

[
  {
    "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"
  }
]

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.0.1 1508 Dec 29th 2023 at 6:45 PM Show driftersbelongunderground_v1.0.1.zip Install now
v1.0.0 129 Dec 26th 2023 at 12:46 PM Show drifters-belong-underground_v1.0.0.zip Install now

3 Comments (oldest first | newest first)

💬 SotakebkAuthor, Dec 29th 2023 at 6:53 PM

I believe the issue is fixed now :)

💬 Tuga1308, Dec 29th 2023 at 12:49 PM

hey there, the mod isnt working for me, drifters still spawn on the surface at night time. im playong on 1.19 rc 4 with the 1.19 rc 3 version wich is the only 1.19 version you have 

(the newest update fixed it)

💬 Guimoute, Dec 27th 2023 at 1:54 AM

Thank you for this. I didn't know we could change the light level requirements. Glad that light sources don't need to be spammed and the atmosphere doesn't need to be ruined with oil lamps every 5 blocks for a place to be safe.

(edit comment delete)