이전퀴즈 데이터팩
This commit is contained in:
3
music_quiz/data/mq/function/images/image.mcfunction
Normal file
3
music_quiz/data/mq/function/images/image.mcfunction
Normal file
@@ -0,0 +1,3 @@
|
||||
$data modify storage mq:main command_block.image set value "ts placeloc song$(index).jpg world SOUTH $(x1) $(y1) $(z1) $(x2) $(y2) $(z2) 1 솔리드스킵"
|
||||
|
||||
function mq:images/image_set with storage mq:main command_block
|
||||
@@ -0,0 +1,6 @@
|
||||
# r = EAST | NORTH | SOUTH | WEST
|
||||
|
||||
# 파이브가이즈 간판
|
||||
data modify storage mq:main command_block.image set value "ts placeloc fiveguys1.png world EAST 90 72 -168 90 73 -170 1 솔리드스킵"
|
||||
|
||||
function mq:images/image_set with storage mq:main command_block
|
||||
@@ -0,0 +1,4 @@
|
||||
$data modify block $(x) $(y) $(z) Command set value "ts removeall"
|
||||
|
||||
$data modify block $(x) $(y) $(z) auto set value 1b
|
||||
$data modify block $(x) $(y) $(z) auto set value 0b
|
||||
4
music_quiz/data/mq/function/images/image_set.mcfunction
Normal file
4
music_quiz/data/mq/function/images/image_set.mcfunction
Normal file
@@ -0,0 +1,4 @@
|
||||
$data modify block $(x) $(y) $(z) Command set value "$(image)"
|
||||
|
||||
$data modify block $(x) $(y) $(z) auto set value 1b
|
||||
$data modify block $(x) $(y) $(z) auto set value 0b
|
||||
Reference in New Issue
Block a user