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

healing bedroll

hi all I'm trying to make the bedroll heal you when you steep on it but my code don't work

heres what i have 

blocks

<configs>
    
    <append xpath="/blocks/block[@name='bedroll']">
    <property name="BuffsWhenWalkedOn" value="buffHealHealth"/>
    </append>
    
</configs>

can omeone help please and thank you

 
Back
Top