Last active
August 29, 2015 14:06
-
-
Save alalwww/e3e9488f999857e4a5d9 to your computer and use it in GitHub Desktop.
座標0,64,0にスポーンブロックを設置して、金床の雨を降らすコマンドの例
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/setblock 0 64 0 mob_spawner 0 replace {EntityId:FallingSand,SpawnData:{Block:anvil,Time:200,DropItem:0},SpawnCount:10,Delay:1,MinSpawnDelay:1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ちなみに1.8用のコマンドなので、1.7.xとかだとスポーンさせるブロックにanvilと名前指定できないです。
1.7.xでやる場合は、SpawnDataの
Block:anvil
の部分を、TileID:145
とかにすれば、多分いける。