You are viewing a potentially older version of this package.
View all versions.

Expand World Prefabs
Allows configuring build or spawned objects.
Date uploaded | 2 weeks ago |
Version | 1.39.0 |
Download link | JereKuusela-Expand_World_Prefabs-1.39.0.zip |
Downloads | 1382 |
Dependency string | JereKuusela-Expand_World_Prefabs-1.39.0 |
This mod requires the following mods to function

denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202
ValheimModding-YamlDotNet
Shared version 16.3.0 of YamlDotNet from Antoine Aubry and contributors, net47 package for use in Valheim mods. Maintained by the ValheimModding team.
Preferred version: 16.3.0README
Expand World Prefabs
Allows creating rules to react to objects being spawned, destroyed and more.
Install on the server (modding guide).
Usage
See documentation.
Credits
Thanks for Azumatt for creating the mod icon!
Sources: GitHub
Donations: Buy me a computer
CHANGELOG
-
v1.39
- Adds a new trigger type
change
to allow reacting to most data changes. - Adds numeric range and multiple value support to the field
type
parameter. - Fixes the parameter
<item_X_Y>
only working for first few inventory slots. - Fixes the field
cancel
not cancelling chat messages. - Improves compatiblity with Discord Control mod.
- Adds a new trigger type
-
v1.38
- Adds a new field
exec
for running parameters with side effects. - Adds new parameters
save++
andsave--
to increment and decrement values. - Fixes data storage keys being case sensitive (now properly lower cased).
- Fixes weight not working on filters.
- Fixes field default values not working on filters.
- Fixes the field
spawn
copying persistency from the original object (affects whether the object is saved).
- Adds a new field
-
v1.37
- Adds dependency to YamlDotNet.
- Enables type
say
.
-
v1.36
- Disables type
say
until it is properly fixed. - Fixed for the new update.
- Disables type
-
v1.35
- Adds new filters
minTerrainHeight
andmaxTerrainHeight
to filter based on terrain height. - Adds new filters
minX
,maxX
,minZ
andmaxZ
to filter based on position. - Adds a new parameter
item_X_Y
to get the item name at specific inventory slot.
- Adds new filters