Started by
STARRYSOCK
on
Topic category: Feature requests and ideas for MCreator
A way to check if a block is replaceable (aka grass, ferns, liquids, etc, which can have a block placed directly into them) via procedures would be very handy.
Bonus points for a "can block be walked through" procedure as well, afaik there's no way to test for this in procedures by default.
The replaceable part is also a tag, you can see this by making a replaceable block in MCreator.
For the collision, yeah that'd probably be a pretty good procedure block to get but for now you can use a custom code snippet with something like this,