setCustomModelDataFloats

fun ItemStack.setCustomModelDataFloats(offset: Int, patch: List<Float>)

Overrides the range from [offset, offset + patch.size) in the CustomModelData.floats list with the values from patch. Fills all intermediary indices with DEFAULT_FLOAT if necessary.