We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

42

Creating items with Commands

4 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 2
    Registered User commented
    Comment actions Permalink

    /summon item x y z {Item: {id: "minecraft:apple", Count: 1b}}

    Summons one apple at x y z coordinates.

    Unfortunately it's not possible to clone items into the ground, but maybe with the upcoming /modifyitem command this would be somehow possible. That is, if the modifyitem command will actually come.

  • 0
    Registered User commented
    Comment actions Permalink

    Woah they actually added /drop

  • 2
    Registered User commented
    Comment actions Permalink

    You can already do this using /loot, /summon, and /replaceitem.

    You can also clone items onto the ground by summoning an item entity with a placeholder item (e.g. stone), and the copying the NBT data from the player's SelectedItem tag onto the Item tag of the item entity.

  • 0
    Registered User commented
    Comment actions Permalink

    This already exists in the form of summoning an item.  Use MCstacker summon item for an easy way to do this.