How Can I Stop My Custom Leaves From Breaking Themself?

Started by NOYB on

Topic category: Help with MCreator software

Active 3 years ago
Joined May 2020
Points:
761

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 108
How Can I Stop My Custom Leaves From Breaking Themself?

I made a custom tree for my mod and created a growing procedure for it. But leaves start breaking when it grows up. How can I stop this?

Active 3 years ago
Joined Mar 2020
Points:
1248

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1149
Change the block base from…
Sat, 05/23/2020 - 11:50

Change the block base from leaves to normal block. And then make it transparent 

Active 4 years ago
Joined Dec 2019
Points:
638

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
Add tag to this block called…
Sat, 05/23/2020 - 12:18

Add tag to this block called "leaves" and add tag to your log block tag "logs". And be sure to do your tag to "minecraft", not "forge" or "mod". I tried this already and it's working. If something is not clear, go to minecraft wiki: https://minecraft.gamepedia.com/Tag#Block_tags and look at block tags.

Active 3 years ago
Joined May 2020
Points:
761

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 108
Thanks for the detailed…
Sat, 05/23/2020 - 14:52

Thanks for the detailed instructions, İt now works smoothly. Thank you very much.