Started by
DarkEclipse
on
Topic category: Help with Minecraft modding (Java Edition)
Im Working on a method that duplicates the player inventory in a chest
any ideas?
(all its accepted, from vanilla mc commands to mcreator procedures plugin features)
get the item type and amount from the first slot of the inventory, paste that in slot 1 of the chest, and repeat for all slots. I do recommend trying yourself though
https://i.imgur.com/uLQEoiM.png
(not working)
from the looks of it, I believe your copying the item from the slot and pasting it into the same slot
You were using "Provided Itemstack", not the actual item in the slot.