Chance Cubes

Chance Cubes

46M Downloads

Command to place a giant chance cube?

fuzzyray opened this issue ยท 4 comments

commented

This is for Minecraft 1.12.2

I'm working on having chance cubes automatically being placed down in response to events from my stream. However, I can't get a giant chance to place down correctly using commands. Is there a command to correctly spawn and place a giant cube without player interaction?

I've tried:
/setblock ~3 ~ ~3 chancecubes:giant_chance_cube - results in an invisible block that does nothing
/setblock ~3 ~ ~3 chancecubes:compact_giant_chance_cube - results in literally the compact cube being placed
Twenty seven /setblock chancecubes:chance_cube commands to create the 3x3 for the giant chance cube, results in just a 3x3 of chance cubes.

For now, I'm just using the last set of setblock commands and giving my player the final cube to place to create the giant chance cube, but I really would like to be able to just have the cube placed automatically without interaction.

commented

Let me see what I can do

commented

Beta build now on Curse

commented

command is "/chancecubes /spawnGiantCube ~ ~ ~" with the ~ working the same as vanilla.

commented

Thank you!