• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Moving Land Claim Blocks

Haven't found a mod for this, but it would be nice to be able to pickup and move LCBs like you can with other blocks. I tried setting CanPickup=true in the xml but it just puts one in your inventory and the previous one stays unless you relog.

 
Did you just have

<property name="CanPickup"/>

or

<property name="CanPickup" value="true" param1="keystoneBlock"/>

because doing it the 2nd way works without having to relog.

 
Did you just have <property name="CanPickup"/>

or

<property name="CanPickup" value="true" param1="keystoneBlock"/>

because doing it the 2nd way works without having to relog.
Thanks. It works on single player, but when I set it up that way on my dedicated it doesn't want to work.

 
Back
Top