wizardeiges
Refugee
Hello,
I'm tinkering with a mod that buffs me when I stand on it but the buff disappears the moment I leave the block. How do I get the buff to have a duration after I get off the block?
I have this line with a trap in a blocks.xml.
<property name="BuffsWhenWalkedOn" value="buffDrugRecog" />
Which applies the buff. What do I need to add that'll give that buff a duration ?
<property name="BuffsWhenWalkedOn" value="buffBurningMolotov"/>
Sets me on fire too and when set to,say,a dirt block,it turns the game into the floor is lava which is cool. So i'm looking to see how to add duration to all this.
I'm tinkering with a mod that buffs me when I stand on it but the buff disappears the moment I leave the block. How do I get the buff to have a duration after I get off the block?
I have this line with a trap in a blocks.xml.
<property name="BuffsWhenWalkedOn" value="buffDrugRecog" />
Which applies the buff. What do I need to add that'll give that buff a duration ?
<property name="BuffsWhenWalkedOn" value="buffBurningMolotov"/>
Sets me on fire too and when set to,say,a dirt block,it turns the game into the floor is lava which is cool. So i'm looking to see how to add duration to all this.
Last edited by a moderator: