Need help with Plant "Additional Generation Condition"

Started by Smakced on

Topic category: Help with MCreator software

Active 4 years ago
Joined Jun 2015
Points:
843

User statistics:

  • Modifications: 1
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
Need help with Plant "Additional Generation Condition"

I made a procedure to prevent my plants from spawning on sand but I'm unable to use it in the "Additional Generation Condition" section. How am I able to make the procedure show up in this section?

Active 5 years ago
Joined Jul 2020
Points:
645

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
You have to use 'return'…
Mon, 08/10/2020 - 09:58

You have to use 'return' block, smth like this:

return: if get block at x y-1 z = sand destroy block at x y z

Return block can be found in logic I think.

Active 5 years ago
Joined Jul 2020
Points:
645

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
I was wrong it can be found…
Mon, 08/10/2020 - 10:01

I was wrong it can be found in flow control.

Active 4 years ago
Joined Jun 2015
Points:
843

User statistics:

  • Modifications: 1
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
Thanks for the help, but the…
Mon, 08/10/2020 - 19:05

Thanks for the help, but the "if" procedure can't be connected to the "return" procedure, only at the bottom.

Active 4 years ago
Joined Jun 2015
Points:
843

User statistics:

  • Modifications: 1
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
I may have figured it out,…
Mon, 08/10/2020 - 19:29

I may have figured it out, you need to remove the "if" part of the procedure and just attatch the "get block" procedure to the return procedure, so far it seems to be working but I'm not sure if this is the correct way.

Active 4 years ago
Joined Aug 2014
Points:
743

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
Can we have an answer? Does…
Tue, 08/18/2020 - 09:53

Can we have an answer? Does anyone know how this modul works?

Active 4 years ago
Joined Jun 2015
Points:
843

User statistics:

  • Modifications: 1
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
I still have no idea. I…
Thu, 08/27/2020 - 13:29

I still have no idea. I think I got it working but I have no idea.

Active 2 years ago
Joined Jan 2020
Points:
977

User statistics:

  • Modifications: 6
  • Forum topics: 40
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 142
Hello Smakced can you make a…
Sun, 09/20/2020 - 12:35

Hello Smakced can you make a screenshot and show this here because i cant use my procedure with the return block so i would see how you made it. Pls because i can connect the get block with the return blok but not the place block

Active 1 year ago
Joined Nov 2021
Points:
588

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
I've figured it out, you…
Fri, 01/21/2022 - 14:06

I've figured it out, you have to include the 'return >> true' block at the bottom of the flow.

Flow

Example:

https://gyazo.com/992187ecbf7dea89af0dad6551def5d5

Lemme add to this

Use the logic one (blue) if you were wondering which one