In minecraft, every entity has "Sitting" NBT, but in MCreator is no option to edit this NBT without custom code.
So, you need to create custom one. in OnRightClick procedure, add: "set custom NBT tag (Sitting) to:" "not" "get custom NBT tag (Sitting)".
And then, create new emty procedure, and put "return:" "not" "get custom NBT tag (Sitting)". And finally add this procedure as condition to every blocks in mob AI. Thats everything. But without custom code, U can't make custom model/animation when sitting.
It's maybe too late, but I know how to make that.
In minecraft, every entity has "Sitting" NBT, but in MCreator is no option to edit this NBT without custom code.
So, you need to create custom one. in OnRightClick procedure, add: "
set custom NBT tag (Sitting) to:" "not" "get custom NBT tag (Sitting)"
.And then, create new emty procedure, and put
"return:" "not" "get custom NBT tag (Sitting)"
. And finally add this procedure as condition to every blocks in mob AI. Thats everything. But without custom code, U can't make custom model/animation when sitting.Many thanks to the friend who passed on this "Sitting" tip with NBT tag. worked perfectly.