Started by
yui
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to update the entity's inventory with the (now modified) Itemstack Iterator?
Edited by yui on Wed, 01/06/2021 - 05:43
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to update the entity's inventory with the (now modified) Itemstack Iterator?
I think you could set eg. stack count, but to set some slot directly, you would need to address it by its id and set contents in slot with said id
Hmm. OK, thank you!