mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-08-10 08:35:52 +01:00
Initial commit for armor statues
This commit is contained in:
8
data/armor_statues/functions/shrine/main.mcfunction
Normal file
8
data/armor_statues/functions/shrine/main.mcfunction
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Description: Display shrine particles and give book
|
||||
# Called by: armor_statues:tick
|
||||
# Entity @s: Shrine marker area effect cloud
|
||||
#
|
||||
# Give book to nearby players if they do not have it already
|
||||
#
|
||||
execute as @a[distance=..1.5,nbt=!{Inventory:[{id:"minecraft:written_book",tag:{datapack:"ArmorStatuesV2"}}]}] at @s run function armor_statues:give
|
Reference in New Issue
Block a user