In my biome, the leaves that i created fall all the time

Started by Pedro_Sachetti on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In my biome, the leaves that i created fall all the time

I maded a biome with my own leaves, and they decoy with or without the log, so in one time, every tree in my custom biome will be without leaves, so, please help me.

(I'm using Mcreator 2020.2 in 1.14.4)

Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay so, you need to create…
Mon, 07/20/2020 - 04:00

okay so, you need to create a tag(it's its own element) under minecraft and name it logs. Then put your log block under it

 

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I already tried that
Mon, 07/20/2020 - 15:54

I already tried that

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Have you created a procedure…
Mon, 07/20/2020 - 17:38

Have you created a procedure for the leaves? 

Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm not sure how this would…
Mon, 07/20/2020 - 21:17

I'm not sure how this would look with the pre-done MCreator trees, but with structures you need to do /setblock ~ ~ ~ (leaves)[distance=X] or they're either break with a log or won't decay ever.

Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
But I'm using the pre-done…
Tue, 07/21/2020 - 00:11

But I'm using the pre-done Mcreator's trees

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i'm thinking this may be a…
Tue, 07/21/2020 - 17:18

i'm thinking this may be a bug, since leaves have many properties maybe mcrreator is using the default which decays. open a ticket in the Issue Tracker.

Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In addition to the "logs"…
Sat, 07/25/2020 - 18:23

In addition to the "logs" tag, did you add the "leaves" tag to the leaves?

Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
did you change the namespace…
Thu, 07/15/2021 - 16:20

did you change the namespace on the tag to "minecraft"?