A procedure that runs a command and adds the element called by the command to the slot of the selected block

Started by VegaOrionis on

Topic category: Help with MCreator software

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A procedure that runs a command and adds the element called by the command to the slot of the selected block

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.

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
/item replace block -2 68 87…
Mon, 09/22/2025 - 09:00

/item replace block -2 68 87 container.0 with minecraft:acacia_boat

this?