Started by
Evolving_Code
on
Topic category: Feature requests and ideas for MCreator
It'd be nice, if you could implement this feature. It's pretty easy, in my opinion.
It can be implemented like this:
ItemEntity i_entity;
if (entity typeof ItemEntity){
i_entity = (ItemEntity)entity;
ItemStack stack = i_entity.getItem();
}
It'd also be realy nice if you add support of minecraft type variables (Item. ItemStack, Entity, etc) for procedures.
up
Not a MCreator dev, but I'll add it to my itemstack plugin
Thank you very much!