Started by
DJ MECHANG
on
Topic category: Feature requests and ideas for MCreator
hi i was wondering if there was a way how to get a block (not and entity) to feel particles like water, like when it rains.
Topic category: Feature requests and ideas for MCreator
hi i was wondering if there was a way how to get a block (not and entity) to feel particles like water, like when it rains.
it would really be helpful because i want to make a farmland block to feel when it rain so the farmland can get watered.
Nothing can detect particles in the way that you are describing, at least not without major engine-level code, but what you described is something you can definitely do:
If you'd like your block to do something when it is rained on, set up a on-tick procedure, inside add an IF block that checks if the block can see the sky, and then another IF block that checks if it is raining, and anything you put in there will activate when it rains.
Additionally, this is the wrong Topic section for this post, this should be in the 'Help with MCreator software' Topic, so make sure you put other questions like this over there in the future!