Started by
VegaOrionis
on
Topic category: Help with MCreator software
Hey, I would like to know how to run a specific command that summons a specific item and adds it to the slot of the selected block.
Topic category: Help with MCreator software
Hey, I would like to know how to run a specific command that summons a specific item and adds it to the slot of the selected block.
something like,
I meant something like calling a command https://imgur.com/yFaT0aI
/item replace block -2 68 87 container.0 with minecraft:acacia_boat
this?
What I mean is that items such as books or potions can only be called with the /Give.... - I'm trying to find a way to call the command in such a way that the called item will be placed in a specific slot of my selected block (with slots)
you can get potion and enchanted books with procedure blocks
but the command I sent can also use such data like /give command. You cannot /give an item to a block though.
I'm temporarily using the old version of MCreator (2020.5) because I'm also trying to make mods for older versions of the game and I don't think there are even such procedures in this version. At most I will move to newer versions. I'm wondering if the /give command, if it can be passed to a living creature, theoretically transfers it from a mob to a block. Hmm... There should be a way around this, I don't know... I don't spend enough time in McCreator.
why can't you just use the /item command?
if you're on super old versions it's probably
/replaceitem
Sorry, I don't quite understand what you mean. I don't know how to do it. I don't see this option in the old version. I will upgrade to newer versions when I have some free time and check it out. At the moment I don't know how to place a specific book or potion in a given block in a given slot.