You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this can be fixed by including snow golems and other mobs that can aggro creepers into a entity_type list located at <main folder>/tags/entity_type/file.json, and then adding the command below to tick.mcfunction:
execute as @a at @e[type=<#main_folder/file.json>] if entity @e[type=minecraft:creeper,distance=..3,limit=1] run scoreboard players set #explosionCountdown explosionCountdown 60
or, if you don't want to add multiple mobs:
execute as @a at @e[type=<minecraft:mob>] if entity @e[type=minecraft:creeper,distance=..3,limit=1] run scoreboard players set #explosionCountdown explosionCountdown 60
Steps to reproduce:
The text was updated successfully, but these errors were encountered: