Chicken Chunks 1.8.+

Chicken Chunks 1.8.+

31M Downloads

setblock help

jagprog5 opened this issue ยท 1 comments

commented

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

commented

This is an interesting use case. I'm not sure how to handle this at the moment tbh.

It's possible for some admin commands to be added in the future to load and set a chunk loader at a specific spot.

I'll leave this open.