Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

fabricmc spawn item

// Spawn an ItemEntity (dropped item) at the specified position in the specified world.
//	World			            	 World  Double Double Double ItemStack				
	world.spawnEntity(new ItemEntity(world, x,     y,     z,     stack))
 
PREVIOUS NEXT
Tagged: #fabricmc #spawn #item
ADD COMMENT
Topic
Name
5+2 =