Skip to content
Merged
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
8 changes: 4 additions & 4 deletions gm4_bat_grenades/data/gm4_bat_grenades/test/boom.mcfunction
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @template gm4:test_box
# @dummy ~3 ~1 ~3
# @template gm4:test_platform
# @dummy ~1 ~1 ~1
# @timeout 200

summon bat ~3 ~2 ~3 {Tags:[gm4_test_bat]}
summon bat ~1 ~2 ~1 {Tags:[gm4_test_bat]}

await not entity @e[tag=gm4_test_bat,distance=..10]
await not entity @e[tag=gm4_test_bat,dx=2,dy=2,dz=2]
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ dummy @s use entity @e[tag=gm4_book_binder,distance=..3,limit=1]

await entity @s[advancements={gm4:book_binders_debind=true}]

tp @e[type=item,dx=2,dy=2,dz=2] @s

await items entity @s container.* minecraft:paper[enchantments={silk_touch:1},custom_data~{gm4_book_binders:{item:"enchanted_page"}}]
assert items entity @s container.* minecraft:paper[enchantments={efficiency:3},custom_data~{gm4_book_binders:{item:"enchanted_page"}}]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @dummy
# @optional

loot give @s loot gm4_heart_canisters:items/tier_1_heart_canister

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @dummy
# @optional

loot give @s loot gm4_heart_canisters:items/tier_1_heart_canister
loot give @s loot gm4_heart_canisters:items/tier_1_heart_canister
Expand Down
Loading