TheCBProject / ChickenChunks

MIT License
26 stars 9 forks source link

setblock help #98

Closed jagprog5 closed 5 months ago

jagprog5 commented 9 months ago

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:

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

covers1624 commented 9 months ago

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.