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

5

Every item gets its own entity name(kinda complex)

6 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 3
    Registered User commented
    Comment actions Permalink

    Just do /tp @e[type=item,name=“Iron Ingot”] (xyz)

  • 0
    Registered User commented
    Comment actions Permalink

    I believe this exists in Java as nbt. The command selector is something like @e[type=item,nbt={Item:{id:iron_ingot}}]

  • 0
    Registered User commented
    Comment actions Permalink

    to use another example,

    /summon Cake

  • 0
    Registered User commented
    Comment actions Permalink

    Just do /summon minecraft:item ~ ~ ~ {Item:{id:"minecraft:cake",Count:1b}}

    This is really unnecessary.

  • 0
    Registered User commented
    Comment actions Permalink

    It would make it a lot easier. I know there is already ways to do this stuff, but it could be much more simple then adding all of that. The coding can mean the same thing but the format should be different.

  • 0
    Registered User commented
    Comment actions Permalink

    And that doesn’t even work on bedrock.