ブロックが火だった場合に置き換えたい

loop all blocks in radius 7 around player:
if block above loop-block is air:
set block above loop-block to fire
set block at player to air
wait 3 seconds
loop all blocks in radius 7 around player:
if loop-block is "fire" parsed as item:
set loop-block to air
loop all blocks in radius 7 around player:
if block above loop-block is air:
set block above loop-block to fire
set block at player to air
wait 3 seconds
loop all blocks in radius 7 around player:
if loop-block is "fire" parsed as item:
set loop-block to air
完全に消えません
7 Replies
nennneko5787
nennneko5787OP2y ago
変えられちゃった
yukkina
yukkina2y ago
neuroHyperYay
月猫ch
月猫ch2y ago
@nennneko5787 "%type of loop-block%" is "fire" とかでどう?
nennneko5787
nennneko5787OP2y ago
消せました ありがとうございます ラグで全部消えてなかったっぽいです
yukkina
yukkina2y ago
MarkSolutionの使い方ミスってるな? 答えのメッセージにつけるのでは…
nennneko5787
nennneko5787OP2y ago
「ラグで全部消えてなかった」が答えです
yukkina
yukkina2y ago
あ まじじゃん 自己解決してたのか いいねぇ つか申し訳ない

Did you find this page helpful?