Jump to content

MoonTiger

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by MoonTiger

  1. It works ! Thank you that was very quick ^^ Errrr second question have you a code that filled the whole chest with that item every time i call that function ?
  2. Hi ^^ How can i spawn ( or transfer ) a item inside a chest stand near the spawn block ? ----------------- ##CC ##CC # = my block that spawns the item C = the chest At the moment i spawn the item like this in world : --- Entity entity = new EntityItem(world, x, y + 1, z,new ItemStack(MoonTools.sparkledust)); world.spawnEntityInWorld(entity); --- How can i place the "sparkledust" inside the chest ? Any idea with code maybe ^^ ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.