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

pickup blocks v1

ozmods

New member
there is a mod for A20 that allows you to pickup every kind of  block, but it hasnt been updated to 21/v1 i've sent a dm, to the author requesting an update, but that was probably 6 months ago, so would anyone consider updating this mod, so it can be used in v1, it's the one reason i wont use the latest iteration, thanks for your consideration

https://www.nexusmods.com/7daystodie/mods/2153

 

 
Blocks can be picked up, or not, depending upon the value of this property tag in the XML:

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




All you have to do is to add that property to any block that you want to pick up (or if it already has that property, change it to "true").

In fact, that's all that mod is doing. The names of the player-placed blocks haven't changed, so it probably still works with 1.0. Have you tried it?

 
Blocks can be picked up, or not, depending upon the value of this property tag in the XML:

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




All you have to do is to add that property to any block that you want to pick up (or if it already has that property, change it to "true").

In fact, that's all that mod is doing. The names of the player-placed blocks haven't changed, so it probably still works with 1.0. Have you tried it?
i never knew about that, thanks for tip i'll look into it, thanks

 
Back
Top