File tree Expand file tree Collapse file tree
minecraft/data/bubblellaneous/function/block/surveillance_camera Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- VERSION =2-1-4
1+ VERSION =2-1-5
22DATA =./dist/bubblellaneous_${VERSION}_data_pack
33RESOURCE =./dist/bubblellaneous_${VERSION}_resource_pack
44GENERATED =/tmp/bubblellaneous-generated
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ execute store result storage bubblellaneous tmp.in.pos_y int 1 run data get enti
44execute store result storage bubblellaneous tmp . in . pos_z int 1 run data get entity @s Pos [ 2 ]
55data modify storage bubblellaneous tmp . in . dimension set from entity @p [ tag =-- local.event_player ] Dimension
66data modify storage bubblellaneous tmp . in . name set from entity @p [ tag =-- local.event_player ] SelectedItem . components . " minecraft:custom_name "
7+ execute unless data storage bubblellaneous tmp . in . name run data modify storage bubblellaneous tmp . in . name set value " Default Camera "
78
89function bubblellaneous:block/surveillance_camera/link/apply_properties with storage bubblellaneous tmp . in
910
You can’t perform that action at this time.
0 commit comments