1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How To Set & Create Chest Tile

Discussion in 'Development' started by kiencool, May 28, 2018.

  1. kiencool

    kiencool Spider Jockey

    Messages:
    36
    Hi, Plz Help Me HowTo Setblock & Create Chest Tile For 1.4
    I was try
    $nbt = new CompoundTag("", [
    new ListTag("Items", []),
    new StringTag("id", Tile::CHEST),
    new IntTag("x", 120),
    new IntTag("y", 70),
    new IntTag("z", 120)
    ]);
    but error
    Sorry My English So Bad
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.