Skip to content

Commit

Permalink
[STABLE] balancing and bug fixing
Browse files Browse the repository at this point in the history
Everything should be cool now!
  • Loading branch information
metroite committed Aug 18, 2018
1 parent be88e5d commit afcfbb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions graves/data/graves/functions/setup.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
scoreboard objectives add g.deaths deathCount
scoreboard objectives add g.usebonemeal minecraft.used:minecraft.bone_meal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ execute store result score daytime ll.sincedeath run time query daytime

#effects of burning Bat Wingsuit
execute if score max_daytime ll.sincedeath >= daytime ll.sincedeath at @s run playsound minecraft:block.fire.extinguish ambient @a[distance=..16] ~ ~ ~ 1 0.5
execute if score max_daytime ll.sincedeath >= daytime ll.sincedeath at @s run particle minecraft:smoke ~ ~ ~ 0 0 0 0.01 5 normal
execute if score max_daytime ll.sincedeath >= daytime ll.sincedeath at @s run particle minecraft:smoke ~ ~ ~ 0 0 0 0.1 50 normal

#Killing Bat Wingsuit when sun shines
execute if score max_daytime ll.sincedeath >= daytime ll.sincedeath run clear @s[type=minecraft:player] minecraft:elytra{HideFlags:16,CanPlaceOn:["minecraft:void_air"]}
Expand Down
2 changes: 1 addition & 1 deletion loud2x2tnt/data/loud2x2tnt/functions/effects.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ execute at @s[nbt={Fuse:3s}] at @a[distance=65..128] run playsound minecraft:ent
execute at @s[nbt={Fuse:3s}] at @a[distance=129..256] run playsound minecraft:entity.generic.explode block @a ~ ~ ~ 0.8 0.6
execute at @s[nbt={Fuse:3s}] at @a[distance=257..512] run playsound minecraft:entity.generic.explode block @a ~ ~ ~ 0.5 0.6
execute at @s[nbt={Fuse:3s}] at @a[distance=513..1024] run playsound minecraft:entity.generic.explode block @a ~ ~ ~ 0.2 0.6
execute at @s[nbt={Fuse:3s}] run summon creeper ~ ~ ~ {NoGravity:1b,Silent:1b,Glowing:1b,NoAI:1b,powered:0b,ExplosionRadius:10b,Fuse:0,ignited:1b}
execute at @s[nbt={Fuse:3s}] run summon creeper ~ ~ ~ {NoGravity:1b,Silent:1b,Glowing:1b,NoAI:1b,powered:0b,ExplosionRadius:30b,Fuse:0,ignited:1b}
execute at @s[nbt={Fuse:5s}] run particle minecraft:large_smoke ~ ~4 ~ 4 4 4 0.7 1000 force

#Make Fuse longer for l2t.tagged
Expand Down

0 comments on commit afcfbb0

Please sign in to comment.