Skip to content

Instantly share code, notes, and snippets.

@alalwww
Last active August 29, 2015 14:06
Show Gist options
  • Save alalwww/e3e9488f999857e4a5d9 to your computer and use it in GitHub Desktop.
Save alalwww/e3e9488f999857e4a5d9 to your computer and use it in GitHub Desktop.
座標0,64,0にスポーンブロックを設置して、金床の雨を降らすコマンドの例
/setblock 0 64 0 mob_spawner 0 replace {EntityId:FallingSand,SpawnData:{Block:anvil,Time:200,DropItem:0},SpawnCount:10,Delay:1,MinSpawnDelay:1}
@alalwww
Copy link
Author

alalwww commented Sep 3, 2014

ちなみに1.8用のコマンドなので、1.7.xとかだとスポーンさせるブロックにanvilと名前指定できないです。
1.7.xでやる場合は、SpawnDataのBlock:anvilの部分を、TileID:145とかにすれば、多分いける。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment