Started by
FireWorks_CreepeR
on
Topic category: Help with MCreator software
I am making growing plants at the moment, so I need to make the block "test" for if the block at xyz coordinates is the block it need to be! I don't know how to make it, can you help me, please?
First under the Logic and Loops tab grab a "If___, Do___" box. Everything I'm going to have you grab is going to be in the If slot. Whatever you want it do whenever the block is there put in the Do slot. Next, you will need to grab a "____ == ____" box from the Logic Operations tab, and it will need to have a block symbol on it. Third, you will need it grab a "Get Block at X: Y: Z:" box from the block actions tab, it will go in the first blank from the green "____ == ____" box. Finally, you will need to put a box that contains only a grey square and the block symbol on it. It can be found in the Minecraft Components tab. To select what block you want to be at the coordinates simply click on the grey square.
It should look a little like this: https://www.pylo.co/static/mcreator/procedures/checkBlockBelow.gif
Hope this helps!
Ah! Thanks! It was really helpful :D
And I also need "if block at xyz isn't (block name)"! Can you help me with this too?
Put the "not" block in between the "if" and the "block == block"