Plant procedure help please :)

Started by BasteGK on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Plant procedure help please :)

Helli i have try to make a mod with new plants but i dont want that they grow at the side of the grass blocks -> next to a solid blocks. All my trys dont work please help :) A screenshot are very welcome and helpffully thanks :).

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello.You can add a…
Mon, 07/31/2023 - 13:57

Hello.
You can add a placement condition that checks if any block next to it is solid.
I hope this helps.

Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Correction: you need to add…
Mon, 07/31/2023 - 13:58

Correction: you need to add a "NOT" block between the "if" and leftmost "OR" block.
Otherwise, it will ONLY work if there's a solid block next to it.

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you very much, Yes…
Thu, 08/10/2023 - 13:09

Thank you very much, Yes this helps. and i have problems with a block generation process, I want this shape for it, but the blocks dont generate next to each other (with 1 block air between the blocks) 

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i found for my problem the…
Thu, 08/10/2023 - 13:17

i found for my problem the solution -> Is get block at XYZ same as "BLOCK". Place air dont work at blockgeneration or i make something wrong, i use this at plant generation too.

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay i found my mistakes it…
Fri, 08/11/2023 - 16:48

Okay i found my mistakes it was " the structure" your way works great or with the "is get block at XYZ", but it dont works for ore generation, i want this plant too as a block. How i can set it up like this for ore generation? I want 1 air block between the ores.