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 ?
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 ^^ ?
4 replies
Important Information
By using this site, you agree to our Terms of Use.