Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# run from check_projectile

tag @s add gm4_cb_use
data modify storage gm4_crossbow_cartridges:temp projectile.UUID set from entity @s UUID
data modify storage gm4_crossbow_cartridges:temp projectile.Owner set from entity @s UUID

# replace arrow with small_fireball and copy data
summon minecraft:small_fireball ~ ~ ~ {Tags:["gm4_cb_projectile","gm4_cb_fireball"]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# run from check_projectile

tag @s add gm4_cb_use
data modify storage gm4_crossbow_cartridges:temp projectile.owner set from entity @s UUID

# replace arrow with tnt and copy data
summon minecraft:tnt ~ ~ ~ {Tags:["gm4_cb_projectile"],fuse:80s}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# run from check_projectile

tag @s add gm4_cb_use
data modify storage gm4_crossbow_cartridges:temp projectile.UUID set from entity @s UUID
data modify storage gm4_crossbow_cartridges:temp projectile.Owner set from entity @s UUID

# replace arrow with wind_charge and copy data
summon minecraft:wind_charge ~ ~ ~ {Tags:["gm4_cb_projectile","gm4_cb_wind_charge"]}
Expand Down
Loading