Skip to content

Commit

Permalink
Added a reload counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
DinnerBeef committed Oct 28, 2023
1 parent 34bb853 commit 8bb52f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/lt/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lt.golf.seconds_left": "Seconds Left: ",
"lt.golf.hits": "Hits: ",
"lt.golf.display.honey.part_1": "Watch Out!!!",
"lt.golf.display.honey.part_2": "\n Dont let your carb fall into honey!",
"lt.golf.display.honey.part_2": "\n Don't let your crab fall into honey!",
"lt.golf.display.honey.part_3": "\n Otherwise your crab will restart the",
"lt.golf.display.honey.part_4": " course!",
"lt.golf.display.info.part_1": "Welcome to Crab Golf!",
Expand Down Expand Up @@ -78,7 +78,7 @@
"lt.club.dialogue.gibnut.accept.5": ": Bah! So be it then. I won't keep you much longer.",
"lt.club.dialogue.gibnut.accept.6": ": You'll want to take these coins. Oh and keep them close, yeah? You'll be needing them.",
"lt.club.dialogue.gibnut.accept.7": ": Well now, unless you have something, I'll let them know you're ready. Farewell.",
"lt.club.dialogue.gibnut.accept.leave": ": Hey! I w asn't done talking, where are you going! Who raised you?! Whatever ... I'll pass the word along to them that you're ready. Oh and take these coins. I think you'll find them helpful.",
"lt.club.dialogue.gibnut.accept.leave": ": Hey! I wasn't done talking, where are you going! Who raised you?! Whatever ... I'll pass the word along to them that you're ready. Oh and take these coins. I think you'll find them helpful.",

"lt.club.entity.dave.name": "Dave: Bartender",
"lt.club.entity.bouncer.name": "way of their inability to follow club rules.",
Expand Down
3 changes: 3 additions & 0 deletions data/lt/functions/main/on_load.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
scoreboard objectives add main.global dummy
scoreboard objectives add main.number dummy

# Reload Counter
scoreboard players add Reloads main.stats 1

# Define main.number scores
scoreboard players set 1 main.number 1
scoreboard players set 2 main.number 2
Expand Down
2 changes: 1 addition & 1 deletion data/lt/functions/utility/hosts/easter_eggs.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ execute as @s if data entity @s {ProfileID: [I;895672764,-1602335584,-1985475681
#iskall85
execute as @s if data entity @s {ProfileID: [I;2127779963,-430553463,-1865021215,497744135]} run data modify entity @s HandItems set value [{id:"create:goggles",Count:1b},{}]
#slicedlime
execute as @s if data entity @s {ProfileID: [I;-1674917544,1575568808,-1935589086,-347337826]} run data modify entity @s HandItems set value [{id:"ltextras:lime_block",Count:1b},{}]
execute as @s if data entity @s {ProfileID: [I;-1674917544,1575568808,-1935589086,-347337826]} run data modify entity @s HandItems set value [{id:"ltextras:sliced_lime",Count:1b},{}]
#millkberry
execute as @s if data entity @s {ProfileID: [I;1516136082,-1512355275,-1273681262,1206684784]} run data modify entity @s HandItems set value [{id:"minecraft:experience_bottle",Count:1b},{}]
#MacNcheeseP1z
Expand Down

0 comments on commit 8bb52f8

Please sign in to comment.