You are viewing a potentially older version of this package.
View all versions.
![JereKuusela-Expand_World_Prefabs-1.34.0 icon](https://gcdn.thunderstore.io/live/repository/icons/JereKuusela-Expand_World_Prefabs-1.34.0.png.128x128_q95.png)
Expand World Prefabs
Allows configuring build or spawned objects.
Date uploaded | a week ago |
Version | 1.34.0 |
Download link | JereKuusela-Expand_World_Prefabs-1.34.0.zip |
Downloads | 1999 |
Dependency string | JereKuusela-Expand_World_Prefabs-1.34.0 |
This mod requires the following mods to function
![denikson-BepInExPack_Valheim-5.4.2202 icon](https://gcdn.thunderstore.io/live/repository/icons/denikson-BepInExPack_Valheim-5.4.2202.png.64x64_q95.png)
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
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.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
-
v1.34
- Adds new parameters
save
,load
andclear
to save and load server side data (moved from Expand World Code mod). - Adds a new type
key
to trigger on save and clear events. - Adds new filters
keys
andbannedKeys
to filter based on saved data.
- Adds new parameters
-
v1.33
- Fixes global key resetting not triggering global key removed event.
- Fixes custom paint values not working.
- Fixes alpha color not being checked for paint.
-
v1.32
- Adds a new parameter
safeprefab
to get prefab name with underscores replaced by dashes. - Reverts the underscore mess from v1.29-1.31.
- Adds a new parameter
-
v1.31
- Fixes data parameters with underscores like "max_health" not working.
-
v1.30
- Fixes prefab names with underscores not working properly as function parameters.
-
v1.29
- Fixes prefab names with underscores not working properly as function parameters.
- Fixes data entries with duplicate keys not working (now gives a warning).
- Fixes the field
drops
not working with the Ragdoll component.