Adds commands to quickly create glass gradients.
This command will make one row of a glass gradient
/gg <first block> <second block> <times to repeat same block> <times to repeat group of blocks> <length>
For example, /gg minecraft:blue_stained_glass minecraft:magenta_stained_glass 1 4 8 This will create the first row of a glass gradient
To make a full gradient with this command you need to make create each row separately:
/gg minecraft:blue_stained_glass minecraft:magenta_stained_glass 1 4 8
/gg minecraft:blue_stained_glass minecraft:magenta_stained_glass 2 2 8
/gg minecraft:blue_stained_glass minecraft:magenta_stained_glass 4 1 8
This command will automate the simple glass gradient command to create a full gradient:
/fgg <first block> <second block> <height> <length>
For example. /fgg minecraft:blue_stained_glass minecraft:magenta_stained_glass 8 8 This will create a glass gradient with three rows that is 8 blocks tall