Why does this not work in the newest version?

Started by mrgwbland on

Topic category: Help with MCreator software

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why does this not work in the newest version?
Wed, 07/15/2020 - 22:19 (edited)

https://imgur.com/a/AZZ0F5E

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
Last seen on 00:03, 27. May 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know why but i have…
Thu, 07/16/2020 - 08:47

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

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh yeah silly me so there is…
Thu, 07/16/2020 - 12:17

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.

Last seen on 00:03, 27. May 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The equal to or less than…
Thu, 07/16/2020 - 12:39

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

Last seen on 22:18, 7. Feb 2022
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks, is this a bug they…
Thu, 07/16/2020 - 14:40

thanks, is this a bug they are fixing?

Last seen on 00:03, 27. May 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have no idea, but it would…
Thu, 07/16/2020 - 14:48

I have no idea, but it would be nice to use it makes it less difficult in the long run.