Started by
Finemanederby
on
Topic category: Help with Minecraft modding (Java Edition)
Somebody please tell me how to make custom leaf blocks decay
Edited by Finemanederby on Fri, 10/05/2018 - 19:33
Topic category: Help with Minecraft modding (Java Edition)
Somebody please tell me how to make custom leaf blocks decay
You can use tick update trigger to check for leaves in the surrounding and if there are none, remove the block.
May I have a visual example please
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:
You Need to create a block texture with some transparent spaces like this image
but i don't understand "custom leaf blocks decay"