this only needs to be fire resistance 1
This commit is contained in:
parent
a6d1053c51
commit
6ed7c6c738
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ PlayerEvents.tick((event) => {
|
|||
&& player.chestArmorItem === 'create:netherite_backtank'
|
||||
&& player.legsArmorItem === 'minecraft:netherite_leggings'
|
||||
&& player.feetArmorItem === 'create:netherite_diving_boots') {
|
||||
player.potionEffects.add("minecraft:fire_resistance", 350, 1, true, false);
|
||||
player.potionEffects.add("minecraft:fire_resistance", 350, 0, true, false);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue