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))
Embarrassed Earthworm