File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
gm4_crossbow_cartridges/data/gm4_crossbow_cartridges/function/projectile/copper_torch Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33# at @s
44# run from projectile/copper_torch/check
55
6- execute positioned ~ .05 ~ ~ if predicate gm4_crossbow_cartridges:check_block/east run setblock ~ -.1 ~ ~ minecraft:copper_wall_torch [ facing = west ]
7- execute positioned ~ ~ ~ .05 if predicate gm4_crossbow_cartridges:check_block/south run setblock ~ ~ ~ -.1 minecraft:copper_wall_torch [ facing = north ]
8- execute positioned ~ -.05 ~ ~ if predicate gm4_crossbow_cartridges:check_block/west run setblock ~ .1 ~ ~ minecraft:copper_wall_torch [ facing = east ]
9- execute positioned ~ ~ ~ -.05 if predicate gm4_crossbow_cartridges:check_block/north run setblock ~ ~ ~ .1 minecraft:copper_wall_torch [ facing = south ]
10- execute positioned ~ ~ -.05 ~ if predicate gm4_crossbow_cartridges:check_block/below run setblock ~ ~ .1 ~ minecraft:copper_torch
6+ execute positioned ~ .1 ~ ~ if predicate gm4_crossbow_cartridges:check_block/east run setblock ~ -.15 ~ ~ minecraft:copper_wall_torch [ facing = west ]
7+ execute positioned ~ ~ ~ .1 if predicate gm4_crossbow_cartridges:check_block/south run setblock ~ ~ ~ -.15 minecraft:copper_wall_torch [ facing = north ]
8+ execute positioned ~ -.1 ~ ~ if predicate gm4_crossbow_cartridges:check_block/west run setblock ~ .15 ~ ~ minecraft:copper_wall_torch [ facing = east ]
9+ execute positioned ~ ~ ~ -.1 if predicate gm4_crossbow_cartridges:check_block/north run setblock ~ ~ ~ .15 minecraft:copper_wall_torch [ facing = south ]
10+ execute positioned ~ ~ -.1 ~ if predicate gm4_crossbow_cartridges:check_block/below run setblock ~ ~ .15 ~ minecraft:copper_torch
You can’t perform that action at this time.
0 commit comments