Block under trees

Started by ToraTorita on

Topic category: Help with modding (Java Edition)

Last seen on 22:21, 13. Feb 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block under trees

I have a question about world generation. I want to generate a block under the trees, but I can't find the way to do it. I have already tried to do it with the generation of ores, as structures and applying additional rules of generation. Could someone help me?

Last seen on 08:39, 16. Feb 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your opinion is right. You…
Fri, 01/27/2023 - 18:21

Your opinion is right. You can create a block as a structure. Then add a rule to check the" y+1" block which you need.

 

Last seen on 08:39, 16. Feb 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The block which under the…
Fri, 01/27/2023 - 18:27

The block which under the log is dirt. You can set the block rule is dirt.Then set a rule for the structure and let its "y+1" block is log. If the place of the block is not you want. You can revise the “y” to control the place.

Last seen on 22:21, 13. Feb 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nothing, it doesn't work…
Mon, 01/30/2023 - 22:16

Nothing, it doesn't work. Nothing that has to be generated in trees works.