• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Lockable Forge

UbberN00ber

Refugee
can u make a forge lock with password like chest boxes...players are using zombies to raid bases and steal resources out of forges

 
Not as far as I am aware. Based on memory of a post years ago by Valmar you could not have two classes in a file.

to have lockable crates you need.

<property name="Class" value="SecureLoot"/>

the forge needs

<property name="Class" value="Forge"/>

Things may have changed or my memory may be wrong so try adding this to the forge.

Code:
<property name="Class" value="SecureLoot"/>
 
Back
Top