Doesn't work ๐ Water still there.
But if i use Blocks.STONE.defaultBlockState() ... it works and change the source water by a Stone block immediately.
I have tried to look inside BucketItem to look how it works when bucket is used but i don't understand how water disappear and is replaced by air on targeting pos ๐
I tried to make a projectile that put water on nearby it falls. I just need that water source pop and directly disapear. I do :
Water appears but still remains despite removeBlock or DestroyBlock. Any idea ?
Hi guys ๐
I'm beginner in modding and i want to override the players skins (change eyes color or add blood on face for example) when they use an item.
How can i do that ?