2

Help with a function pack

Godlyone1104 3/10/21 8:12 pm
112
3/18/2022 7:47 pm
Hey so i am making a minecraft bedrock function pack. For some reason the function wont show up when i apply the pack, i have tested by using simpler commands. so i think there might be a typo or error can anyone help?

effect @a[tag=blaze] fire_resistance 10 10 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 0 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 1 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 2 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 3 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 4 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 5 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 6 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 7 effect @s wither 1 1 true
execute @a[tag=blaze] ~ ~ ~ detect ~ ~ ~ water 8 effect @s wither 1 1 true
enchant @a[tag=blaze] fire_aspect 2
enchant @a[tag=blaze] flame 1
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 0 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 1 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 2 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 3 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 4 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 5 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 6 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 7 effect @s wither 1 1 true
execute @a[tag=enderman] ~ ~ ~ detect ~ ~ ~ water 8 effect @s wither 1 1 true
effect @a[tag=enderman] health_boost 1 10 true
replaceitem entity @a[tag=enderman] slot.hotbar 0 enderpearl 1 0
Posted by
Godlyone1104
Level 1 : New Miner
0

  Have something to say?

JoinSign in

4

ThirdhandJam709
03/18/2022 7:47 pm
Level 24 : Expert System
Warning though, effect commands give base+1 so you are technically giving wither effect two which is pretty powerful. Also means your resistance is stronger than expected.
1
ThirdhandJam709
03/18/2022 7:46 pm
Level 24 : Expert System
Logically all those commands make sense.
1
HoboMaggot
03/10/2021 11:13 pm
Level 56 : Grandmaster Blob
Is there some output log you can check? The commands here look correct
2
Godlyone1104
03/12/2021 8:28 pm
Level 1 : New Miner
i dont think there is a output log unfortunately :(
1

Welcome