Skip to content

Commit

Permalink
Arreglar bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelcode committed Dec 11, 2022
1 parent 91cdbba commit f78a50f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Expand Up @@ -4,4 +4,5 @@ execute if entity @e[distance=0.1..45] if entity @s[predicate=!steveapi:gamemode
execute unless entity @e[distance=0.1..45] run title @s actionbar {"translate":"text.lezah.thunder_rod_radius","color":"red"}
execute if entity @e[distance=0.1..45] run title @s actionbar {"translate":"text.lezah.thunder_rod_boom","color":"green"}
scoreboard players reset @s lezah.thunderRod
scoreboard players set @s lezah.TRTriggAdv 1
scoreboard players set @s lezah.TRTriggAdv 1
advancement grant @s[scores={lezah.TRSuperAdv=1,lezah.TRTriggAdv=1}] only lezah:thunder_god
1 change: 1 addition & 0 deletions LezaH/data/minecraft/tags/functions/load.json
@@ -1,6 +1,7 @@
{
"replace": false,
"values": [
"lezah:loading/reloading_text",
"parchment:schedule_detection"
]
}
@@ -1,2 +1 @@
function lezah:loading/reloading_text
schedule function parchment:paper_detect 45t append

0 comments on commit f78a50f

Please sign in to comment.