-
Notifications
You must be signed in to change notification settings - Fork 0
Item Policy
Taeguk edited this page Jul 6, 2026
·
1 revision
InterServerPortal keeps Valheim's vanilla item rules for portals, and applies them to inter-server and network travel too.
| Portal | Teleport-restricted items (ores, metals, etc.) |
|---|---|
portal_wood |
Blocked — you can't carry them through |
portal_stone |
Allowed — carries everything (Ashlands stone portal) |
This is fixed by prefab — there is no per-portal override to configure. What a wood or stone portal carries is exactly what it carries in vanilla; the mod just enforces the same rule when you travel between worlds or across your network.
If you walk through a wood portal while carrying restricted items, travel is refused and you get a centered message naming the offending items. Drop or store them (or use a stone portal) and try again.
The item check runs just before the switch/teleport — after any lock-code prompt. So the order is:
- Lock code (if the portal is locked)
- Item policy (wood refuses ore)
- Travel
- Use
portal_stonefor inter-server or network portals you intend to move ore/metal through. - The check reuses Valheim's own "is this teleportable?" logic, so it matches what you'd expect from normal portals.
See also: Inter-Server Travel · Same-World Networks.