Block under trees

Started by ToraTorita on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jan 2023
Points:
291

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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?

Active 1 month ago
Joined Feb 2022
Points:
522

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 51
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.

 

Active 1 month ago
Joined Feb 2022
Points:
522

User statistics:

  • Modifications: 1
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 51
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.

Active 2 years ago
Joined Jan 2023
Points:
291

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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.