Mods / Sapling Tree Params 2

Category: #QoL #Tweak
Author: Dooters
Side: Both
Created: Feb 11th at 8:32 PM
Last modified: Mar 2nd at 2:02 PM
Downloads: 186
Follow Unfollow 1

Latest file for v1.19.3:
saplingtreeparams2_1.0.2.zip 1-click install


SaplingTreeParams2

SaplingTreeParams stopped working in 1.19.3 and I got some time to update this mod.

this was tested on 1.19.3.

Updated Framework

I had to make a new repo,
because I didn't know how to update the original project to the new framework.
Framework was updated to .net7 like the game.

Config Loading

previous mod allowed the config to be loaded mutiple times during the game.
current mod loads config once at game startup and sets the list once.

Mod/Config Changes

1. you can now decide on what trees to modify, default is "pine".
2. config can't be empty, either load the mod or disable it.
3. you can now set ignoreColdTemp so that trees could grow in extreme weather conditions.
4. any tree that isn't in the list will be unaffected by this mod.

Config Schema

[
   {
      "treeType": "pine",
      "skipForestFloor": true,
      "size": 0.5,
      "otherBlockChance": 1.0,
      "vinesGrowthChance": 0.01,
      "mossGrowthChance": 0.02,
      "ignoreColdTemp": true
   },
   {
      "treeType": "acacia",
      "skipForestFloor": true,
      "size": 0.5,
      "otherBlockChance": 1.0,
      "vinesGrowthChance": 0.01,
      "mossGrowthChance": 0.02,
      "ignoreColdTemp": false
   }, ...
]

Config Location

same place as previous mod: VintageStoryData/ModConfig

Tested

Game version - 1.19.3.

Client - works.

Server - works.

Commands

/sapconfig <sub-command>

Sub-Commands

/sapconfig add [type=birch,sff=true,size=0.3,obc=1,vgc=0.01,mgc=0.02,ic=true]

/sapconfig add [type=birch,size=0.5]

/sapconfig show

/sapconfig remove birch

/sapconfig show

Help Related

/help sapconfig

/help sapconfig add

/help sapconfig remove

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.0.2 89 Mar 2nd at 2:02 PM Show saplingtreeparams2_1.0.2.zip Install now
v1.0.1 86 Feb 14th at 6:31 PM Show saplingtreeparams2_1.0.1.zip Install now

1 Comments (oldest first | newest first)

💬 MadGnome, May 23rd at 10:16 PM

I noticed you have a "ignoreColdTemp" setting, would you consider a min/max temperature setting for the saplings instead?
Would let players/servers restrict trees to grow in regions appropriate to the ones they spawn in naturally.

(edit comment delete)