This server-side mod for 7 Days to Die (version 1.4b) adjusts the drop rate of tree seeds when harvesting wood.
Due to how the game currently handles tree seed drops, this mod does not function as intended.
Tree seed drops appear to be hardcoded into the game engine and are not currently controllable via XML.
We're tracking the issue here:
🔗 Steam Community Developer Thread
This repository will remain available for future updates if XML-based control over seed drops becomes supported.
Manual:
- Extract the
DropRateSeedAdjusterfolder to<server-root>/Mods/ - Restart your server
Using Git (optional):
cd <server-root>/Mods/
git clone https://github.com/realAscot/DropRateSeedAdjuster.git(Note: Git must be installed, e.g. via sudo apt install git)
This mod patches the blocks.xml file to modify drop probabilities for the following tree seed types:
- 🌳 Oak
- 🌲 Pine
- 🌿 Birch
- Tested with game version 1.4b
- Server-side only – no client installation required
- Implemented as an XML patch
No entries yet.
- Awaiting game engine support for XML-based control over tree seed drops
- Possible extension to other plant-related drops
This mod is released under the MIT License.
You are free to use, modify, and distribute it.
