setblock help
jagprog5 opened this issue ยท 1 comments
Minecraft version 1.12.2
How would I go about using /setblock
to set a spotloader at a position. Can't quite figure out the datatags.
I'm tried variants like:
/setblock 100008 8 100006 chickenchunks:chunk_loader 0 replace {radius:"1"}
However this causes the block to be stuck with a radius of 0.
My goals are:
- placing a spot loader
- owned by player who called the command
Thanks.
edit:
ended up being like: /setblock 100008 8 100006 chickenchunks:chunk_loader 1 replace {owner: "name_here"}
however the loader doesn't activate until after the chunk is reloaded from disk...