Started by
mrgwbland
on
Topic category: Help with MCreator software
Here is a screenshot, this worked in version 2020.0 but now in 2020.3 it has stopped working, how should I change it?
Edited by mrgwbland on Wed, 07/15/2020 - 22:19
Topic category: Help with MCreator software
Here is a screenshot, this worked in version 2020.0 but now in 2020.3 it has stopped working, how should I change it?
I don't know why but i have never had any luck with the equal to or less than block.
either way it helps allot to explain what you want to happen. if i don't know what you want to happen i can't help you.
I also need to know how you are calling this procedure.
anyway reply and i will get back to you as soon as possible. :)
oh yeah silly me so there is a block that kinda acts like a one slot chest that only stores one item but no GUI so when you click it adds the item if you are holding it but if not holding it you take one out, the top bit also makes sure it doesn't when the item is full, because when it worked it would delete items without this. I am calling it on the block with a when right clicked.
The equal to or less than and equal to or bigger than blocks don't work.
that is the only problem i see in this code/procedure.
So you have to check per line like this.
If 63 > get number of items from slot 0
then you can add items to the block slot 0
if 0 < get number of items from slot 0
then you can take away items from block slot 0
thanks, is this a bug they are fixing?
I have no idea, but it would be nice to use it makes it less difficult in the long run.