How to make custom leaf blocks decay?

Started by Finemanederby on

Topic category: Help with modding (Java Edition)

Last seen on 20:08, 6. Sep 2022
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make custom leaf blocks decay?
Fri, 10/05/2018 - 19:33 (edited)

Somebody please tell me how to make custom leaf blocks decay 

Edited by Finemanederby on Fri, 10/05/2018 - 19:33
You can use tick update…
Fri, 10/05/2018 - 19:32

You can use tick update trigger to check for leaves in the surrounding and if there are none, remove the block.

Last seen on 20:08, 6. Sep 2022
Joined Apr 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
May I have a visual example…
Fri, 10/05/2018 - 20:43

May I have a visual example please

Last seen on 03:47, 19. Oct 2018
Joined Oct 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
decay? like falling leaves?…
Sat, 10/06/2018 - 13:56

decay? like falling leaves?

first of all: to create a leaf block you need to create texture with some transparents areas, and check the box "transparency" and select "CUTOUT_MIPPED" when create the block

EXAMPLE:
[leafs png]You Need to create a block texture with some transparent spaces like this image

but i don't understand "custom leaf blocks decay"