Trying to make custom_block as leaf "despawn" when wood block not within a 6x6

Started by braxtondayne on

Topic category: Help with MCreator software

Active 4 years ago
Joined May 2020
Points:
622

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Trying to make custom_block as leaf "despawn" when wood block not within a 6x6
Tue, 05/12/2020 - 05:16 (edited)

I made a custom biome with custom trees but I was having issues with the leaves despawning so I changed the block type to the custom block and I would like them to be able to despawn if there is not the "wood" block within a 6x6x6 cube (just for easy coding since its a given function). code blocks

 

Code blocks and error codes: https://imgur.com/a/D4OFKdN

Edited by braxtondayne on Tue, 05/12/2020 - 05:16
Use leaf block base instead,…
Tue, 05/12/2020 - 07:08

Use leaf block base instead, this is the proper approach since 2020.2.

Active 4 years ago
Joined May 2020
Points:
622

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
My texture includes some…
Tue, 05/12/2020 - 15:09

My texture includes some transparency though, the leaf selection does not supportive. Is there any way to use leaf blocks with transparency?

Leaves do support absolute…
Tue, 05/12/2020 - 15:24

Leaves do support absolute transparency if graphics are in fancy mode, but not relative transparency.