이전퀴즈 데이터팩

This commit is contained in:
2026-05-13 15:10:00 +09:00
parent 13ea34ba82
commit 6841b7a4c0
63 changed files with 1261 additions and 0 deletions

View 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

View File

@@ -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

View File

@@ -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

View 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